@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html[data-browse-mode="S"] .block-topic-path {
  padding-right: 0;
}
html[data-browse-mode="S"] .block-topic-path--list {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4.27vw;
  overflow-x: scroll;
}
.chicken_body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  letter-spacing: 0;
}
.chicken_body h2,
.chicken_body h3 {
  padding: 0;
}
html[data-browse-mode="S"] .chicken_body .is_Pc {
  display: none;
}
html[data-browse-mode="P"] .chicken_body .is_Sp {
  display: none;
}
html[data-browse-mode="S"] .chicken_body .is_Sp {
  display: block;
}
.chicken_inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .chicken_inner {
  padding: 0 calc((12.5 / 390) * 100vw);
}
.red_f {
  color: #ff740a;
}
.red_bg {
  color: #fff;
  background-color: #ff740a;
}
.red_accompany_block:before,
.red_accompany_block:after {
  background-color: #ff740a;
}
.green_f {
  color: #0ab157;
}
.green_bg {
  color: #fff;
  background-color: #0ab157;
}
.green_accompany_block:before,
.green_accompany_block:after {
  background-color: #0ab157;
}
.chicken_btn {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-size: 20px 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #fff;
}
.chicken_btn:hover {
  color: #fff;
  opacity: 0.7;
}
.chicken_btn.under {
  padding-right: 10px;
  background-image: url("/img/usr/freepage/storing-chickenthigh/under.png");
}
.chicken_btn.right {
  background-image: url("/img/usr/freepage/storing-chickenthigh/right.png");
}
.chicken_btn.blackVer1 {
  background-color: #333;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  line-height: 60px;
}
html[data-browse-mode="S"] .chicken_btn.blackVer1 {
  background-size: 17px 17px;
  background-position: right 10px top 17px;
  font-size: 16px;
  line-height: 50px;
  padding-right: 4px;
  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;
}
.chicken_btn.blackVer2 {
  color: #333;
  border: solid 2px #333;
  background-image: url("/img/usr/freepage/storing-chickenthigh/black_right.png");
  border-radius: 4px;
  line-height: 56px;
  max-width: 400px;
  padding-right: 20px;
  margin: 50px auto 0;
}
html[data-browse-mode="S"] .chicken_btn.blackVer2 {
  margin-top: 30px;
  line-height: 46px;
  font-size: 16px;
  padding: 0;
}
.chicken_mv {
  line-height: 0;
}
.chicken_main_container {
  position: relative;
  background: #fff6e6;
  padding: 0 0 153px;
  z-index: 0;
}
html[data-browse-mode="S"] .chicken_main_container {
  padding-bottom: 151px;
}
.chicken_main_container:before,
.chicken_main_container:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1046px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  left: 0;
}
.chicken_main_container:before {
  background-image: url("/img/usr/freepage/storing-chickenthigh/dot1_bg.png");
}
.chicken_main_container:after {
  background-image: url("/img/usr/freepage/storing-chickenthigh/dot2_bg.png");
  bottom: 16px;
  left: 0;
}
.chicken_main_title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  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;
  background: url("/img/usr/freepage/storing-chickenthigh/yellow_bg_pc.png") no-repeat;
  background-size: 100% 100%;
  gap: 41px;
  padding: 7px 0 53px;
}
.chicken_main_title:before {
  content: "";
  display: inline-block;
  background: url("/img/usr/freepage/storing-chickenthigh/meat_top.png") no-repeat;
  background-size: cover;
  width: 178px;
  height: 120px;
}
html[data-browse-mode="S"] .chicken_main_title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: center;
  font-size: 18px;
  padding: 29px 0 26px;
  background: url("/img/usr/freepage/storing-chickenthigh/yellow_bg_sp.png") no-repeat;
  background-size: 100% 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
html[data-browse-mode="S"] .chicken_main_title:before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 116px;
  height: 78px;
  margin: 0 auto;
}
.chicken_main_contents_wrap {
  position: relative;
  border-radius: 450px 450px 20px 20px;
  background: #fff;
  border: 2px dashed #0ab157;
  padding: 94px 48px 52px;
  margin-top: 96px;
}
html[data-browse-mode="S"] .chicken_main_contents_wrap {
  padding: 92px calc((20 / 390) * 100vw) 96px;
  margin-top: 69px;
}
.chicken_main_contents + .chicken_main_contents {
  margin-top: 100px;
}
html[data-browse-mode="S"] .chicken_main_contents + .chicken_main_contents {
  margin-top: 80px;
}
.chicken_main_head {
  background-color: transparent;
  margin: 0;
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[data-browse-mode="P"] .chicken_main_head img {
  width: 408px;
}
html[data-browse-mode="S"] .chicken_main_head img {
  display: block;
  width: 304px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .chicken_main_head {
  width: 100%;
  top: -29px;
}
.chicken_main_comment {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: url("/img/usr/freepage/storing-chickenthigh/comment_orange.png") no-repeat;
  background-size: 270px auto;
  background-position: center;
  padding: 28px 0 44px;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .chicken_main_comment {
  background-size: 220px auto;
  font-size: 18px;
  padding: 26px 0 36px;
  margin-bottom: 33px;
}
.chicken_nav_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: calc((25 / 980) * 100%);
  margin: 210px auto 0;
}
html[data-browse-mode="S"] .chicken_nav_list {
  margin-top: 172px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
}
.chicken_nav_item {
  border-radius: 35px;
  line-height: 70px;
}
html[data-browse-mode="S"] .chicken_nav_item {
  line-height: 50px;
}
.chicken_nav_item:nth-of-type(odd) {
  background: #ff740a;
}
.chicken_nav_item:nth-of-type(even) {
  background: #0ab157;
}
.chicken_main_head3 {
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 50px 0;
}
html[data-browse-mode="S"] .chicken_main_head3 {
  font-size: 24px;
  gap: 30px;
  margin: 50px 0 30px;
}
.chicken_main_head3:before,
.chicken_main_head3:after {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 380px;
  height: 2px;
}
.chicken_topic_contents {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
}
.chicken_topic_img {
  width: 393px;
}
html[data-browse-mode="S"] .chicken_topic_img {
  width: 220px;
}
.chicken_topic_txt {
  font-weight: 500;
  width: 532px;
  line-height: 2;
  font-size: 20px;
}
html[data-browse-mode="S"] .chicken_topic_txt {
  width: 100%;
  font-size: 16px;
}
.chicken_main_head4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 600;
  border-radius: 23px;
  font-size: 24px;
  padding: 4.5px 50px;
  margin: 50px auto;
}
.chicken_main_head4.long {
  font-size: 23px;
}
html[data-browse-mode="S"] .chicken_main_head4 {
  font-size: 18px;
  margin-bottom: 30px;
  padding: 5px 30px;
  border-radius: 40px;
}
.chicken_method_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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
}
.chicken_method_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  width: 470px;
  padding: 40px 30px;
  row-gap: 30px;
}
html[data-browse-mode="S"] .chicken_method_item {
  padding: 30px calc((13 / 390) * 100vw) 40px;
  max-width: 470px;
}
.chicken_method_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
html[data-browse-mode="S"] .chicken_method_title {
  font-size: 18px;
}
.chicken_method_root--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
  counter-reset: number 0;
}
html[data-browse-mode="S"] .chicken_method_root--list {
  row-gap: 5px;
}
.chicken_method_root--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-style: dashed;
  border-width: 2px;
  padding: 15px 0;
  gap: 20px;
  font-weight: bold;
  font-size: 16px;
}
html[data-browse-mode="S"] .chicken_method_root--item.long5 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html[data-browse-mode="S"] .chicken_method_root--item.long5:before {
  margin-top: 5px;
}
.chicken_method_root--item:first-of-type {
  padding-top: 0;
}
.chicken_method_root--item:before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  padding-bottom: 4px;
  color: #fff;
}
html[data-browse-mode="S"] .chicken_method_root--item {
  font-size: 15px;
  gap: 10px;
}
.chicken_method_explain {
  font-size: 16px;
  line-height: 1.875;
}
html[data-browse-mode="S"] .chicken_method_explain {
  font-size: 14px;
}
.red_contents + .chicken_main_head4,
.green_contents + .chicken_main_head4 {
  margin-top: 80px;
}
html[data-browse-mode="S"] .red_contents + .chicken_main_head4,
html[data-browse-mode="S"] .green_contents + .chicken_main_head4 {
  margin-top: 50px;
}
.chicken_recipe_list + .chicken_main_head4 {
  margin-top: 80px;
}
html[data-browse-mode="S"] .red_contents.chicken_product_list::-webkit-scrollbar-thumb {
  background-color: #ff740a;
}
.red_contents .chicken_method_item {
  border-color: #ff740a;
}
.red_contents .chicken_method_root--item {
  border-color: #ff740a;
}
.red_contents .chicken_method_root--item:before {
  background-color: #ff740a;
}
.red_contents.chicken_method_block {
  border-color: #ff740a;
}
html[data-browse-mode="S"] .red_contents.chicken_method_block {
  margin-top: 50px;
  padding: 40px calc((13 / 390) * 100vw);
}
.red_contents .chicken_recipe_name {
  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: 54px;
}
html[data-browse-mode="S"] .red_contents .chicken_recipe_name {
  height: 42px;
}
html[data-browse-mode="S"] .green_contents.chicken_product_list::-webkit-scrollbar-thumb {
  background-color: #0ab157;
}
.green_contents .chicken_method_item {
  border-color: #0ab157;
}
.green_contents .chicken_method_root--list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
html[data-browse-mode="S"] .green_contents .chicken_method_root--list {
  margin-top: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.green_contents .chicken_method_root--item {
  border-color: #0ab157;
}
.green_contents .chicken_method_root--item:nth-of-type(2) {
  padding-top: 0;
}
html[data-browse-mode="S"] .green_contents .chicken_method_root--item:nth-of-type(2) {
  padding-top: 15px;
}
.green_contents .chicken_method_root--item:before {
  background-color: #0ab157;
}
.green_contents.chicken_method_block {
  border-color: #0ab157;
}
.chicken_product_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: 25px;
}
html[data-browse-mode="S"] .chicken_product_list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-grid-columns: (220px)[3];
  grid-template-columns: repeat(3, 220px);
  gap: 21px;
  padding-bottom: 20px;
  overflow-x: scroll;
}
html[data-browse-mode="S"] .chicken_product_list::-webkit-scrollbar {
  background: #fcfbf9;
  width: 2px;
  height: 2px;
  border-radius: 2px;
}
.chicken_product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: 310px;
}
html[data-browse-mode="S"] .chicken_product_item {
  width: auto;
}
.chicken_product_comment {
  text-align: center;
  font-weight: bold;
  background: url("/img/usr/freepage/storing-chickenthigh/comment_yellow.png") no-repeat;
  background-size: 227px auto;
  background-position: center;
  font-size: 16px;
  padding: 27px 0 37px;
}
html[data-browse-mode="S"] .chicken_product_comment {
  background-size: 210px auto;
  font-size: 14px;
  padding: 25px 0 36px;
}
.chicken_product_detail {
  text-align: center;
  font-size: 20px;
}
.chicken_product_name {
  font-weight: bold;
  margin-bottom: 10px;
}
html[data-browse-mode="S"] .chicken_product_name {
  font-size: 16px;
}
.chicken_product_price {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
html[data-browse-mode="S"] .chicken_product_price {
  font-size: 18px;
}
.chicken_product_price .tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
}
.chicken_product_explain {
  height: 100%;
  padding: 30px 20px;
  background: #fcfbf9;
  font-size: 16px;
}
html[data-browse-mode="S"] .chicken_product_explain {
  font-size: 14px;
  padding: 20px 15px;
}
.chicken_method_block {
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  padding: 48px;
}
.chicken_method_block + .chicken_method_block {
  margin-top: 50px;
}
html[data-browse-mode="S"] .chicken_method_block {
  padding: 30px calc((13 / 390) * 100vw) 40px;
}
.chicken_recipe_slide {
  margin: 0 auto;
}
html[data-browse-mode="P"] .chicken_recipe_slide {
  max-width: 753px;
}
html[data-browse-mode="S"] .chicken_recipe_slide {
  width: calc((254 / 390) * 100vw);
}
.chicken_recipe_slide li {
  margin: 0 12px;
}
html[data-browse-mode="S"] .chicken_recipe_slide li {
  margin: 0 calc((12 / 390) * 100vw);
}
html[data-browse-mode="P"] .chicken_recipe_slide .chicken_recipe_name {
  margin: 20px 0;
}
html[data-browse-mode="S"] .chicken_recipe_slide .chicken_recipe_name {
  margin: 10px 0;
}
.chicken_recipe_slide .slick-arrow {
  position: absolute;
  top: 0;
  cursor: pointer;
  display: block !important;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 100% auto;
}
html[data-browse-mode="P"] .chicken_recipe_slide .slick-arrow {
  width: 33px;
  height: 100%;
  aspect-ratio: 33/183;
  max-height: 183px;
}
html[data-browse-mode="S"] .chicken_recipe_slide .slick-arrow {
  width: 30px;
  height: calc((191 / 390) * 100vw);
}
.chicken_recipe_slide .slick-prev {
  background-image: url("/img/usr/freepage/storing-chickenthigh/prev.png");
  left: -45px;
}
html[data-browse-mode="S"] .chicken_recipe_slide .slick-prev {
  left: -30px;
}
.chicken_recipe_slide .slick-next {
  background-image: url("/img/usr/freepage/storing-chickenthigh/next.png");
  right: -45px;
}
html[data-browse-mode="S"] .chicken_recipe_slide .slick-next {
  right: -30px;
}
.chicken_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: 24px;
}
html[data-browse-mode="S"] .chicken_recipe_list {
  gap: 20px;
}
.chicken_recipe_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: 227px;
}
html[data-browse-mode="S"] .chicken_recipe_item {
  width: calc(50% - 10px);
}
.chicken_recipe_item .chicken_btn {
  padding-right: 20px;
}
html[data-browse-mode="S"] .chicken_recipe_item .chicken_btn {
  padding-right: 10px;
  font-size: 14px;
  line-height: 40px;
  background-size: 15px 15px;
  background-position: right 6px center;
}
.chicken_recipe_img {
  width: 100%;
  aspect-ratio: 1.240437158469945;
  background: #d3d3d3;
}
.chicken_recipe_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chicken_recipe_name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
html[data-browse-mode="S"] .chicken_recipe_name {
  font-size: 14px;
}
.chicken_recipe_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((360 / 880) * 100%) auto;
  grid-template-columns: calc((360 / 880) * 100%) auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 50px;
  margin-top: 50px;
}
html[data-browse-mode="S"] .chicken_recipe_block {
  margin-top: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.chicken_recipe_block--point {
  padding-left: 40px;
}
html[data-browse-mode="S"] .chicken_recipe_block--point {
  padding: 0;
}
.chicken_recipe_block--point-comment {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: url("/img/usr/freepage/storing-chickenthigh/comment_orange.png") no-repeat;
  background-size: 160px auto;
  padding-top: 18px;
  margin-bottom: 10px;
  width: 160px;
  height: 64px;
}
html[data-browse-mode="S"] .chicken_recipe_block--point-comment {
  background-size: 120px auto;
  padding-top: 13px;
  font-size: 12px;
  width: 120px;
  height: 48px;
  margin-bottom: 7px;
}
.chicken_recipe_block--point-txt {
  font-size: 16px;
}
html[data-browse-mode="S"] .chicken_recipe_block--point-txt {
  font-size: 14px;
}
.chicken_recipe_block--point-strong {
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
}
html[data-browse-mode="S"] .chicken_recipe_block--point-strong {
  font-size: 14px;
  margin-top: 20px;
}
.chicken_recipe_block--point-strong a {
  color: #ff740a;
  text-decoration: underline;
}
.chicken_recipe_block--ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .chicken_recipe_block--ttl {
  font-size: 16px;
}
html[data-browse-mode="S"] .chicken_recipe_block--material {
  padding: 12px 0 10px;
}
.chicken_recipe_block--material-list {
  padding-right: 40px;
  font-size: 15px;
}
html[data-browse-mode="S"] .chicken_recipe_block--material-list {
  padding: 0;
}
.chicken_recipe_block--material-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.chicken_recipe_block--material-item div:nth-of-type(2) {
  font-weight: 500;
}
html[data-browse-mode="S"] .chicken_recipe_block--material-item {
  padding: 0;
}
html[data-browse-mode="S"] .chicken_recipe_block--material-item span {
  display: block;
}
.chicken_recipe_block--method ul li {
  font-weight: 400;
}
html[data-browse-mode="S"] .chicken_recipe_block--method ul li {
  font-size: 14px;
}
.chicken_point_container {
  position: relative;
  padding: 97px 0 100px;
  background-color: #ffec71;
  z-index: 0;
}
html[data-browse-mode="S"] .chicken_point_container {
  padding-top: 0;
}
.chicken_point_container:before,
.chicken_point_container:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
}
.chicken_point_container:before {
  background-size: 100% 100%;
  background-image: url("/img/usr/freepage/storing-chickenthigh/yellow_point_pc.png");
  height: 180px;
  top: -55px;
}
html[data-browse-mode="S"] .chicken_point_container:before {
  background-image: url("/img/usr/freepage/storing-chickenthigh/yellow_point_sp.png");
  top: -86px;
  height: 200px;
}
.chicken_point_container:after {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("/img/usr/freepage/storing-chickenthigh/dot3_bg.png");
  height: 1046px;
  bottom: 5px;
  left: 0;
}
.chicken_point_head {
  max-width: 482px;
  margin: 0 auto 60px;
}
html[data-browse-mode="S"] .chicken_point_head {
  max-width: 261px;
  margin-bottom: 38px;
}
.chicken_point_block {
  border-radius: 20px;
  border: 2px dashed #ff740a;
  background: #fff;
  padding: 48px;
}
.chicken_point_block + .chicken_point_block {
  margin-top: 100px;
}
html[data-browse-mode="S"] .chicken_point_block + .chicken_point_block {
  margin-top: 50px;
}
html[data-browse-mode="S"] .chicken_point_block {
  padding: 50px calc((20 / 390) * 100vw);
}
.chicken_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: 40px;
  counter-reset: number 0;
}
html[data-browse-mode="S"] .chicken_point_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.chicken_point_item {
  position: relative;
  aspect-ratio: 1;
  font-weight: bold;
  width: 255px;
  font-size: 34px;
}
.chicken_point_item:before {
  position: absolute;
  counter-increment: number 1;
  content: " POINT0" counter(number);
  color: #fff;
  top: -16px;
  width: 100%;
  height: 64px;
  text-align: center;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 18px;
  padding-top: 15px;
}
html[data-browse-mode="S"] .chicken_point_item:before {
  padding-top: 8px;
  font-size: 14px;
  height: 44px;
  top: -12px;
}
html[data-browse-mode="S"] .chicken_point_item {
  width: auto;
  font-size: 22px;
}
html[data-browse-mode="S"] .chicken_point_item:nth-of-type(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  width: calc(50% - 10px);
  margin: 0 auto;
}
.chicken_point_item:nth-of-type(odd):before {
  background-image: url("/img/usr/freepage/storing-chickenthigh/comment_orange.png");
}
.chicken_point_item:nth-of-type(even):before {
  background-image: url("/img/usr/freepage/storing-chickenthigh/comment_green.png");
}
.chicken_point_txt {
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
}
html[data-browse-mode="S"] .chicken_point_txt {
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
}
.chicken_point_block .chicken_main_head4 {
  margin-top: 0;
  margin-bottom: 30px;
}
html[data-browse-mode="P"] .chicken_point_block .chicken_btn {
  max-width: 310px;
  margin: 40px auto 0;
}
html[data-browse-mode="S"] .chicken_point_block .chicken_btn {
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 18px;
  padding-right: 10px;
  background-size: 20px 20px;
  background-position: right 20px center;
}
.chicken_banner_txt {
  text-align: center;
  font-weight: bold;
}
html[data-browse-mode="P"] .chicken_banner_txt {
  font-size: 19px;
}
html[data-browse-mode="S"] .chicken_banner_txt {
  font-size: 20px;
}
.chicken_point_more {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}
html[data-browse-mode="S"] .chicken_point_more {
  margin-bottom: 10px;
}
.chicken_point_banner {
  display: block;
  max-width: 380px;
  margin: 40px auto;
}
html[data-browse-mode="S"] .chicken_point_banner {
  margin: 30px auto;
}
