@charset "UTF-8";
/*
Theme Name: PODCAST EXPO - TOP Module
*/

.obj-maintit {
display: flex;
overflow: hidden;
width: 100%;
position: absolute;
top: 0;
height: 92vh;
}
.obj-maintit img {
  flex-shrink: 0;
  min-width: 100%;
  object-fit: cover;
  animation: top-bg-scroll 30s linear infinite;
  will-change: transform;
  mix-blend-mode: color-dodge;
  transform: translate3d(0, 0, 0);  
opacity: .5;
}
@keyframes top-bg-scroll {0% { transform: translate3d(0, 0, 0); }100% { transform: translate3d(-100%, 0, 0); }}
.obj-menu ul li a:hover {
  opacity: .678;
}


/* ================================================================================================ */

/************************************
  MV (Main Visual)
************************************/
.pcex--teaser {
}
.pcex--teaser .teaser-mv {
  width: 100%;
  height: 92vh;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  position: relative;
}
.pcex--teaser .teaser-mv-img{
padding: 24vh 0 0;
}
.pcex--teaser .teaser-mv-img img {
width: 80vh;
max-width: inherit;
height: auto;
display: block;
margin: 0 auto;
}
.pcex--teaser .teaser-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.teaser-scroll-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fafafa;
  display: block;
  margin-bottom: 6px;
}
.teaser-scroll-line {
  display: block;
  width: 1px;
  height: 80px;
  background-color: rgba(250, 250, 250, 0);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.teaser-scroll-line::after {
  content: '';
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #fafafa;
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%   { transform: translateY(0);   opacity: 0; }
  15%  { opacity: 1; }
  70%  { transform: translateY(350%); opacity: 1; }
  100% { transform: translateY(350%); opacity: 0; }
}

@keyframes teaserHeaderSlideIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.pcex--teaser .teaser-mv-img img {
  opacity: 0;
  filter: blur(8px);
  animation: mvFade 2s ease-out .1s forwards;
}
@keyframes mvFade {
  0% {opacity: 0;filter: blur(100px);}
  100% {opacity: 1;filter: blur(0);}
}


/************************************
  INTRO
************************************/
.teaser-intro {
  width: 100%;
  margin: 0 auto;
  padding: 180px 0 180px;
  text-align: center;
}

.teaser-intro-img img {
  width: 30%;
  max-width: 740px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}

.pcex--teaser .teaser-intro-tit {
font-size: 2.6em;
font-weight: 500;
line-height: 1.2;
color: #fff;
}

.teaser-intro-tex {
  margin: 0 auto;
  text-align: center;
}

.teaser-intro-tex p {
  font-size: 1.3em;
  line-height: 2;
  color: #fff !important;
  margin: 0 0 18px;
  font-weight: 600;
}

.teaser-intro-tex p:last-child {
  margin-bottom: 0;
}


/************************************
  CONTENTS (Podcast Weekend / P7)
************************************/
.pcex--teaser .teaser-cts {
  position: relative;
  width: 100%;
  padding: 120px 0 140px;
  background-image: none !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  column-gap: 140px;
  box-sizing: border-box;
}

/* 中央の縦ライン */
.pcex--teaser .teaser-cts::before {
  content: '';
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 50%;
  width: 1px;
  background-color: rgba(255,255,255,.3) !important;
  transform: translateX(-0.5px);
}
.pcex--teaser .teaser-cts-l,
.pcex--teaser .teaser-contents-r {
  width: 100%;
  text-align: center;
}
.pcex--teaser .teaser-cts-img img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.pcex--teaser .teaser-cts h2 {
  font-weight: 600;
  margin: 0 0 32px;
  color: #e4e4e4;
  font-size: 1.1em;
}
.pcex--teaser .teaser-cts h2 span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
}
.pcex--teaser .teaser-cts-tex {
  max-width: 420px;
  margin: 0 auto 28px;
  text-align: left;
}
.pcex--teaser .teaser-cts-tex p {
  line-height: 1.6;
  color: #d1d1d1;
  margin: 0;
}
.pcex--teaser .teaser-cts-cta {
  margin-top: 10px;
}
.pcex--teaser .teaser-cts-cta-tex {
  margin-top: 0px;
font-size: 12px;
color: #deadff;
}
/* 共通ボタンスタイル */
.pcex--teaser .teaser-btn {
display: inline-block;
background-color: #fff !important;
color: #000 !important;
text-decoration: none;
font-weight: 500;
padding: 14px 30px;
border-radius: 999px;
margin-bottom: 15px;
transition: opacity 0.3s;
width: 100%;
max-width: 280px;
text-align: center;
font-size: 1.2rem;
}
.pcex--teaser .teaser-btn:hover {
  opacity: 0.85;
}

/************************************
  PARTNERSHIP
************************************/
.teaser-partnership {
  width: 100%;
  max-width: inherit !important;
  margin: 0 auto;
  padding: 140px 0 160px;
  text-align: center;
  background-color: inherit !important;
}

.teaser-partnership-tit {
  font-size: 3em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
}

.teaser-partnership-tit span {
  display: block;
  margin-top: 8px;
  font-size: 0.5em;
  letter-spacing: 0.04em;
  color: #9b5bff;
}

.teaser-partnership-tit-sub {
  margin-top: 64px;
  font-size: 2em;
  font-weight: 500;
  color: #fff !important;
}

.teaser-partnership-tex {
  margin: 32px auto 0;
  text-align: center;
}

.teaser-partnership-tex p {
  line-height: 2;
  color: #fff !important;
  margin: 0 0 18px;
  font-size: 1.1em;
}

.teaser-partnership-tex p:last-child {
  margin-bottom: 0;
}

.teaser-partnership-cta {
  margin-top: 40px;
}


/************************************
  FOOTER
************************************/
.teaser-footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 32px 0 40px;
}

.teaser-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 140px;
}

.teaser-footer-logo img {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
}

.teaser-footer-block {
  flex: 1;
}

.teaser-footer-label {
  font-size: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #dcdcdc;
  font-weight: 600;
}

.teaser-footer-text {
  font-size: .8em;
  line-height: 1.8;
}

.teaser-footer-sns {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #acacac;
}
.teaser-footer-sns a{
  padding: 0 1em;
}
.teaser-footer-sns span {
  display: inline-block;
}

/* 明示的に白リンクにしたい場合（フッターなど） */
.teaser-footer a,
.teaser-footer-sns span {
  color: #fff;
}

.teaser-footer a:hover,
.teaser-footer-sns span:hover {
  opacity: 0.7;
  color: #fff;
}


/************************************
  RESPONSIVE (Teaser Specific)
************************************/
@media (max-width: 768px) {
  /* Header */
  .teaser-header {
    padding: 8px 8px;
    font-size: 13px;
    transform: translateY(-100%);
    opacity: 0;
    animation: teaserHeaderSlideIn 0.6s ease-out 1s forwards;
  }

  /* MV */
  .teaser-mv {
    padding: 0 10vw 5vh;
    box-sizing: border-box;
    height: 110vh;
  }

  .teaser-mv-img img {
    width: 100%;
    max-width: 520px;
  }

  .teaser-scroll{
    display: none;
  }

  .teaser-scroll-label {
    font-size: 11px;
  }

  .teaser-scroll-line {
    height: 60px;
  }

  /* cta */
  .teaser-btn{
    width: 70%;
  }

  /* INTRO */
  .teaser-intro {
    padding: 120px 0 120px;
  }

  .teaser-intro-tex{
    padding: 0 16px;
  }

  .teaser-intro-img img {
    width: 70%;
    margin-bottom: 48px;
  }

  .teaser-intro-tit {
    font-size: 1.6em;
    margin-bottom: 24px;
    text-align: center;
  }

  .teaser-intro-tex{
    text-align: left;  
  }
  .teaser-intro-tex p {
    font-size: .98em;
  }

  /* CONTENTS */
  .teaser-cts {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 80px;
    padding: 100px 24px 120px;
  }

  .teaser-cts-img img {
    width: 80%;
    margin: 0 auto 40px;
  }

  .teaser-cts::before {
    display: none;
  }

  .teaser-cts-tex {
    max-width: none;
  }

  /* PARTNERSHIP */
  .teaser-partnership {
    padding: 120px 0 140px;
  }

  .teaser-partnership-tit {
    font-size: 1.8em;
  }

  .teaser-partnership-tit-sub {
    font-size: 1.4em;
    margin-top: 40px;
    font-weight: 600;
  }

  .teaser-partnership-tex {
    margin-top: 24px;
    padding: 0 16px;
    text-align: left;
  }
  .teaser-partnership-tex p {
    font-size: .9em;
  }

  /* FOOTER */
  .teaser-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .teaser-footer-logo img {
    width: 100%;
  }

  .teaser-footer-block {
    width: 100%;
  }
}


/************************************
  text gradation
************************************/
.pcex_gradation {
  background: linear-gradient(90deg, #4A5CFF 0%, #C142FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/************************************
  fade
************************************/
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

