@charset "utf-8";

/* =========================================================
   narration.css
   声・ナレーションページ / BiND依存なし版
   PC固定版
   ========================================================= */


/* -------------------------
   基本設定
------------------------- */

*{
  box-sizing: border-box;
}

html,
body{
  min-width: 1000px;
  margin: 0;
  padding: 0;
}

body{
  color: #5f5350;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  overflow-x: auto;
}

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

a{
  color: #6b2b23;
  text-decoration: none;
}

a:hover{
  color: #9b5a5a;
  text-decoration: underline;
}

.site-bg{
  min-width: 1000px;
  background: #fff;
}


/* -------------------------
   上部キャッチコピー
------------------------- */

.site-header{
  min-width: 1000px;
  padding: 18px 0 20px;
  background: #fff;
}

.site-header p{
  width: 1000px;
  margin: 0 auto;
  color: #645654;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
}

.site-header p strong{
  color: inherit;
  font-weight: inherit;
}


/* -------------------------
   下層ページ用ヘッダー
------------------------- */

.lower-header{
  min-width: 1000px;
  background: #ede2d9;
}

.lower-header-inner{
  display: flex;
  align-items: center;
  width: 1000px;
  min-height: 132px;
  margin: 0 auto;
}

.lower-logo{
  width: 230px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.lower-logo img{
  width: 155px;
  height: auto;
}


/* -------------------------
   下層ページ用グローバルメニュー
   4個×2段
------------------------- */

.global-nav{
  width: 770px;
}

.global-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 770px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav li{
  width: 170px;
  margin: 4px 8px;
  padding: 0;
  text-align: center;
}

.global-nav a{
  display: inline-block;
  position: relative;
  padding: 6px 4px;
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.global-nav a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.global-nav a:hover,
.global-nav a:focus{
  color: #6b2b23;
  text-decoration: none;
}

.global-nav a:hover::after,
.global-nav a:focus::after{
  width: 100%;
}

.global-nav .current a{
  color: #6b2b23;
}

.global-nav .current a::after{
  display: none;
}


/* -------------------------
   ヘッダーロゴ hover
------------------------- */

.lower-logo a{
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  line-height: 0;
  text-decoration: none;
}

.lower-logo a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.lower-logo a:hover,
.lower-logo a:focus{
  outline: none;
  text-decoration: none;
}

.lower-logo a:hover::after,
.lower-logo a:focus::after{
  width: 68%;
}


/* -------------------------
   メイン
------------------------- */

.site-main{
  width: 1000px;
  margin: 0 auto;
  padding: 52px 0 78px;
}


/* =========================================================
   声・ナレーション 導入
   ========================================================= */

.narration-hero{
  width: 900px;
  margin: 0 auto 54px;
  padding: 42px 52px 46px;
  background: #fffaf3;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
  text-align: center;
}

.hero-en{
  margin: 0 0 4px;
  color: #9b5a5a;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.narration-hero h1{
  margin: 0 0 28px;
  color: #4d403d;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-message{
  width: 760px;
  margin: 0 auto;
  padding: 26px 30px 28px;
  background: #fff;
  border: 1px solid #eadfd7;
  border-radius: 14px;
  color: #4f4643;
  font-size: 15.5px;
  line-height: 2;
}

.hero-message p{
  margin: 0;
}

.hero-message .hero-main{
  margin-bottom: 18px;
  color: #4d403d;
  font-size: 17px;
  font-weight: 700;
}


/* =========================================================
   セクション共通
   ========================================================= */

.section-title{
  width: 360px;
  margin: 0 auto 34px;
  padding: 13px 20px;
  color: #4d403d;
  background: #ede2d9;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}


/* =========================================================
   ボイスサンプル
   ========================================================= */

.voice-sample-section{
  width: 1000px;
  margin: 0 auto 70px;
}

.narrator-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 28px 23px;
  width: 1000px;
}

.narrator-card{
  width: 318px;
  padding: 26px 22px 28px;
  background: #fffaf3;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.narrator-photo{
  display: block;
  width: 170px;
  margin: 0 auto 16px;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.narrator-photo:hover,
.narrator-photo:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 4px;
}

.narrator-photo img{
  width: 170px;
  height: 255px;
  object-fit: cover;
}

.narrator-card h3{
  margin: 0 0 10px;
  color: #4d403d;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.narrator-copy{
  min-height: 72px;
  margin: 0 0 18px;
  color: #5f5350;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}


/* -------------------------
   音声ファイル
------------------------- */

.playlist{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #eadfd7;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.playlist-title{
  margin: 0;
  padding: 9px 12px;
  color: #4d403d;
  background: #f1e7df;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.playlist .tracks ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.playlist .tracks li{
  display: flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 7px 10px;
  border-top: 1px solid #f0e7df;
  background: #fff;
}

.playlist .tracks li:first-child{
  border-top: none;
}

.playlist .tracks li:hover{
  background: #fff8ee;
}

.playlist .tracks .track-title{
  color: #4f4643;
  font-size: 13px;
  line-height: 1.5;
}

.playlist .tracks button.play{
  position: relative;
  flex: none;
  width: 30px;
  height: 30px;
  margin: 0 9px 0 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #6e86c8;
  cursor: pointer;
}

.playlist .tracks button.play::before{
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.playlist .tracks button.play:hover{
  background: #526db3;
}

.playlist .tracks button.play.playing{
  background: #9b5a5a;
}

.playlist .tracks button.play.playing::before{
  content: "";
  left: 9px;
  top: 8px;
  width: 4px;
  height: 14px;
  border: none;
  background: #fff;
  box-shadow: 8px 0 0 #fff;
}


/* =========================================================
   価格
   ========================================================= */

.price-section{
  width: 820px;
  margin: 0 auto 64px;
  padding-top: 8px;
}

.price-card{
  padding: 34px 44px 38px;
  background: #fffaf3;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.price-lead{
  margin: 0 0 24px;
  color: #4f4643;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

.price-card h3{
  margin: 0 0 18px;
  color: #4d403d;
  font-size: 18px;
  text-align: center;
}

.price-list{
  width: 560px;
  margin: 0 auto 20px;
}

.price-list div{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eadfd7;
}

.price-list dt,
.price-list dd{
  margin: 0;
  color: #4f4643;
  font-size: 15px;
  line-height: 1.6;
}

.price-list dt{
  font-weight: 700;
}

.price-list dd{
  text-align: right;
}

.price-list dd span{
  margin-left: 12px;
  color: #8a766f;
  font-size: 13px;
}

.price-note{
  margin: 18px 0 0;
  color: #8a766f;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}


/* =========================================================
   お問い合わせ
   ========================================================= */

.contact-section{
  width: 760px;
  margin: 0 auto 70px;
}

.contact-card{
  padding: 32px 40px 38px;
  background: #fffaf3;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
  text-align: center;
}

.contact-card p{
  margin: 0;
  color: #4f4643;
  font-size: 16px;
  line-height: 2;
}

.contact-button{
  margin-top: 26px !important;
}

.contact-button a{
  display: inline-block;
  padding: 12px 34px;
  color: #fff;
  background: #9b5a5a;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.contact-button a:hover,
.contact-button a:focus{
  background: #7a3f3f;
  text-decoration: none;
}


/* =========================================================
   フッター
   ========================================================= */

.site-footer{
  min-width: 1000px;
  background: #6b5b57;
}

.footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 35px;
  color: #e1d5cf;
}

.footer-main{
  display: flex;
  align-items: flex-start;
}

.footer-company{
  width: 360px;
  margin-right: 42px;
}

.footer-menu{
  width: 220px;
  margin-right: 38px;
}

.footer-links{
  width: 340px;
  text-align: right;
}

.footer-company p,
.footer-menu p,
.footer-links p{
  margin: 0;
  color: #e1d5cf;
  font-size: 13px;
  line-height: 1.85;
}

.footer-company strong{
  color: #e1d5cf;
  font-weight: 700;
}

.site-footer a{
  color: #e1d5cf;
  text-decoration: none;
}

.site-footer a:hover{
  color: #fff;
  text-decoration: underline;
}

.facebook-link{
  margin-bottom: 14px !important;
}

.facebook-link img{
  width: 50px;
  height: auto;
}

.company-link img{
  width: 337px;
  height: auto;
}

.footer-bottom{
  margin-top: -90px;
  padding-top: 0;
  text-align: center;
}

.footer-logo{
  margin: 0;
}

.footer-logo img{
  width: 210px;
  height: auto;
}

.copyright{
  margin: 8px 0 0;
  color: #e1d5cf;
  font-size: 12px;
}


/* -------------------------
   フッター画像リンクのみホバー枠
   ※フッターテキストリンクは元のまま
------------------------- */

.footer-links a,
.footer-logo a{
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-logo a:hover,
.footer-logo a:focus{
  outline: 2px solid rgba(225,213,207,.45);
  outline-offset: 5px;
}

/* -------------------------
   写真拡大表示
   ナレーション写真用
------------------------- */

.gallery-modal{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.gallery-modal.is-open{
  display: block;
}

.gallery-modal-bg{
  position: absolute;
  inset: 0;
  background: rgba(44,34,31,0.72);
}

.gallery-modal-inner{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 760px;
  max-height: 88vh;
  padding: 24px 60px 44px;
  background: #fffaf3;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.28);
  text-align: center;
  transform: translate(-50%,-50%);
}

.gallery-modal-image{
  max-width: 620px;
  max-height: 72vh;
  width: auto;
  height: auto;
  border-radius: 10px;
}

.gallery-caption{
  margin: 12px 0 0;
  color: #6b5b57;
  font-size: 13px;
  line-height: 1.6;
}

.gallery-close,
.gallery-prev,
.gallery-next{
  position: absolute;
  color: #6b2b23;
  background: #fff;
  border: 1px solid #eadfd7;
  border-radius: 50%;
  font-family: inherit;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.gallery-close{
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  font-size: 26px;
  line-height: 34px;
}

.gallery-prev,
.gallery-next{
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 36px;
  line-height: 34px;
  transform: translateY(-50%);
}

.gallery-prev{
  left: 16px;
}

.gallery-next{
  right: 16px;
}

.gallery-close:hover,
.gallery-close:focus,
.gallery-prev:hover,
.gallery-prev:focus,
.gallery-next:hover,
.gallery-next:focus{
  background: #fff1bf;
  outline: none;
}

