@charset "UTF-8";
/*
Theme Name: YUNO
Theme URI: https://worldsend-dialogue.com/
Description: 「この世の果てで問いをする YU&NO」公式サイトテーマ。90s-00sのレトロレイアウト × モダンなモノトーン配色。
Author: ゆう & みー
Version: 0.1.0
License: GNU General Public License v2 or later
Text Domain: yuno
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-padding-start: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="password"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none; }

body, html {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  min-height: 100vh; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inline-block; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999; }
  .header .inner {
    width: 100%;
    height: 80px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .header .inner {
        height: 60px; } }
    .header .inner .navi {
      *zoom: 1;
      width: 80%; }
      .header .inner .navi:after {
        content: "";
        display: table;
        clear: both; }
    .header .inner .navi > li {
      display: block;
      float: right; }
      .header .inner .navi > li > a {
        display: block;
        box-sizing: border-box;
        height: 80px;
        line-height: 80px;
        font-size: 1rem;
        font-weight: bold;
        padding: 0 20px;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .header .inner .navi > li > a:hover {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
      @media (max-width: 768px) {
        .header .inner .navi > li {
          display: none; } }
    .header .inner .navi__sp {
      display: none; }
      @media (max-width: 768px) {
        .header .inner .navi__sp {
          position: absolute;
          top: 60px;
          width: 100%;
          left: 0;
          z-index: 9999; }
          .header .inner .navi__sp > li:last-child {
            border-bottom: none; }
          .header .inner .navi__sp > li > a, .header .inner .navi__sp > li span {
            display: block;
            padding: 30px 15px;
            box-sizing: border-box;
            font-size: 1.2rem;
            position: relative; }
            .header .inner .navi__sp > li > a:after, .header .inner .navi__sp > li span:after {
              content: "\f0da";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; }
            .header .inner .navi__sp > li > a.open:after, .header .inner .navi__sp > li span.open:after {
              content: "\f0d7";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; } }
    .header .inner > .logo {
      max-width: 20%; }
      @media (max-width: 768px) {
        .header .inner > .logo {
          width: auto;
          max-width: 100%;
          display: inline-block; }
          .header .inner > .logo img {
            width: auto; } }
      .header .inner > .logo a {
        display: block;
        padding: 15px; }
        @media (max-width: 768px) {
          .header .inner > .logo a {
            padding: 10px; } }
    .header .inner > .toggle {
      display: none; }
      @media (max-width: 768px) {
        .header .inner > .toggle {
          display: block;
          width: 40px;
          height: 36px;
          position: absolute;
          top: 14px;
          right: 10px;
          z-index: 100; }
          .header .inner > .toggle div {
            position: relative; }
          .header .inner > .toggle span {
            display: block;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
            .header .inner > .toggle span:nth-child(1) {
              top: 0px; }
            .header .inner > .toggle span:nth-child(2) {
              top: 14px; }
            .header .inner > .toggle span:nth-child(3) {
              top: 28px; } }

.header.open .toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }
.header.open .toggle span:nth-child(2) {
  width: 0;
  left: 50%; }
.header.open .toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.section {
  width: 100%;
  margin: auto;
  position: relative;
  *zoom: 1; }
  .section:after {
    content: "";
    display: table;
    clear: both; }
  .section > .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 20px; }
    @media (max-width: 480px) {
      .section > .inner {
        padding: 10px 5px; } }
    .section > .inner.right {
      margin: 0;
      float: right; }
    .section > .inner.left {
      margin: 0;
      float: left; }

.section p {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 900; }
  .section p.large {
    font-size: 1.4rem; }
    @media (max-width: 640px) {
      .section p.large {
        font-size: 1.1rem; } }
  .section p.maxi {
    font-size: 3rem; }
    @media (max-width: 640px) {
      .section p.maxi {
        font-size: 2rem; } }

.footer {
  width: 100%;
  padding: 0 0 60px 0;
  margin-top: 60px; }
  @media (max-width: 480px) {
    .footer {
      padding: 0 0 20px 0; } }

.pan, .pan--nomargin {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 80px 0 0 0; }
  @media (max-width: 768px) {
    .pan, .pan--nomargin {
      margin: 60px 0 0 0; } }
  .pan ol, .pan--nomargin ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
  .pan a, .pan--nomargin a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 480px) {
      .pan a, .pan--nomargin a {
        font-size: 0.8rem; } }
    .pan a:hover, .pan--nomargin a:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .pan a:after, .pan--nomargin a:after {
      content: '\f0da';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      margin: 0 10px; }
  .pan li:last-child a:after, .pan--nomargin li:last-child a:after {
    content: none; }

.pan--nomargin {
  margin: 80px 0 0 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .pan--nomargin {
      margin: 60px 0 0 0; } }

.card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 768px) {
    .card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
      padding: 15px 0;
      margin-bottom: 0; } }
  .card:after, .card__flex:after, .card__flex--nowrap:after, .card__flex--wrap:after, .card__flex--wrap--fs:after {
    content: "";
    display: table;
    clear: both; }

.card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: flex;
  overflow: hidden;
  flex-direction: row; }

.card__flex--nowrap {
  flex-flow: row nowrap;
  justify-content: space-around; }

.card__flex--wrap {
  flex-flow: row wrap;
  justify-content: space-around; }

.card__flex--wrap--fs {
  flex-flow: row wrap;
  justify-content: flex-start; }

.block, .block__div1, .block__div2, .block__div3, .block__div4 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  position: relative; }

.block__div1 {
  width: 100%; }

.block__div2 {
  width: 50%; }
  @media (max-width: 768px) {
    .block__div2 {
      width: 100%; } }

.block__div3 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .block__div3 {
      width: 100%;
      margin-bottom: 10px; } }

.block__div4 {
  width: 25%; }
  @media (max-width: 768px) {
    .block__div4 {
      width: 50%; } }

.title {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 480px) {
    .title {
      min-height: 100px;
      height: auto; } }

.btn, .btn__more, .btn__submit, .btn__back {
  display: block;
  margin: 15px auto; }

.list a {
  *zoom: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .list a:after {
    content: "";
    display: table;
    clear: both; }
  .list a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

/* ===========================
   YUNO サイトコンテナ＋レトロヘッダー
   =========================== */
.site-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 16px;
  font-family: "MS Pゴシック", "MS PGothic", "Osaka", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #111111;
  line-height: 1.8; }

.site-header {
  border-bottom: 3px double #222222;
  padding-bottom: 12px;
  margin-bottom: 20px; }
  .site-header .site-title {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.05em; }
    .site-header .site-title a {
      color: #111111;
      text-decoration: none; }
  .site-header .site-description {
    font-size: 0.85em;
    color: #666666;
    margin-top: 4px; }
  .site-header .site-nav {
    margin-top: 10px;
    font-size: 0.9em; }
    .site-header .site-nav a {
      margin-right: 12px;
      color: #1a1aff; }
      .site-header .site-nav a:visited {
        color: #551a8b; }
      .site-header .site-nav a:hover {
        background: #ffff99; }

.site-main {
  min-height: 60vh; }

/* ===========================
   レトロ枠線ボックス（What's New等）
   =========================== */
.frame-box {
  border: 2px solid #222222;
  background: #f6f6f6;
  padding: 12px 14px;
  margin-bottom: 20px; }
  .frame-box h2 {
    font-size: 1em;
    margin: 0 0 8px 0;
    padding: 3px 8px;
    background: #222222;
    color: #ffffff;
    display: inline-block; }

.whats-new ul {
  padding-left: 1.2em;
  margin: 6px 0;
  list-style: disc; }
.whats-new li {
  margin: 4px 0; }
.whats-new .date {
  color: #666666;
  margin-right: 8px;
  font-family: monospace; }

/* ===========================
   エピソード一覧
   =========================== */
.episode-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .episode-list li {
    border-bottom: 1px dashed #cccccc;
    padding: 10px 0;
    display: flex;
    gap: 12px;
    align-items: baseline; }
  .episode-list .ep-num {
    font-family: monospace;
    color: #666666;
    min-width: 60px; }
  .episode-list .ep-title a {
    font-weight: bold; }
  .episode-list .ep-meta {
    font-size: 0.8em;
    color: #666666;
    margin-left: auto;
    white-space: nowrap; }
  @media (max-width: 640px) {
    .episode-list li {
      flex-wrap: wrap; }
    .episode-list .ep-meta {
      margin-left: 0;
      width: 100%; } }

/* ===========================
   エピソード個別
   =========================== */
.episode-header {
  border-bottom: 2px solid #222222;
  padding-bottom: 10px;
  margin-bottom: 16px; }
  .episode-header .episode-title {
    font-size: 1.3em;
    margin: 0 0 6px 0; }
  .episode-header .episode-meta {
    font-size: 0.85em;
    color: #666666; }
    .episode-header .episode-meta span {
      margin-right: 12px; }

.episode-question {
  background: #f6f6f6;
  border-left: 4px solid #222222;
  padding: 10px 14px;
  margin: 16px 0;
  font-size: 1.05em; }
  .episode-question::before {
    content: "今日の問い: ";
    font-weight: bold;
    color: #222222; }

/* YouTube埋込 */
.yt-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px 0;
  border: 2px solid #222222; }
  .yt-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ===========================
   書き起こし（turn = 話者ごとの発言ブロック）
   =========================== */
.transcript {
  margin-top: 24px;
  border-top: 1px dashed #cccccc;
  padding-top: 16px;
  line-height: 2.0; }
  .transcript h2 {
    font-size: 1.1em;
    margin-bottom: 10px; }
  .transcript .transcript-content {
    max-width: 64em; }
  .transcript .turn {
    margin-bottom: 22px;
    border-bottom: 1px solid #eee; }
    .transcript .turn .turn-header {
      display: flex;
      grid-template-columns: 72px auto;
      gap: 10px;
      align-items: baseline;
      margin-bottom: 4px; }
    .transcript .turn .turn-body {
      padding-left: 60px; }
      .transcript .turn .turn-body p.line {
        margin: 6px 0;
        padding: 2px 0; }
        .transcript .turn .turn-body p.line.active {
          background: #fffacc; }
  .transcript b.speaker,
  .transcript .speaker {
    font-weight: bold; }
    .transcript b.speaker.speaker-yu, .transcript b.speaker-yu,
    .transcript .speaker.speaker-yu,
    .transcript .speaker-yu {
      color: #cc0000; }
    .transcript b.speaker.speaker-noguchi, .transcript b.speaker-noguchi,
    .transcript .speaker.speaker-noguchi,
    .transcript .speaker-noguchi {
      color: #003399; }
    .transcript b.speaker.speaker-bgm, .transcript b.speaker-bgm,
    .transcript .speaker.speaker-bgm,
    .transcript .speaker-bgm {
      color: #888888;
      font-style: italic; }
  .transcript time.timestamp,
  .transcript .timestamp {
    font-family: monospace;
    color: #999999;
    font-size: 0.75em; }
  @media (max-width: 640px) {
    .transcript .turn .turn-header {
      grid-template-columns: 1fr;
      gap: 2px; }
    .transcript .turn .turn-body {
      padding-left: 0; } }

/* ===========================
   チャプター
   =========================== */
.chapters {
  margin: 16px 0; }
  .chapters ul {
    list-style: none;
    padding: 0; }
  .chapters li {
    border-bottom: 1px dotted #cccccc;
    padding: 4px 0; }
  .chapters a {
    font-family: monospace;
    color: #666666;
    margin-right: 10px; }

/* ===========================
   フッター
   =========================== */
.site-footer {
  border-top: 3px double #222222;
  margin-top: 32px;
  padding-top: 12px;
  font-size: 0.85em;
  color: #666666;
  text-align: center; }

/* ===========================
   リンク（全体）: 90sクラシック
   =========================== */
a {
  color: #1a1aff;
  text-decoration: underline; }
  a:visited {
    color: #551a8b; }
  a:hover {
    background: #ffff99; }

/* ===========================
   モバイル対応
   =========================== */
@media (max-width: 640px) {
  .site-container {
    padding: 16px 12px; }

  .site-header .site-title {
    font-size: 1.3em; } }
