.store-nav {
  text-align: center;
}
.store-nav li:last-child {
  margin-right: 0;
}

.food_ttl {
  font-size: 2.5rem;
}

.food-hero {
  width: 100%;
  height: 400px;
  background: #fff no-repeat top center url(../images/food/food_hero.png);
  background-size: auto 100%;
}

.food_lead p {
  margin-bottom: 20px;
}
.food_lead p + h3,
.food_lead p + h4 {
  margin-top: 60px;
}
.food_lead .img_deco {
  margin-top: 40px;
}

.food_lead_subttl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 30px 0;
}

.food_lead_ssttl {
  text-align: center;
  margin: 0 0 20px 0;
}
.food_lead_ssttl span {
  display: inline-block;
  border-bottom: 1px solid #5c5852;
  padding-bottom: 5px;
}

.food_movie {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.food_movie + h3 {
  margin-top: 60px;
}

.iframe_wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.twitter-tweet {
  margin: 0 !important;
  height: 100%;
}

.food_movie_weekly {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden;
}
.food_movie_weekly > div {
  width: calc(100% / 3 - 30px);
  text-align: center;
  margin: 0 15px 30px 15px;
  overflow: hidden;
}
.food_movie_weekly iframe {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.food_info_list {
  margin: 0;
  padding: 0;
}
.food_info_list li {
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
}
.food_info_list li:first-child {
  border-top: 1px solid #d0d0d0;
}
.food_info_list a {
  display: flex;
  padding: 1em;
  color: #5c5852;
  transition: background-color .3s ease;
}
.food_info_list a:hover {
  text-decoration: none;
  background-color: #fff;
}
.food_info_list .date {
  font-weight: bold;
  padding-right: 1em;
  flex: 0 0 100px;
}

.how_sub-section {
  padding: 40px 0;
}
.how_sub-section:last-child {
  padding-bottom: 0;
}
.how_sub-section h3 {
  color: #ea5c6f;
}
.how_sub-section h3 span {
  border-bottom: 2px solid #ea5c6f;
  display: inline-block;
  padding-bottom: .7em;
}
.how_sub-section .c-card,
.how_sub-section .c-card p {
  text-align: left;
}

.list-tips {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-tips li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.list-tips li:last-child {
  margin-bottom: 0;
}
.list-tips li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.list-tips li ul {
  margin-top: 15px;
}

.sub-anchors {
  display: flex;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}
.sub-anchors li {
  flex: 0 1 25%;
  padding: 0 2px;
}
.sub-anchors a {
  display: block;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #ea5c6f;
  padding: .8em .2em;
  border: 1px solid #ea5c6f;
  transition: all .3s;
  height: 100%;
  font-size: .8em;
}
.sub-anchors a:hover {
  text-decoration: none;
}
@media (min-width: 639px) {
  .sub-anchors a:hover {
    background-color: #fff;
    color: #ea5c6f;
  }
  .sub-anchors a:hover .down-arrow::after {
    border-color: #ea5c6f;
  }
}
.sub-anchors .down-arrow::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin: 2px auto 2px auto;
  transition: all .3s;
}

.is_sp {
  display: none;
}

.img_bowl {
  text-align: center;
}

.img_bowl img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.img_deco {
  margin-top: 20px;
  text-align: center;
}
.img_deco img {
  width: auto;
  display: inline;
}
.img_deco + h3,
.img_deco + h4,
.img_deco + p {
  margin-top: 20px;
}

.fs_small {
  font-size: .9em;
}

a.no_link {
  pointer-events: none;
  cursor: default;
}
a.no_link .support-list__content {
  padding-right: 0;
}

.food_newver_wrap {
  border: 4px solid #5c5852;
  padding: 20px;
  margin: 40px 0;
  border-radius: 1rem;
  text-align: center;
}
@media (max-width: 639px) {
  .food_newver_wrap {
    border-width: 1px;
    padding: 1em;
  }
}
.food_newver_wrap > p {
  margin-bottom: 40px;
}

.food_newver_btn {
  text-align: center;
}
.food_newver_btn .button {
  min-width: 200px;
}

.food_newver_cols {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .food_newver_cols {
    display: block;
  }
  .food_newver_cols img {
    display: inline-block;
  }
}
.food_newver_cols .head {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #5c5852;
}
.food_newver_cols .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.food_newver_cols .caption {
  font-size: .9em;
  margin-top: 10px;
}
.food_newver_cols > div {
  text-align: center;
}
.food_newver_cols > div:first-child {
  flex: 0 1 68%;
}
@media (max-width: 639px) {
  .food_newver_cols > div:first-child {
    margin-bottom: 30px;
    border-width: 1px;
  }
}
.food_newver_cols > div:last-child {
  flex: 0 1 30%;
}
@media (max-width: 639px) {
  .food_newver_cols > div:last-child img {
    width: 200px;
  }
}
.food_newver_cols .sub_cols {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 639px) {
  .food_newver_cols .sub_cols {
    display: block;
  }
}
.food_newver_cols .sub_cols > div {
  flex: 0 1 45%;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .food_newver_cols .sub_cols > div {
    margin-bottom: 30px;
  }
  .food_newver_cols .sub_cols > div img {
    max-width: 90%;
  }
}
.food_newver_cols .sub_cols2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9em;
}
@media (max-width: 639px) {
  .food_newver_cols .sub_cols2 {
    display: block;
  }
}
.food_newver_cols .sub_cols2 .figure {
  flex: 0 1 17%;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .food_newver_cols .sub_cols2 .figure {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .food_newver_cols .sub_cols2 .figure img {
    width: 100px;
    display: inline-block;
  }
}

.news_frame {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 20px;
}

.news_list {
  padding: 0;
  list-style: none;
}
.news_list > li {
  border-top: 1px solid #c9c9c9;
}
.news_list > li a {
  display: block;
  color: inherit;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news_list > li a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

.news_link__img {
  float: left;
  width: 150px;
  margin: 0 30px 30px 0;
  text-align: center;
}
@media (max-width: 639px) {
  .news_link__img {
    width: 80px;
    margin: 0 15px 15px 0;
  }
}
.news_link__img img {
  max-width: 100%;
}

.news_list__content {
  padding: 15px;
  font-size: .91667rem;
  line-height: 1.36364;
  overflow: hidden;
}
@media (min-width: 640px) {
  .news_list__content {
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1.55556;
    overflow: hidden;
  }
}

.news_list__date {
  margin: 0 0 12px;
  font-weight: 700;
}

.news_list__title {
  font-weight: bold;
  margin-bottom: 1em;
}

@media (max-width: 639px) {
  .food_ttl {
    font-size: 1.5rem;
  }

  .food_lead_subttl {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }

  .food-hero {
    height: 230px;
    background-size: cover;
  }

  .food_lead br {
    display: none;
  }

  .food_movie_weekly {
    margin: 0 -10px;
    display: block;
  }
  .food_movie_weekly > div {
    width: auto;
    margin: 0 10px 20px 10px;
  }

  .how_sub-section {
    padding: 20px 0;
  }

  .sub-anchors {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .sub-anchors li {
    flex: 0 1 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .food_info_list a {
    display: block;
    padding: .5em;
  }
  .food_info_list span {
    display: block;
  }

  .img_deco img {
    max-width: 90%;
  }

  .is_pc {
    display: none !important;
  }

  .is_sp {
    display: block !important;
  }
}
.add_sns_icon {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.add_sns_icon li {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: bold;
}
.add_sns_icon .sw-FooterSNSListItemLink_Icon {
  display: inline-block;
  vertical-align: middle;
}
.add_sns_icon .sw-FooterSNSListItemLink_Icon::before {
  color: #5c5852;
}
.add_sns_icon a {
  color: #5c5852;
}
.add_sns_icon a:hover {
  text-decoration: none;
}
.add_sns_icon a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 980px) {
  .add_sns_icon {
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

/* sprinklr調整 */
/* 2023.1 */
.swe_packery_simple.swe_embed .swe_posts.swe_width_full .swe_post{
  width: 100%;
  padding: 0!important;
}
.swe_posts_container{
    display: flex;
    width: 100%;
    padding: 0;
}
.swe_packery_simple .swe_post{
    display: block;
    width: 33.33333%!important;
    padding: 20px 14px;
}
.swe_packery_simple .swe_post .swe_post_container{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 3px rgb(0 0 0 / 5%);
}
.swe_packery_simple .swe_post .swe_post_container .swe_post_image_container{
    width: 100%;
    padding: calc(100% / 16 * 9) 0 0;
    position: relative;
    overflow: hidden;
}
.swe_packery_simple .swe_card .swe_post_image, .swe_packery_simple .swe_post .swe_post_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto!important;
}
.swe_packery_simple .swe_card .swe_post_image[style*="background-image"], .swe_packery_simple .swe_post .swe_post_image[style*="background-image"]{
  height: inherit!important;
}
.swe_card.swe_card_basic .swe_post_footer_container .swe_post_meta_container{
    display: flex;
    align-items: center;
}
.swe_card.swe_card_basic.swe_has_image .swe_card_section .swe_post_media_container{
    position: relative;
}
.swe_card.swe_card_basic.swe_has_image .swe_card_section .swe_post_media_container .swe_post_image{
    height: inherit;
}
.swe_packery_simple .swe_post .swe_post_text_container, .swe_packery_simple .swe_post .swe_post_text_review_wrapper{
    width: 81.81818%!important;
    padding: 27px 0 40px!important;
    margin: 0 auto!important;
    text-align: left!important;
}
.swe_meta_link{
  display: none;
}
@media (min-width:768px) and (max-width:1024px) {
  .swe_packery_simple .swe_post{
    display: block;
    width: 50%!important;
  }
}
@media (max-width:767px) {
  .swe_packery_simple .swe_post{
    display: block;
    width: 100%!important;
    position: static!important;
  }
  .swe_packery_simple.swe_embed .swe_posts.swe_width_full .swe_post{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  .swe_packery_simple .swe_post .swe_post_container{
  }
  .food_movie_weekly > div{
    width: auto!important;
  }
}
.tw-Link:not(.tw-Link-active){
  display: none;
}
.tw-Link.tw-Link-active{
  display: block;
}
.swe_packery_simple .swe_post .swe_post_footer_container{
  height: auto!important;
}
.swe_packery_simple .swe_post .swe_post_footer_container .swe_post_sharing_container{
  display: none!important;
}
