/* ------------------------------
 root
------------------------------ */
:root {
  --client-height: 100vh;
}

/* ------------------------------
 Size
------------------------------ */
/* ------------------------------
 Color
------------------------------ */
/* ------------------------------
 Ease
------------------------------ */
/* ------------------------------
 Function, Mixin
------------------------------ */
/* ------------------------------
 Placeholder
------------------------------ */
.modal__overlay {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 208, 121, 0.69);
}
@media print, screen and (min-width: 766px) {
  .modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .modal__overlay {
    overflow: auto;
  }
}
.modal__container {
  max-width: 100vw;
  max-height: 100vh;
  overflow-y: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal__container {
    margin: 5.3333333333vw auto;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

#suntory_contents .sec-kv2 h1 {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#suntory_contents .sec-kv2 > .wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-color: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-kv2 > .wrap {
    padding-top: 56.25%;
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv2 > .wrap {
    padding-top: 93.3333333333%;
    border-width: 0 0 0.2666666667vw 0;
  }
}
#suntory_contents .sec-kv2 > .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#suntory_contents .sec-lead {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead {
    height: 224vw;
  }
}
#suntory_contents .sec-lead .movie {
  --scale: 1;
  position: absolute;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .movie {
    height: 498px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .movie {
    height: 100%;
  }
}
#suntory_contents .sec-lead .movie .scaler {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .movie .scaler {
    width: calc(1440px * var(--scale));
    height: calc(450px * var(--scale));
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .movie .scaler {
    width: calc(640px * var(--scale));
    height: calc(1136px * var(--scale));
  }
}
#suntory_contents .sec-lead .movie .scaler video {
  width: 100%;
  height: 100%;
}
#suntory_contents .sec-lead nav .button {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.48;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead nav .button {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead nav .button {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}
#suntory_contents .sec-lead nav .button svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300%;
}
#suntory_contents .sec-lead nav .button.is-play svg {
  bottom: auto;
  top: 0;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead nav .button:hover {
    opacity: 1;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead nav .button {
    left: 43px;
    top: 407px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead nav .button {
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: 125.3333333333vw;
  }
}
#suntory_contents .sec-lead .image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .image {
    align-items: center;
    height: 498px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .image {
    height: 150.4vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .image img {
    width: 555px;
    height: 309px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .image img {
    width: 61.4906666667vw;
    height: 98.6426666667vw;
    margin-top: 17.5466666667vw;
  }
}
#suntory_contents .sec-lead .image p {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#suntory_contents .sec-lead .link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  background-color: #900000;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .link {
    height: 736px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .link {
    height: 73.6vw;
    align-items: center;
  }
}
#suntory_contents .sec-lead .link ul {
  display: flex;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .link ul {
    column-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .link ul {
    column-gap: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .link ul li {
    width: 384px;
    height: 493px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .link ul li {
    width: 42.4vw;
    height: 54.4354166667vw;
  }
}
#suntory_contents .sec-lead .link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#suntory_contents .sec-lead .link ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lead .link ul li a:hover {
    scale: 1.04;
  }
}
#suntory_contents .sec-items .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-title {
    height: 647px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-title {
    height: 80.5333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-title .title {
    width: 410px;
    height: 410px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-title .title {
    width: 60.1333333333vw;
    height: 60.1333333333vw;
  }
}
#suntory_contents .sec-items .section-title .title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#suntory_contents .sec-items .photo {
  position: relative;
  width: 100%;
  height: 0;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .photo {
    padding-top: 50.6944444444%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .photo {
    padding-top: 153.8666666667%;
  }
}
#suntory_contents .sec-items .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-body {
    padding: 16vw 0;
  }
}
#suntory_contents .sec-items .section-body h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body h3 {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-body h3 {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body .lead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-body .lead {
    margin-top: 5.3333333333vw;
  }
}
#suntory_contents .sec-items .section-body .lead p {
  text-align: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body .lead p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-body .lead p {
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
#suntory_contents .sec-items .section-body .misc {
  display: flex;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body .misc {
    margin-top: 100px;
    justify-content: center;
    column-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-body .misc {
    margin-top: 18.6666666667vw;
    flex-direction: column;
    align-items: center;
    row-gap: 16vw;
  }
}
#suntory_contents .sec-items .section-body .misc .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body .misc .item {
    flex-direction: column;
    width: 442px;
    row-gap: 26px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-body .misc .item {
    flex-direction: column-reverse;
    width: 88.8vw;
    row-gap: 5.3333333333vw;
  }
}
#suntory_contents .sec-items .section-body .misc .item .content {
  border-style: solid;
  border-color: #FFCD73;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body .misc .item .content {
    width: 434px;
    height: 770px;
    border-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-items .section-body .misc .item .content {
    width: 87.2vw;
    height: 157.3333333333vw;
    border-width: 0.8vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-items .section-body .misc .item .label {
    font-size: 16px;
    line-height: 22px;
  }
}
#suntory_contents .sec-items .section-body .misc .item.image .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#suntory_contents .sec-items.sweet {
  color: #FFCD73;
  background-color: #DD0011;
}
#suntory_contents .sec-items.bitter {
  color: #D8D7D2;
  background-color: #930C90;
}
#suntory_contents .sec-items.bitter .section-body .misc .item .content {
  border-color: #D8D7D2;
}
#suntory_contents .sec-hol {
  position: relative;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol {
    align-items: center;
    height: 518px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol {
    height: 130.1333333333vw;
  }
}
#suntory_contents .sec-hol .movie {
  --scale: 1;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
#suntory_contents .sec-hol .movie .scaler {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .movie .scaler {
    width: calc(1774px * var(--scale));
    height: calc(720px * var(--scale));
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .movie .scaler {
    width: calc(1774px * var(--scale));
    height: calc(720px * var(--scale));
  }
}
#suntory_contents .sec-hol .movie .scaler video {
  width: 100%;
  height: 100%;
}
#suntory_contents .sec-hol:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 19, 17, 0.5);
}
#suntory_contents .sec-hol nav .button {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.48;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol nav .button {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol nav .button {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}
#suntory_contents .sec-hol nav .button svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300%;
}
#suntory_contents .sec-hol nav .button.is-play svg {
  bottom: auto;
  top: 0;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol nav .button:hover {
    opacity: 1;
  }
}
#suntory_contents .sec-hol nav .button {
  z-index: 3;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol nav .button {
    left: 43px;
    top: 419px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol nav .button {
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: 108vw;
  }
}
#suntory_contents .sec-hol .content {
  position: relative;
  z-index: 2;
  color: #FFCD73;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content {
    margin-top: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .content .title {
    width: 435px;
    height: 39.15px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content .title {
    width: 61.3333333333vw;
    height: 5.52vw;
  }
}
#suntory_contents .sec-hol .content .title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .content .lead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content .lead {
    margin-top: 8vw;
  }
}
#suntory_contents .sec-hol .content .lead p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .content .lead p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content .lead p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .content .link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content .link {
    margin-top: 8vw;
  }
}
#suntory_contents .sec-hol .content .link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #4D4E22;
  background-color: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .content .link a {
    width: 250px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content .link a {
    width: 66.6666666667vw;
    height: 12vw;
  }
}
#suntory_contents .sec-hol .content .link a:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-color: #4D4E22;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .content .link a:before {
    border-width: 1px;
    width: 242px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content .link a:before {
    border-width: 0.2666666667vw;
    width: 65.0666666667vw;
    height: 10.4vw;
  }
}
#suntory_contents .sec-hol .content .link a .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-hol .content .link a .label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-hol .content .link a .label {
    font-size: 3.7333333333vw;
  }
}
#suntory_contents .sec-lineup {
  background-color: #FFD17B;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup {
    padding: 16vw 0;
  }
}
#suntory_contents .sec-lineup .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-title {
    row-gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-title {
    row-gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-title .title {
    width: 323px;
    height: 38.76px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-title .title {
    width: 48vw;
    height: 5.76vw;
  }
}
#suntory_contents .sec-lineup .section-title .sub {
  color: #DE0011;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-title .sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-title .sub {
    font-size: vwv(14);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-title .sub span.pc {
    display: none;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-title .sub span.sp {
    display: none;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-body {
    margin-top: 10.6666666667vw;
  }
}
#suntory_contents .sec-lineup .section-body .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body .list {
    width: 760px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-body .list {
    width: 88.8vw;
    row-gap: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body .list .item {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-body .list .item {
    width: 29.6vw;
  }
}
#suntory_contents .sec-lineup .section-body .list .item a {
  display: block;
  width: 100%;
}
#suntory_contents .sec-lineup .section-body .list .item a figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure {
    row-gap: 11px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure {
    row-gap: 0.8vw;
  }
}
#suntory_contents .sec-lineup .section-body .list .item a figure .image {
  margin-left: -9999px;
  margin-right: -9999px;
  position: relative;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure .image {
    width: 222px;
    height: 299.0204081633px;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure .image {
    width: 34.9333333333vw;
    height: 47.0530612245vw;
  }
}
#suntory_contents .sec-lineup .section-body .list .item a figure .image img:not(.new) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#suntory_contents .sec-lineup .section-body .list .item a figure .image img.new {
  position: absolute;
  rotate: -22deg;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure .image img.new {
    width: 80px;
    height: 40.4px;
    left: 5px;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure .image img.new {
    width: 13.376vw;
    height: 6.75488vw;
    left: 0vw;
    top: 8.3733333333vw;
  }
}
#suntory_contents .sec-lineup .section-body .list .item a figure figcaption p {
  color: #DE0011;
  text-align: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure figcaption p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .section-body .list .item a figure figcaption p {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .section-body .list .item a:hover figure .image {
    scale: 1.08;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .modal__container {
    width: 89.3333333333vw;
  }
}
#suntory_contents .sec-lineup .content-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap {
    width: 89.3333333333vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container {
  overflow: hidden;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container {
    width: 919px;
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container {
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item {
    width: 919px;
    height: 680px;
    padding: 100px 75px 60px 75px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item {
    width: 89.3333333333vw;
    padding: 14.6666666667vw 4.2666666667vw 8vw 4.2666666667vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout {
    display: grid;
    grid-template: "image title" auto "image lead" auto "image stats" 1fr "link link" auto/465px 304px;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .image {
  grid-area: image;
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .image {
    text-align: center;
    width: auto;
    height: 65.0666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .image img {
    width: 410px;
    height: 434px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .image img {
    width: 61.4685099846vw;
    height: 65.0666666667vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .title {
  grid-area: title;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .title {
    text-align: center;
    font-size: 4.8vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .lead {
  grid-area: lead;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .lead {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .lead {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .lead p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .lead p {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .stats {
  grid-area: stats;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .stats {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .stats {
    margin-top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .stats p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .stats p {
    font-size: 3.2vw;
    text-align: center;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link {
  grid-area: link;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link.pc {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link.pc {
    display: none;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link.sp {
    margin-top: 4.8vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCD73;
  color: #DF0011;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: normal;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link a {
    font-size: 15px;
    width: 300px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link a {
    font-size: 3.7333333333vw;
    width: 67.4666666667vw;
    height: 12vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link a:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-color: #DF0011;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link a:before {
    border-width: 1px;
    width: 292px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item .layout .link a:before {
    border-width: 0.2666666667vw;
    width: 65.8666666667vw;
    height: 10.4vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i1 {
  background-color: #C20F24;
  color: #E6CE9C;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i1 .layout .link a {
  background-color: #E6CE9C;
  color: #C20F24;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i1 .layout .link a:before {
  border-color: #C20F24;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i2 {
  background-color: #EDB67E;
  color: #D83D1F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i2 .layout .link a {
  background-color: #D83D1F;
  color: #EDB67E;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i2 .layout .link a:before {
  border-color: #EDB67E;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i3 {
  background-color: #E3134F;
  color: #F2E6B3;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i3 .layout .link a {
  background-color: #F2E6B3;
  color: #E3134F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i3 .layout .link a:before {
  border-color: #E3134F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i4 {
  background-color: #E0B13D;
  color: #5C7228;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i4 .layout .link a {
  background-color: #5C7228;
  color: #E0B13D;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i4 .layout .link a:before {
  border-color: #E0B13D;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i5 {
  background-color: #C9B74B;
  color: #6B5115;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i5 .layout .link a {
  background-color: #6B5115;
  color: #C9B74B;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i5 .layout .link a:before {
  border-color: #C9B74B;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i6 {
  background-color: #F3A486;
  color: #9B3F2F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i6 .layout .link a {
  background-color: #9B3F2F;
  color: #F3A486;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i6 .layout .link a:before {
  border-color: #F3A486;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i7 {
  background-color: #6D0A1E;
  color: #EAB5B5;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i7 .layout .link a {
  background-color: #EAB5B5;
  color: #6D0A1E;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i7 .layout .link a:before {
  border-color: #6D0A1E;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i8 {
  background-color: #D6B62F;
  color: #775820;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i8 .layout .link a {
  background-color: #775820;
  color: #D6B62F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i8 .layout .link a:before {
  border-color: #D6B62F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i9 {
  background-color: #331B3D;
  color: #BDA9EA;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i9 .layout .link a {
  background-color: #BDA9EA;
  color: #331B3D;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i9 .layout .link a:before {
  border-color: #331B3D;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i10 {
  background-color: #F4A36C;
  color: #AA0604;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i10 .layout .link a {
  background-color: #AA0604;
  color: #F4A36C;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i10 .layout .link a:before {
  border-color: #F4A36C;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i11 {
  background-color: #B8BF5F;
  color: #4A6B11;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i11 .layout .link a {
  background-color: #4A6B11;
  color: #B8BF5F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i11 .layout .link a:before {
  border-color: #B8BF5F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i12 {
  background-color: #EB8988;
  color: #920914;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i12 .layout .link a {
  background-color: #920914;
  color: #EB8988;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i12 .layout .link a:before {
  border-color: #EB8988;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i13 {
  background-color: #18115F;
  color: #C1C0FF;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i13 .layout .link a {
  background-color: #C1C0FF;
  color: #18115F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i13 .layout .link a:before {
  border-color: #18115F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i14 {
  background-color: #300808;
  color: #F8BAB9;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i14 .layout .link a {
  background-color: #F8BAB9;
  color: #300808;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i14 .layout .link a:before {
  border-color: #300808;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i15 {
  background-color: #782376;
  color: #D8D7D3;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i15 .layout .link a {
  background-color: #D8D7D3;
  color: #782376;
}
#suntory_contents .sec-lineup .content-wrap .lineup-container .wrapper .item.i15 .layout .link a:before {
  border-color: #782376;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button {
  position: absolute;
  z-index: 5;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button svg {
  width: 100%;
  height: 100%;
  transition: fill 0.4s;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.prev, #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.next {
  margin: auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.prev, #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.next {
    top: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.prev, #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.next {
    top: 40vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.prev {
    left: 8.5px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.prev {
    left: 3.6vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.next {
    right: 8.5px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.next {
    right: 3.6vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.close {
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lineup .content-wrap .lineup-slide-nav .button.close {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 4vw;
    right: 5.3333333333vw;
  }
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="1"] .button svg {
  fill: #E6CE9C;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="2"] .button svg {
  fill: #D83D1F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="3"] .button svg {
  fill: #F2E6B3;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="4"] .button svg {
  fill: #5C7228;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="5"] .button svg {
  fill: #6B5115;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="6"] .button svg {
  fill: #9B3F2F;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="7"] .button svg {
  fill: #EAB5B5;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="8"] .button svg {
  fill: #775820;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="9"] .button svg {
  fill: #BDA9EA;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="10"] .button svg {
  fill: #AA0604;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="11"] .button svg {
  fill: #4A6B11;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="12"] .button svg {
  fill: #920914;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="13"] .button svg {
  fill: #C1C0FF;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="14"] .button svg {
  fill: #F8BAB9;
}
#suntory_contents .sec-lineup .content-wrap .lineup-slide-nav[data-current-index="15"] .button svg {
  fill: #D8D7D3;
}
#suntory_contents .sec-recipe {
  background-color: #F50100;
  color: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe {
    padding: 16vw 0;
  }
}
#suntory_contents .sec-recipe .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-title {
    row-gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-title {
    row-gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-title .title {
    width: 202px;
    height: 40.4px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-title .title {
    width: 29.8666666667vw;
    height: 5.9733333333vw;
  }
}
#suntory_contents .sec-recipe .section-title .title img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-title .sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-title .sub {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body {
    margin-top: 10.6666666667vw;
  }
}
#suntory_contents .sec-recipe .section-body .jumper ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .jumper ul {
    column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .jumper ul {
    column-gap: 1.2vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li {
    width: 300px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li {
    width: 32.5333333333vw;
    height: 16vw;
  }
}
#suntory_contents .sec-recipe .section-body .jumper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFCD73;
  background-color: #FFCD73;
  position: relative;
}
#suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap {
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap {
    padding-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap .label {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap .label {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap .icon {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap .icon {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0.8vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
#suntory_contents .sec-recipe .section-body .jumper ul li a > .wrap .icon svg {
  width: 100%;
  height: 100%;
  fill: #FFCD73;
  vertical-align: top;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .jumper ul li a:hover > .wrap {
    top: -10px;
  }
}
#suntory_contents .sec-recipe .section-body .jumper ul li.j1 a .wrap {
  background-color: #2507CE;
}
#suntory_contents .sec-recipe .section-body .jumper ul li.j2 a {
  color: #BB0A21;
}
#suntory_contents .sec-recipe .section-body .jumper ul li.j2 a .wrap {
  background-color: #ffffff;
}
#suntory_contents .sec-recipe .section-body .jumper ul li.j2 a .wrap .icon svg {
  fill: #BB0A21;
}
#suntory_contents .sec-recipe .section-body .jumper ul li.j3 a .wrap {
  background-color: #BB0A21;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .jumper + * {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .jumper + * {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section + .sub-section {
    margin-top: 138px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section + .sub-section {
    margin-top: 16vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-title {
  display: flex;
  justify-content: center;
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-title .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border-style: solid;
  border-color: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-title .title {
    font-size: 24px;
    line-height: 24px;
    border-width: 4px 0;
    padding: 15px 22px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-title .title {
    font-size: 4.8vw;
    list-style: 4.8vw;
    border-width: 0.8vw 0;
    padding: 4vw 0;
    width: 80.8vw;
    margin: 0 auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body {
    margin-top: 8vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .lead p {
  text-align: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .lead p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .lead p {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto {
  display: flex;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto {
    margin: 50px auto 0 auto;
    width: 960px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto {
    margin-top: 8vw;
    flex-direction: column;
    row-gap: 8vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure {
  flex-shrink: 0;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure {
    width: 280px;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure .image {
  margin: 0 auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure .image {
    width: 280px;
    height: 190.7027027027px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure .image {
    width: 49.3333333333vw;
    height: 33.6vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure figcaption {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure figcaption {
    margin-top: 4.8vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure figcaption p {
  text-align: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure figcaption p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .howto figure figcaption p {
    font-size: 3.7333333333vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images {
  position: relative;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images {
    width: 920px;
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images {
    width: 89.3333333333vw;
    margin: 8vw auto 0 auto;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .images-container {
  overflow: hidden;
  margin: 0 auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .images-container {
    width: 490px;
    height: 490px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .images-container {
    width: 73.3333333333vw;
    height: 73.3333333333vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .images-container .wrapper .item {
  border-style: solid;
  border-color: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .images-container .wrapper .item {
    width: 490px;
    height: 490px;
    border-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .images-container .wrapper .item {
    width: 73.3333333333vw;
    height: 73.3333333333vw;
    border-width: 2px;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .images-container .wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator {
    margin-top: 5.3333333333vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button {
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button {
    width: 62.83px;
    height: 62.83px;
    top: 214px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button {
    width: 8vw;
    height: 8vw;
    top: 32.2666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button.prev {
    left: 121px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button.prev {
    left: 0;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button.next {
    right: 121px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button.next {
    right: 0;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator > .button svg {
  width: 100%;
  height: 100%;
  fill: #FFCD73;
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap {
    width: 762px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap {
    width: 73.3333333333vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-container {
  overflow: hidden;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-container {
    width: 762px;
    height: 138px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-container {
    width: 73.3333333333vw;
    height: 13.6vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-container .wrapper .item {
  border-style: solid;
  border-color: #FFCD73;
  cursor: pointer;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-container .wrapper .item {
    width: 138px;
    height: 138px;
    border-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-container .wrapper .item {
    width: 13.6vw;
    height: 13.6vw;
    border-width: 0.5333333333vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-container .wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button {
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button {
    width: 42.83px;
    height: 42.83px;
    top: 47px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 4.1333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button.prev {
    left: -52px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button.prev {
    left: -7.4666666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button.next {
    right: -52px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button.next {
    right: -7.4666666667vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .navigator .thumbs-container-wrap .thumbs-buttons > .button svg {
  width: 100%;
  height: 100%;
  fill: #FFCD73;
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .sweets {
  margin: 0 auto;
  border-style: solid;
  border-color: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .sweets {
    width: 490px;
    height: 817px;
    border-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .sweets {
    width: 73.3333333333vw;
    height: 122.2721088435vw;
    border-width: 0.8vw;
  }
}
#suntory_contents .sec-recipe .section-body .sub-section .sub-section-body .images .sweets img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#suntory_contents .sec-instagram {
  background-color: #DE0311;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram {
    padding: 16vw 0;
  }
}
#suntory_contents .sec-instagram .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-title {
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-title {
    row-gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-title .title {
    width: 236px;
    height: 50.359832636px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-title .title {
    width: 35.2vw;
    height: 7.5112970711vw;
  }
}
#suntory_contents .sec-instagram .section-title .title svg {
  width: 100%;
  height: 100%;
  fill: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-title .logo {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-title .logo {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#suntory_contents .sec-instagram .section-title .logo svg {
  width: 100%;
  height: 100%;
  fill: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body {
    margin-top: 16vw;
  }
}
#suntory_contents .sec-instagram .section-body > .image {
  margin: 0 auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body > .image {
    width: 740px;
    height: 497.6637407157px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body > .image {
    width: 89.3333333333vw;
    height: 60.0783254558vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body .shopping {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body .shopping {
    margin-top: 16vw;
  }
}
#suntory_contents .sec-instagram .section-body .shopping .title {
  margin: 0 auto;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body .shopping .title {
    width: 286px;
    height: 42.9px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body .shopping .title {
    width: 62.4vw;
    height: 9.36vw;
  }
}
#suntory_contents .sec-instagram .section-body .shopping .title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body .shopping > .image {
    margin: 40px auto 0 auto;
    width: 359px;
    height: 210.207232267px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body .shopping > .image {
    margin: 8vw auto 0 auto;
    width: 77.8666666667vw;
    height: 45.5936949467vw;
  }
}
#suntory_contents .sec-instagram .section-body .shopping .link {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body .shopping .link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body .shopping .link {
    margin-top: 8vw;
  }
}
#suntory_contents .sec-instagram .section-body .shopping .link > .wrap {
  position: relative;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body .shopping .link > .wrap#ec-button-pc {
    width: 301px;
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body .shopping .link > .wrap#ec-button-pc {
    display: none;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body .shopping .link > .wrap#ec-button-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body .shopping .link > .wrap#ec-button-sp {
    width: 66.6666666667vw;
    height: 12vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .sec-instagram .section-body .logo {
    margin: 100px auto 0 auto;
    width: 145px;
    height: 79.75px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-instagram .section-body .logo {
    margin: 16vw auto 0 auto;
    width: 31.2vw;
    height: 17.16vw;
  }
}
#suntory_contents .sec-instagram .section-body .logo svg {
  width: 100%;
  height: 100%;
  fill: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #cart-button-pc {
    position: fixed;
    z-index: 200;
    width: 93px;
    height: 93px;
    right: 25px;
    bottom: 25px;
    transition: bottom 0.5s;
  }
  #suntory_contents #cart-button-pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #suntory_contents #cart-button-pc.is-hide {
    bottom: -113px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #cart-button-pc {
    display: none;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #cart-button-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #cart-button-sp {
    position: fixed;
    z-index: 200;
    width: 12.4vw;
    height: 12.4vw;
    right: 3.3333333333vw;
    bottom: 3.3333333333vw;
    transition: bottom 0.5s;
  }
  #suntory_contents #cart-button-sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #suntory_contents #cart-button-sp.is-hide {
    bottom: -17.7333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .lejay-menu-btn-wrap[data-section=anc-lineup] #lejay-menu-btn > span span, #suntory_contents .lejay-menu-btn-wrap[data-section=anc-lineup] #lejay-menu-btn > span::before, #suntory_contents .lejay-menu-btn-wrap[data-section=anc-lineup] #lejay-menu-btn > span::after {
    background: #DE0011;
  }
}