@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap');
#main {
  background-color: #fff;
  color: #4e5346;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

.container {
  margin: 0 auto;
  width: 1280px;
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 20px;
    width: auto;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

#kv {
  background-image: url(../img/gour_meal_new/mv.png?20220704);
  background-position: center;
  background-size: cover;
  height: 720px;
  padding-top: 60px;
  position: relative;
}

.kv_icon {
  margin: 0 auto;
  width: 160px;
}

.kv_logo {
  margin-top: 90px;
}

.kv_logo_top {
  color: #fff;
  font-size: 26px;
  letter-spacing: .2em;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.kv_logo_name {
  margin: -15px auto 0;
  width: 762px;
}

.kv_scroll {
  bottom: 40px;
  cursor: pointer;
  display: block;
  height: 43px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: .3s;
  width: 45px;
}

.kv_scroll:hover {
  opacity: .7;
}

#movie {
  padding-top: 100px;
}

.cmn_title {
  font-size: 38px;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

.cmn_title span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  letter-spacing: .15em;
  margin-top: 15px;
}

.movie_iframe {
  height: 505px;
  margin: 40px auto 0;
  width: 900px;
}

.movie_iframe iframe {
  height: 100%;
  width: 100%;
}

#product {
  padding-top: 220px;
}

.product_desc {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}

.product_main {
  background-image: url(../img/gour_meal_new/product_back.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 770px;
  margin-top: 90px;
}

.product_main_inner {
  align-items: stretch;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.product_main_image {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 770px;
  justify-content: flex-end;
}

.product_main_image_sub_title {
  color: #4e5346;
  font-size: 16px;
  letter-spacing: .1em;
  margin: 0 0 15px 0;
  padding-left: 27px;
  position: relative;
}

.product_main_image_sub_title::before {
  background-color: #a8a8a8;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.product_main_image_sub {
  display: flex;
}

.product_main_image_sub_item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  /* width: 260px; */
}

.product_main_image_sub_item_wrap {
  width: 260px;
}

.product_main_image_sub_item_wrap:nth-child(2) {
  margin-left: 40px;
}

.product_main_image_sub_item_wrap > a {
  margin-top: 10px;
  padding-right: 0.8em;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.product_main_image_sub_item_wrap > a::after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg) translateY(-50%);
}

.product_main_image_product {
  width: 645px;
}

.product_main_image_product img {
  width: 100%;
}

.product_main_image_sub_box {
  margin-top: 50px;
  padding-left: 30px;
}

.product_main_info {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  flex-shrink: 0;
  height: 770px;
  margin-left: 80px;
  padding: 50px;
  width: 560px;
}

.product_main_info_item {
  display: flex;
  margin: 0;
  min-height: 56px;
}

.product_main_info_item dt {
  align-items: center;
  border-bottom: 1px #c1c1c1 solid;
  color: #4e5346;
  display: flex;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.375;
  padding: 16px 0;
  width: 96px;
}

.product_main_info_item:first-child dt {
  padding-top: 0;
}

.product_main_info_item dd {
  align-items: center;
  border-bottom: 1px #c1c1c1 solid;
  color: #4e5346;
  display: flex;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.375;
  margin-left: 15px;
  padding: 16px 0;
  width: calc(100% - 111px);
}

.product_main_info_item:first-child dd {
  padding-top: 0;
}

.product_main_info_attention {
  margin-top: 25px;
}

.product_main_info_attention li {
  font-size: 12px;
  letter-spacing: .1em;
  padding-left: 12px;
  position: relative;
}

.product_main_info_attention li::before {
  content: '※';
  font-size: 12px;
  left: 0;
  line-height: 1.666666666666667;
  position: absolute;
  top: 0;
}

.product_main_info_attention li + li {
  margin-top: 7px;
}

.cmn_btn {
  background: rgb(194,0,18);
  background: linear-gradient(270deg, rgba(234,28,36,1) 0%, rgba(194,0,18,1) 100%);
  border: none;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 80px;
  margin: 80px auto 0;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 470px;
}

.cmn_btn::after {
  background-image: url(../img/gour_meal_new/buy_arrow.png);
  background-repeat: no-repeat;
  background-size: 60px 5px;
  content: '';
  height: 5px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 60px;
}

.cmn_btn:hover::after {
  right: 30px;
}

#link {
  margin-top: 220px;
  padding-bottom: 160px;
}

.link_lists_item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px #fff solid;
  min-height: 560px;
}

.link_lists_item:first-child {
  border-top: none;
}

.link_lists_item.concept {
  background-image: url(../img/gour_meal_new/link_lists_back01.png);
}

.link_lists_item.functions {
  background-image: url(../img/gour_meal_new/link_lists_back02.png);
}

.link_lists_item.value {
  background-image: url(../img/gour_meal_new/link_lists_back03.png);
}

.link_lists_item.design {
  background-image: url(../img/gour_meal_new/link_lists_back04.png);
}

.link_lists_item.care {
  background-image: url(../img/gour_meal_new/link_lists_back05.png);
}

.link_lists_item.qa {
  background-image: url(../img/gour_meal_new/link_lists_back06.png);
}

.link_lists_item_inner {
  display: block;
  min-height: 560px;
}

.link_lists_item_inner_container {
  margin: 0 auto;
  min-height: 560px;
  position: relative;
  width: 1280px;
}

.link_lists_item_inner_container_text {
  left: calc(50% + 150px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.link_lists_item.functions .link_lists_item_inner_container_text {
  left: 0;
}

.link_lists_item.design .link_lists_item_inner_container_text {
  left: 0;
}

.link_lists_item.qa .link_lists_item_inner_container_text {
  left: 0;
}

.link_lists_item_inner_title {
  color: #fff;
  font-size: 38px;
  letter-spacing: .1em;
  line-height: 1;
}

.link_lists_item_inner_title span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  letter-spacing: .15em;
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
}

.link_lists_item_inner_title span::before {
  background-color: #fff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.link_lists_item_inner_desc {
  color: #fff;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #kv {
    background-image: url(../img/gour_meal_new/sp_mv.png?20220704);
    background-position: center;
    background-size: cover;
    height: 500px;
    padding-top: 30px;
  }

  .kv_icon {
    width: 136px;
  }

  .kv_logo {
    margin-top: 60px;
  }

  .kv_logo_top {
    font-size: 16px;
    line-height: 24px;
  }

  .kv_logo_top .space {
    display: none;
  }

  .kv_logo_name {
    margin: -13px auto 0;
    max-width: 400px;
    width: 100%;
  }

  #movie {
    padding: 60px 20px 0;
  }

  .cmn_title {
    font-size: 26px;
  }

  .cmn_title span {
    font-size: 14px;
    margin-top: 13px;
  }

  .movie_iframe {
    height: auto;
    margin: 40px auto 0;
    padding: calc(315 / 560 * 100%) 0 0;
    position: relative;
    width: auto;
  }

  .movie_iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #product {
    padding-top: 100px;
  }

  .product_desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    padding: 0 20px;
  }

  .product_main {
    background-position: top;
    background-size: auto 400px;
    height: auto;
    margin-top: 20px;
    padding-top: 30px;
  }

  .product_main_inner {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
  }

  .product_main_image {
    display: block;
    height: auto;
  }

  .product_main_image_product {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }

  .product_main_image_sub_box {
    margin-top: 35px;
    padding: 0;
  }

  .product_main_image_sub_title {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding-left: 27px;
    position: relative;
  }

  .product_main_image_sub_item_wrap {
    width: calc(50% - 10px);
  }

  .product_main_image_sub_item_wrap:nth-child(2) {
    margin-left: 20px;
  }

  .product_main_image_sub_item_wrap > a {
    margin-top: 5px;
    padding-right: 0.8em;
    font-size: 14px;
  }

  .product_main_info {
    height: auto;
    margin-left: 0;
    margin-top: 30px;
    padding: 30px;
    width: auto;
  }

  .product_main_info_item dt {
    font-size: 12px;
    min-height: 0;
    width: 70px;
  }

  .product_main_info_item dd {
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 80px);
    word-break: break-all;
  }

  .product_main_info_attention {
    margin-top: 20px;
  }

  .product_main_info_attention li {
    font-size: 10px;
    letter-spacing: .1em;
    padding-left: 10px;
    position: relative;
  }

  .product_main_info_attention li::before {
    content: '※';
    font-size: 10px;
    left: 0;
    line-height: 1.666666666666667;
    position: absolute;
    top: 0;
  }

  #product form {
    padding: 0 20px;
  }

  .cmn_btn {
    display: block;
    font-size: 18px;
    line-height: 80px;
    margin: 30px 0 0;
    width: 100%;
  }

  .cmn_btn::after {
    right: 30px;
  }

  #link {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .link_lists_item {
    min-height: 300px;
  }

  .link_lists_item.concept {
    background-image: url(../img/gour_meal_new/sp_link_lists_back01.png?20220704);
  }

  .link_lists_item.functions {
    background-image: url(../img/gour_meal_new/sp_link_lists_back02.png?20220704);
  }

  .link_lists_item.value {
    background-image: url(../img/gour_meal_new/sp_link_lists_back03.png);
  }

  .link_lists_item.design {
    background-image: url(../img/gour_meal_new/sp_link_lists_back04.png?20220704);
  }

  .link_lists_item.care {
    background-image: url(../img/gour_meal_new/sp_link_lists_back05.png);
  }

  .link_lists_item.qa {
    background-image: url(../img/gour_meal_new/sp_link_lists_back06.png);
  }

  .link_lists_item_inner {
    min-height: 300px;
  }

  .link_lists_item_inner_container {
    min-height: 300px;
    width: auto;
  }

  .link_lists_item_inner_container_text {
    min-height: 300px;
    padding: 30px 20px 20px;
    position: static;
    transform: none;
  }

  .link_lists_item:nth-child(2n) .link_lists_item_inner_container_text {
    left: 20px;
  }

  .link_lists_item_inner_title {
    font-size: 26px;
  }


  .link_lists_item_inner_title span {
    font-size: 14px;
    margin-top: 10px;
  }

  .link_lists_item_inner_desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }

  #link form {
    padding: 0 20px;
  }
}

/* 220615展開追加 */
.link_lists_item_inner_more {
  background-image: url(../img/gour_meal_new/more_plus.png);
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px #fff solid;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  margin-top: 40px;
  text-align: center;
  transition: .3s;
  width: 360px;
}

.link_lists_item_inner_more:hover {
  opacity: .7;
}

.link_lists_item_inner_more.open {
  background-image: url(../img/gour_meal_new/more_minus.png);
  background-size: 22px 2px;
}

.link_lists_item_open {
  display: none;
}

.link_lists_item_open_concept_img {
  margin: 0 auto;
  width: 597px;
}

.link_lists_item_open_concept_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 80px 0 0;
  text-align: center;
}

.link_lists_item_open_concept_number {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 80px;
  padding: 0;
}

.link_lists_item_open_concept_number_item {
  background-color: #fff;
  box-shadow: 0 6px 17px rgb(0 0 0 / 20%);
  height: 220px;
  padding: 40px 0 50px;
  width: 400px;
}

.link_lists_item_open_concept_number_item + .link_lists_item_open_concept_number_item {
  margin-left: 40px;
}

.link_lists_item_open_concept_number_item_number {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.link_lists_item_open_concept_number_item_number::after {
  background-color: #939393;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.link_lists_item_open_concept_number_item_text {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}

.link_lists_item_open_concept_text.text02 {
  margin-top: 80px;
}

.link_lists_item_open_concept_text.text03 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.888888888888889;
  margin-top: 60px;
}

.link_lists_item_open_functions {
  margin: 0 auto;
  width: 1280px;
}

.link_lists_item_open_functions_content {
  position: relative;
}

.link_lists_item_open_functions_content_img {
  width: 840px;
}

.link_lists_item_open_functions_content_img img {
  width: 100%;
}

.link_lists_item_open_functions_content_text {
  background-color: #fff;
  bottom: 40px;
  box-shadow: 0 6px 17px rgb(0 0 0 / 20%);
  left: 720px;
  padding: 36px 40px 46px 40px;
  position: absolute;
  width: 560px;
}

.link_lists_item_open_functions_content_text_number {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}

.link_lists_item_open_functions_content_text_number::after {
  background-color: #939393;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 20px;
}

.link_lists_item_open_functions_content_text_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 15px 0 0;
}

.link_lists_item_open_functions_content_text_text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2;
  margin: 25px 0 0;
}

.link_lists_item_open_functions_content_text_text.small {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.666666666666667;
  margin: 15px 0 0;
  padding-left: 12px;
  position: relative;
}

.link_lists_item_open_functions_content_text_text.small::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.link_lists_item_open_functions_mechanism {
  background-color: #4d4d4d;
  background-image: url(../img/gour_meal_new/more_plus.png);
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 50px;
  margin-top: 40px;
  text-align: center;
  transition: .3s;
}

.link_lists_item_open_functions_mechanism.open {
  background-image: url(../img/gour_meal_new/more_minus.png);
  background-size: 22px 1px;
}

.link_lists_item_open_functions_mechanism_open {
  display: none;
  margin-top: 60px;
}

.link_lists_item_open_functions_mechanism_open_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0;
}

.link_lists_item_open_functions_mechanism_open_lists {
  list-style: none;
  margin-top: 40px;
  padding: 0;
}

.link_lists_item_open_functions_mechanism_open_lists .item {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.8125;
  padding-left: 20px;
  position: relative;
}

.link_lists_item_open_functions_mechanism_open_lists .item + .item {
  margin-top: 25px;
}

.link_lists_item_open_functions_mechanism_open_lists .item::before {
  left: 0;
  position: absolute;
  top: 0;
}

.link_lists_item_open_functions_mechanism_open_lists .item:nth-child(1)::before {
  content: '1.';
}

.link_lists_item_open_functions_mechanism_open_lists .item:nth-child(2)::before {
  content: '2.';
}

.link_lists_item_open_functions_mechanism_open_lists .item:nth-child(3)::before {
  content: '3.';
}

.link_lists_item_open_functions_content.next {
  margin-top: 140px;
}

.link_lists_item_open_functions_content.next .link_lists_item_open_functions_content_img {
  margin-left: auto;
}

.link_lists_item_open_functions_content.next .link_lists_item_open_functions_content_text {
  left: 0;
  right: auto;
}

.link_lists_item_open_functions_content.next + .link_lists_item_open_functions_content {
  margin-top: 140px;
}

.link_lists_item_open_value {
  margin: 0 auto;
  width: 900px;
}

.link_lists_item_open_value_top {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

.link_lists_item_open_value_graph {
  background-color: #fff;
  box-shadow: 0 6px 17px rgb(0 0 0 / 20%);
  margin-top: 80px;
  padding: 40px;
}

.link_lists_item_open_value_graph_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0;
  text-align: center;
}

.link_lists_item_open_value_graph_img {
  margin-top: 30px;
}

.link_lists_item_open_value_graph_img img {
  width: 100%;
}

.link_lists_item_open_value_middle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2;
  margin: 60px 0 0;
}

.link_lists_item_open_value_attention {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.666666666666667;
  margin: 30px 0 0;
  padding-left: 12px;
  position: relative;
}

.link_lists_item_open_value_attention::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.link_lists_item_open_value_graph.next {
  margin-top: 120px;
}

.link_lists_item_open_value_graph_title span {
  display: block;
  font-size: 16px;
  letter-spacing: .1em;
}

.link_lists_item_open_value_flex {
  display: flex;
  margin-top: 40px;
}

.link_lists_item_open_value_flex_item {
  background-color: #fff;
  box-shadow: 0 6px 17px rgb(0 0 0 / 20%);
  padding: 40px;
  width: calc(50% - 20px);
}

.link_lists_item_open_value_flex_item + .link_lists_item_open_value_flex_item {
  margin-left: 40px;
}

.link_lists_item_open_value_flex_item_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0;
  text-align: center;
}

.link_lists_item_open_value_flex_item_img {
  margin-top: 30px;
}

.link_lists_item_open_value_flex_item_img img {
  width: 100%;
}

.link_lists_item_open_design_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0;
  text-align: center;
}

.link_lists_item_open_design_desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 30px 0 0;
  text-align: center;
}

.link_lists_item_open_design_product {
  margin-top: 40px;
}

.link_lists_item_open_design_product img {
  width: 100%;
}

.link_lists_item_open_design_flex {
  display: flex;
  margin: -5.7638888888889% auto 0;
  width: 1280px;
}

.link_lists_item_open_design_flex_item {
  width: 400px;
}

.link_lists_item_open_design_flex_item + .link_lists_item_open_design_flex_item {
  margin-left: 40px;
}

.link_lists_item_open_design_flex_item_img {
  box-shadow: 0 6px 17px rgb(0 0 0 / 20%);
}

.link_lists_item_open_design_flex_item_img img {
  width: 100%;
}

.link_lists_item_open_design_flex_item_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 30px 0 0;
  text-align: center;
}

.link_lists_item_open_design_flex_item_desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2;
  margin: 30px 0 0;
  text-align: center;
}

.link_lists_item_open_care {
  background-image: url(../img/gour_meal_new/link_lists_item_open_care_back.png?0);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 520px;
}

.link_lists_item_open_care_sp {
  display: none;
}

.link_lists_item_open_care_container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  width: 1280px;
}

.link_lists_item_open_care_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0;
}

.link_lists_item_open_care_desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 30px 0 0;
}

.link_lists_item_open_qa {
  margin: 0 auto;
  width: 900px;
}

.link_lists_item_open_qa_item {
  border-top: 1px #cbcbcb solid;
  padding: 70px 0 60px;
}

.link_lists_item_open_qa_item:first-child {
  border-top: 0;
  padding-top: 0;
}

.link_lists_item_open_qa_item:last-child {
  padding-bottom: 0;
}

.link_lists_item_open_qa_item_question {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0;
  min-height: 42px;
  padding-left: 65px;
  position: relative;
}

.link_lists_item_open_qa_item_question::before {
  content: 'Q';
  font-family: 'Josefin Sans', sans-serif;
  font-size: 42px;
  font-weight: 500;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
}

.link_lists_item_open_qa_item_answer {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 45px 0 0;
  min-height: 42px;
  padding-left: 65px;
  position: relative;
}

.link_lists_item_open_qa_item_answer::before {
  content: 'A';
  font-family: 'Josefin Sans', sans-serif;
  font-size: 42px;
  font-weight: 500;
  left: 3px;
  line-height: 1;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .link_lists_item_inner_more {
    background-position: center right 30px;
    background-size: 20px;
    bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    left: 20px;
    line-height: 60px;
    margin-top: 0;
    position: absolute;
    width: calc(100% - 40px);
  }

  .link_lists_item_inner_more.open {
    background-size: 20px 1px;
  }

  .link_lists_item_open_concept {
    padding: 0 20px;
  }

  .link_lists_item_open_concept_img {
    margin: 0 auto;
    width: calc(100% - 60px);
  }

  .link_lists_item_open_concept_text {
    font-size: 14px;
    line-height: 1.714285714285714;
    margin: 40px 0 0;
    text-align: left;
  }

  .link_lists_item_open_concept_number {
    display: block;
    margin-top: 40px;
  }

  .link_lists_item_open_concept_number_item {
    align-items: center;
    display: flex;
    height: auto;
    padding: 30px;
    width: 100%;
  }

  .link_lists_item_open_concept_number_item_number {
    font-size: 34px;
    padding-bottom: 5px;
  }

  .link_lists_item_open_concept_number_item_text {
    font-size: 14px;
    line-height: 1.714285714285714;
    margin: 0 0 0 20px;
    text-align: left;
  }

  .link_lists_item_open_concept_number_item + .link_lists_item_open_concept_number_item {
    margin-left: 0;
    margin-top: 14px;
  }

  .link_lists_item_open_concept_text.text02 {
    margin-top: 40px;
  }

  .link_lists_item_open_concept_text.text03 {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 30px;
  }

  .link_lists_item_open_functions {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
  }

  .link_lists_item_open_functions_content_img {
    width: 100%;
  }

  .link_lists_item_open_functions_content_text {
    bottom: auto;
    left: auto;
    margin: -28px auto 0;
    padding: 30px 30px 40px 30px;
    position: relative;
    width: calc(100% - 20px);
    z-index: 1;
  }

  .link_lists_item_open_functions_content_text_number {
    display: table;
    font-size: 34px;
    margin: 0 auto;
  }

  .link_lists_item_open_functions_content_text_title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }

  .link_lists_item_open_functions_content_text_text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.714285714285714;
    text-align: center;
  }

  .link_lists_item_open_functions_mechanism {
    background-position: center right 20px;
    background-size: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 20px;
  }

  .link_lists_item_open_functions_mechanism.open {
    background-size: 18px 1px;
  }

  .link_lists_item_open_functions_mechanism_open {
    margin-top: 30px;
  }

  .link_lists_item_open_functions_mechanism_open_title {
    font-size: 20px;
    text-align: center;
  }

  .link_lists_item_open_functions_mechanism_open_lists {
    margin-top: 30px;
  }

  .link_lists_item_open_functions_mechanism_open_lists .item {
    font-size: 14px;
    line-height: 1.714285714285714;
    padding-left: 16px;
  }

  .link_lists_item_open_functions_mechanism_open_lists .item + .item {
    margin-top: 20px;
  }

  .link_lists_item_open_functions_content.next {
    margin-top: 30px;
  }

  .link_lists_item_open_functions_content.next {
    display: flex;
    flex-direction: column-reverse;
  }

  .link_lists_item_open_functions_content.next + .link_lists_item_open_functions_content {
    margin-top: 30px;
  }

  .link_lists_item_open_functions_content_text_text.small {
    font-size: 10px;
    margin: 15px 0 0;
    padding-left: 10px;
    text-align: left;
  }

  .link_lists_item_open_value {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }

  .link_lists_item_open_value_top {
    font-size: 14px;
    line-height: 1.714285714285714;
    text-align: left;
  }

  .link_lists_item_open_value_graph {
    margin-top: 40px;
    padding: 30px;
  }

  .link_lists_item_open_value_graph_title {
    font-size: 16px;
    line-height: 1.625;
  }

  .link_lists_item_open_value_middle {
    font-size: 14px;
    line-height: 1.714285714285714;
    margin: 40px 0 0;
  }

  .link_lists_item_open_value_attention {
    margin: 20px 0 0;
  }

  .link_lists_item_open_value_graph.next {
    margin-top: 40px;
  }

  .link_lists_item_open_value_graph_title span {
    font-size: 12px;
  }

  .link_lists_item_open_value_flex {
    display: block;
    margin-top: 14px;
  }

  .link_lists_item_open_value_flex_item {
    padding: 30px;
    width: 100%;
  }

  .link_lists_item_open_value_flex_item + .link_lists_item_open_value_flex_item {
    margin-left: 0;
    margin-top: 14px;
  }

  .link_lists_item_open_value_flex_item_title {
    font-size: 16px;
    line-height: 1.625;
  }

  .link_lists_item_open_value_graph_img {
    margin-top: 25px;
  }

  .link_lists_item_open_value_flex_item_img {
    margin-top: 25px;
  }

  .link_lists_item_open_design_title {
    font-size: 20px;
    line-height: 1.4;
  }

  .link_lists_item_open_design_desc {
    font-size: 14px;
    line-height: 1.714285714285714;
    margin: 25px 0 0;
    padding: 0 20px;
  }

  .link_lists_item_open_design_flex {
    display: block;
    margin: -13.763889% auto 0;
    padding: 0 20px;
    width: 100%;
  }

  .link_lists_item_open_design_flex_item {
    width: 100%;
  }

  .link_lists_item_open_design_flex_item + .link_lists_item_open_design_flex_item {
    margin-left: 0;
    margin-top: 50px;
  }

  .link_lists_item_open_design_flex_item_title {
    font-size: 20px;
    margin: 20px 0 0;
  }

  .link_lists_item_open_design_flex_item_desc {
    font-size: 14px;
    line-height: 1.714285714285714;
  }

  .link_lists_item_open_care_sp {
    display: block;
    margin-top: 40px;
  }

  .link_lists_item_open_care_sp img {
    width: 100%;
  }

  .link_lists_item_open_care {
    background-image: none;
    height: auto;
  }

  .link_lists_item_open_care_container {
    display: block;
    padding: 0 20px;
    width: 100%;
  }

  .link_lists_item_open_care_title {
    font-size: 20px;
    text-align: center;
  }

  .link_lists_item_open_care_desc {
    font-size: 14px;
    letter-spacing: .07em;
    line-height: 1.714285714285714;
  }

  .link_lists_item_open_qa {
    padding: 0 20px;
    width: 100%;
  }

  .link_lists_item_open_qa_item {
    padding: 45px 0 40px;
  }

  .link_lists_item_open_qa_item_question {
    font-size: 18px;
    line-height: 1.555555555555556;
    min-height: 28px;
    padding-left: 43px;
  }

  .link_lists_item_open_qa_item_question::before {
    font-size: 28px;
    top: 3px;
  }

  .link_lists_item_open_qa_item_answer {
    font-size: 14px;
    line-height: 1.714285714285714;
    margin: 30px 0 0;
    min-height: 28px;
    padding-left: 43px;
  }

  .link_lists_item_open_qa_item_answer::before {
    font-size: 28px;
    left: 2px;
    top: 1px;
  }
}

.fixed_buy {
  bottom: 155px;
  height: 140px;
  position: fixed;
  right: 0;
  width: 160px;
  z-index: 8;
}

.fixed_buy form {
  height: 100%;
  width: 100%;
}

.fixed_buy_btn {
  background: rgb(194,0,18);
  background: linear-gradient(270deg, rgba(234,28,36,1) 0%, rgba(194,0,18,1) 100%);
  border: 2px #fff solid;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  letter-spacing: .1em;
  line-height: 1.444444444444444;
  padding: 60px 0 24px 0;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 100%;
}

.fixed_buy_btn::after {
  background-image: url(../img/gour_meal_new/fixed_buy_icon.svg);
  background-repeat: no-repeat;
  background-size: 34px 25px;
  content: '';
  height: 25px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  transition: .3s;
  width: 34px;
}

.fixed_buy_btn:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .fixed_buy {
    bottom: 0;
    height: 70px;
    left: 0;
    position: fixed;
    right: auto;
    width: 100%;
  }

  .fixed_buy form {
    height: 100%;
    width: 100%;
  }

  .fixed_buy_btn {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .fixed_buy_btn::after {
    content: none;
  }

  .fixed_buy_btn span {
    display: table;
    font-size: 20px;
    line-height: 1;
    margin: 0 auto;
    padding-left: 45px;
    position: relative;
  }

  .fixed_buy_btn span::after {
    background-image: url(../img/gour_meal_new/fixed_buy_icon.svg);
    background-repeat: no-repeat;
    background-size: 30px 26px;
    content: '';
    height: 26px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 30px;
  }
}

.link_lists_item_open_concept, .link_lists_item_open_functions, .link_lists_item_open_value, .link_lists_item_open_design {
  padding: 100px 0;
}

.link_lists_item_open_care {
  padding: 0;
}

.link_lists_item_open_qa {
  padding: 100px 0 60px;
}

@media screen and (max-width: 767px) {
  .link_lists_item_open_concept, .link_lists_item_open_functions, .link_lists_item_open_value {
    padding: 40px 20px 60px;
  }

  .link_lists_item_open_care {
    padding: 40px 0 60px;
  }

  .link_lists_item_open_design {
    padding: 40px 0 60px;
  }

  .link_lists_item_open_qa {
    padding: 40px 20px;
  }
}

/* 20230313 fixed_recipe */
@media screen and (max-width: 767px) {
  .fixed_recipe {
    position: fixed;
    bottom: 190px;
    right: 10px;
    width: 120px;
    height: 87px;
    z-index: 2;
  }
  .fixed_recipe a {
    display: block;
  }
  .fixed_recipe_close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -7px;
    left: -11px;
    z-index: 3;
  }
  .fixed_recipe_close img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fixed_recipe {
    position: fixed;
    bottom: 317px;
    right: 16px;
    width: 210px;
    height: 152px;
    z-index: 2;
  }
  .fixed_recipe a {
    display: block;
  }
  .fixed_recipe a:hover {
    opacity: .8;
  }
}

/* 20230313 recipe_banner */
@media screen and (max-width: 767px) {
  .recipe_banner {
    margin-top: 30px;
    position: relative;
  }
  .recipe_banner .img,
  .recipe_banner .img img {
    width: 100%;
  }
  .recipe_banner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
  }
  .recipe_banner .text > span {
    margin-top: 18px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: normal;
    position: relative;
  }
  .recipe_banner .text > span::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .recipe_banner .text h3 {
    margin-top: 14px;
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
  .recipe_banner .text a {
    margin-top: 25px;
    width: 88.88%;
    max-width: 360px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    position: relative;
  }
  .recipe_banner .text a::after {
    background-image: url(../img/gour_meal_new/buy_arrow.png);
    background-repeat: no-repeat;
    background-size: 60px 5px;
    content: '';
    height: 5px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .recipe_banner .text a span {
    padding-right: 25px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .recipe_banner {
    margin-top: 140px;
    position: relative;
  }
  .recipe_banner .img,
  .recipe_banner .img img {
    width: 100%;
  }
  .recipe_banner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
  }
  .recipe_banner .text > span {
    margin-top: 3px;
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: 500;
    position: relative;
  }
  .recipe_banner .text > span::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .recipe_banner .text h3 {
    margin-top: 24px;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .recipe_banner .text a {
    margin-top: 39px;
    width: 400px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    position: relative;
  }
  .recipe_banner .text a:hover {
    opacity: 1;
  }
  .recipe_banner .text a::after {
    background-image: url(../img/gour_meal_new/buy_arrow.png);
    background-repeat: no-repeat;
    background-size: 60px 5px;
    content: '';
    height: 5px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .recipe_banner .text a:hover::after {
    right: 30px;
  }
  .recipe_banner .text a span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
  }
}