@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');

/*----------------------
 common
----------------------*/
#suntoryCommonHeader,
#naviwow3,
#contentFooter,
#suntoryCommonFooter {
  position: relative !important;
  z-index: 2;
}
#report {
  overflow-x: hidden;
  background-color: #fffaf2;
  color: #151515;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  word-wrap: break-word;
}
#report  *,
#report  *::before,
#report  *::after {
  box-sizing: border-box;
}
#report .wrapper {
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
#report .comments > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  #report .wrapper {
    max-width: calc(100vw * (1160 / 1160));
    padding-left: calc(100vw * (40 / 1160));
    padding-right: calc(100vw * (40 / 1160));
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #report .wrapper {
    max-width: calc(960px * (1160 / 1160));
    padding-left: calc(960px * (40 / 1160));
    padding-right: calc(960px * (40 / 1160));
  }
}
@media screen and (max-width: 767px) {
  #report .wrapper {
    max-width: 100%;
    padding-left: calc(100vw * (30 / 750));
    padding-right: calc(100vw * (30 / 750));
  }
}

/*----------------------
 mainVisual
----------------------*/
#report #mv {
  padding-top: 60px;
  margin-bottom: 60px;
}
#report #mv .ttl {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#report #mv .info {
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.4;
}
#report #mv .info > li {
  margin-top: 10px;
  font-family: 'Noto Serif JP', YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-size: 1.3rem;
}
#report #mv .info > li:nth-of-type(1) {
  margin-top: 0;
}
#report #mv .img {
  position: relative;
  z-index: 1;
}
#report #mv .img::before {
  width: 100vw;
  height: 392px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #9c192b;
  background-image: url('/whisky/makersmark/event2023/report/img/mv_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  content: '';
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  #report #mv {
    padding-top: calc(100vw * (60 / 1160));
    margin-bottom: calc(100vw * (60 / 1160));
  }
  #report #mv .ttl {
    margin-bottom: calc(100vw * (15 / 1160));
    font-size: calc(100vw * (28 / 1160));
  }
  #report #mv .info {
    margin-bottom: calc(100vw * (35 / 1160));
  }
  #report #mv .info > li {
    margin-top: calc(100vw * (10 / 1160));
    font-size: calc(100vw * (13 / 1160));
  }
  #report #mv .img::before {
    height: calc(100vw * (392 / 1160));
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #report #mv {
    padding-top: calc(960px * (60 / 1160));
    margin-bottom: calc(960px * (60 / 1160));
  }
  #report #mv .ttl {
    margin-bottom: calc(960px * (15 / 1160));
    font-size: calc(960px * (28 / 1160));
  }
  #report #mv .info {
    margin-bottom: calc(960px * (35 / 1160));
  }
  #report #mv .info > li {
    margin-top: calc(960px * (10 / 1160));
    font-size: calc(960px * (13 / 1160));
  }
  #report #mv .img::before {
    width: calc(960px * (1160 / 1160));
    height: calc(960px * (392 / 1160));
  }
}
@media screen and (max-width: 767px) {
  #report #mv {
    padding-top: calc(100vw * (80 / 750));
    margin-bottom: calc(100vw * (120 / 750));
  }
  #report #mv .ttl {
    margin-bottom: calc(100vw * (40 / 750));
    font-size: calc(100vw * (44 / 750));
  }
  #report #mv .info {
    margin-bottom: calc(100vw * (110 / 750));
  }
  #report #mv .info > li {
    margin-top: calc(100vw * (15 / 750));
    font-size: calc(100vw * (24 / 750));
  }
  #report #mv .img {
    margin-left: calc(100vw * (-30 / 750));
    margin-right: calc(100vw * (-30 / 750));
  }
  #report #mv .img::before {
    width: 100vw;
    height: calc(100vw * (437 / 750));
    background-image: none;
  }
}

/*----------------------
 Post
----------------------*/

#report #post {
  display: flex;
  margin-bottom: 110px;
}
#report #postMain {
  width: 670px;
}
#report #postMain .section {
  margin-bottom: 110px;
}
#report #postMain .section:nth-last-of-type(1) {
  margin-bottom: 0;
}
#report #postMain .section .ttl {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
#report #postMain .section .txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.0;
}
#report #postMain .section .figure {
  margin-bottom: 40px;
}
#report #postMain .section .figure figcaption {
  margin-top: 15px;
  color: #555555;
  font-size: 1.2rem;
  line-height: 1.8;
}
#report #postMain .sep {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 140px;
}
#report #postMain .sep img {
  width: 258px;
}
#report #postSide {
  position: relative;
  flex: 1;
  margin-left: 120px;
}
#report #postSideLogo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 290px;
  height: calc(786px + 50px);
  text-align: center;
}
#report #postSideLogo.is-fixed {
  position: fixed;
  height: calc(786px + 120px);
}
#report #postSideLogo.is-fixed.is-end {
  position: absolute;
  top: calc((100% - 100vh) + (100vh - 768px - 120px));
}
#report #postSideLogo img {
  width: 285px;
}
@media screen and (min-width: 960px) and (max-width: 1159px) {
  #report #post {
    margin-bottom: calc(100vw * (110 / 1160));
  }
  #report #postMain {
    width: calc(100vw * (670 / 1160));
  }
  #report #postMain .section {
    margin-bottom: calc(100vw * (110 / 1160));
  }
  #report #postMain .section .ttl {
    margin-bottom: calc(100vw * (40 / 1160));
    font-size: calc(100vw * (25 / 1160));
  }
  #report #postMain .section .txt {
    margin-bottom: calc(100vw * (40 / 1160));
    font-size: calc(100vw * (16 / 1160));
  }
  #report #postMain .section .figure {
    margin-bottom: calc(100vw * (40 / 1160));
  }
  #report #postMain .section .figure figcaption {
    margin-top: calc(100vw * (15 / 1160));
    font-size: calc(100vw * (12 / 1160));
  }
  #report #postMain .sep {
    padding-top: calc(100vw * (100 / 1160));
    margin-bottom: calc(100vw * (210 / 1160));
  }
  #report #postMain .sep img {
    width: calc(100vw * (258 / 1160));
  }
  #report #postSide {
    margin-left: calc(100vw * (120 / 1160));
  }
  #report #postSideLogo {
    width: calc(100vw * (290 / 1160));
    height: calc((100vw * (786 / 1160)) + (100vw * (50 / 1160)));
  }
  #report #postSideLogo.is-fixed {
    height: calc((100vw * (786 / 1160)) + (100vw * (120 / 1160)));
  }
  #report #postSideLogo.is-fixed.is-end {
    top: calc((100% - 100vh) + (100vh - (100vw * (768 / 1160)) - (100vw * (120 / 1160))));
  }
  #report #postSideLogo img {
    width: calc(100vw * (285 / 1160));
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #report #post {
    margin-bottom: calc(960px * (110 / 1160));
  }
  #report #postMain {
    width: calc(960px * (670 / 1160));
  }
  #report #postMain .section {
    margin-bottom: calc(960px * (110 / 1160));
  }
  #report #postMain .section .ttl {
    margin-bottom: calc(960px * (40 / 1160));
    font-size: calc(960px * (25 / 1160));
  }
  #report #postMain .section .txt {
    margin-bottom: calc(960px * (40 / 1160));
    font-size: calc(960px * (16 / 1160));
  }
  #report #postMain .section .figure {
    margin-bottom: calc(960px * (40 / 1160));
  }
  #report #postMain .section .figure figcaption {
    margin-top: calc(960px * (15 / 1160));
    font-size: calc(960px * (12 / 1160));
  }
  #report #postMain .sep {
    padding-top: calc(960px * (100 / 1160));
    margin-bottom: calc(960px * (210 / 1160));
  }
  #report #postMain .sep img {
    width: calc(960px * (258 / 1160));
  }
  #report #postSide {
    margin-left: calc(960px * (120 / 1160));
  }
  #report #postSideLogo {
    width: calc(960px * (290 / 1160));
    height: calc((960px * (786 / 1160)) + (960px * (50 / 1160)));
  }
  #report #postSideLogo.is-fixed {
    height: calc((960px * (786 / 1160)) + (960px * (120 / 1160)));
  }
  #report #postSideLogo.is-fixed.is-end {
    top: calc((100% - 100vh) + (100vh - (960px * (768 / 1160)) - (960px * (120 / 1160))));
  }
  #report #postSideLogo img {
    width: calc(960px * (285 / 1160));
  }
}
@media screen and (max-width: 767px) {
  #report #post {
    display: block;
    margin-bottom: calc(100vw * (120 / 750));
  }
  #report #postMain {
    width: 100%;
  }
  #report #postMain .section {
    margin-bottom: calc(100vw * (160 / 750));
  }
  #report #postMain .section .ttl {
    margin-bottom: calc(100vw * (70 / 750));
    font-size: calc(100vw * (38 / 750));
    line-height: 1.4;
  }
  #report #postMain .section .txt {
    margin-bottom: calc(100vw * (90 / 750));
    font-size: calc(100vw * (30 / 750));
    line-height: 1.8;
  }
  #report #postMain .section .figure {
    margin-bottom: calc(100vw * (90 / 750));
  }
  #report #postMain .section .figure figcaption {
    margin-top: calc(100vw * (20 / 750));
    font-size: calc(100vw * (24 / 750));
    line-height: 1.8;
  }
  #report #postMain .sep {
    padding-top: calc(100vw * (30 / 750));
    margin-bottom: calc(100vw * (210 / 750));
  }
  #report #postMain .sep img {
    width: calc(100vw * (385 / 750));
  }
  #report #postSide {
    margin-left: 0;
    padding-top: calc(100vw * (120 / 750));
  }
  #report #postSideLogo {
    align-items: flex-start;
    width: 100%;
    height: auto !important;
    position: static !important;
  }
  #report #postSideLogo img {
    width: calc(100vw * (470 / 750));
  }
}
