@charset "UTF-8";

:root {
  --bg: rgba(0, 65, 113, 1);/* #164575, rgba(0, 65, 113, 1)  */
  --bg-lity: rgba(0, 65, 113, 1);/* #164575, rgba(0, 65, 113, 1)  */
  --bg-soft: #1d558c;
  --color-visual-blue:#0e6793;
  --color-visual-red:#ce205b;
  --color-visual-orange:#f07526;
  --ink: #f4efe6;
  --muted: #c5d6e8;
  --lead: #ffcb76;
  --line: #3d6a99;
  --accent: #f17a21;/* #f17a21 ,#e4c79a */
  --linkcolor: #fac878;/* #fac878,#e4c79a */
  --max: 50em;
  --kv-max: 550px;
  --cast-max: 1200px;
  --font-mincho:  "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  --font-gothic: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: var(--bg);
  color: var(--ink);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", YuGothic, Meiryo, sans-serif;
  line-height: 1.7;
}

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

a {
	color: var(--linkcolor);
	text-decoration:none;
	transition: all .25s ease-in;
}
a:hover { color:var(--color-visual-red);}
small {
	font-size: .75em;
	letter-spacing: 0.02em;
}
.wrap {
  width: min(100%, var(--cast-max));
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
}

.head,
.catch,
.sec:not(.sec-cast) {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

/* ヘッダーエリア */
header.head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}
.ex-logo {
  margin: 2em auto ;
  width: min(100%, 15rem);
  text-align: center;
}
.ex-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.kv {
  margin: 0 auto 15vh;
  /* 990×1400。ノートは --kv-max、縦に長い画面は高さに合わせて拡大 */
  width: min(100%, max(var(--kv-max), calc((100svh - 14rem) * 990 / 1400)));
}
.kv img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}


/* タイトルエリア */
.title_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 800px;
}
.logo {
  margin: 0vh auto 10vh;
  width: min(100%, var(--kv-max));
  text-align: center;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
.catch {
  margin: 0 auto 4rem;
  padding: 0;
  font-size: clamp(1.65rem, 6.5vw, 2.3rem);
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-align: center;
}
.lead {
/*
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55em;
*/
  margin: 0 auto ;
  width: min(100%, 800px);
  /* いちばん長い行（lead02）に合わせて高さを揃える */
  --lead-h: calc(min(100vw - 2.5rem, 350px) * 13.07 / 198.18);
  text-align: center;
}
.lead img {
  display: inline-block;
  margin: .34em 0;
  width: auto;
  height: var(--lead-h);
  max-width: none;
}
.catch span { display: inline-block;}


.sec { margin: 10vh auto;}
.sec.sec2 .sns { margin: 10vh auto 20vh;}
.sec .sec-header {
  margin: 3rem auto;
}
.sec h2 {
	margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: #fac878;
  text-align: center;
}


.cast {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap:  1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cast-note {
  margin: .75rem auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.cast li {
  width: 100%;
  max-width: 22rem;
  text-align: center;
}

@media (max-width: 899px) {
  .cast li:nth-child(8) {
    padding-top: 7.2rem;
    padding-bottom: 5.2rem;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .cast {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.cast a {
  display: block;
  color: inherit;
  text-decoration: none;
  
}
.cast a .ph img {
	width: 100%;
  height: 100%;
  object-fit: cover;
	transition: all .3s ease;
} 
.cast a:hover .ph img {
  filter: brightness( 110% ) contrast( 110% );
  box-shadow : 0px 0px 25px 0px rgba(0,0,0,0.2);
  	
}



.ph {
  display: block;
  margin: 0 0 0.55rem;
}


.role {
  display: block;
  margin-bottom: .4em;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.role small { font-size: .9em;}
.name {
  display: block;
  font-size: 1.1rem;
  font-family: var(--font-mincho);
  letter-spacing: 0.04em;
  line-height: 1;
}
.name small {
	display: inline-block;
	font-family: var(--font-gothic);
}
.profile {
  margin: 0 0 2.25rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid var(--line);
}

.profile:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.profile .role {
  margin: 0 0 0.35rem;
}

.profile h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.profile .born {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.profile p {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  line-height: 1.95;
}

.profile h4 {
  margin: 1.25rem 0 0.7rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--accent);
}

body .lity {
	background: var(--bg-lity);
}
body .lity-content::after {
  box-shadow: 0 0 3rem rgba(0,0,0,0.6);
}

.staff {
  margin: 0;
  text-align: center;
}

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

.staff li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.staff .staff-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 17em);
  margin-inline: auto;
  font-size: 1.05rem;
}
.staff-main li {
  width: 100%;
  padding: .65rem 0.5rem;
/*   border-top: 1px solid var(--line); */
}
	.staff li.space { padding-bottom: 2.5rem;}
	.staff li.last { padding-top: 2.5rem;}
.staff-main li:first-child { border-top: none;}
.staff .k {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}
.staff .n { line-height: 1.15;}
.staff .n em {
	margin-top: .2em;
/* 	font-size: 1.1em; */
	font-style: normal;
}
.staff .n small { display: inline-block;}

.staff-main li:first-child .n { font-size: 1.24em;}


.schedule .addr {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.865rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.75rem;
  width: min(100%, var(--kv-max));
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  --schedule-h: calc(min(100vw - 3.5rem, var(--kv-max)) * 16.61 / 227.15);
}

.schedule li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.schedule img {
  display: block;
  width: auto;
  height: var(--schedule-h);
  max-width: none;
}

.sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem 2.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  text-decoration: none;
  opacity: 0.85;
  transition: opacity .3s ease-in;
}

.sns img {
  display: block;
  width: auto;
  height: 1.7rem;
  max-width: none;
  filter: brightness(0) invert(1);

}
.sns .x img { height: 1.4rem;}
.sns.sns-foot .x img { height: 1.6rem;}


.sns a:hover {
	opacity: 1;
	text-shadow : 1px 1px 0px rgba(0,0,0,0.5);
}

.site-foot {
  margin-top: 0;
  padding: 3.2rem 1.5rem 2.4rem;
  	background:linear-gradient(to bottom, #004171 0%, #004171 20%,#00264a 100%);
/*   background: #00264a; */
  text-align: center;
}

.site-foot .inquiry,
.site-foot .sns,
.site-foot .foot {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}
.sec_credit {
	margin-bottom: 0;
	width: 100vw !important;

}
.credit {
  margin: 3rem auto 0;
  padding-bottom: 5rem ;
  max-width: 600px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.9;
  text-align: center;
/*   border-top: 1px solid rgba(197, 214, 232, 0.3); */
  
}

/* お問い合わせ */
.inquiry {
  margin: 0 auto 7rem;
  padding: 2em 2em;
  max-width: 500px;
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.inquiry a {
  display: inline-block;
  color: var(--ink);
  font-size: 1.45rem;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.inquiry .hours {
  display: inline-block;
  margin-left: 0.35em;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}


.sns-foot {
  margin: 2rem auto 0;
  gap: 1.6rem;
}
.sns-foot a { gap: 0;}
.sns-foot a img {
	opacity: 0.7;
	transition: opacity .3s ease-in;
}
.sns-foot a:hover img {opacity: 1;} 

/* コピーライト */
.foot {
  margin: 1rem auto 0;
  padding-top: 1.1rem;
/*   border-top: 1px solid rgba(197, 214, 232, 0.18); */
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.lity {
  background: rgba(6, 18, 36, 0.78);
}

.lity-close {
  display: none;
}

.lity-container,
.lity-content {
  overflow: visible;
}

.lity-content:after {
  box-shadow: none;
}

.comment_wrap {
  position: relative;
  margin: auto;
  width: min(91vw, 46rem);
}

.comment_area {
  position: relative;
  margin: 0;
  padding: 2.4rem 1.4rem 2.2rem;
  width: 100%;
  max-height: calc(85vh - 1.8rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #16385c;
  text-align: left;
  background: #fff;
}

.comment-close-bottom {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
/*   overflow: hidden; */
  background: var(--bg);
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  transform: translate(-50%, 50%);
  box-shadow : 0px 5px 15px 0px rgba(0,0,0,0.4);/* 	横位置　縦位置　ぼかし　広がり　色 */
  
  cursor: pointer;
}

.comment-close-bottom::after {
  content: "";
  position: absolute;
  inset: 15%;
  background: #fff;
  -webkit-mask: url("../images/icon-close.svg") center / contain no-repeat;
  mask: url("../images/icon-close.svg") center / contain no-repeat;
}

.comment-top {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin: 0 0 1.35rem;
}

.comment-ph {
  margin: 0 auto;
  width: min(100%, 330px);
}

.comment-ph img {
  display: block;
  width: 100%;
  height: auto;
}

.comment-main .role {
  margin: 0;
  color: var(--color-visual-blue);
  font-size: 1rem;
  opacity: 0.8;
}
.comment-main .role small { font-size: .75em;}

.comment-main h3 {
  margin: 0 0 1.35rem;
  font-size: 1.8rem;
  font-family: var(--font-mincho);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #164575;
}
.comment-main h3 small {
	font-size: 0.5em;
	letter-spacing: 0.06em;
}
.comment-body p {
  margin: 0 ;
	font-feature-settings: "pkna"; 
	text-align: justify;
	text-justify: inter-ideograph;/* 日本語向け */
	word-wrap: break-word;
	text-align-last: left;
	letter-spacing: .086em;
  color: var(--color-visual-blue);
  font-size: 1.25rem;
  font-family: var(--font-mincho);
  font-weight: 600;
  line-height: 1.65;

}

.comment-body p:last-child { margin-bottom: 0;}
.comment-body .squeeze { letter-spacing: 0.035em;}

.profile-box {
  margin: 0;
  padding: 1rem;
  border: 1px dashed var(--bg);
}

/*
.profile-box .born {
  margin: 0 0 0.36rem;
  color: #5a7390;
  font-size: 0.75rem;
}
*/

.profile-box p {
  margin: 0;
	font-feature-settings: "pkna"; 
	text-align: justify;
	text-justify: inter-ideograph;/* 日本語向け */
	word-wrap: break-word;
	text-align-last: left;
	letter-spacing: .06em;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #3d556e;
}

@media (min-width: 700px) {
  .comment_wrap {
    width: min(92vw, 58rem);
  }

  .comment_area {
    width: 100%;
    padding: 2.2rem 2.2rem 2.4rem;
  }

  .comment-top {
    display: block;
  }

  .comment-top::after {
    content: "";
    display: table;
    clear: both;
  }

  .comment-ph {
    float: left;
    margin: 0 1.5rem 1rem 0;
    width: 17.5rem;
  }

  .comment-main { margin-left: 0;}
  .comment-body p {
  font-size: 1rem;

}

/*   .comment-body p { font-size: 1.08rem;} */
}

@media (min-width: 900px) {
	.staff .staff-main {
		align-items: flex-start;
	  width: min(100%, 33em);
	  text-align: left;
  }
	.staff li {
		flex-direction: row;
		padding: .25rem 0.5rem;
	}
	.staff li.space { padding-bottom: 2rem;}
	.staff li.last { padding-top: 2rem;}

	.staff .k {
		display: block;
		margin-right: 2em;
		width: 20em;
		text-align: right;
	}
	.staff .n { line-height: 1.45;}
	.staff .n em {
		font-feature-settings: "palt";
	}
  .cast {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
    align-items: start;
  }

  .cast li {
    width: auto;
    max-width: none;
    grid-column: span 6;
    padding-bottom: 1.2em;
  }

  .cast li:nth-child(5) { grid-column: 4 / span 6;}
  .cast li:nth-child(6) { grid-column: 10 / span 6;}
  .cast li:nth-child(7) { grid-column: 16 / span 6;}

  .cast li:nth-child(8) {
    grid-column: 6 / span 6;
  }

  .cast li:nth-child(9) {
    grid-column: 14 / span 6;
  }
}

/* 導入フェード（JS が html.has-intro を付ける） */
.has-intro .kv img,
.has-intro .logo,
.has-intro .catch,
.has-intro .lead,
.has-intro .schedule li,
.has-intro .sns:not(.sns-foot) li,
.has-intro .cast li {
  opacity: 0;
}

.has-intro .logo,
.has-intro .sns:not(.sns-foot) li,
.has-intro .cast li {
  transform: translateY(0.55em);
}

.has-intro .ex-logo img {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}

.has-intro .ex-logo.is-in img {
  animation: ex-fade-up 1.8s cubic-bezier(0.33, 0, 0.2, 1) both;
}

@keyframes ex-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.has-intro .kv img {
  transition: opacity 1.8s ease;
}

.has-intro .logo {
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.has-intro .schedule li {
  transition: opacity 0.9s ease;
}

.has-intro .catch,
.has-intro .lead {
  transition: opacity 2s ease;
}

.has-intro .sns:not(.sns-foot) li {
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.has-intro .cast li {
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.has-intro .kv.is-shown img,
.has-intro .logo.is-in,
.has-intro .catch.is-in,
.has-intro .lead.is-in,
.has-intro .schedule li.is-in,
.has-intro .sns:not(.sns-foot) li.is-in,
.has-intro .cast li.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .has-intro .ex-logo,
  .has-intro .ex-logo img,
  .has-intro .kv img,
  .has-intro .logo,
  .has-intro .catch,
  .has-intro .lead,
  .has-intro .schedule li,
  .has-intro .sns:not(.sns-foot) li,
  .has-intro .cast li {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}
