#suntory_contents {
  background-color: #FCF7F2;
  padding-bottom: 80px;
}
#suntory_contents h2 {
  font-family: var(--fontfamily-georgia);
  font-weight: bold;
  font-style: italic;
  font-size: 38px;
  margin: 80px 0 40px;
  text-align: center;
}
#suntory_contents .inner {
  max-width: 1334px;
  padding: 0 20px;
}

#banner {
  text-align: center;
  margin-bottom: 120px;
  position: relative;
}
#banner h1 {
  padding-top: 58px;
  max-width: 960px;
  margin: 94px auto 0;
  font-family: var(--fontfamily-georgia);
  font-weight: bold;
  font-style: italic;
  font-size: 88px;
  line-height: 1;
}
#banner p {
  display: block;
  max-width: 720px;
  margin: 76px auto 0;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
}
#banner .inner {
  z-index: 2;
  position: relative;
}
#banner .Component-Basic-button_filled {
  font-size: 16px;
  flex-direction: column;
  gap: 22px;
}
#banner .Component-Basic-button_filled::before {
  width: 24px;
  height: 24px;
  top: auto;
  bottom: -5px;
  right: calc(50% - 12px);
}
#banner .Component-Basic-button_filled::after {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  background-size: contain;
}
#banner .floatCase {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  z-index: 1;
}
#banner .floatCase .floatBox {
  height: auto;
  aspect-ratio: 108/135;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  position: absolute;
}
#banner .floatCase .floatBox.floatBox1 {
  width: 90px;
  top: 0px;
  left: 6.14%;
}
#banner .floatCase .floatBox.floatBox2 {
  width: 118px;
  top: -28px;
  right: 7.78%;
}
#banner .floatCase .floatBox.floatBox3 {
  width: 117px;
  top: 367px;
  left: 0%;
}
#banner .floatCase .floatBox.floatBox4 {
  width: 100px;
  top: 377px;
  right: 14.61%;
}
#banner .floatCase .floatBox.floatBox5 {
  width: 73px;
  top: -50px;
  right: 34.58%;
}
#banner .floatCase .floatBox.floatBox6 {
  width: 85px;
  top: 340px;
  left: 23.39%;
}
#banner .floatCase .floatBox.floatBox7 {
  width: 66px;
  top: 315px;
  right: 0%;
}

#postBody {
  margin-top: 120px;
  padding-bottom: 58px;
}
#postBody .Component-Basic-button_div_filled,
#postBody .Component-Basic-button_filled {
  border: 1px solid #DFDFDF;
  margin: 30px auto 0;
}
#postBody .Component-Basic-button_div_filled::after,
#postBody .Component-Basic-button_filled::after {
  width: 13px;
  height: 13px;
  background-size: contain;
}
#postBody .Component-Basic-button_filled::before {
  background-color: #DFDFDF;
}
#postBody .Component-Basic-button_filled::after {
  background-image: url(/component/common/img/icon_open_newtab.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  transform: translate(4px, -1px);
}
#postBody .card {
  display: flex;
  color: var(--color-midnight-blue);
}
#postBody .card h3 {
  color: var(--color-midnight-blue);
}
#postBody .card .cardVisual, #postBody .card .cardVisualSub {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#postBody .card .cardVisual img, #postBody .card .cardVisualSub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--anim-duration);
}
#postBody .card:hover .cardVisual img {
  transform: scale(1.05);
}
#postBody .caseL {
  display: flex;
  justify-content: center;
  margin-top: 66px;
}
#postBody .caseL .card {
  flex-direction: column;
  max-width: 912px;
  width: 100%;
  height: auto;
}
#postBody .caseL .card .cardLarge div {
  height: auto;
  aspect-ratio: 456/571;
}
#postBody .caseL .card .cardLarge div img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#postBody .caseL h3 {
  margin: 0 auto;
  text-align: center;
}
#postBody .caseL .Component-Basic-button_div_filled {
  margin-top: 48px;
}
#postBody .caseS {
  display: grid;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 87px;
  margin-top: 40px;
}
#postBody .caseS .cardVisual {
  width: 100%;
}
#postBody .popup {
  transition-duration: var(--anim-duration);
  transition-delay: var(--anim-duration);
  transition-property: opacity;
  opacity: 0;
}
#postBody .popup.active {
  opacity: 1;
}
#postBody .popup.active .popupBase {
  background: white;
}
#postBody .popup.active .popupFrame {
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: none;
  flex-direction: column;
}
#postBody .popup.active .popupFrame .popupClose {
  width: 36px;
  height: 36px;
  top: 2vh;
  right: calc(4.5vw - 12px);
  background-size: contain;
  color: var(--color-white);
  z-index: 10;
}
#postBody .popup.active .slider-outer {
  position: relative;
  width: 100%;
}
#postBody .popup.active .slider-outer .slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
}
#postBody .popup.active .slider-outer .slider-container {
  display: flex;
  gap: 28px;
  width: -moz-max-content;
  width: max-content;
  cursor: grab;
}
#postBody .popup.active .slider-outer .slider-container:active {
  cursor: grabbing;
}
#postBody .popup.active .slider-outer .slide {
  width: 291px;
  height: 366px;
  flex-shrink: 0;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  background-color: #ddd;
  position: relative;
}
#postBody .popup.active .slider-outer .slide.active {
  opacity: 1;
}
#postBody .popup.active .slider-outer .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
#postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow {
  cursor: pointer;
  color: var(--color-white);
  outline-offset: 14px;
}
#postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow::before {
  border: 2px solid var(--color-suntory-water);
}
#postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow::after {
  transform: scale(1.1);
}
#postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow.prev-btn::after {
  transform: rotate(180deg) scale(1.1);
}
#postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow.hidden {
  cursor: default;
}
#postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow.hidden::before {
  background-color: var(--color-white);
}
#postBody .popup.active .slider-outer .nav-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
}
#postBody .popup.active .popupFooter {
  display: flex;
  justify-content: center;
}
#postBody .popup.active .popupFooter h3 {
  color: var(--color-midnight-blue);
  font-size: 25px;
  line-height: 1.4;
}
#postBody .popup.active .popupFooter p {
  color: var(--color-midnight-blue);
  font-size: 15px;
  line-height: 1.4;
  padding-right: 10px;
}
#postBody .popup.active .popupFooter .outerLink {
  display: flex;
  opacity: 0;
  pointer-events: none;
}
#postBody .popup.active .popupFooter .outerLink .Component-Basic-button_filled {
  border: none;
  margin: 0;
  color: var(--color-midnight-blue);
}
#postBody .popup.active .popupFooter .outerLink .Component-Basic-button_filled::before {
  background: none;
  border: 1px solid var(--color-midnight-blue);
}
#postBody .popup.active .popupFooter .outerLink .Component-Basic-button_filled::after {
  background-image: url(/component/common/img/icon_arrow_right_white.svg);
}

#postMovie h2 {
  margin-bottom: 80px;
}
#postMovie .movieFrame {
  width: 100%;
  height: auto;
  aspect-ratio: 1292/623;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#postMovie .movieFrame a {
  cursor: pointer;
  /*display: none;*/
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  color: var(--color-midnight-blue);
  border-radius: 60px;
}
#postMovie .movieFrame a em {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px;
  background-image: url(../../img/philosophy/movie_play.svg);
  transition-duration: var(--anim-duration);
  padding-top: 110px;
  color: var(--color-white);
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px 2px 5px rgba(0, 0, 0, 0.3), 2px -2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(0, 0, 0, 0.3);
}
#postMovie .movieFrame a:hover em {
  transform: scale(1.2);
}

.modal-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-video .modal-video-body {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1036px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  background-color: var(--color-white);
  padding: 40px 0;
}
.modal-video .modal-video-body .modal-video-close-btn {
  top: -49px;
  right: -55px;
}
.modal-video .modal-video-body .modal-video-close-btn::after, .modal-video .modal-video-body .modal-video-close-btn::before {
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-right: 0;
  width: 20px;
  background: var(--color-midnight-blue);
}
.modal-video .modal-video-body .modal-video-close-btn::before {
  transform: rotate(45deg) translate(-7px, 6px);
}
.modal-video .modal-video-body .modal-video-close-btn::after {
  transform: rotate(-45deg) translate(-6px, -7px);
}

@media screen and (min-width: 960px) {
  #postBody .popup.active .popupFrame {
    padding: 0;
  }
  #postBody .popup.active .slider-outer {
    margin-top: calc(4vh + 36px);
  }
  #postBody .popup.active .slider-outer .slider-wrapper {
    height: calc(96vh - 320px);
    min-height: 320px;
  }
  #postBody .popup.active .slider-outer .slider-container {
    height: 100%;
  }
  #postBody .popup.active .slider-outer .slide {
    width: auto;
    height: 100%;
    aspect-ratio: 501/630;
  }
  #postBody .popup.active .slider-outer .nav-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 0;
    display: block;
    pointer-events: none;
  }
  #postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow {
    position: absolute !important;
    top: 0;
    transform: translateY(-50%);
    pointer-events: auto;
  }
  #postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow:not(:disabled) {
    transform: translateY(-50%) scale(0.95);
  }
  #postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow.prev-btn {
    left: 4.5vw;
  }
  #postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow.next-btn {
    right: 4.5vw;
  }
  #postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow::before {
    transform: scale(1.4);
    transform-origin: center center;
  }
  #postBody .popup.active .slider-outer .nav-btn.Component-Basic-button_arrow:hover::before {
    transform: scale(1.7);
  }
  #postBody .popup.active .popupFooterWrapper {
    height: calc(320px - 4vh);
    width: 100%;
  }
  #postBody .popup.active .popupFooter {
    height: 100%;
  }
  #postBody .popup.active .popupFooter h3, #postBody .popup.active .popupFooter .outerLink {
    width: calc((100% - (96vh - 320px) * 0.798) / 2);
    min-width: 25%;
  }
  #postBody .popup.active .popupFooter h3 {
    padding: 25px calc(4.5vw - 6px);
  }
  #postBody .popup.active .popupFooter p {
    width: calc((96vh - 320px) * 0.798);
    min-width: 318px;
    max-width: 50%;
    margin-top: 30px;
    padding-right: 8px;
    height: 224px;
    overflow-y: scroll;
  }
  #postBody .popup.active .popupFooter p::-webkit-scrollbar {
    width: 6px;
  }
  #postBody .popup.active .popupFooter p::-webkit-scrollbar-thumb {
    background-color: var(--color-suntory-water);
    border-radius: 999px;
  }
  #postBody .popup.active .popupFooter .outerLink {
    justify-content: flex-end;
    padding: 25px calc(4.5vw - 9px);
  }
  #postBody .popup.active .popupFooterBar {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #banner .floatCase .floatBox.floatBox2 {
    top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  #banner .Component-Basic-button_filled {
    margin: 106px auto 110px;
  }
  #postBody .Component-Basic-button_div_filled,
  #postBody .Component-Basic-button_filled {
    gap: 24px;
    height: 47px;
    border-radius: 24px;
    padding: 0 16px 0 20px;
    margin: 16px auto 0;
  }
  #postBody .Component-Basic-button_div_filled::before,
  #postBody .Component-Basic-button_filled::before {
    width: 28px;
    height: 28px;
    right: 8px;
    top: 9px;
  }
  #postBody .Component-Basic-button_div_filled:focus,
  #postBody .Component-Basic-button_filled:focus {
    border-radius: 24px;
  }
  #postBody .Component-Basic-button_filled {
    margin-top: 76px;
  }
  #postBody .caseL {
    margin-bottom: 138px;
  }
  #postBody .caseL .card {
    aspect-ratio: 912/571;
  }
  #postBody .caseL .card .cardLarge {
    display: flex;
  }
  #postBody .caseL .card .cardLarge div {
    width: 50%;
  }
  #postBody .caseS {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 15px;
  }
  #postBody .caseS .cardVisual img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #postBody .caseS .Component-Basic-button_div_filled {
    display: none;
  }
  #postBody .popup.active .popupFrame {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #postMovie .movieFrame .movie {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  #postBody .popup.active {
    height: 100dvh;
  }
  #postBody .popup.active .popupFrame {
    padding: 40px 0;
  }
  #postBody .popup.active .popupFooterWrapper {
    margin: 30px auto 0;
    width: 80%;
    height: calc(100dvh - 530px);
    position: relative;
    overflow: hidden;
  }
  #postBody .popup.active .popupFooter {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: none;
  }
  #postBody .popup.active .popupFooter::-webkit-scrollbar {
    display: none;
  }
  #postBody .popup.active .popupFooter h3 {
    order: 2;
    margin-top: 0;
    padding-right: 10px;
  }
  #postBody .popup.active .popupFooter p {
    padding-top: 12px;
    order: 3;
  }
  #postBody .popup.active .popupFooter .outerLink {
    justify-content: center;
    order: 1;
    display: none;
  }
  #postBody .popup.active .popupFooter .outerLink .Component-Basic-button_filled {
    gap: 18px;
  }
  #postBody .popup.active .popupFooter .outerLink .Component-Basic-button_filled::after {
    width: 15px;
    height: 15px;
    transform: rotate(-45deg) translate(1px, -1px);
  }
  #postBody .popup.active .popupFooterBar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 6px;
    height: 100%;
    border-radius: 999px;
  }
  #postBody .popup.active .popupFooterBar span {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: var(--color-suntory-water);
    border-radius: 999px;
    min-height: 30px;
  }
  #banner .floatCase .floatBox.floatBox2 {
    top: -70px;
  }
  #banner .floatCase .floatBox.floatBox4 {
    top: 420px;
  }
  #banner .floatCase .floatBox.floatBox6 {
    top: 430px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .inner {
    padding: 0;
  }
  .pc {
    display: none;
  }
  #banner {
    margin-bottom: 76px;
  }
  #banner h1,
  #banner p {
    width: 100%;
  }
  #banner h1 {
    margin: 110px auto 0px;
    font-size: 45px;
    line-height: 50px;
  }
  #banner p {
    margin: 44px auto 0;
    font-size: 18px;
    line-height: 23px;
    max-width: 373px;
  }
  #banner .Component-Basic-button_filled {
    margin: 92px auto 76px;
  }
  #banner .floatCase .floatBox.floatBox1 {
    width: 61px;
    top: -90px;
    left: 6.14%;
  }
  #banner .floatCase .floatBox.floatBox2 {
    width: 64px;
    top: -68px;
    right: -4%;
  }
  #banner .floatCase .floatBox.floatBox3 {
    width: 83px;
    top: 300px;
    left: -4%;
  }
  #banner .floatCase .floatBox.floatBox4 {
    width: 63px;
    top: 290px;
    right: 3.5%;
  }
  #banner .floatCase .floatBox.floatBox5 {
    width: 59px;
    top: -32px;
    right: 30%;
  }
  #banner .floatCase .floatBox.floatBox6 {
    width: 49px;
    top: 264px;
    left: 135px;
  }
  #banner .floatCase .floatBox.floatBox7 {
    width: 44px;
    top: 145px;
    right: -6%;
  }
  #postBody {
    margin-top: 102px;
    padding-bottom: 22px;
  }
  #postBody h2 {
    display: none;
  }
  #postBody .Component-Basic-button_div_filled,
  #postBody .Component-Basic-button_filled {
    gap: 32px;
    height: 54px;
    border-radius: 27px;
    padding: 0 19px 0 20px;
    font-size: 18px;
  }
  #postBody .Component-Basic-button_div_filled::before,
  #postBody .Component-Basic-button_filled::before {
    width: 32px;
    height: 32px;
    right: 10px;
    top: 10px;
  }
  #postBody .caseL {
    margin-bottom: 44px;
  }
  #postBody .caseL .Component-Basic-button_div_filled {
    margin-top: 28px;
  }
  #postBody .caseL h3 {
    font-size: 27px;
    padding-top: 32px;
    line-height: 33px;
    padding-bottom: 10px;
    max-width: 350px;
  }
  #postBody .caseL .cardVisualSub {
    display: none;
  }
  #postBody .caseS {
    margin-top: 44px;
    margin-bottom: 71px;
    display: flex;
    flex-direction: column;
    gap: 42px;
  }
  #postBody .caseS a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #postBody .popup.active .popupFooterWrapper {
    width: 291px;
  }
  #postBody .popup.active .popupFooter {
    width: 100%;
  }
  #postMovie h2 {
    margin-bottom: 32px;
  }
  #postMovie .movieFrame {
    margin-bottom: 26px;
  }
  #postMovie .movieFrame a {
    width: 56px;
    height: 56px;
  }
  #postMovie .movieFrame a em {
    background-size: 56px;
    background-position: center top;
    padding-top: 60px;
    width: 56px;
    height: 56px;
    font-size: 12px;
  }
  .modal-video .modal-video-body {
    padding: 40px 20px;
  }
  .modal-video .modal-video-body .modal-video-close-btn {
    top: -45px;
    right: -18px;
  }
}