@import url("/csr/common/css/splide-core.min.css");
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: normal;
  src: url("/csr/common/font/AlegreyaSans-MediumItalic.woff2") format("woff2");
}
#suntory_contents .sustop-h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  color: #3a92bc;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
#suntory_contents .sustop-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 21px 55px 20px 40px;
  border-radius: 40px;
  background: #fff;
  color: #3679a5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid #3a92bc;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-btn {
    width: 100%;
    max-width: 400px;
    padding: 15px 48px 14px 30px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
#suntory_contents .sustop-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(/csr/common/img/icon_arrow_01.svg) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-btn::after {
    right: 19px;
  }
}
@media (any-hover: hover) {
  #suntory_contents .sustop-btn:hover {
    background: #3679a5;
    color: #fff;
    border-color: #fff;
  }
  #suntory_contents .sustop-btn:hover::after {
    background-image: url(/csr/common/img/icon_arrow_wh.svg);
  }
}
#suntory_contents .sustop-mv {
  padding-bottom: 60px;
  background: url(/csr/img/bg_top_01.svg) center top/1920px no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 20%, #f4f8fa calc(20% + 1px), #f4f8fa 100%);
  background: url(/csr/img/bg_top_01.svg) center top/1920px no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 20%, #f4f8fa calc(20% + 1px), #f4f8fa 100%);
}
@media only screen and (min-width: 1921px) {
  #suntory_contents .sustop-mv {
    padding-bottom: 60px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-mv {
    padding-bottom: 30px;
    background: url(/csr/img/bg_top_01_sp.svg) -70px top/1056px no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 20%, #f4f8fa calc(20% + 1px), #f4f8fa 100%);
    background: url(/csr/img/bg_top_01_sp.svg) -70px top/1056px no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 20%, #f4f8fa calc(20% + 1px), #f4f8fa 100%);
  }
}
#suntory_contents .sustop-mv .sus-inner {
  position: relative;
  padding-inline: 20px;
  max-width: 1204px;
}
#suntory_contents .sustop-mv__link {
  z-index: 1;
  position: absolute;
  top: 42px;
  right: 0;
}
@media only screen and (max-width: 1204px) {
  #suntory_contents .sustop-mv__link {
    right: 20px;
  }
}
#suntory_contents .sustop-mv__anclist {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 24px 24px 24px;
}
@media only screen and (max-width: 1010px) {
  #suntory_contents .sustop-mv__anclist {
    display: none;
  }
}
#suntory_contents .sustop-mv__ancitem {
  padding-bottom: 11px;
  border-bottom: 1px dashed #b6b6b6;
}
#suntory_contents .sustop-mv__ancitem:not(:first-of-type) {
  margin-top: 12px;
}
#suntory_contents .sustop-mv__ancitem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (any-hover: hover) {
  #suntory_contents .sustop-mv__ancitem a:hover {
    color: #3679a5;
  }
  #suntory_contents .sustop-mv__ancitem a:hover::before {
    margin-top: 4px;
  }
}
#suntory_contents .sustop-mv__ancitem a::before {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(/csr/common/img/icon_anc_01.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-mv__ancitem a::before {
    width: 11px;
    height: 7px;
  }
}
#suntory_contents .sustop-mv__esglink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  background-color: #fff;
  border: 3px solid #3679a5;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.043em;
  color: #3679a5;
  margin-top: 25px;
  padding: 20px 20px 20px 27px;
  -webkit-box-shadow: 0 4px 8px rgba(41, 107, 173, 0.32);
          box-shadow: 0 4px 8px rgba(41, 107, 173, 0.32);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (any-hover: hover) {
  #suntory_contents .sustop-mv__esglink:hover {
    background-color: #3679a5;
    color: #fff;
  }
  #suntory_contents .sustop-mv__esglink:hover::after {
    background-image: url(/csr/common/img/icon_link_02.svg);
  }
}
@media only screen and (any-hover: hover) and (max-width: 1010px) {
  #suntory_contents .sustop-mv__esglink:hover .sustop-mv__esglink--img {
    display: none;
  }
  #suntory_contents .sustop-mv__esglink:hover .sustop-mv__esglink--img-h {
    display: block;
  }
}
@media only screen and (max-width: 1010px) {
  #suntory_contents .sustop-mv__esglink {
    position: absolute;
    top: 224px;
    right: -23px;
    padding: 10px 3px 14px 3px;
    width: 41px;
    min-height: 211px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.0769230769;
    letter-spacing: 0em;
    white-space: pre;
    border-radius: 10px 0 0 10px;
    letter-spacing: -0.5vw;
    border-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-mv__esglink {
    top: 158px;
  }
}
#suntory_contents .sustop-mv__esglink--txt {
  display: block;
}
@media only screen and (max-width: 1010px) {
  #suntory_contents .sustop-mv__esglink--txt {
    display: none;
  }
}
#suntory_contents .sustop-mv__esglink--img {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1010px) {
  #suntory_contents .sustop-mv__esglink--img {
    display: block;
    width: 13px;
  }
}
#suntory_contents .sustop-mv__esglink--img-h {
  width: 13px;
  display: none;
}
#suntory_contents .sustop-mv__esglink::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/csr/common/img/icon_link_01.svg) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-mv__esglink::after {
    width: 16px;
    height: 16px;
  }
}
#suntory_contents .sustop-mv .splide {
  position: relative;
  padding-left: 0;
}
#suntory_contents .sustop-mv .splide .sus-inner {
  position: absolute;
  left: var(--offset);
  bottom: 0;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-mv .splide .sus-inner {
    width: 100%;
    left: 0;
  }
}
#suntory_contents .sustop__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 42px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop__ttl {
    padding-top: 27px;
    margin-inline: auto;
    position: static;
  }
}
#suntory_contents .sustop__ttl--sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3a92bc;
  border-radius: 26px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 18px 7px 20px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop__ttl--sub {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.03em;
    padding: 6px 16px 7px 16px;
    margin-inline: auto;
  }
}
#suntory_contents .sustop__ttl--main {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5789473684;
  letter-spacing: 0.15em;
  color: #fff;
  margin-top: 13px;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop__ttl--main {
    margin-top: 13px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4782608696;
    letter-spacing: 0.16em;
    text-align: center;
  }
}
#suntory_contents .sustop__ttl::before, #suntory_contents .sustop__ttl::after {
  content: "";
  display: block;
  position: absolute;
}
#suntory_contents .sustop__ttl::before {
  width: 258px;
  height: 177px;
  left: -191px;
  bottom: -121px;
  background: url(/csr/img/img_mv_01.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop__ttl::before {
    width: 163px;
    height: 112px;
    left: -39px;
    bottom: -52px;
  }
}
#suntory_contents .sustop__ttl::after {
  width: 137px;
  height: 156px;
  right: -163px;
  bottom: -57px;
  background: url(/csr/img/img_mv_02.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop__ttl::after {
    width: 73px;
    height: 83px;
    bottom: -8.2051282051vw;
    right: 0;
    bottom: -32px;
  }
}
#suntory_contents #sustop-story {
  margin-top: 34px;
  min-height: 800px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story {
    margin-top: 22px;
    min-height: 566px;
  }
}
#suntory_contents #sustop-story .slide__container {
  display: block;
}
#suntory_contents #sustop-story .splide__track {
  overflow: visible;
  height: 100%;
}
#suntory_contents #sustop-story .splide__list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 533px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#suntory_contents #sustop-story .splide__slide {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__slide .sustop-story__content {
    width: calc(100% - 18px);
  }
}
@media (any-hover: hover) {
  #suntory_contents #sustop-story .splide__slide a:hover .sustop-story__ttl {
    text-decoration: underline;
  }
  #suntory_contents #sustop-story .splide__slide a:hover .sustop-story__ttl--sub {
    text-decoration: underline;
    -webkit-text-decoration-color: #3a92bc;
            text-decoration-color: #3a92bc;
  }
}
#suntory_contents #sustop-story .splide__slide .sustop-story__figure {
  display: block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 360px;
  height: 240px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__slide .sustop-story__figure {
    width: 100%;
    height: auto;
  }
}
#suntory_contents #sustop-story .splide__slide .sustop-story__figure img {
  border-radius: 16px;
}
#suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-inline: 220px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .slide__container {
    width: 100%;
  }
}
#suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .slide__container .sustop-story__num {
  display: none;
}
#suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .sustop-story__figure {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
}
#suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .sustop-story__figure img {
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .sustop-story__figure {
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}
#suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .sustop-story__content {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .sustop-story__content {
    width: calc(100% - 18px);
  }
}
#suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .sustop-story__content .sustop-story__num {
  display: block;
  top: -49px;
  left: 25px;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-story .splide__slide.is-active:not(.splide__slide--clone) .sustop-story__content .sustop-story__num {
    font-size: 5.4rem;
    font-weight: 500;
    line-height: 1.4814814815;
    letter-spacing: 0.02em;
    top: -47px;
    left: 15px;
  }
}
#suntory_contents .splide__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .splide__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#suntory_contents .splide__btns .sustop-btn {
  margin-top: 16px;
  margin-left: 72px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .splide__btns .sustop-btn {
    margin-inline: auto;
  }
}
#suntory_contents .splide__controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#suntory_contents .splide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .splide__arrows {
    margin-left: 6px;
    gap: 3px;
  }
}
#suntory_contents .splide__arrow {
  border: none;
  background: none;
  cursor: pointer;
}
#suntory_contents .splide__arrow svg {
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .splide__arrow svg {
    width: 19px;
    height: 19px;
  }
}
#suntory_contents .splide__pagination {
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .splide__pagination {
    gap: 6px;
  }
}
#suntory_contents .splide__pagination__page {
  cursor: pointer;
  padding: 0;
  display: block;
  border: none;
  background: #fff;
  border: 1px solid #3a92bc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
#suntory_contents .splide__pagination__page.is-active {
  background: #3a92bc;
}
#suntory_contents .splide__toggle {
  cursor: pointer;
  border: none;
  background: none;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .splide__toggle {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    padding: 0;
  }
}
#suntory_contents .sustop-story__content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -142px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: #3a92bc;
  border-radius: 16px;
  padding: 32px 32px 32px 32px;
  width: 756px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-story__content {
    display: block;
    width: 100%;
    top: 53.0769230769vw;
    bottom: unset;
    opacity: 1;
    visibility: visible;
    padding: 20px 20px 20px 20px;
  }
}
#suntory_contents .sustop-story__content .sustop-story__num {
  display: none;
}
#suntory_contents .sustop-story__num {
  position: absolute;
  bottom: 1px;
  left: 18px;
  color: #fff;
  font-style: italic;
  z-index: 1;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-family: Alegreya, sans-serif;
}
#suntory_contents .sustop-story__ttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5652173913;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-story__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
#suntory_contents .sustop-story__ttl--sub {
  display: block;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-story__ttl--sub {
    margin-bottom: 9px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
#suntory_contents .sustop-story__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  gap: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-story__footer {
    margin-top: 16px;
  }
}
#suntory_contents .sustop-story__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
#suntory_contents .sustop-story__tag > li {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.124em;
  padding: 4px 16px 6px;
  background-color: #fff;
  color: #3679a5;
  border-radius: 18px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-story__tag > li {
    padding: 2px 10px 4px 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.124em;
  }
}
#suntory_contents .sustop-story__date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-story__date {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5454545455;
    letter-spacing: 0.02em;
  }
}
#suntory_contents .sustop-sec {
  padding-inline: 20px;
}
#suntory_contents .sustop-sec.--activities {
  background-color: #f4f8fa;
}
#suntory_contents .sustop-sec.--activities .sus-inner {
  padding-top: 62px;
  padding-bottom: 166px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--activities .sus-inner {
    padding-top: 46px;
    padding-bottom: 48px;
  }
}
#suntory_contents .sustop-sec.--activities .sustop-h2 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--activities .sustop-h2 {
    margin-top: 19px;
    line-height: 1.85;
  }
}
#suntory_contents .sustop-sec.--activities .sustop-h2 ruby {
  white-space: nowrap;
}
#suntory_contents .sustop-sec.--activities .sustop-h2 rt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 4.5333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--activities .sustop-h2 rt {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 8.5;
    letter-spacing: 0.1em;
  }
}
#suntory_contents .sustop-activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#suntory_contents .sustop-activities__body {
  width: 600px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__body {
    width: 100%;
  }
}
#suntory_contents .sustop-activities__body .sustop-btn {
  margin-top: 66px;
  margin-bottom: 20px;
  min-width: 350px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__body .sustop-btn {
    margin-top: 26px;
    margin-inline: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 420px;
    min-width: unset;
  }
}
#suntory_contents .sustop-activities__body .sustop-btn + .sustop-btn {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__body .sustop-btn + .sustop-btn {
    margin-top: 20px;
  }
}
#suntory_contents .sustop-activities__lead {
  margin-top: 42px;
  max-width: 497px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__lead {
    margin-top: 19px;
    max-width: 100%;
  }
}
#suntory_contents .sustop-activities__lead p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.375;
  letter-spacing: 0.01em;
  color: #01476f;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__lead p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1071428571;
    letter-spacing: 0.02em;
  }
}
#suntory_contents .sustop-activities__figure {
  position: relative;
  width: calc(100% - 600px);
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__figure {
    width: 100%;
    height: min(88.2051282051vw, 441px);
  }
}
#suntory_contents .sustop-activities__figure .sustop-activities__img img {
  opacity: 0;
  position: absolute;
  border-radius: 16px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__figure .sustop-activities__img img {
    border-radius: 12px;
  }
}
#suntory_contents .sustop-activities__figure .sustop-activities__img.--1 img {
  width: clamp(285px, 29.6486090776vw, 405px);
  max-width: 405px;
  left: clamp(62px, 6.3689604685vw, 67px);
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__figure .sustop-activities__img.--1 img {
    width: min(64.6153846154vw, 323px);
    left: 0;
  }
}
#suntory_contents .sustop-activities__figure .sustop-activities__img.--2 img {
  width: clamp(152px, 15.7393850659vw, 215px);
  top: clamp(262px, 27.3792093704vw, 374px);
  left: clamp(276px, 28.8433382138vw, 349px);
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__figure .sustop-activities__img.--2 img {
    width: min(34.1025641026vw, 170px);
    top: min(48.4615384615vw, 242px);
    left: min(55.3846153846vw, 276px);
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-activities__figure .sustop-activities__img.--3 {
    display: none;
  }
}
#suntory_contents .sustop-activities__figure .sustop-activities__img.--3 img {
  width: clamp(175px, 18.3016105417vw, 250px);
  top: clamp(416px, 43.3382137628vw, 592px);
}
#suntory_contents .sustop-sec.--targets {
  padding-bottom: 368px;
  background: url(/csr/img/bg_top_targets_01.svg) center top/1920px no-repeat, url(/csr/img/bg_top_targets_03.svg) center bottom/100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: url(/csr/img/bg_top_targets_01.svg) center top/1920px no-repeat, url(/csr/img/bg_top_targets_03.svg) center bottom/100% no-repeat, -webkit-linear-gradient(bottom, #fff 0%, #fff 100%);
  background: url(/csr/img/bg_top_targets_01.svg) center top/1920px no-repeat, url(/csr/img/bg_top_targets_03.svg) center bottom/100% no-repeat, linear-gradient(to top, #fff 0%, #fff 100%);
  padding-inline: 0;
}
@media only screen and (min-width: 1921px) {
  #suntory_contents .sustop-sec.--targets {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--targets {
    padding-bottom: 120px;
    background: url(/csr/img/bg_top_targets_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_targets_04.svg) center bottom/100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
    background: url(/csr/img/bg_top_targets_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_targets_04.svg) center bottom/100% no-repeat, -webkit-linear-gradient(bottom, #fff 0%, #fff 100%);
    background: url(/csr/img/bg_top_targets_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_targets_04.svg) center bottom/100% no-repeat, linear-gradient(to top, #fff 0%, #fff 100%);
  }
}
#suntory_contents .sustop-sec.--targets .sus-inner {
  max-width: 1204px;
  padding-top: 306px;
  padding-inline: 20px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--targets .sus-inner {
    padding-top: 146px;
    padding-bottom: 0;
  }
}
#suntory_contents .sustop-sec.--targets .sustop-targets__scroll + .sus-inner {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--targets .sustop-targets__scroll + .sus-inner {
    padding-top: 46px;
  }
}
#suntory_contents .sustop-sec.--targets .sustop-h2 {
  letter-spacing: 0.04em;
}
#suntory_contents .sustop-sec.--targets .sustop-btn {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--targets .sustop-btn {
    margin-top: 32px;
    margin-inline: auto;
  }
}
#suntory_contents .sustop-targets__lead {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-targets__lead {
    margin-top: 11px;
  }
}
#suntory_contents .sustop-targets__lead p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-targets__lead p {
    letter-spacing: 0.04em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}
#suntory_contents .sustop-targets__scroll {
  width: 100%;
  height: 825px;
  overflow: hidden;
  margin-top: 80px;
}
@media only screen and (max-width: 1204px) {
  #suntory_contents .sustop-targets__scroll {
    overflow-x: auto;
    max-width: 1644px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-targets__scroll {
    margin-top: 38px;
    height: 587px;
    overflow-x: auto;
    max-width: unset;
  }
}
#suntory_contents .sustop-targets__figure {
  position: relative;
  width: 100%;
  height: 825px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1204px) {
  #suntory_contents .sustop-targets__figure {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-targets__figure {
    display: none;
  }
}
#suntory_contents .sustop-targets__figure img {
  max-width: 1920px;
  width: 1920px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#suntory_contents .sustop-targets__figure--pc {
  display: none;
}
@media only screen and (max-width: 1204px) {
  #suntory_contents .sustop-targets__figure--pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-targets__figure--pc {
    display: none;
  }
}
#suntory_contents .sustop-targets__figure--pc img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#suntory_contents .sustop-targets__figure--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-targets__figure--sp {
    display: block;
  }
}
#suntory_contents .sustop-targets__figure--sp img {
  max-width: 862px;
  width: 862px;
  -o-object-fit: contain;
     object-fit: contain;
}
#suntory_contents .sustop-sec.--pickup {
  margin-top: -1px;
  background: url(/csr/img/bg_top_pickup_01.svg) center top/1920px no-repeat, url(/csr/img/bg_top_pickup_03.svg) center bottom/1920px no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 10%, #fff calc(10% + 1px), #fff 100%);
  background: url(/csr/img/bg_top_pickup_01.svg) center top/1920px no-repeat, url(/csr/img/bg_top_pickup_03.svg) center bottom/1920px no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 10%, #fff calc(10% + 1px), #fff 100%);
}
@media only screen and (min-width: 1921px) {
  #suntory_contents .sustop-sec.--pickup {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--pickup {
    background: url(/csr/img/bg_top_pickup_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_pickup_04.svg) center bottom/100% no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 10%, #fff calc(10% + 1px), #fff 100%);
    background: url(/csr/img/bg_top_pickup_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_pickup_04.svg) center bottom/100% no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 10%, #fff calc(10% + 1px), #fff 100%);
  }
}
#suntory_contents .sustop-sec.--pickup .sus-inner {
  padding-top: 33px;
  padding-bottom: 307px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--pickup .sus-inner {
    padding-top: 37px;
    padding-bottom: 133px;
  }
}
#suntory_contents .sustop-sec.--pickup hgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--pickup hgroup {
    gap: 12px;
  }
}
#suntory_contents .sustop-sec.--pickup hgroup .sustop-h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.475;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--pickup hgroup .sustop-h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
#suntory_contents .sustop-sec.--pickup hgroup > p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--pickup hgroup > p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
#suntory_contents .sustop-sec.--pickup .sustop-btn {
  margin-top: -60px;
  margin-inline: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--pickup .sustop-btn {
    margin-top: -20px;
  }
}
#suntory_contents .sustop-pickup {
  margin-top: 137px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
  row-gap: 145px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 28px;
  }
}
#suntory_contents .sustop-pickup__ac {
  position: relative;
  height: var(--acheight);
  overflow: hidden;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
#suntory_contents .sustop-pickup__ac::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(var(--acheight) - var(--cardheight) - var(--pickupmargin));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__ac::after {
    top: calc(var(--cardheight) + var(--pickupmargin) + 26px);
    height: calc(var(--acheight) - var(--cardheight) - var(--pickupmargin) - 26px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  }
}
#suntory_contents .sustop-pickup__ac.--open {
  height: calc(var(--gridheight) + var(--pickupmargin));
}
#suntory_contents .sustop-pickup__ac.--open::after {
  all: unset;
}
#suntory_contents .sustop-pickup__ac.--open + .sustop-pickup__more .sustop-btn {
  margin-top: 56px;
}
@media (any-hover: hover) {
  #suntory_contents .sustop-pickup__ac.--open + .sustop-pickup__more .sustop-btn:hover::after {
    background-image: url(/csr/common/img/icon_minus_02.svg);
  }
}
#suntory_contents .sustop-pickup__ac.--open + .sustop-pickup__more .sustop-btn::after {
  background-image: url(/csr/common/img/icon_minus_01.svg);
}
#suntory_contents .sustop-pickup__card {
  width: 100%;
  row-gap: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__card {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
}
@media (any-hover: hover) {
  #suntory_contents .sustop-pickup__card:hover .sustop-pickup__figure picture {
    -webkit-transform: scale(1.05) translate3d(0, 0, 0);
            transform: scale(1.05) translate3d(0, 0, 0);
  }
  #suntory_contents .sustop-pickup__card:hover .sustop-pickup__ttl {
    color: #3679a5;
    text-decoration: underline;
  }
}
#suntory_contents .sustop-pickup__card:nth-of-type(3n + 1) {
  margin-top: -84px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__card:nth-of-type(3n + 1) {
    margin-top: 0;
  }
}
#suntory_contents .sustop-pickup__card:nth-of-type(3n + 2) {
  margin-top: -35px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__card:nth-of-type(3n + 2) {
    margin-top: 0;
  }
}
#suntory_contents .sustop-pickup__figure {
  overflow: hidden;
  border-radius: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #d0d0d0;
}
#suntory_contents .sustop-pickup__figure picture {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
#suntory_contents .sustop-pickup__figure picture img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#suntory_contents .sustop-pickup__body {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
#suntory_contents .sustop-pickup__ttl {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__ttl {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6153846154;
    letter-spacing: 0.02em;
  }
}
#suntory_contents .sustop-pickup__txt {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__txt {
    margin-top: 6px;
  }
}
#suntory_contents .sustop-pickup__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__txt p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}
@media (any-hover: hover) {
  #suntory_contents .sustop-pickup__more .sustop-btn:hover::after {
    background-image: url(/csr/common/img/icon_plus_02.svg);
  }
}
#suntory_contents .sustop-pickup__more .sustop-btn::after {
  right: 23px;
  width: 17px;
  height: 17px;
  background-image: url(/csr/common/img/icon_plus_01.svg);
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pickup__more .sustop-btn::after {
    width: 16px;
    height: 16px;
  }
}
#suntory_contents .sustop-sec.--library {
  padding-top: 73px;
  padding-bottom: 94px;
  background: url(/csr/img/bg_top_pdf_01.svg) center bottom/1920px no-repeat, -webkit-gradient(linear, left bottom, left top, from(#f4f8fa), to(#f4f8fa));
  background: url(/csr/img/bg_top_pdf_01.svg) center bottom/1920px no-repeat, -webkit-linear-gradient(bottom, #f4f8fa 0%, #f4f8fa 100%);
  background: url(/csr/img/bg_top_pdf_01.svg) center bottom/1920px no-repeat, linear-gradient(to top, #f4f8fa 0%, #f4f8fa 100%);
}
@media only screen and (min-width: 1921px) {
  #suntory_contents .sustop-sec.--library {
    background-size: 100%;
    padding-bottom: 82px;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--library {
    padding-top: 36px;
    padding-bottom: 82px;
    background: url(/csr/img/bg_top_pdf_02.svg) center bottom/100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#f4f8fa), to(#f4f8fa));
    background: url(/csr/img/bg_top_pdf_02.svg) center bottom/100% no-repeat, -webkit-linear-gradient(bottom, #f4f8fa 0%, #f4f8fa 100%);
    background: url(/csr/img/bg_top_pdf_02.svg) center bottom/100% no-repeat, linear-gradient(to top, #f4f8fa 0%, #f4f8fa 100%);
  }
}
#suntory_contents .sustop-sec.--library .sus-inner {
  padding-bottom: 106px;
}
@media only screen and (max-width: 520px) {
  #suntory_contents .sustop-sec.--library .sus-inner {
    padding-bottom: 28px;
  }
}
#suntory_contents #sustop-library .splide__track {
  overflow: visible;
}
#suntory_contents #sustop-library .splide__slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-library .splide__slide {
    max-width: min(100%, 480px);
    width: 123.0769230769vw !important;
    margin-right: 20px;
  }
}
@media (any-hover: hover) {
  #suntory_contents #sustop-library .splide__slide:hover .sustop-library__txt {
    color: #3679a5;
    text-decoration: underline;
  }
}
#suntory_contents #sustop-library .splide__slide .slide__container {
  cursor: pointer;
  display: block;
  width: 480px;
  border: none;
  background: unset;
  padding-inline: 0;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-library .splide__slide .slide__container {
    width: 100%;
    max-width: min(480px, 100%);
  }
}
#suntory_contents #sustop-library .splide__slide .slide__container picture {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 480/270;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-library .splide__slide .slide__container picture {
    height: auto;
    aspect-ratio: 480/270;
  }
}
#suntory_contents #sustop-library .splide__slide .slide__container picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-library .splide__slide .slide__container picture img {
    aspect-ratio: 480/270;
    width: auto;
  }
}
#suntory_contents #sustop-library .splide__slide .slide__container picture::before {
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
          transform: translateX(-50%) translateY(-50%) translateZ(0);
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
}
#suntory_contents #sustop-library .splide__slide .slide__container picture::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
          transform: translateX(-50%) translateY(-50%) translateZ(0);
  background: url(/csr/common/img/icon_movie_play_01.svg) center/contain no-repeat;
  z-index: 2;
}
#suntory_contents #sustop-library .splide__slide:nth-of-type(odd) {
  margin-top: -50px;
}
@media only screen and (max-width: 520px) {
  #suntory_contents #sustop-library .splide__slide:nth-of-type(odd) {
    margin-top: 0;
  }
}
#suntory_contents #sustop-library .splide__controller {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#suntory_contents #sustop-library .splide__btns {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-library .splide__btns {
    margin-top: 16px;
  }
}
#suntory_contents #sustop-library .sustop-btn {
  margin-top: 0;
  margin-left: 115px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-library .sustop-btn {
    margin-top: 15px;
    margin-inline: auto;
  }
}
#suntory_contents #sustop-library .sus-inner {
  padding-bottom: 96px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents #sustop-library .sus-inner {
    padding-bottom: 56px;
  }
}
#suntory_contents .sustop-library__lead {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-library__lead {
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
}
#suntory_contents .sustop-library__txt {
  display: block;
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: left;
  color: #041829;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-library__txt {
    margin-top: 12px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
#suntory_contents .sustop-pdf {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 62px 32px 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pdf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 24px 24px 24px;
  }
}
#suntory_contents .sustop-pdf__body {
  width: 534px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pdf__body {
    width: 100%;
  }
}
#suntory_contents .sustop-pdf__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pdf__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
#suntory_contents .sustop-pdf__txt {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pdf__txt {
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
}
#suntory_contents .sustop-pdf__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #3679a5;
  margin-top: 24px;
}
@media (any-hover: hover) {
  #suntory_contents .sustop-pdf__link:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pdf__link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.1428571429;
    letter-spacing: 0.02em;
    margin-top: 16px;
  }
}
#suntory_contents .sustop-pdf + .sustop-pdf {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pdf + .sustop-pdf {
    margin-top: 24px;
  }
}
#suntory_contents .sustop-pdf + .sustop-btn {
  margin-top: 56px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-pdf + .sustop-btn {
    margin-top: 26px;
  }
}
#suntory_contents .sustop-sec.--highlight {
  margin-top: -1px;
  padding-top: 60px;
  padding-bottom: 244px;
  background: url(/csr/common/img/bg_footer_01.svg) center bottom/1920px no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: url(/csr/common/img/bg_footer_01.svg) center bottom/1920px no-repeat, -webkit-linear-gradient(bottom, #fff 0%, #fff 100%);
  background: url(/csr/common/img/bg_footer_01.svg) center bottom/1920px no-repeat, linear-gradient(to top, #fff 0%, #fff 100%);
}
@media only screen and (min-width: 1921px) {
  #suntory_contents .sustop-sec.--highlight {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight {
    background: url(/csr/common/img/bg_footer_02.svg) center bottom/100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
    background: url(/csr/common/img/bg_footer_02.svg) center bottom/100% no-repeat, -webkit-linear-gradient(bottom, #fff 0%, #fff 100%);
    background: url(/csr/common/img/bg_footer_02.svg) center bottom/100% no-repeat, linear-gradient(to top, #fff 0%, #fff 100%);
    background-color: #fff;
    padding-bottom: 222px;
    padding-top: 21px;
  }
}
#suntory_contents .sustop-sec.--highlight .newsArea__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight .newsArea__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#suntory_contents .sustop-sec.--highlight .newsArea__col__content {
  padding-top: 12px;
}
#suntory_contents .sustop-sec.--highlight .newsArea__col__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#suntory_contents .sustop-sec.--highlight .newsArea__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #3a92bc;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight .newsArea__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
#suntory_contents .sustop-sec.--highlight .newsList li:last-of-type a {
  border-bottom: 1px dashed #d0d0d0;
}
#suntory_contents .sustop-sec.--highlight .newsList a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #d0d0d0;
  padding-block: 28px;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight .newsList a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 14px;
    padding-bottom: 16px;
    gap: 2px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
@media (any-hover: hover) {
  #suntory_contents .sustop-sec.--highlight .newsList a:hover div:not(.date) {
    color: #3679a5;
    text-decoration: underline;
  }
}
#suntory_contents .sustop-sec.--highlight .newsList a .text.date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #3679a5;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight .newsList a .text.date {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6153846154;
    letter-spacing: 0.06em;
  }
}
#suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 {
  margin-top: 27px !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 {
    margin-top: 14px !important;
  }
}
#suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 .m_markerLink {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 18px 59px 20px 40px;
  border-radius: 40px;
  background: #fff;
  color: #3679a5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #3a92bc;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 .m_markerLink {
    max-width: 100%;
    padding: 15px 59px 14px 40px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
#suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 .m_markerLink::before {
  all: unset;
}
#suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 .m_markerLink::after {
  position: absolute;
  top: 50%;
  right: 16px;
  left: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(/csr/common/img/icon_arrow_01.svg) no-repeat center/contain;
  border: none;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 .m_markerLink::after {
    right: 19px;
  }
}
@media (any-hover: hover) {
  #suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 .m_markerLink:hover {
    background: #3679a5;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
  }
  #suntory_contents .sustop-sec.--highlight .newsList + .c_taRight.c_mt10 .m_markerLink:hover::after {
    background-image: url(/csr/common/img/icon_arrow_wh.svg);
  }
}
#suntory_contents footer {
  margin-top: -1px;
}
#suntory_contents .sus-totop {
  top: -17px;
}

#suntory_contents .sustop__ttl::before {
  height: 250px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop__ttl::before {
    display: none;
  }
}
#suntory_contents .sustop__ttl::after {
  height: 172px;
  right: -168px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop__ttl::after {
    display: none;
  }
}
#suntory_contents .sustop__ttl--main {
  letter-spacing: 0.06em;
  line-height: 1.3;
}
#suntory_contents .sustop__ttl--sub {
  letter-spacing: -0.02em;
}
#suntory_contents .sustop-story__tag > li {
  letter-spacing: 0.06em;
}
#suntory_contents .sustop-sec.--activities .sustop-h2 {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--activities .sustop-h2 {
    letter-spacing: 0.06em;
  }
}
#suntory_contents .sustop-activities__lead p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--targets .sustop-h2,
  #suntory_contents .sustop-sec.--library .sustop-h2,
  #suntory_contents .sustop-sec.--highlight .newsArea__title {
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
#suntory_contents .sustop-sec.--targets {
  padding-bottom: 344px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--targets {
    padding-bottom: 120px;
  }
}
#suntory_contents .sustop-sec.--targets {
  background: url(/csr/img/bg_top_targets_01.svg) center top/1920px no-repeat, url(/csr/img/bg_top_pickup_03.svg) center bottom/1920px no-repeat, -webkit-linear-gradient(top, #3a92bc 0%, #3a92bc 10%, #fff calc(10% + 1px), #fff 100%);
  background: url(/csr/img/bg_top_targets_01.svg) center top/1920px no-repeat, url(/csr/img/bg_top_pickup_03.svg) center bottom/1920px no-repeat, linear-gradient(to bottom, #3a92bc 0%, #3a92bc 10%, #fff calc(10% + 1px), #fff 100%);
}
@media only screen and (min-width: 1921px) {
  #suntory_contents .sustop-sec.--targets {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--targets {
    background: url(/csr/img/bg_top_targets_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_pickup_04.svg) center bottom/100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
    background: url(/csr/img/bg_top_targets_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_pickup_04.svg) center bottom/100% no-repeat, -webkit-linear-gradient(bottom, #fff 0%, #fff 100%);
    background: url(/csr/img/bg_top_targets_02.svg) center top/100% no-repeat, url(/csr/img/bg_top_pickup_04.svg) center bottom/100% no-repeat, linear-gradient(to top, #fff 0%, #fff 100%);
  }
}
#suntory_contents .sustop-sec.--highlight {
  padding-bottom: 336px;
}
@media only screen and (max-width: 767px) {
  #suntory_contents .sustop-sec.--highlight {
    padding-bottom: 222px;
  }
}
#suntory_contents p:has(> .m_markerLink):last-child {
  margin-top: 13px !important;
}
#suntory_contents .m_youtubeModal__closeBtn {
  cursor: pointer;
  border: none;
  background-color: transparent;
}/*# sourceMappingURL=csr_top_2025.css.map */