@charset "utf-8";

/* =========================================================
   grandmc.css
   GRAND MC TOP / 司会者一覧 / 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 url("_src/2159419/back_logo.jpg") fixed no-repeat center center;
}

.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}


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

.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;
}


/* -------------------------
   メインビジュアル
------------------------- */

.top-visual{
  min-width: 1000px;
  background: #ede2d9;
}

.top-visual-inner{
  position: relative;
  width: 1000px;
  height: 520px;
  margin: 0 auto;
  background: url("_src/topimg2.jpg") no-repeat center top;
  overflow: hidden;
}



/* -------------------------
   グローバルメニュー
------------------------- */

.global-nav{
  min-width: 1000px;
  background: #ede2d9;
}

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

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

.global-nav a{
  display: inline-block;
  position: relative;
  padding: 6px 4px;
  color: #222;
  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;
}


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

.site-main{
  width: 1000px;
  margin: 0 auto;
  padding: 48px 0 76px;
}


/* -------------------------
   ページタイトル
------------------------- */

.page-title-block{
  width: 1000px;
  margin: 0 auto 38px;
}

.page-title-inner{
  display: flex;
  align-items: center;
  width: 1000px;
  padding: 28px 42px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
}

.page-logo{
  width: 155px;
  margin-right: 34px;
  flex: none;
  line-height: 0;
}

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

.page-title-text{
  width: 720px;
}

.page-label,
.section-label{
  margin: 0 0 6px;
  color: #9a7f76;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.page-title-text h2{
  margin: 0 0 8px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.page-title-text p:last-child{
  margin: 0;
  color: #6b5b57;
  font-size: 15px;
  line-height: 1.8;
}


/* -------------------------
   司会者一覧
------------------------- */

.mc-section{
  width: 1000px;
  margin: 0 auto;
}

.people-grid{
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

.person-card{
  width: 184px;
  margin: 0 8px 34px;
  color: #4f4643;
  scroll-margin-top: 24px;
}

.person-card .image-link{
  display: block;
  width: 184px;
  padding: 7px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(91,74,62,0.10);
  line-height: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.person-card .image-link:hover,
.person-card .image-link:focus{
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(91,74,62,0.16);
}

.person-card img{
  display: block;
  width: 168px;
  height: 252px;
  object-fit: cover;
  border-radius: 10px;
}

.person-name{
  margin: 10px 0 0;
  color: #4d403d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-align: center;
}

.person-kana{
  display: block;
  margin-top: 1px;
  color: #6b5b57;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.mc-note{
  position: relative;
  width: 920px;
  margin: 14px auto 58px;
  padding: 22px 28px 22px 34px;
  color: #4f4643;
  background: #fcf8f4;
  border: 1px solid #eadfd7;
  border-left: 6px solid #d8c4bb;
  border-radius: 16px;
}

.mc-note p{
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.85;
}

.mc-note p:first-child{
  color: #4d403d;
}

.mc-note p:last-child{
  margin-bottom: 0;
  color: #6b5b57;
}

.mc-note a{
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  color: #8a3b20;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid rgba(138,59,32,0.25);
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
}

.mc-note a:hover,
.mc-note a:focus{
  color: #6b2b23;
  background: #fff6ef;
  text-decoration: none;
}


/* -------------------------
   音響スタッフ
------------------------- */

.audio-section{
  width: 1000px;
  margin: 0 auto 54px;
}

.section-heading{
  width: 1000px;
  margin: 0 auto 30px;
  padding: 28px 42px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
}

.section-heading h2{
  margin: 0 0 8px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.section-heading p:last-child{
  margin: 0;
  color: #6b5b57;
  font-size: 15px;
  line-height: 1.8;
}

.audio-grid{
  justify-content: center;
}


/* -------------------------
   お問い合わせバナー
------------------------- */

.contact-banner{
  width: 1000px;
  margin: 6px auto 0;
  line-height: 0;
  text-align: center;
}

.contact-banner .image-link{
  display: inline-block;
  line-height: 0;
  border-radius: 8px;
}

.contact-banner .image-link:hover,
.contact-banner .image-link:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 5px;
}

.contact-banner img{
  display: block;
  width: 860px;
  height: auto;
  margin: 0 auto;
}


/* -------------------------
   画像リンク 共通
------------------------- */

.image-link{
  text-decoration: none;
}

.image-link img{
  opacity: 1;
  filter: 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,
.site-footer a:focus{
  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 a{
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}

.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;
}

