.sus-menuopen,
.sus-menuopen * {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.f_header__menu {
  visibility: visible;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0 !important;
  top: 0;
  left: 0;
  z-index: 9999;
}
@supports (height: 100dvh) {
  .f_header__menu {
    height: 100dvh;
  }
}
@supports not (height: 100dvh) {
  .f_header__menu {
    height: 100vh;
  }
}
.f_header__menu .sus-totop {
  display: none !important;
}
.f_header__menu__inner {
  width: 100%;
  height: 100%;
  overflow: auto !important;
  padding-top: 0;
}

.f_header-hb {
  position: fixed;
  right: 8px;
  bottom: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #3679a5;
  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;
  gap: 16px;
  border-radius: 30px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  padding: 10px 24px;
  text-align: left;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
@media (any-hover: hover) {
  .f_header-hb:hover {
    background-color: #fff;
    color: #3679a5;
    border-color: #3679a5;
  }
  .f_header-hb:hover .f_header-hb__icon span {
    background-color: #3679a5;
  }
}
@media only screen and (max-width: 767px) {
  .f_header-hb {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    gap: 8px;
    right: 4px;
    padding-left: 18px;
  }
}
.f_header-hb__icon > span {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 767px) {
  .f_header-hb__icon > span {
    width: 18px;
    height: 2px;
  }
}
.f_header-hb__icon > span:nth-of-type(2) {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .f_header-hb__icon > span:nth-of-type(2) {
    margin-top: 5px;
  }
}
.f_header-hb__icon > span:nth-of-type(3) {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .f_header-hb__icon > span:nth-of-type(3) {
    margin-top: 5px;
  }
}
.f_header-hb--close {
  position: absolute;
  display: block;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .f_header-hb--close {
    top: 11px;
    right: 12px;
  }
}
.f_header-hb--close > img {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .f_header-hb--close > img {
    width: 20px;
    height: 20px;
  }
}

.sus-menu__wrapper {
  width: 100%;
  padding-inline: 20px;
  background-color: #3679a5;
  color: #fff;
}
@supports (min-height: 100dvh) {
  .sus-menu__wrapper {
    min-height: 100dvh;
  }
}
@supports not (min-height: 100dvh) {
  .sus-menu__wrapper {
    min-height: 100vh;
  }
}
.sus-menu__wrapper .sus-inner {
  max-width: 1164px;
  margin-inline: auto;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .sus-menu__wrapper .sus-inner {
    padding-top: 28px;
    padding-bottom: 40px;
  }
}
.sus-menu__ttl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .sus-menu__ttl {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.sus-menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sus-menu-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
@media only screen and (max-width: 767px) {
  .sus-menu-col {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .sus-menu-col__item:first-of-type > *:first-child {
    margin-top: 0 !important;
  }
}
.sus-menu-col__item > *:first-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .sus-menu-col__item > *:first-child {
    margin-top: 16px !important;
  }
}
.sus-menu-col__item > *:last-child {
  margin-bottom: 0 !important;
}
.sus-menu__btn:not(.--txt) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3928571429;
  letter-spacing: 0.02em;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  cursor: pointer;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .sus-menu__btn:not(.--txt) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
  }
}
.sus-menu__btn:not(.--txt)::after {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(/csr/common/img/icon_menu_btn_plus.svg) no-repeat center/contain;
  margin-top: 0.5em;
}
.sus-menu__btn:not(.--txt).--open::after {
  background-image: url(/csr/common/img/icon_menu_btn_minus.svg);
}
.sus-menu__btn.--txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 19px;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .sus-menu__btn.--txt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sus-menu-ac__list {
    display: none;
  }
}
.sus-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (any-hover: hover) {
  .sus-menu__link:hover {
    text-decoration: underline;
  }
}
.sus-menu__link::before {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 6px;
  height: 10px;
  background: url(/csr/common/img/icon_arrow_wh.svg) no-repeat center/contain;
  margin-top: 0.3em;
}
.sus-menu__link.--pri {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4117647059;
  letter-spacing: 0.02em;
  margin-top: 48px;
  margin-bottom: 28px;
  padding-left: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--pri {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 33px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    padding-left: 3px;
  }
}
.sus-menu__link.--pri::before {
  margin-top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--pri::before {
    margin-top: 0.3em;
  }
}
.sus-menu__link.--sec {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 28px;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--sec {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3928571429;
    letter-spacing: 0.02em;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 12px;
  }
}
.sus-menu__link.--sec::before {
  margin-top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--sec::before {
    width: 5px;
    height: 8px;
    margin-top: 0.35em;
  }
}
.sus-menu__link.--tert {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6071428571;
  letter-spacing: 0.04em;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  padding-left: 33px;
  margin-top: 10px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--tert {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3846153846;
    letter-spacing: 0.02em;
    margin-top: 14px;
    padding-left: 24px;
  }
}
.sus-menu__link.--tert::before {
  width: 5px;
  height: 8px;
  margin-top: 0.45em;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--tert::before {
    margin-top: 0.4em;
  }
}
.sus-menu__link.--quat {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 46px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--quat {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-left: 35px;
    margin-top: 11px;
  }
}
.sus-menu__link.--quat::before {
  width: 5px;
  height: 8px;
  margin-top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .sus-menu__link.--quat::before {
    margin-top: 0.375em;
  }
}

.f_footer .sus-menu__wrapper {
  min-height: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.f_footer .f_header-hb--close {
  display: none;
}

.sus-totop {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -28px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .sus-totop {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 20px;
  }
}
.sus-totop a {
  display: block;
}
.sus-totop img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

@media only screen and (max-width: 767px) {
  #suntory_contents:not(.csr-top, .esg-top, .story) .f_mainArea {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
#footer_pagetop_pc_icon,
#footer_pagetop_sp {
  display: none !important;
}

.f_footer .sus-menu__wrapper {
  background-color: #fff;
  color: #041829;
}
.f_footer .sus-menu__wrapper .sus-inner {
  padding-bottom: 21px;
}
.f_footer .sus-menu__link::before {
  background-image: url(/csr/common/img/icon_arrow_01.svg);
}
.f_footer .sus-menu__link.--pri {
  border-color: #d0d0d0;
}
.f_footer .sus-menu__btn:not(.--txt) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.f_footer .sus-menu__btn:not(.--txt)::after {
  background-image: url(/csr/common/img/icon_plus_01.svg);
  width: 8px;
  height: 8px;
  margin-top: 0;
}
.f_footer .sus-menu__btn:not(.--txt).--open::after {
  background-image: url(/csr/common/img/icon_minus_01.svg);
}/*# sourceMappingURL=csr_locnavi2025.css.map */