* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'gilroybold';
  src: url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-bold-webfont.eot');
  src: url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-bold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-bold-webfont.woff2')
      format('woff2'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-bold-webfont.woff')
      format('woff'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-bold-webfont.ttf')
      format('truetype'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-bold-webfont.svg#gilroybold')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroyregular';
  src: url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-regular-webfont.eot');
  src: url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-regular-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-regular-webfont.woff2')
      format('woff2'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-regular-webfont.woff')
      format('woff'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-regular-webfont.ttf')
      format('truetype'),
    url('/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/fonts/gilroy-regular-webfont.svg#gilroylight')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: 'gilroyregular';
  background: url(/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/images/bg.png)
    no-repeat !important;
  background-size: cover;
  background-attachment: fixed;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  font-family: 'gilroyregular';
}
p:last-child {
  margin-bottom: 0;
}

/* section{ height: 100vh; max-height: 100vh;} */

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.common-padding {
  padding: 80px 0;
}

h1 {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 700;
  font-family: 'gilroybold';
}
h2 {
  font-size: 50px;
  line-height: 1.125;
  margin-bottom: 20px;
  font-family: 'gilroybold';
}
h2 span {
  display: block;
}

a {
  font-size: 16px;
  color: rgba(183, 15, 27, 1);
  line-height: 1;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.common-btn {
  display: flex;
  flex-wrap: nowrap;
}
figure {
  margin: 0 !important;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**AUDIO**/
.position-relative {
  position: relative;
}
.z-index1 {
  z-index: 1 !important;
}
.z-index2 {
  z-index: 2 !important;
}
.z-index3 {
  z-index: 3 !important;
}
.z-index11 {
  z-index: 11 !important;
}

.mainOuter {
  height: 100vh;
  max-height: inherit;
  overflow-x: hidden;
}
.common-padding {
  padding: 80px 0 !important;
}
.container-fluid,
.container {
  z-index: 10;
}

.section-title {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.section-title.show {
  opacity: 1;
  transform: translateY(0);
}

.section-title span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-right: 4px; /* spacing between words */
}

.section-title span.show {
  opacity: 1;
  transform: translateY(0);
}

.img-outer,
.img-box {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.img-outer.show,
.img-box.show {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: stagger effect using nth-child if inside a container */
.img-outer:nth-child(1).show {
  transition-delay: 0s;
}
.img-outer:nth-child(2).show {
  transition-delay: 0.2s;
}
.img-outer:nth-child(3).show {
  transition-delay: 0.4s;
}
.img-outer:nth-child(4).show {
  transition-delay: 0.6s;
}

.img-box-radius {
  border-radius: 20px !important;
  overflow: hidden;
  height: 516px;
}
.box-radius-20 {
  border-radius: 20px !important;
  overflow: hidden;
}
/****/
.video-wrapper-outer {
  max-height: 680px;
  height: 100vh;
}
.video-wrapper-video {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 102%;
}
.video-wrapper-video video {
  object-fit: cover;
  height: 100%;
  width: 101%;
  object-position: center center;
  position: relative;
  left: -1%;
}

.img-box img,
.img-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
}

.video-wrapper {
  position: ABSOLUTE;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 560px;
  text-align: CENTER;
  color: #fff;
}
.video-wrapper p {
  font-size: 28px !important;
  line-height: 1.25;
  color: #fff !important;
}

.FromTokyototheWorld .img-outer {
  position: relative;
  padding-right: 20px;
}
.FromTokyototheWorld .img-outer .sticky-img {
  position: absolute;
  bottom: -20px;
  right: -50px;
}

.img-outer {
  position: relative;
}

.FoodasStorytelling {
  background: #2d1c0a;
  padding: 80px 0;
}
.FoodasStorytelling * {
  color: #fff;
}
.FoodasStorytelling .img-outer .FoodasStorytelling-sticky1 {
  position: absolute;
  top: 48%;
  left: 41%;
  transform: translate(-50%, -50%);
  max-width: 114%;
}
.FoodasStorytelling .img-outer .FoodasStorytelling-sticky2 {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 100%;
}
.FoodasStorytelling .img-outer-sm {
  height: 280px;
}
.FoodasStorytelling .img-outer-sm .img-box {
  height: 100%;
}

.theMangaAnimeUniverse .img-outer {
  padding-right: 80px;
}
.theMangaAnimeUniverse .img-outer .sticky-img {
  position: absolute;
  bottom: 0px;
  right: -20px;
}

.originsoftheIzakaya ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.originsoftheIzakaya ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.originsoftheIzakaya-in ul li.show {
  opacity: 1;
  transform: translateY(0);
}

.originsoftheIzakaya-in ul li:nth-child(1).show {
  transition-delay: 0s;
}
.originsoftheIzakaya-in ul li:nth-child(2).show {
  transition-delay: 0.2s;
}
.originsoftheIzakaya-in ul li:nth-child(3).show {
  transition-delay: 0.4s;
}
.originsoftheIzakaya-in ul li:nth-child(4).show {
  transition-delay: 0.6s;
}
.originsoftheIzakaya .sticky {
  position: absolute;
  left: 35%;
  top: 47%;
  transform: translateY(-50%);
  width: 104%;
}

.banner {
  margin-top: 90px;
}
.banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
}
.banner-caption {
  position: absolute;
  top: 50%;
  left: 16vw;
  transform: translateY(-50%);
  max-width: 657px;
  padding: 40px;
  border: 1px solid;
  border-image-source: linear-gradient(
    96.07deg,
    rgba(255, 255, 255, 0.4) -5.56%,
    rgba(255, 255, 255, 0) 26.38%,
    rgba(255, 255, 255, 0.0272488) 76.98%,
    rgba(255, 255, 255, 0.4) 97.73%
  );
  backdrop-filter: blur(14px);
  box-shadow: 0px 4px 4px 0px #00000040;
  background: linear-gradient(
    180deg,
    rgba(0, 59, 83, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 78.85%
  );
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.banner-in {
  overflow: hidden;
  position: relative;
}

.banner-caption h1 {
  text-transform: uppercase !important;
  opacity: 0;
  transition: all 1s ease-out;
  transform: translateX(-50px);
}
.banner-caption p {
  color: #fff !important;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease-out 0.2s;
}

.pe-10 {
  padding-right: 10vw;
}
.banner-img1 {
  position: absolute;
  bottom: -7vw;
  left: 55%;
  transform: translateX(-50%);
  z-index: 99;
  width: 38vw;
  animation: glowPulse 2s infinite ease-in-out;
}
.banner-img2 {
  position: absolute;
  top: -1vw;
  left: 2vw;
  z-index: 99;
  width: 150px;
  height: 10vw;
}
.banner-img3 {
  position: absolute;
  top: -2vw;
  left: 12vw;
  z-index: 99;
  width: 180px;
  height: 12vw;
}
.banner-img2::before {
  content: '';
  position: absolute;
  background: url(/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/images/shadow.svg)
    no-repeat;
  background-size: 100% 100%;
  width: 20vw;
  height: 20vw;
  background-position: center center;
  left: -4vw;
  top: -4vw;
}
.banner-img3::before {
  content: '';
  position: absolute;
  background: url(/dynamic-stories/manga-anime-the-izakaya-japans-cultural-icons-are-a-global-phenomenon/assets/images/shadow.svg)
    no-repeat;
  background-size: 100% 100%;
  width: 20vw;
  height: 20vw;
  background-position: center center;
  left: 5vw;
  top: -4vw;
}
.bg-img img,
.banner-img2 img,
.banner-img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  animation: glowPulse 2s infinite ease-in-out;
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 10px #fff);
  }
  50% {
    filter: drop-shadow(0 0 25px #ff6e0d);
  }
  100% {
    filter: drop-shadow(0 0 10px #fff);
  }
}

.afutureofculturalcrossovers .img-box video {
  object-position: 65% center;
}
.afutureofculturalcrossovers p {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

/* Show state when in viewport */
.afutureofculturalcrossovers p.show {
  opacity: 1;
  transform: translateY(0);
}

/* Optional stagger delay for nicer effect */
.afutureofculturalcrossovers .row > div:nth-child(1) p.show {
  transition-delay: 0.2s;
}

.img-box {
  opacity: 0;
  transform: scale(0.8); /* start smaller */
  transition: all 0.6s ease;
}

.img-box.show {
  opacity: 1;
  transform: scale(1); /* zoom in */
}

/**ANIMATION**/
.banner.active .banner-caption {
  opacity: 1;
}

.banner.active .banner-caption h1 {
  transform: translateX(0);
  opacity: 1;
}

.banner.active .banner-caption p {
  transform: translateY(0);
  opacity: 1;
}

@media all and (min-width: 1660px) {
  .container {
    max-width: 1320px !important;
  }
}

@media all and (max-width: 1680px) {
  h1 {
    font-size: 70px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .FoodasStorytelling .img-outer .FoodasStorytelling-sticky2 {
    position: absolute;
    bottom: -28px;
    right: 0;
    z-index: 1;
    width: 105%;
    max-width: inherit;
  }
  .FoodasStorytelling .img-outer .FoodasStorytelling-sticky1 {
    max-width: 125%;
  }
  .banner-img1 {
    width: 35vw;
    left: 60vw;
  }
  .banner-caption {
    max-width: 40vw;
  }
}

@media all and (max-width: 1440px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
  }
  .container {
    max-width: 1200px !important;
  }
  .FoodasStorytelling .img-outer .FoodasStorytelling-sticky1 {
    position: absolute;
    top: 21.35vw;
    left: 10.65vw;
  }

  .img-box-radius {
    height: 34vw;
  }
}

@media all and (max-width: 1280px) {
  .container {
    max-width: 80vw !important;
  }
  .banner-caption {
    max-width: 35vw;
  }
  .pe-10 {
    padding-right: 3vw;
  }
  h2 {
    font-size: 2.5vw;
  }
  h1 {
    font-size: 3.25vw;
  }
  p {
    font-size: 14px;
  }

  .originsoftheIzakaya ul li .img2,
  .originsoftheIzakaya ul li .img4,
  .originsoftheIzakaya ul li:nth-of-type(4) .position-relative {
    height: 100%;
  }
  .originsoftheIzakaya ul li .img2 img,
  .originsoftheIzakaya ul li .img4 img {
    width: 100%;
    height: 100%;
    max-width: inherit;
  }
  .FoodasStorytelling .img-outer-sm {
    height: 15vw;
  }
}

@media all and (max-width: 1024px) {
  .banner-img3 {
    width: 10vw;
  }
  .banner-img2 {
    width: 8vw;
  }
  .container {
    max-width: 94% !important;
  }
  .originsoftheIzakaya .sticky {
    display: none;
  }
  .video-wrapper {
    max-width: 45vw;
  }
  .video-wrapper p {
    font-size: 22px !important;
  }
  .FoodasStorytelling .img-outer-sm {
    height: 20vw;
  }
}

@media all and (max-width: 880px) {
  .common-padding {
    padding: 30px 0 !important;
  }
  .banner-img2,
  .banner-img3 {
    width: 10vw;
  }
  .originsoftheIzakaya ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .banner-caption {
    padding: 25px;
  }
  h2 {
    font-size: 3.5vw;
  }
  h1 {
    font-size: 4vw;
  }

  .col-md-8 {
    margin-bottom: 20px;
  }
  .col-md-8,
  .col-md-4 {
    width: 100%;
  }

  .img-box-radius {
    height: auto;
  }

  .FoodasStorytelling .img-outer .FoodasStorytelling-sticky1,
  .FoodasStorytelling .img-outer .FoodasStorytelling-sticky2 {
    display: none;
  }

  .FoodasStorytelling .img-outer-sm {
    height: auto;
  }
  .FoodasStorytelling .col-md-4 {
    margin-bottom: 20px;
  }

  .FoodasStorytelling .col-md-4 {
    width: 50%;
  }
  .FoodasStorytelling .col-md-4:nth-of-type(1) {
    width: 100%;
  }
  .FoodasStorytelling .img-box-radius {
    height: auto;
  }

  .FromTokyototheWorld .ps-4 {
    padding-left: 0 !important;
  }

  .afutureofculturalcrossovers .col-md-4:nth-of-type(2),
  .afutureofculturalcrossovers .col-md-4:nth-of-type(3) {
    width: 50%;
  }
  .afutureofculturalcrossovers .col-md-4 {
    margin-bottom: 30px;
  }
  .afutureofculturalcrossovers .img-box-radius {
    height: 55vw;
  }

  .FoodasStorytelling .img-outer-sm {
    height: auto;
  }
  .originsoftheIzakaya-in .img img {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  .container {
    max-width: 95vw !important;
  }
  .banner-caption {
    padding: 25px;
    position: relative;
    bottom: 0;
    max-width: 100vw;
    left: 0;
    transform: inherit;
    border-radius: 0;
  }

  .banner-img1 {
    bottom: inherit;
    top: 16vw;
    width: 40vw;
    left: 50%;
  }
  .originsoftheIzakaya ul li,
  .FoodasStorytelling .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .afutureofculturalcrossovers .col-md-4:nth-of-type(2),
  .afutureofculturalcrossovers .col-md-4:nth-of-type(3) {
    width: 100%;
  }
  .originsoftheIzakaya .sticky {
    display: none;
  }
  .originsoftheIzakaya .img img {
    max-width: inherit;
    width: 100%;
    height: 100%;
  }
  .originsoftheIzakaya ul li .img2,
  .originsoftheIzakaya ul li .img4,
  .originsoftheIzakaya ul li:nth-of-type(4) .position-relative {
    height: 100vw;
  }

  .theMangaAnimeUniverse .img-outer .sticky-img {
    max-width: 60vw;
  }
  .FromTokyototheWorld .img-outer .sticky-img {
    max-width: 40vw;
  }
  .afutureofculturalcrossovers .img-box-radius {
    height: 108vw;
    margin-bottom: 20px;
  }
  .video-wrapper {
    left: 0%;
    transform: translate(-0%, -50%);
    z-index: 999;
    max-width: 100vw;
    text-align: CENTER;
    margin: 0 5vw;
    display: flex;
    justify-content: center;
  }
  .video-wrapper p {
    font-size: 24px !important;
  }
}
