@charset "utf-8";

.story_mainArea {
  background-color: #eaf0f4;
}
.story_mainArea .story_mainArea__inner {
  position: relative;
  padding: 45px 20px 200px;
}
.story_mainArea .story_mainArea__inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: calc(1139 / 1920 * 100vw);
  width: 100%;
  background: url(https://www.suntory.com/csr/story/img/bg_top.png) no-repeat center /cover;
}
.story_mainArea .story_mainArea__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  height: calc(237 / 1920 * 100vw);
  background: url(https://www.suntory.com/csr/story/img/bg_bottom.png) no-repeat center /cover;
}

.story_contents {
  position: relative;
  max-width: 1164px;
  margin: 0 auto;
  z-index: 1;
}
.story_bgArea {
  padding: 70px;
  background-color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 767px){
  .story_mainArea .story_mainArea__inner::before {
    height: calc(1140 / 750 * 100vw);
    width: 100%;
    background: url(https://www.suntory.com/csr/story/img/bg_top_sp.png) no-repeat center /cover;
  }
  .story_mainArea .story_mainArea__inner::after {
    height: calc(234 / 750 * 100vw);
    background: url(https://www.suntory.com/csr/story/img/bg_bottom_sp.png) no-repeat center /cover;
  }
  .story_bgArea {
    padding: 30px;
  }
}


.story_title {
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #0d367c;
}
.story_title.s_pageTitle {
  margin-bottom: 80px;
  font-size: 4.8rem;
  text-align: center;
}
.story_title > span {
  margin-left: 15px;
  display: inline-block;
  font-size: 1.8rem;
  color: #333;
}
.story_title.s_pageTitle > span {
  margin-top: 10px;
  font-size: 2.4rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .story_title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .story_title.s_pageTitle {
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
  .story_title > span {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    font-size: 1.6rem;
  }
  .story_title.s_pageTitle > span {
    font-size: 1.8rem;
  }
}


.story_pageTitle {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: bold;
}
.story_dateArea {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.story_date {
  margin-right: 15px;
}
.story_dateArea .m_tagArea {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .story_pageTitle {
    font-size: 2.4rem;
  }
}


.story_tagListArea {
  margin-bottom: 70px;
  padding: 30px;
  background-color: rgba(255,255,255,0.7);
}

.story_selectArea__tagList{
	display: flex;
	flex-wrap: wrap;
  gap: 12.5px;
}
.story_selectArea__tagList > li{
  width: calc(25% - 9.5px);
}
.story_selectArea__tagList > li > a {
  display: block;
  padding: 13px 5px;
  color: #4f4f4f;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  border: 1px solid #4f4f4f;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.story_selectArea__tagList > li > a:hover,
.story_selectArea__tagList > li.s_current > a {
	text-decoration: none;
	color: #fff;
	background-color: #4f4f4f;
}

@media screen and (max-width: 767px) {
  .story_tagListArea {
    padding: 20px;
    margin-bottom: 40px;
  }
  .story_selectArea__tagList > li{
    width: calc(50% - 7px);
  }
  .story_selectArea__tagList > li > a {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
}

.story_groupIndexWrap .m_groupIndex > li:nth-child(n+4) {
  display: none;
}