.store-nav {
  text-align: center;
}
.store-nav li:last-child {
  margin-right: 0;
}

.friends_ttl {
  font-size: 2.5rem;
}

.friends-hero {
  width: 100%;
  height: 400px;
  background: #fff no-repeat top center url("../images/friends/friends_hero.png");
  background-size: auto 100%;
}

.friends_lead p {
  margin-bottom: 20px;
}
.friends_lead .img_deco {
  margin-top: 40px;
}

.friends_lead_subttl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 30px 0;
}

.friends_movie {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.friends_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%;
}

.friends_movie_weekly {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden;
}
.friends_movie_weekly > div {
  width: calc(100% / 3 - 30px);
  text-align: center;
  margin: 0 15px 30px 15px;
  overflow: hidden;
}
.friends_movie_weekly iframe {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.friends_info_list {
  margin: 0;
  padding: 0;
}
.friends_info_list li {
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
}
.friends_info_list li:first-child {
  border-top: 1px solid #d0d0d0;
}
.friends_info_list a {
  display: flex;
  padding: 1em;
  color: #5c5852;
  transition: background-color .3s ease;
}
.friends_info_list a:hover {
  text-decoration: none;
  background-color: #fff;
}
.friends_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: auto;
  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: .88em;
}
.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;
  /*max-width: 130px;*/
}
.img_deco + h3 {
  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;
}

.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;
  }
}
@media (max-width: 639px) {
  .friends_ttl {
    font-size: 1.5rem;
  }

  .friends_lead_subttl {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }

  .friends-hero {
    height: 230px;
    background-size: cover;
  }

  .friends_lead br {
    display: none;
  }

  .friends_movie_weekly {
    margin: 0 -10px;
    display: block;
  }
  .friends_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;
  }

  .friends_info_list a {
    display: block;
    padding: .5em;
  }
  .friends_info_list span {
    display: block;
  }

  .img_deco img {
    max-width: 80px;
  }

  .is_pc {
    display: none !important;
  }

  .is_sp {
    display: block !important;
  }
}
