:root,
:host {
  --color-dark-water: #01476F;
  --color-suntory-water: #5BC2DC;
  --color-midnight-blue: #041829;
  --color-white: #FFFFFF;
  --color-award: #CEEBF2;
  --color-award-silver: #D3D3D3;
  --color-award-env: #D0E4B6;
  --color-award-food: #EFE9C7;
  --color-award-corp: #CEEBF2;
  --color-award-hrm: #F7D6D6;
  --color-beige: #FAF6E3;
  --color-white-alpha30: rgba(255, 255, 255, 0.3);
  --color-shadow: rgba(0, 0, 0, 0.16);
  --color-disabled-dark: #545454;
  --color-disabled-light: #CACACA;
  --color-disabled-award-gold: #997F2E;
  --color-graph-gold: #D9CD8D;
  --color-area-blue: #70C6F9;
  --color-target-purple: #A7246C;
  --color-target-purple-text: #950755;
  --color-target-green: #7AD96A;
  --color-target-green-text: #159400;
  --color-link-blue: #0066aa;
  --fontsize-display-xx-large: 125px;
  --lineheight-display-xx-large: 100%;
  --fontsize-display-x-large: 88px;
  --lineheight-display-x-large: 100%;
  --fontsize-display-large: 64px;
  --lineheight-display-large: 100%;
  --fontsize-display-medium: 45px;
  --lineheight-display-medium: 111%;
  --fontsize-display-small: 29px;
  --lineheight-display-small: 113.8%;
  --fontsize-display-secondary: 23px;
  --lineheight-display-secondary: 117.4%;
  --fontsize-body-xx-large: 40px;
  --lineheight-body-xx-large: 100%;
  --fontsize-body-x-large: 29px;
  --lineheight-body-x-large: 113.8%;
  --fontsize-body-large: 20.5px;
  --lineheight-body-large: 117.4%;
  --fontsize-body-medium: 18px;
  --lineheight-body-medium: 127.8%;
  --fontsize-body-small: 15px;
  --lineheight-body-small: 120%;
  --fontsize-data: 80px;
  --lineheight-data: 100%;
  --fontsize-button: 18px;
  --lineheight-button: 127.8%;
  --fontsize-breadcrumbs: 15px;
  --lineheight-breadcrumbs: 120%;
  --fontsize-tag: 12px;
  --fontfamily-georgia: Georgia, serif !important;
  --fontfamily-alegreya: "Alegreya Sans", sans-serif;
  --anim-duration: 0.25s;
  --anim-duration-fade: 1s;
  --image-arrow-collapse: url(img/icon_arrow_collapse.svg);
}

@media screen and (max-width: 767px) {

  :root,
  :host {
    --fontsize-display-x-large: 45px;
    --lineheight-display-x-large: 111%;
    --fontsize-display-large: 29px;
    --lineheight-display-large: 113.8%;
    --fontsize-display-medium: 29px;
    --lineheight-display-medium: 113.8%;
    --fontsize-display-small: 23px;
    --lineheight-display-small: 117.4%;
    --fontsize-data: 56px;
    --lineheight-data: 107%;
  }
}

#header_wrap {
  height: 50px;
  background: url("../img/bg_header.gif") repeat-x;
}

#header {
  width: 960px;
  margin: 0 auto;
}

#header_ttl {
  width: 527px;
  height: 38px;
  text-indent: -9999px;
  background: url("../img/ttl_news.gif") no-repeat;
  background-position: 15px 15px;
  float: left;
}

#bread_list {
  float: right;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 24px 0 0 0;
}

#bread_list a {
  color: #fff;
  font-weight: bold;
}

#contents_wrap {
  width: 960px;
  margin: 0 auto;
}

.news-nav #contents_wrap {
  min-width: 960px;
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}

.sbf_archive #contents_wrap {
  width: auto;
}

.hide-pc {
  display: none;
}

#sbf_news_cat {
  margin: 20px 0 30px;
}

#sbf_news_cat:after {
  clear: both;
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
}

#sbf_news_cat li {
  float: left;
  width: 50%;
}

#sbf_news_cat span {
  display: block;
  background: #3eaacc;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

#sbf_news_cat a {
  display: block;
  background: #f0f0f0;
  color: #3eaacc;
  text-align: center;
  line-height: 40px;
}

#sbf_news_cat a:hover {
  text-decoration: none;
  background: #3eaacc;
  color: #fff;
}

#rss {
  margin: 6px 0 0 0;
}

#rss_list {}

#rss_list li {
  display: block;
  float: right;
  font-size: 14px;
  height: 19px;
  line-height: 1.4;
}

#rss_list a {
  color: #343434;
}

#suntory_contents {
  --content-max-width: 1164px;
  --content-min-width: 960px;
  --content-sp-padding: 5.208vw;
  /* 20px */
}

#suntory_contents #rss_btn {
  background: url("../img/icon_rss.gif") no-repeat;
  padding: 0 22px 0 27px;
  color: #343434;
}

#rss_btn:hover {
  text-decoration: underline;
}

#suntory_contents #rss_about {
  background: url("../img/icon_about_rss.gif") no-repeat;
  padding: 0 0 0 27px;
  color: #343434;
}

#rss_about:hover {
  text-decoration: underline;
}

#page_ttl {
  color: #2d8fc1;
  font-size: 125%;
  font-weight: bold;
  padding: 14px 0 0;
}

#main_list {
  margin: 70px 0 0 0;
  margin: 0;
  width: 700px;
  float: left;
}

#sbf_wrap #main_list {
  margin: 0 0 0 0;
  width: 650px;
}

#sbf_wrap a{
  color: #0080a3;
}


.articles_list {
  margin: 20px 0 30px 0;
}

.date {
  font-size: 19px;
  font-weight: bold;
}

.article_wrap {
  margin: 20px 20px 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e1eaeb;
}

.article_wrap dt {
  width: 160px;
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
}

.article_wrap dt img {
  vertical-align: bottom;
}

.article_wrap dt.movie {
  position: relative;
}

.article_wrap dt.movie::after {
  content: '';
  width: 48px;
  height: 34px;
  background: url(../img/play_button.svg) no-repeat 0 0;
  background-size: 48px auto;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 24px);
}


.sp_thumb {
  display: none;
}

.article_wrap dd {
  margin: 0 0 0 180px;
}

.icon_category img {
  vertical-align: middle;
  margin: 0 0 5px 0;
}

.new_txt {
  color: #ef5362;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.ttl_article {
  margin: 10px 0 0 0;
}

.ttl_article a {
  color: #0066aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
}

.sub_ttl {
  font-size: 14px;
  margin: 18px 0 0 0;
  line-height: 1.4;
}

.last_list {
  border: none;
}

.out_link:after {
  content: "";
  width: 15px;
  height: 18px;
  background: url("../img/icon_outlink_list.gif") no-repeat;
  background-position: 0 2px;
  display: inline-block;
  margin: 0 0 0 8px;
}

.pdf_link:after {
  content: "";
  width: 24px;
  height: 24px;
  mask: url(../img/icon_pdf.svg) center center / 24px auto no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 10px;
  background-color: #0080a3;
  background-image: none;
}

#go_top_wrap {
  margin: 0 20px 0 0;
}

#go_top {
  color: #0066aa;
  font-size: 12px;
  cursor: pointer;
  background: url("../img/icon_top.gif") no-repeat;
  background-position: 100% 0;
  float: right;
  height: 19px;
  padding: 3px 26px 0 0;
}

#go_top:hover {
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  .news-nav #main_list {
    width: calc(100% - 260px);
    max-width: 904px;
  }
}

@media screen and (max-width: 767px) {

  #header_wrap {
    height: auto;
    background: #5bc2dc;
  }

  #header {
    width: auto;
    margin: 0 auto;
  }

  #header_ttl {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    float: left;
  }

  #header_ttl h1 {
    color: #fff;
    padding: 16px 15px;
    font-size: 15px;
    font-weight: bold;
  }

  #header_ttl p {
    display: none;
  }

  #bread_list {
    display: none;
  }

  #contents_wrap {
    width: auto;
  }

  .news-nav #contents_wrap {
    width: auto;
    min-width: auto;
    max-width: auto;
  }

  .hide-pc {
    display: block;
  }

  .hide-sp {
    display: none;
  }

  #sbf_news_cat {
    margin: 20px 4% 30px;
    width: 92%;
  }

  #rss {
    display: none;
  }

  #page_ttl {
    padding: 0 0 0 10px;
  }

  #main_list,
  #sbf_wrap #main_list {
    margin: 20px 0 0 0;
    width: auto;
    float: none;
  }

  .articles_list {
    margin: 20px 0 25px 0;
  }

  .date {
    padding: 0 20px;
  }

  .article_wrap {
    margin: 0;
    padding: 20px;
  }

  .article_wrap dt {
    width: 110px;
    text-align: center;
  }

  .article_wrap dt.movie::after {
    content: '';
    width: 34px;
    height: 24px;
    background: url(../img/play_button.svg) no-repeat 0 0;
    background-size: 34px auto;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 17px);
  }

  .article_wrap dd {
    margin: 0 0 0 130px;
  }

  .pc_thumb {
    display: none;
  }

  .sp_thumb {
    display: block;
  }

  .article_wrap dt img {
    margin: 0 auto;
  }

}

#suntory_contents {
  background-repeat: no-repeat;
  background-position: center top -440px;
  background-size: 3290px;
}

#banner {
  text-align: center;
}

#banner h1 {
  max-width: 1023px;
  margin: 103px auto 121px;
  font-family: var(--fontfamily-georgia);
  font-weight: bold;
  font-style: italic;
  font-size: var(--fontsize-display-large);
  line-height: var(--lineheight-display-large);
}

:is(#filter,#filter2) .inner {
  max-width: 1038px;
}

:is(#filter,#filter2) ul {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

:is(#filter,#filter2) ul li {
  position: relative;
}

:is(#filter,#filter2) ul label {
  font-weight: bold;
  font-size: var(--fontsize-body-large);
  line-height: var(--lineheight-body-large);
  color: var(--color-midnight-blue);
}

:is(#filter,#filter2) ul label span {
  margin-left: 8px;
  font-weight: normal;
}

:is(#filter,#filter2) ul select {
  margin-bottom: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 11px 36px 8px 12px;
  height: 47px;
  background: white;
  border: 2px solid var(--color-suntory-water);
  border-radius: 8px;
  font-size: 15px;
}

:is(#filter,#filter2) ul li:has(select):last-of-type {
  margin-right: 0px;
}

:is(#filter,#filter2) ul li:has(select)::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 8px;
  height: 8px;
  transform-origin: center center;
  border-bottom: 2px solid var(--color-midnight-blue);
  border-left: 2px solid var(--color-midnight-blue);
  transform: rotate(-45deg);
}

:is(#filter,#filter2) p.title {
  font-family: var(--fontfamily-georgia);
  font-weight: bold;
  font-style: italic;
  font-size: var(--fontsize-display-medium);
  line-height: var(--lineheight-display-medium);
  margin-top: 40px;
}

#list .pdf_link:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icon_pdf.svg) no-repeat;
  display: inline-block;
  margin: 0 0 0 10px;
  transform: translateY(6px);
}

#list .inner {
  max-width: 1038px;
}

#list .listGroup {
  padding: 40px 0;
  border-bottom: 2px solid var(--color-award-silver);
}

#list .listGroup h3 {
  font-family: var(--fontfamily-georgia);
  font-weight: bold;
  font-style: italic;
  font-size: var(--fontsize-display-small);
  line-height: var(--lineheight-display-small);
  display: flex;
  align-items: center;
  gap: 20px;
}

#list .listGroup h3::before {
  width: 6px;
  height: 40px;
  content: "";
  background-color: var(--color-suntory-water);
  transform: translateY(-2px);
}

#list .listGroup article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  gap: 32px;
}

#list .listGroup article img {
  width: 213px;
  height: auto;
  aspect-ratio: 213/150;
  border-radius: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: var(--color-white);
}

#list .listGroup article .artiBody {
  width: calc(100% - 237px);
}

#list .listGroup article .artiBody .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#list .listGroup article .artiBody .tag li {
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 19px 4px;
  background: white;
  border: 2px solid var(--color-suntory-water);
  border-radius: 8px;
  font-size: var(--fontsize-body-medium);
  line-height: var(--lineheight-body-medium);
}

#list .listGroup article .artiBody a.title {
  display: block;
  margin-top: 16px;
  color: var(--color-midnight-blue);
  font-weight: bold;
  font-size: var(--fontsize-body-x-large);
  line-height: var(--lineheight-body-x-large);
}

#list .listGroup article .artiBody a.title:hover {
  text-decoration: underline;
}

#list .listGroup article .artiBody p.read {
  margin-top: 16px;
  font-size: var(--fontsize-body-medium);
  line-height: var(--lineheight-body-medium);
}

#list .pageNav {
  margin-top: 80px;
}

#list .pageNav nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

#list .pageNav nav ._page,
#list .pageNav nav ._page a,
#list .pageNav nav ._prev,
#list .pageNav nav ._next,
#list .pageNav nav ._prev a,
#list .pageNav nav ._next a {
  height: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background: none;
  text-indent: 0;
  overflow: initial;
  vertical-align: middle;
  color: var(--color-midnight-blue);
  top: auto;
  left: auto;
}

#list .pageNav nav ._page {
  width: 40px;
  font-size: var(--fontsize-body-x-large);
  line-height: var(--lineheight-body-x-large);
  justify-content: center;
  padding-bottom: 6px;
}

#list .pageNav nav ._page a {
  width: 40px;
  justify-content: center;
}

#list .pageNav nav ._page._cur {
  font-weight: bold;
  background: none;
  color: var(--color-midnight-blue);
  padding: 0 0 6px;
}

#list .pageNav nav ._prev,
#list .pageNav nav ._next {
  width: auto;
  font-size: var(--fontsize-button);
  line-height: var(--lineheight-button);
  font-weight: bold;
  justify-content: space-between;
}

#list .pageNav nav ._prev a,
#list .pageNav nav ._next a {
  justify-content: space-between;
  position: relative;
  width: auto;
}

#list .pageNav nav ._prev {
  width: 85px;
  margin-right: 12px;
}

#list .pageNav nav ._prev::before {
  background-image: url(../../component/common/img/icon_arrow_left.svg);
}

#list .pageNav nav ._prev a {
  width: 85px;
}

#list .pageNav nav ._prev a::before {
  background-color: var(--color-suntory-water);
  background-image: url(../../component/common/img/icon_arrow_left.svg);
}

#list .pageNav nav ._next {
  width: 88px;
  margin-left: 12px;
}

#list .pageNav nav ._next::after {
  background-image: url(../../component/common/img/icon_arrow_right.svg);
}

#list .pageNav nav ._next a {
  width: 88px;
}

#list .pageNav nav ._next a::after {
  background-color: var(--color-suntory-water);
  background-image: url(../../component/common/img/icon_arrow_right.svg);
}

#list .pageNav nav ._prev::before,
#list .pageNav nav ._next::after,
#list .pageNav nav ._prev a::before,
#list .pageNav nav ._next a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

#list .pageNav nav ._prev::before,
#list .pageNav nav ._next::after {
  background-color: var(--color-disabled-light);
}

#list .pageNav nav ._prev:has(a):before,
#list .pageNav nav ._next:has(a)::after {
  display: none;
}

.filter-container {
  position: relative;
}

.filter-container h2 {
  display: inline-block;
  margin-right: 10px;
}

.tag li {
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 4px;
  padding: 2px 6px;
}

.tag li:hover {
  background-color: rgba(0, 123, 255, 0.1);
  transform: scale(1.05);
}

.listGroup {
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #banner h1 {
    width: 100%;
    text-align: left;
    margin: 32px auto 80px;
    font-size: var(--fontsize-display-x-large);
    line-height: var(--lineheight-display-x-large);
  }

  :is(#filter,#filter2) ul {
    flex-wrap: wrap;
    gap: 8px 6px;
  }

  :is(#filter,#filter2) ul li {
    width: calc(100% - 63px);
  }

  :is(#filter,#filter2) ul li:nth-child(1), :is(#filter,#filter2) ul li:nth-child(3) {
    width: 57px;
    font-family: Arial, Verdana, Helvetica, san-serif;
  }

  :is(#filter,#filter2) ul label {
    font-size: var(--fontsize-body-medium);
    line-height: var(--lineheight-body-medium);
  }

  :is(#filter,#filter2) ul select {
    width: 100%;
    font-size: 14px;
    line-height: var(--lineheight-body-small);
  }

  #list .listGroup article {
    flex-direction: column;
    gap: 16px;
  }

  #list .listGroup article img {
    width: 50%;
    border-radius: 20px;
  }

  #list .listGroup article .artiBody {
    width: 100%;
  }

  #list .listGroup article .artiBody .tag li {
    font-size: var(--fontsize-body-small);
    line-height: var(--lineheight-body-small);
    padding: 10px 22px 8px;
  }

  #list .listGroup article .artiBody a.title {
    margin-top: 8px;
    font-size: var(--fontsize-body-large);
    line-height: var(--lineheight-body-large);
  }

  #list .listGroup article .artiBody p.read {
    margin-top: 8px;
  }

  #list .pageNav nav ._page,
  #list .pageNav nav ._page a {
    width: 16px;
  }

  .filter-container {
    width: 350px;
  }
}

/*------------------------------
  Additions by 2025 News Release RN
--------------------------------*/
:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
#suntory_contents * {
    word-break: break-word;
}
#suntory_contents {
  --newsrn2025-button01: linear-gradient(90deg, #00a1b2 0%, #1476cb 100%);
}

#suntory_contents:has(.sbf_filtering) {
  --newsrn2025-button01: #0080a3;
}

.sbf_filtering {
  --filtering-color01: #bceefa;
  --filtering-color02: #000;
  --filtering-color03: #0080a3;
  --filtering-color04: #ebf7fa;
}

.sbf_filtering {
  background-color: var(--filtering-color04);
  border-radius: 0;
  padding: 20px;
}

.sbf_filtering_bottom{
  margin-top: 115px;
}

.sbf_filtering .sr_only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.sbf_filtering .body {
  margin-top: 8px;
}

.sbf_filtering :where(input, select) {
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.sbf_filtering :where(input, select, label, button, summary) {
  transition: opacity 0.4s 0s ease;
}

.sbf_filtering .newsrn2025_button01 {
  margin-top: 32px;
}

.sbf_filtering>.contents {
  margin-top: 32px;
}

.sbf_filtering>.contents::details-content {
  transition:
    height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.sbf_filtering>.contents[open]::details-content {
  opacity: 1;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }

  .sbf_filtering>.contents[open]::details-content {
    height: auto;
  }
}

@supports not (interpolate-size: allow-keywords) {
  .sbf_filtering>.contents[open]::details-content {
    height: 202px;
    overflow-y: auto;
  }
}

.sbf_filtering .title {
  align-items: center;
  display: flex;
  font-size: 26.666px;
  font-weight: bold;
  line-height: 1.5;
  margin-inline: inherit;
  width: fit-content;
  height: 48px;
  color: var(--color-midnight-blue);
  font-family: var(--fontfamily-alegreya);
}

.sbf_filtering_bottom .title {
  pointer-events: none;
}

.sbf_filtering .title span {
  display: inline-block;
  margin-left: 16px;
  position: relative;
  background-color: #5BC2DC;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.sbf_filtering_bottom .title span {
  display: none;
}

.sbf_filtering .title span::before {
  background-color: var(--color-midnight-blue);
  border-radius: 9999px;
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.sbf_filtering .title span::after {
  background-color: var(--color-midnight-blue);
  border-radius: 9999px;
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: opacity 0.5s ease, transform 0.4s ease;
  width: 16px;
}

.sbf_filtering>.contents[open]>.title span::after {
  opacity: 0;
  transform: rotate(180deg);
}

:is(.newsrn2025_button01, .newsrn2025_button02) {
  appearance: none;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff !important;
  display: grid;
  font-size: 20px;
  font-weight: bold;
  grid-template-columns: 1fr;
  min-height: 72px;
  line-height: 1.5;
  margin-inline: auto;
  padding: 0;
  place-content: center;
  position: relative;
  text-decoration: none;
  width: 400px;
}

.newsrn2025_button01 {
  background: var(--newsrn2025-button01);
}

.newsrn2025_button02 {
  background-color: #fff;
  border: solid 2px currentColor;
  color: #0075a8 !important;
}

.newsrn2025_button01::before,
.newsrn2025_button02::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  transition: opacity 0.4s 0s ease;
  z-index: 1;
}

:is(.newsrn2025_button01, .newsrn2025_button02)>.inner {
  align-items: center;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 4px 0;
  position: relative;
}

:is(.newsrn2025_button01.-search01, .newsrn2025_button02.-search01)>.inner {
  padding-inline: 32px;
}

.newsrn2025_button01.-chevon01>.inner {
  padding-inline: 40px;
}

.newsrn2025_button02.-chevon01>.inner {
  padding-inline: 44px;
}

:is(.newsrn2025_button01, .newsrn2025_button02)>.inner::before {
  content: "";
  justify-self: start;
}

:is(.newsrn2025_button01, .newsrn2025_button02)>.inner::after {
  content: "";
  justify-self: end;
}

:is(.newsrn2025_button01.-search01, .newsrn2025_button02.-search01)>.inner::before {
  --icon-size: 24px;
  background: url(/news/common/img/icon_search_02.svg) no-repeat center / contain;
  height: var(--icon-size);
  width: var(--icon-size);
}

:is(.newsrn2025_button01.-chevon01, .newsrn2025_button02.-chevon01)>.inner::after {
  -webkit-mask: url(/news/common/img/icon_chevon_right_01.svg) center center / contain no-repeat;
  mask: url(/news/common/img/icon_chevon_right_01.svg) center center / contain no-repeat;
  height: 18px;
  width: 10px;
  background-color: #FFF;
}

.newsrn2025_button02.-chevon01>.inner::after {
  background: #0075a8;
}

#suntory_contents #sbf_main_cnt.newsrn_2025 {
  background: none;
  min-width: auto;
  padding: 0;
  width: auto;
}

#suntory_contents #contents_wrap.newsrn_2025 {
  box-sizing: border-box;
  margin: 64px auto 0;
  max-width: var(--content-max-width);
  width: 100%;
}

#suntory_contents:has(.news_header) #contents_wrap.newsrn_2025 {
  margin-bottom: 120px;
}

#suntory_contents #contents_wrap.newsrn_2025 .newsrn2025_button01 {
  margin-top: 80px;
}

.news_header {
  padding: 64px;
  position: relative;
}

.news_header:has(.filtering > .contents[open]) {
  padding-bottom: 0;
}

.news_header::before {
  background-image: linear-gradient(90deg, #00a1b3 0%, #0c88c1 58.17%, #1476cb 100%);
  content: "";
  display: block;
  height: 427px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

:is(.news_header, .sbf_news_header)>.inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: var(--content-max-width);
  position: relative;
  width: 100%;
  z-index: 1;
}

:is(.news_header, .sbf_news_header)>.inner>.title {
  font-size: 26.666px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: -26px;
  text-align: center;
  width: 100%;
}

.news_header>.inner>.title {
  color: #fff;
}

.sbf_news_header>.inner>.title {
  color: #000;
  width: 100% !important;
}

.article_container {
  align-items: start;
  display: grid;
  gap: 40px 21px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.article_container:has(.article03) {
  grid-template-rows: 1fr;
}

:is(.article01, .article02, .article03, .article04) {
  display: grid;
  grid-template-rows: auto;
  line-height: 1.7;
  row-gap: 12px;
}

:is(.article03, .article04) {
  border-radius: 10px;
  filter: drop-shadow(0px 4px 20px rgba(0, 129, 164, 0.2));
  overflow: hidden;
}

.article03 {
  --article03-padding: 0 20px 0 16px;
  background-color: #fff;
  padding-bottom: 16px;
  row-gap: 0;
}

.article03:has(.article03_text) {
  padding-bottom: 0;
}

.article04 {
  padding: 20px;
  background-color: #fff;
}

:is(.article01, .article02, .article03, .article04) .sr_only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

:is(.article01_heading, .article02_heading, .article03_heading, .article04_heading) {
  margin: 0;
  order: 4;
}

.article03_heading {
  margin-top: 10px;
  padding: var(--article03-padding);
}

:is(.article01_heading, .article02_heading, .article03_heading, .article04_heading) a {
  color: #0075a8;
  font-size: 16px;
  font-weight: bold;
}

:is(.article01_text, .article02_text, .article03_text, .article04_text) {
  color: #333;
  font-size: 14px;
  order: 5;
}

:is(.article01_text, .article02_text, .article03_text, .article04_text) {
  border-radius: 0;
}

.article03_text {
  margin-top: 20px;
  padding: 10px 16px 16px 16px;
}

:is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail, .article04_thumbnail) {
  order: 1;
  position: relative;
  display: block;
}

:is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail, .article04_thumbnail)::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  transition: 0.2s 0s ease;
  z-index: 1;
}

:is(.article01_thumbnail, .article02_thumbnail, .article04_thumbnail, .article03_thumbnail) img {
  aspect-ratio: 187 / 105;
  display: block;
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: all 0.3s ease;
}

:is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) {
  display: contents;
  line-height: 1.5;
}

:is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) .category {
  order: 3;
}

.article03_meta .category {
  margin-top: 16px;
  padding: var(--article03-padding);
}

/*
:is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) .category dd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}*/

:is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) .category a {
  background-color: #edf4f7;
  border-radius: 8px;
  color: #000 !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.4s 0s ease;
  padding: 8px 16px;
}

:is(.article03_meta, .article04_meta) .category a {
  background-color: #ebf7fa;
}

:is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) .date {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  order: 2;
  padding: 0;
}

.article03_meta .date {
  margin-top: 10px;
  padding: var(--article03-padding);
}

.sbf_filtering>.contents {
  margin-top: 0;
}

:is(#filter,#filter2) ul select {
  border: 2px solid #5BC2DC;
  color: var(--color-midnight-blue);
}

details.contents,
ul.filterSearch,
.sbf_filtering,
:is(#filter,#filter2) ul select,
.sbf_filtering,
#sbf_wrap li,
#sbf_wrap a {
  font-family: var(--fontfamily-alegreya);
}

.date {
  background: unset;
}

#suntory_contents h1 {
  font-family: var(--fontfamily-alegreya);
  font-size: 32px;
  margin: 0 auto 52px;
  padding-top: 64px;
  color: #000;
  border-bottom: none;
}

.article_container {
  gap: 40px;
}

.tag li,
.category dd {
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 4px;
  display: inline-block;
}

.thumb-clickable,
.article04_thumbnail {
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  aspect-ratio: 187 / 105;
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.thumb-clickable:hover img{
  transform: scale(1.05);
  transition: all 0.3s ease;
}

#suntory_contents #contents_wrap.newsrn_2025 {
  box-sizing: border-box;
  margin: 64px auto 120px;
}

.pbox_pagenav {
  margin-top: 80px;
}

.pbox_pagenav>.list {
  column-gap: 20px;
  display: flex;
  margin-inline: auto;
  width: fit-content;
}

.pbox_pagenav>.list>.item :is(a:not([aria-label]), span:not(.dot)) {
  background-color: #fff;
  border: solid 2px currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  color: #0080a3;
  display: grid;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 1.5;
  place-content: center;
  padding: 0.1em 0.04em 0 0;
  text-decoration: none;
  width: 40px;
}

.pbox_pagenav>.list>.item a{
  transition: 0.4s 0s ease;
  background-color: #fff;
}


.pbox_pagenav>.list>.item a:hover{
  text-decoration: none;
  background-color: #0080A3;
  transition: 0.4s 0s ease;
}



#sbf_wrap .pbox_pagenav>.list>.item a:hover{
  color: #fff;
  border: solid 2px #0080A3;
}

.pbox_pagenav > .list > .item[aria-hidden="true"]{
  display: none;
}

.pbox_pagenav>.list>.item.prev a,
.pbox_pagenav>.list>.item.next a {
  align-items: center;
  justify-content: center;
  border: solid 2px currentColor;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  height: 40px;
  width: 100px;
  position: relative;
}

.pbox_pagenav>.list>.item.prev a::before,
.pbox_pagenav>.list>.item.next a::after {
  mask: url(/news/common/img/icon_chevon_right_01.svg) center center / contain no-repeat;
  background-color: #0080A3;
  content: "";
  display: block;
  height: 12px;
  width: 7px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}

.pbox_pagenav>.list>.item.prev a:hover::before,
.pbox_pagenav>.list>.item.next a:hover::after{
  background-color: #fff;
}

.pbox_pagenav>.list>.item.prev{
  margin-right: 15px;
}

.pbox_pagenav>.list>.item.prev a{
  padding-left: 10px;
}

.pbox_pagenav>.list>.item.prev a::before{
  left: 12px;
  transform: translate(0,-50%) rotate(180deg);
}

.pbox_pagenav>.list>.item.next{
  margin-left: 15px;
}

.pbox_pagenav>.list>.item.next a{
  padding-right: 10px;
}

.pbox_pagenav>.list>.item.next a::after{
  right: 12px;
}

.pbox_pagenav>.list>.item[aria-current="page"] span {
  background-color: #0080a3;
  border-color: #0080a3;
  color: #fff;
}

@media screen and (min-width: 768px) {
  :is(#sbf_waste,#sbf_waste2) {
    width: 1160px;
    margin: auto;
    padding: 0;
    background-color: #FFF;
    color: #000;
  }

  .suntory_contents_news {
    background-color: #FFF;
  }

  :is(#sbf_waste,#sbf_waste2) li,
  :is(#sbf_waste,#sbf_waste2) li a {
    color: #000;
    font-size: 12px;
    margin-right: 0;
  }

  :is(#sbf_waste,#sbf_waste2) li:nth-child(n + 2) {
    margin-left: 10px;
  }

  :is(#sbf_waste,#sbf_waste2) li.home a{
    background: url(https://www.suntory.co.jp/sun_common/breadcrumb/img/arrow.svg) no-repeat right 0;
    padding-left: 0;
    height: 18px;
    background-size: 7px 12px;
  }

  :is(#filter,#filter2) ul li:has(select) {
    margin-right: 16px;
  }
}

@media not all and (max-width: 767px) {
  .article_container--pc_col3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article_container--pc_col3:has(.article03) {
    column-gap: 19px;
    row-gap: 0;
  }

  .article_container--pc_col3 .article03:nth-child(n + 4) {
    margin-top: 40px;
  }

  :is(.article02, .article04) {
    grid-template-columns: 374px 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .article02 {
    gap: 16px 40px;
  }

  .article03 {
    grid-template-rows: subgrid;
    grid-row: span 5;
  }

  .article04 {
    gap: 12px 20px;
    padding: 20px;
  }

  :is(.article02_heading, .article04_heading) {
    grid-column: 2;
  }

  :is(.article02_text, .article04_text) {
    grid-column: 2;
  }

  :is(.article02_thumbnail, .article04_thumbnail) {
    grid-column: 1;
    grid-row: 1 / -1;
  }

  :is(.article02_meta, .article04_meta) .category {
    grid-column: 2;
  }

  :is(.article02_meta, .article04_meta) .date {
    grid-column: 2;
  }
}

@media screen and (max-width: 767px) {
  :is(#sbf_waste,#sbf_waste2){
    padding: 0 var(--content-sp-padding);
    min-width: auto;
  }

  :is(#sbf_waste,#sbf_waste2) .suntory_contents_breadcrumb{
    margin: 0 auto 45px;
  }

  :is(#sbf_waste,#sbf_waste2) a{
    color: #000;
  }
  :is(#sbf_waste,#sbf_waste2) li.home a{
    background: url(https://www.suntory.co.jp/sun_common/breadcrumb/img/arrow.svg) no-repeat right center;
    padding-left: 0;
    background-size: 1.6vw auto;
  }
  #suntory_contents h1 {
    font-size: 26.666px;
    margin-bottom: 52px;
    padding-top: 52px;
  }
  .sbf_filtering .title{
    font-size: 21px;
  }

  .sbf_filtering .title span {
    margin-left: 8px;
  }

  :is(#filter,#filter2) ul #listSelect,
  :is(#filter,#filter2) ul #listSelect2 {
    min-width: 100%;
  }

  :is(#filter,#filter2) ul #yearSelect,
  :is(#filter,#filter2) ul #yearSelect2 {
    min-width: 100px;
  }

  .sbf_filtering {
    padding: 18px;
  }

  .article_container {
    row-gap: 40px;
  }

  :is(.newsrn2025_button01, .newsrn2025_button02) {
    font-size: 19px;
    min-height: 56px;
    width: 100%;
  }

  :is(.newsrn2025_button01.-chevon01, .newsrn2025_button02.-chevon01)>.inner {
    padding-inline: 20px;
  }

  #suntory_contents #sbf_wrap_inr.newsrn_2025 {
    padding: 48px 0 80px;
  }

  #suntory_contents #contents_wrap.newsrn_2025 {
    margin-top: 40px;
    padding: 0 var(--content-sp-padding);
    min-width: auto;
  }

  #suntory_contents:has(.news_header) #contents_wrap.newsrn_2025 {
    margin-bottom: 80px;
  }

  #suntory_contents #contents_wrap.newsrn_2025 .newsrn2025_button01 {
    margin-top: 64px;
  }

  :is(.news_header, .sbf_news_header) {
    padding-left: var(--content-sp-padding);
    padding-right: var(--content-sp-padding);
  }

  .news_header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news_header:has(.filtering > .contents[open]) {
    padding-bottom: 0;
  }

  .news_header::before {
    aspect-ratio: 128 / 113;
    height: auto;
  }

  :is(.news_header, .sbf_news_header)>.inner {
    margin-bottom: 0;
    min-width: auto;
  }

  :is(.news_header, .sbf_news_header)>.inner>.title {
    margin-top: 36px;
    margin-bottom: 0;
    font-size: 25px;
  }

  .article03 {
    --article03-padding: 0 20px;
  }

  .article04 {
    padding-bottom: 16px;
    row-gap: 0;
  }

  .article04:has(.article04_text) {
    row-gap: 0;
  }

  .article04_heading {
    margin-top: 10px;
    padding: var(--article04-padding);
  }

  :is(.article01_heading, .article02_heading, .article03_heading, .article04_heading) a {
    font-size: 16px;
  }

  :is(.article01_text, .article02_text) {
    padding: 16px;
  }

  .article04_text {
    margin-top: 20px;
  }

  :is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail, .article04_thumbnail) img {
    aspect-ratio: 344 / 193;
  }

  .article04_meta .category {
    margin-top: 10px;
    padding: var(--article04-padding);
  }

  :is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) .category dd {
    gap: 10px;
  }

  :is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) .category a {
    font-size: 14px;
    padding: 8px 16px;
  }

  .article04_meta .date {
    margin-top: 16px;
    padding: var(--article04-padding);
  }

  details.contents {
    max-width: 355px;
  }

  :is(.article01_thumbnail, .article02_thumbnail, .article04_thumbnail, .article03_thumbnail) img {
    
  }

  #suntory_contents #sbf_wrap_inr.newsrn_2025 {
    padding: 0
  }

  .pbox_pagenav>.list{
    position: relative;
  }

  .pbox_pagenav>.list>.item.prev,
  .pbox_pagenav>.list>.item.next{
    inset: 64px 0 auto 0;
    margin-inline: auto;
    position: absolute;
    width: fit-content;
  }

  .pbox_pagenav>.list>.item.prev{
    transform: translateX(-50%);
  }

  .pbox_pagenav>.list>.item.prev a{
    margin-right: 12px;
  }

  .pbox_pagenav>.list>.item.next{
    transform: translateX(50%);
  }

  .pbox_pagenav>.list>.item.next a{
    margin-left: 12px;
  }

  /* Next のみ表示時 */
  .pbox_pagenav > .list > .item:first-child[aria-hidden="true"] ~ .item:last-child[aria-hidden="false"]{
    transform: translateX(0%);
  }

  .pbox_pagenav > .list > .item:first-child[aria-hidden="true"] ~ .item:last-child[aria-hidden="false"] a{
    margin-left: 0;
  }

  /* Prev のみ表示時 */
  .pbox_pagenav > .list:has(.item:first-child[aria-hidden="false"]):has(.item:last-child[aria-hidden="true"]) .item:first-child[aria-hidden="false"]{
    transform: translateX(0%);
  }

  .pbox_pagenav > .list:has(.item:first-child[aria-hidden="false"]):has(.item:last-child[aria-hidden="true"]) .item:first-child[aria-hidden="false"] a{
    margin-right: 0;
  }

  .sbf_filtering_bottom{
    margin-top: 135px;
  }

  .sbf_filtering_bottom .body_inner{
    max-width: 330px;
  }

  .btn_page_top a{
    width: 50px;
    height: 50px;
    background-size: initial;
    border-radius: 50px;
  }

}


@media screen and (max-width: 420px) {
  :is(#filter,#filter2) ul li:nth-child(1), :is(#filter,#filter2) ul li:nth-child(3) {
    width: 100%;
  }

  :is(#filter,#filter2) ul li:nth-child(3) {
    margin-top: 10px;
  }
}

@media not screen and (max-width: 767px) and (hover: hover) {
  .sbf_filtering :where(input, select, label, button, summary):hover {
    cursor: pointer;
    opacity: 0.8;
  }

  :is(.newsrn2025_button01, .newsrn2025_button02):hover {
    text-decoration: none;
  }

  :is(.newsrn2025_button01, .newsrn2025_button02):hover::before {
    opacity: 0.2;
  }
}

@media not all and (max-width: 767px) and (hover: hover) {
  :is(.article01_meta, .article02_meta, .article03_meta, .article04_meta) .category a:hover {
    text-decoration: underline;
  }

  /*
  :is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail, .article04_thumbnail):hover::before {
    opacity: 0.2;
  }*/
}