
/*
Theme Name: PODCAST EXPO
Theme URI: https://podcastexpo.jp/
Author: （任意で入力）
Description: PODCAST EXPO 用のカスタムテーマ（v0.2.0）
Version: 0.2.0
Text Domain: podcastexpo
*/

body {
  margin: 0;
  font-family:'Jost', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "YuGothic", "游ゴシック体", "Meiryo", sans-serif;
  font-size: 16px;
}

a { text-decoration: none; }

/************************************
  header
************************************/
.teaser-header {
width: 100%;
padding: 10px 0;
text-align: center;
font-size: 16px;
letter-spacing: 0.05em;
color: #8900ff;
font-weight: 600;
position: fixed;
z-index: 999;
background: #fff;
border-bottom: 1px solid #ccc;
}
.teaser-header-note {
  margin: 0;
  padding: 0;
}

/************************************
  MV (Main Visual)
************************************/
.teaser-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('./assets/images/teaser/mv-bg.jpg'); /* 必要に応じてパス調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser-mv-img img {
  width: 90%; /* イメージに基づく調整値。後で細かく調整可能 */
  max-width: 680px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.teaser-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-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: #fafafa;
  margin: 0 auto;
}

/************************************
  INTRO
************************************/
.teaser-intro {
  width: 100%;
/*   max-width: 960px; */
  margin: 0 auto;
  padding: 180px 20px 180px;
  text-align: center;
  background-color: #fff;
}

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

.teaser-intro-tit {
font-size: 3em;
font-weight: 700;
/* letter-spacing: 0.08em; */
margin-bottom: 32px;
color: #222;
}

.teaser-intro-tex {
/*   max-width: 720px; */
  margin: 0 auto;
  text-align: center;
}

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

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


/************************************
  CONTENTS (Podcast Weekend / P7)
************************************/
.teaser-cts {
  position: relative;
  width: 100%;
  padding: 120px 24px 140px;
  background-image: url('./assets/images/teaser/cts-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  column-gap: 140px;
  box-sizing: border-box;
}

/* 中央の縦ライン */
.teaser-cts::before {
  content: '';
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 50%;
  width: 1px;
  background-color: #333;
  transform: translateX(-0.5px);
}

.teaser-cts-l,
.teaser-contents-r {
  width: 100%;
/*   max-width: 420px; */
  text-align: center;
}

.teaser-cts-img img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}

.teaser-cts h2 {
/*   font-size: 18px; */
  font-weight: 600;
/*   letter-spacing: 0.08em; */
  margin: 0 0 32px;
  color: #222;
}

.teaser-cts h2 span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
}

.teaser-cts-tex {
  max-width: 420px;
  margin: 0 auto 28px;
  text-align: left;
}

.teaser-cts-tex p {
/*   font-size: 14px; */
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.teaser-cts-cta {
  margin-top: 10px;
}

.teaser-cts-cta-tex {
  margin-top: 10px;
  font-size: 11px;
  color: #777;
}

/* 共通ボタンスタイル */
.teaser-btn {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 999px;
  background-color: #000;
  color: #fff;
/*   font-size: 13px; */
/*   letter-spacing: 0.08em; */
  text-align: center;
}

.teaser-btn:hover {
  opacity: 0.85;
}

/* レスポンシブ：SPでは縦並びに */
@media (max-width: 768px) {
  .teaser-cts {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 80px;
  }

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




/************************************
  PARTNERSHIP
************************************/
.teaser-partnership {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 140px 24px 160px;
  text-align: center;
  background-color: #fff;
}

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

.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: #222;
}

.teaser-partnership-tex {
/*   max-width: 720px; */
  margin: 32px auto 0;
  text-align: center;
}

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

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

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

/* ボタンは .teaser-btn を共通利用 */




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

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

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

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

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

.teaser-footer-text {
  font-size: 11px;
  line-height: 1.8;
  color: #bfbfbf;
}

.teaser-footer-sns {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.teaser-footer-sns span {
  display: inline-block;
}

@media (max-width: 768px) {
  .teaser-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
  }

  .teaser-footer-logo img {
    width: 150px;
  }

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















