/* Start Component-Miscellaneous-sns */
#suntory_contents .Component-Miscellaneous-sns{
  width: 100%;
}
#suntory_contents .Component-Miscellaneous-sns .contsHead h2{
  font-family: var(--fontfamily-georgia);
  font-weight: bold;
  font-style: italic;
  font-size: var(--fontsize-display-medium);
  color: var(--color-midnight-blue);
  line-height: 127.8%;
  margin-bottom: 13px;
  text-align: center;
}
#suntory_contents .Component-Miscellaneous-sns ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 36px 0 0;
}
#suntory_contents .Component-Miscellaneous-sns ul li a{
  display: block;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  color: var(--color-midnight-blue);
}
#suntory_contents .Component-Miscellaneous-sns ul li a:focus-visible{
  border-radius: 50%;
}
#suntory_contents .Component-Miscellaneous-sns ul li.facebook a{
  background-image: url(../../common/img/icon_social_facebook_dark.webp);
}
#suntory_contents .Component-Miscellaneous-sns ul li.sns_x a{
  background-image: url(../../common/img/icon_social_x_dark.svg);
}
#suntory_contents .Component-Miscellaneous-sns ul li.instagram a{
  background-image: url(../../common/img/icon_social_instagram_dark.svg);
}
#suntory_contents .Component-Miscellaneous-sns ul li.linkedin a{
  background-image: url(../../common/img/icon_social_linkedIn_dark.webp);
}
#suntory_contents .Component-Miscellaneous-sns .snsCase{
  padding-bottom: 64px;
  position: relative;
  margin-top: 32px;
}
#suntory_contents .Component-Miscellaneous-sns .cardCase{
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
}
#suntory_contents .Component-Miscellaneous-sns .cardCase .card{
  display: block;
  width: 214px;
  height: 214px;
  background-position: center center;
  background-size: cover;
  border-radius: 24px;
  position: relative;
}
#suntory_contents .Component-Miscellaneous-sns .toggle-button {
  position: absolute;
  bottom: -1px;
  left: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: var(--fontsize-button);
  color: var(--color-midnight-blue);
  line-height: 100%;
}
#suntory_contents .Component-Miscellaneous-sns .toggle-button::after{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../common/img/icon_pause.svg);
}
#suntory_contents .Component-Miscellaneous-sns.pause .toggle-button::after{
  background-image: url(../../common/img/icon_play.svg);
}
#suntory_contents .Component-Miscellaneous-sns .innerFull {
  max-width: 100vw;
  overflow-x: hidden;
}


@media screen and (max-width: 767px) {
  #suntory_contents .Component-Miscellaneous-sns .contsHead h2{
    line-height: 113.8%;
    margin-bottom: 9px;
  }
  #suntory_contents .Component-Miscellaneous-sns .cardCase .card{
    width: 156px;
    height: 156px;
  }
  #suntory_contents .Component-Miscellaneous-sns .snsCase{
    padding-bottom: 56px;
  }
  #suntory_contents .Component-Miscellaneous-sns .toggle-button {
    left: 50%;
    transform: translateX(-50%);
  }
  #suntory_contents .Component-Miscellaneous-sns ul{
    gap: 24px;
  }  
}
/* End Component-Miscellaneous-sns */