@charset "utf-8";
/*-------------カスタムプロパティ------------*/
:root {
--color-light_purple: #eeeeff;
--color-purple: #ada1e6;
--color-dark_purple: #6f61b4;
--color-light_blue: #698ccb;
--color-light_blue2: #aebbda;
--color-blue: #3357aa;
--color-dark_blue: #2e3c5e;
--color-black: #050e25;
--font-zkgm: "zen-kaku-gothic-antique-medi", sans-serif;
--textShadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
}
/*-------------------------*/
/*Reset*/
html{margin:0; padding:0; border:0; overflow-y:scroll;}
*{border:0; box-sizing: border-box; margin:0; padding:0;}
body{line-height:1; -webkit-text-size-adjust:100%; width:100%;}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav,small{
border:none;margin:0; padding:0; font-size:100%;font-weight:normal; background:transparent;vertical-align:baseline;}
img{vertical-align:top;}
ol, ul{list-style:none; list-style-type:none;}
a:link{color:black; text-decoration:none;}
a:visited{color:black; text-decoration:none;}
a:hover{color:#f00; text-decoration:none;}
small { font-size: 75%;}
.onlyPc{display: block;}
.onlySp{display: none;}
/*-------------スクリーンリーダー専用（非表示）------------*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
}
.A-OTFShinGo_L{
font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
}
.SicSquareM{
font-family: sicsquare, sans-serif;
font-weight: 500;
font-style: normal;
}
.ZenKakuGothicAntique_M{
font-family: "zen-kaku-gothic-antique-medi", sans-serif;
font-weight: 500;
font-style: normal;
}
.FOT-TsukuBRdGothicR{
font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
.FOT-TsukuBRdGothicB{
font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}
.BIZ_UDPGothic_R{
font-family: "biz-udpgothic", sans-serif;
font-weight: 400;
font-style: normal;
}
.Kosugi_R{
font-family: "kosugi", sans-serif;
font-weight: 400;
font-style: normal;
}
.c_red{
color: #cb2a3d;
}
/*-------------------------*/

#wrapper{
background-color: white;
background-repeat: no-repeat;
background-image: url(../img/bg01.webp),url(../img/bg03.webp);
background-position: top left, bottom right;
background-size: auto, auto;
font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}
/*-------------------------*/
#sns_button_pc{margin: 0 auto;padding: 10px 0 50px; min-height: 50px;width: 120px;}
#sns_button_pc img{height: 50px;width: 50px;margin: 0 5px;}

/*-- header -----------------------*/
#header{min-height: 94px;}

/*パンくずリスト----------------------------------*/
nav.panlist{
background-color: var(--color-blue);
color: white;
overflow: auto;
padding: 4px 0;
width: 100%;
}
nav.panlist strong{
font-weight:normal;
}
nav.panlist ol {
color: white;
display: flex;
font-size: min(0.7em,2.4vw);
list-style: none;
line-height:1.5;
margin: 0 auto;
padding: 0;
white-space: nowrap;
max-width: 1270px;
width: 98%;
}
nav.panlist li + li::before {
color: white;
content: ">";
margin: 0 0.5em;
}
nav.panlist a{
color: white!important;
}

/* #title -------------------------  */
#title{
background: white url(../img/bg_title_main.webp) no-repeat center / cover;
}
#title .inbox{
display: block;
margin: 0 auto;
width: 1300px;
}
#title .inbox .kv{
width: 100%;
}
#title .inbox .kv img{
height: auto;
width: 100%;
}
#title .inbox .info {
text-align: center;
padding: 2em 0; 
width: 100%;
}
#title .logo{
text-shadow: var(--textShadow);
}
#title .logo img{
aspect-ratio: 400 / 180;
height: auto;
filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 7px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 7px rgba(255, 255, 255, 1));
margin: 0 auto 4%;
max-width: 540px;
width: 100%;
}
.oa-datetime{
align-items: center;
width: 100%;
}
.oa-datetime .date{
font-size: min(2.4em, 5.5vw);
font-family: sicsquare, sans-serif;
font-weight: 600;
letter-spacing: -0.05em;
line-height: 1.4;
margin: 0;
text-align: center;
text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #c5a9ff, 0 0 30px #4a3f9e;
}
.oa-datetime .date span{
color: var(--color-blue);
font-size: 150%;
display: inline-block;
min-width: 1em;
text-align: center;
}

/* Streaming ------------ */
#streaming{
background: transparent;
box-shadow: none;
display: flex;
gap: min(4vw, 1.2em);
margin: 3% auto 0;
max-width: min(75vw, 540px);
}
#streamingPg {
background: transparent;
box-shadow: none;
display: flex;
gap: min(4vw, 1.2em);
margin: 2% auto 0;
max-width: min(75vw, 540px);
}
#streaming img,
#streamingPg  img{
height: auto;
width: 100%;
}
#streaming a:hover,
#streamingPg a:hover{
opacity: 0.6;
}

#menu {
background: linear-gradient(135deg, rgb(105, 140, 203) 0%, rgb(105, 140, 203) 40%, rgb(30, 58, 141) 60%, rgb(30, 58, 141) 100%);
display: flex;
justify-content: center;
padding: 1.5em 0;
}
#menu a,
#menu .cs{
align-items:center;
box-sizing:border-box;
color:#fff;
display:flex;
flex-direction:column;
justify-content:flex-start;
height:100%;
padding: 10px 0 0;
position:relative;
text-decoration:none;
user-select: none;
min-width:90px;
}
#menu .cs p {
background-color: rgb(6 31 60 / 80%);
border-radius: 4px;
filter: hue-rotate(15deg);
padding: 2em 0;
position: absolute;
top: 50%;
left: 50%;
text-align: center;
transform: translate(-50%, -50%);
user-select: none;
width: 80%;
}
#menu a:hover{
opacity: 0.6;
}
/* 下線 */
#menu a:hover::after{
background:#fff;
transform:scaleX(1.08);
}
#menu ul{
align-items: stretch;
display: flex;
flex-wrap: wrap;
gap: 1%;
list-style: none;
justify-content: center;
margin: 0;
padding: 0;
width: 1300px;
}
#menu li {
flex: 1;
}
#menu li.double a{
padding-top:0;
}
#menu li:nth-child(4) [lang="ja"]{
font-size:1.5rem;
}
#menu li:nth-child(6) [lang="ja"]{
font-size:1.45rem;
}
/* 日本語 */
#menu [lang="ja"]{
display:flex;
align-items:center;
justify-content:center;
font-size: min(1.7em, 3.5vw);
font-weight:500;
letter-spacing:.04em;
line-height:1.25;
text-align:center;
}
/* 英語 */
#menu [lang="en"]{
font-size: 0.95rem;
line-height: 1;
margin-top: 0.3em;
opacity: 0.9;
/*padding: 0.6em 1.5em 0;*/
padding: 0.6em min(1.5em, 2.5vw) 0;
position: relative;
}
/* 日本語と英語の間のライン */
#menu [lang="en"]::before{
background:rgba(255,255,255,.45);
content:"";
position:absolute;
top:0;
left:50%;
height:2px;
transform:translateX(-50%);
width:100%;
}
#menu a:hover [lang="en"]::before{
background:#fff;
}
/* comingsoon */
/*#menu img {
filter: hue-rotate(15deg);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
width: 80%;
}*/


/*
.catch_set {
color: white;
font-size: min(2.5em, 4.5vw);
font-family: sicsquare, sans-serif;
line-height: 1;
padding: 0 0 0.3em;
text-shadow: 0 0 2px black, 0 0 2px black;
user-select: none;
}
.catch_set {
background: linear-gradient(-45deg, #698ccb 25%, #1e3a8d 25.1%, #1e3a8d 50%, #698ccb 50.1%, #698ccb 75%, #1e3a8d 75.1%, #1e3a8d 100%);
background-size: 4px 4px;
-webkit-background-clip: text; background-clip: text;
display: inline-block;
font-size: min(2.5em, 4.5vw);
font-family: sicsquare, sans-serif;
line-height: 1;
-webkit-text-fill-color: transparent;
position: relative;
user-select: none;
z-index: 1;
}
.catch_set::before {
content: attr(data-text);
inset: 0;
position: absolute;
transform: translate(-8px, -8px);
-webkit-text-fill-color: #ffffff;
text-shadow: 0 0 5px black, 0 0 5px black;
z-index: -1;
}
*/
.catch_set {
align-items: center;
display: flex;
flex-wrap: wrap;
font-family: sicsquare, sans-serif;
font-size: min(2.5em, 5.0vw);
gap: .25em;
line-height: 1;
margin: 0 auto;
user-select: none;
}
.catch_set [data-text] {
background:linear-gradient(-45deg,	#698ccb 25%,#1e3a8d 25.1%,#1e3a8d 50%,#698ccb 50.1%,#698ccb 75%,#1e3a8d 75.1%,#1e3a8d 100%);
background-size: 4px 4px;
-webkit-background-clip: text; background-clip: text;
display: inline-block;
margin-inline: auto;
-webkit-text-fill-color: transparent;
position: relative;
width: fit-content;
z-index: 1;
}
.catch_set [data-text]::before {
content: attr(data-text);
inset: 0;
position: absolute;
transform: translate(-6px,-6px);
-webkit-text-fill-color: white;
text-shadow:0 0 4px #000,0 0 4px #000;
z-index: -1;
}
.catch_set > :nth-child(1) {/* span */
}
.catch_set > :nth-child(2) {/* small */
margin: 0.5em -0.5em 0;
font-size: 65%;
}
/*.catch_set > :nth-child(2)::before {
-webkit-text-fill-color: #25cbee !important;
}*/
.catch_set > :nth-child(3) {/* span_× */
}
.catch_set > :nth-child(4) {/* span */
}
.catch_set > :nth-child(5) {/* span */
margin: 0 -0.8em 0 0.4em;
}
.catch_set > :nth-child(5)::before {
-webkit-text-fill-color: #ffffbd !important;
}
/* -------------------------------------  */

#area-banner{
margin: 0 auto min(10vw, 4em);
max-width: 1000px;
width: 80%;
}
#area-banner ul{
display: flex;
flex-wrap: wrap;
}
#area-banner ul li{
/*margin: 0 1% 1em;*//* 複数の時  */
margin: 0 auto;
width: 48%;
}
#area-banner ul li a{
width: 100%;
}
#area-banner ul li a:hover{
opacity: 0.6;
}
#area-banner ul li a img{
height: auto;
width: 100%;
}
/* 複数の場合 */
/*
#area-banner ul{
display: flex;
flex-wrap: wrap;
}
*/

/*-- SNS ----------------------*/
#area-sns .sns-menu ul {
display: flex;
flex-wrap: wrap;
gap: 1em;
justify-content: center;
margin: 1em;
}
#area-sns .sns-icon {
aspect-ratio: 1 / 1;
display: grid;
flex: 0 0 auto;
place-items: center;
width: 1.5em;
}
#area-sns .sns-icon img {
height: auto;
object-fit: contain;
width: 100%;
}
#area-sns .sns-text {
color: white;
font-weight: normal;
font-size: 1em;
margin: 0.5em 0.3em;
text-shadow: none;
white-space: nowrap;
}
#area-sns .sns-x {
background: black;
border: 1px solid rgba(255,255,255,0.6);
color: white !important;
}
#area-sns .sns-instagram {
background: linear-gradient(135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
}
#area-sns .sns-tiktok {
background: linear-gradient(180deg, #ff1a6e, #ff1a6e, #ff1a6e, #41dad5, #41dad5, #41dad5) border-box;
padding: min(2vw, 0.3em);
}
#area-sns .sns-tiktok .sns-text {
color: #333;
}
#area-sns .sns-in {
align-items: center;
background: #fff;
border-radius: 3em;
display: flex;
height: 2em;
padding: min(5vw, 1.5em) min(3vw, 0.75em);
}
#area-sns .btn_tweet {
background: linear-gradient(135deg, rgb(232 239 251) 0%, rgb(198 210 247) 100%);
border: solid min(2vw, 0.15em) var(--color-blue);
color: var(--color-dark_blue);
font-size: min(4vw, 1.2em);
font-family: sicsquare, sans-serif;
line-height: min(6vw, 1.5em);
padding: 0.5em 1.5em 0.5em 1.2em;
text-shadow: var(--textShadow);
user-select: none;
}
#area-sns .btn_tweet strong {
color: var(--color-blue);
font-weight: bold;
font-size: 120%;
margin: 0 0.25em;
}
.sns-btn:hover,
#area-sns .btn_tweet:hover {
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
transform: translateY(-3px);
}
#area-sns .btn_tweet:hover{
color: var(--color-blue);
background: rgba(255, 255, 255, 1);
border-color: var(--color-blue);
}
/* hoverうにょにょ  */
.onClr {
overflow: hidden;
position: relative;
transition-duration: .4s;
z-index: 2;
}
.onClr::after {
background: #cfdff9;
border-radius: 50%;
content: "";
display: block;
margin: auto;
opacity: 0;
pointer-events: none;
position: absolute;
top: 50%;
left: 0;
right: 0;
width: 100%;
padding-top: 100%;
height: 0;
z-index: -1;
transform: translateY(-50%) scale(0.1);
transition: opacity .5s, transform 0s;
transition-delay: 0s, .4s;
}
.onClr:hover {
color: white;
}
.onClr:hover::after {
opacity: 1;
transform: translateY(-50%) scale(1.1);
transition-delay: 0s;
transition: opacity .8s, transform .6s ease-in-out;
}

/* SNS ------------------ */
.sns-menu {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 0.5em;
justify-content: center;
padding: 1.5em 0 0 0;
}
.sns-menu ul {
display: flex;
flex-wrap: wrap;
gap: 1em;
justify-content: center;
margin: 1em;
}
.sns-btn {
align-items: center;
display: flex;
border-radius: 3em;
color: white;
height: 3.5em;
font-weight: 600;
gap: 0.75em;
line-height: 1;
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .9);
outline-offset: -2px;
padding: 0.5em 1em;
text-decoration: none;
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sns-icon {
aspect-ratio: 1 / 1;
display: grid;
flex: 0 0 auto;
place-items: center;
}
.sns-icon img {
height: auto;
object-fit: contain;
width: 100%;
}
.sns-text {
color: white;
font-weight: normal;
font-size: 1em;
margin: 0.5em 0.3em;
text-shadow: none;
white-space: nowrap;
}

/*-- Contents all ----------------------*/
.contents {
font-size: min(1.2em, 3.5vw);
line-height: min(2em, 8vw);
margin: 0 min(4.5em, 3vw) min(5em, 4vw);
text-align: center;
}
.area-box {
background: rgba(255, 255, 255, 0.7);
/*box-shadow: 0px 0px 15px 0px rgba(7, 77, 227, 0.4);*/
box-shadow: 0px 0px 15px 0px rgb(151 151 151 / 40%);
display: flow-root;
font-family: "kosugi", sans-serif;
margin: min(10vw, 5em) auto;
opacity: 0;
padding: 3% 0 5%;
transform: translateY(30px);
transition: opacity 1s ease, transform 1s ease;
max-width: 1400px;
width: 80%;
}
/* 画面内に表示されたら */
.area-box.is-show {
opacity: 1;
transform: translateY(0);
}
.area-box > h2 {
align-items: center;
aspect-ratio: 5 / 1;
color: var(--color-black);
/*font-family: var(--font-zkgm);*/
/*font-family: "kosugi", sans-serif;*/
font-family: fot-tsukubrdgothic-std, sans-serif;
display: flex;
max-width: min(70vw, 500px);
margin: 1em auto;
justify-content: center;
padding: 0 0 2%;
text-align: center;
text-shadow: 0 0 5px rgb(255 255 255), 0 0 5px rgb(255 255 255), 0 0 5px rgb(255 255 255);
}
.area-box > h2 span {
display: inline-block;
font-size: min(4em, 10vw);
font-weight: 400;
line-height: 1;
letter-spacing: 0.03em;
position: relative;
user-select: none;
z-index: 1;
}

#movie {
text-align: center;
margin: 0 auto;
padding: 0;
 max-width: 1200px; 
}
iframe {
aspect-ratio: 16 / 9;
height: auto;
width: 100%;
}

/* 下の帯 -------------------------------- */
.heading {
background: url(../img/line.svg) no-repeat center bottom ;
font-family: var(--font-zkgm);
margin: 0;
padding-top: 0.2em;
position: relative;
text-align: center;
}
/*
.heading::after {
background: linear-gradient(to right,#eeeeff 0%,#d4cbff 100%);
content: "";
height: 1.5em;
position: absolute;
left: 50%;
bottom: -0.15em;
transform: translateX(-50%);
width: 100%;
z-index: 0;
}
*/
.heading [lang="en"] {
color: #3b220b;
display: inline-block;
font-size: clamp(2.5rem, 6vw, 4.3rem);
font-weight: 400;
line-height: 1;
/*letter-spacing: 0.03em;*/
letter-spacing: 0.01em;
position: relative;
z-index: 1;
}
.heading [lang="ja"] {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
}

/* intro ------------------------------------------------ */
.intro-visual {
margin: 3% auto 0;
}
.intro-visual img {
height: auto;
max-width: 540px;
width: 100%;
}
.intro-head {
color: var(--color-blue);
font-family: "fot-tsukubrdgothic-std", sans-serif;
font-size: 120% !important;
line-height: 2.0;
padding: 0;
text-align: center;
}
.intro-text{
color: var(--color-dark_blue);
line-height: 2.0;
line-break: strict;
margin: 5% auto 10%;
overflow-wrap: break-word;
text-wrap: balance;
text-align: left;
width: 80%;
word-break: keep-all;
}
.intro-head:after {
content: "◆";
display: block;
text-align: center;
margin: 2% 0 0;
}
.intro-text p {
display: block;
font-size: min(0.9em, 4vw);
margin: 0 0 3%;
}
.intro-text .blockE:after {
color: var(--color-blue);
content: "◆";
display: block;
text-align: center;
margin: 2% 0 0;
}
.intro-text span{
font-weight: bold;
padding: 1% 2%;
}
.intro-text .c01{
background: #9eeeff;
margin: 0 1% 0 0;
padding: 0.7% 0.5% 1% 1.6%;
}
.intro-text .c02{
background: #ffd3a6;
letter-spacing: 0.1em;
margin: 0 1%;
padding: min(0.7%, 1vw) min(1.4%, 1vw) min(1%, 1vw) min(1.8%, 1vw);
}
.intro-text .b01 {
background: url(../img/bg_howa01.png) no-repeat center / 100% 90%;
}
.intro-text .b02{
background: url(../img/bg_howa02.png) no-repeat center / 100% 90%;
}
.intro-text .b03 {
background: url(../img/bg_howa03.png) no-repeat center / 100% 90%;
margin: 0 -2% 0 0;
padding: 1% 3%;
}

/* story -----------------------------------------------------  */
#area-story{}
#area-story h3 {
align-items: center;
color: #333;
display: flex;
font-size: min(1.2em, 4.0vw);
font-weight: bold;
gap: 20px;
margin: 0.5em auto 1.0em;
justify-content: center;
}
#area-story h3 .num{
background: var(--color-blue);
border-radius: 0.5em;
color: #fff;
display: inline-block;
line-height: 1;
padding: 0.5em;
}
#area-story h3 .date{
white-space: nowrap;
}
#area-story .text{
color: #333;
line-height: 1.9;
margin: 0 auto 1em;
text-align: left;
width: 95%;
}
.storyimg{}
.storyimg ul {
display: flex;
gap: 3%;
margin: 5em auto 0;
width: 95%;
}
.storyimg ul li{
width: 24%;
}
.storyimg ul li a:hover{
opacity: 0.6;
}
.storyimg ul li img{
box-shadow: 0px 0px 15px 0px rgb(151 151 151 / 40%);
height: auto;
width: 100%;
}
.episode {
padding: 3em 0 0;
}
/* タイトル */
.episode h4 {
color: #3b220b;
font-family: fot-tsukubrdgothic-std, sans-serif;
font-size: min(1.5em, 4.0vw);
font-weight: normal;
line-height: 1;
margin: 0 0 40px;
position: relative;
}
.episode h4 span[lang="ja"] {
display: none;
}
/* 左右のライン */
.episode h4::before,
.episode h4::after {
content: "";
position: absolute;
top: 50%;
width: 190px;
height: 3px;
background: #d7cdf6;
transform: translateY(-50%);
}
.episode h4::before {
right: calc(50% + 170px);
}
.episode h4::after {
left: calc(50% + 170px);
}
@media (max-width: 767px) {
	.storyimg ul {
    flex-wrap: wrap;
	}
	.storyimg ul li {
	margin: 0 auto 1.5em;
    width: 48%;
	}
    .episode h4::before,
    .episode h4::after {
        width: 60px;
    }
    .episode h4::before {
        right: calc(50% + 80px);
    }
    .episode h4::after {
        left: calc(50% + 80px);
    }
}
/* リスト */
.episode ol {
display: flex;
justify-content: center;
gap: 16px;
margin: 0;
padding: 0;
list-style: none;
}
.episode li a {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
aspect-ratio: 1;
border-radius: 50%;
background: #35297d;
color: #fff;
text-decoration: none;
font-size: 24px;
font-family: fot-tsukubrdgothic-std, sans-serif;
transition: opacity .2s;
user-select: none;
}
.episode li a:hover {
opacity: .8;
}
.episode li:nth-child(1) a { background:#24186a; }
.episode li:nth-child(2) a { background:#2e2274; }
.episode li:nth-child(3) a { background:#382c7e; }
.episode li:nth-child(4) a { background:#43368a; }
.episode li:nth-child(5) a { background:#4d4195; }
.episode li:nth-child(6) a { background:#5a4ea0; }
.episode li:nth-child(7) a { background:#6559aa; }
.episode li:nth-child(8) a { background:#7165b5; }
@media (max-width: 767px) {
    .episode ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 360px;
    margin: 0 auto;
    }
    .episode li a {
    max-width: 70px;
    margin: 0 auto;
    width: 100%;
    }
}

/* news ------------------------------------------------ */
.kijidate {
background-color: var(--color-light_purple);
color: var(--color-dark_blue);
font-family: fot-tsukubrdgothic-std, sans-serif;
font-size: min(1.2em, 4.0vw);
font-weight: bold;
padding: min(1.5vw, 0.3em) min(2vw, 0.5em);
}
.kijitit h3 {
font-size: min(4vw, 1.2em);
line-height: 1.2;
margin: min(3vw, 1em) 0;
}
.newsimg{
margin: 0 auto 1em;
width: 100%;
}
.newsimg img{
height: auto;
width: 100%;
}
.kijitext {
text-align: left;
}
.kijitext a{
color: var(--color-dark_blue);
text-decoration: underline;
}
.btnMore {
align-items: center;
background: var(--color-dark_purple);
border-radius: 2em;
color: #fff !important;
display: inline-flex;
font-weight: bold;
justify-content: center;
gap: min(2vw, 0.5em);
margin: 3em auto 0;
padding: min(3vw, 1em);
position: relative;
text-decoration: none;
max-width: 280px;
width: 65%;
}
.btnMore a:hover{
opacity: 0.6;
}
.btnMore::after {
content: "▼";
line-height: 1;
transform: rotate(-90deg);
transition: 0.2s;
}

#newsBox{}
.news_article_wrapp {
margin: 2em auto 0;
}
.news_article_wrapp article {
background: white;
border: min(1vw, 0.01em) solid rgb(18 29 96 / 50%);
margin: 0 auto 2em;
}
#newsBox article a:hover{
color: black;
opacity: 0.6;
}
#newsBox article a{
}
.news_in_wrapp {
display: flex;
font-size: min(3vw, 0.85em);
gap: min(2.5vw, 0.8em);
padding: min(3vw, 1em);
}
.news_img {
flex-shrink: 0;
width: 40%;
}
.news_img img {
height: auto;
width: 100%;
}
.news_text {
margin: 0;
line-height: 1.2;
text-align: left;
width: 100%;
}
.news_text span {
background-color: var(--color-light_purple);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 1.5em;
border-bottom-left-radius: 0;
color: var(--color-dark_blue);
display: block;
font-weight: bold;
font-size: min(1.2em, 4.0vw);
margin-bottom: 0.5em;
padding: 0.5em 0.5em;
text-align: left;
}

/*-- schedule ------------------------------------------------ */
.broadcast {
margin-top: 2em;
}
/* 定義リスト全体 */
.broadcast-list {
display: grid;
grid-template-columns: 1.6fr 1.2fr 1.2fr;
row-gap: 0.8em;
margin: 0 auto;
max-width: 800px;
}
/* 1行分 */
.broadcast-item {
align-items: center;
display: grid;
grid-template-columns: 1.6fr 1.2fr 1.2fr;
gap: 0.5em 1em;
padding: 0.8em 0;
}
/* dt / dd のデフォルトを解除 */
.broadcast-item dt,
.broadcast-item dd {
margin: 0;
}
.broadcast-list dt {
background: var(--color-light_purple);
border-radius: 10px;
font-weight: bold;
}
.broadcast-list dt,
.broadcast-list dd {
align-items: flex-start;
line-height: min(6vw, 1.2em);
margin: 0;
padding: min(5vw, 0.5em);
}
.cast-list dt:nth-of-type(2),
.cast-list dd:nth-of-type(2) {
margin-bottom: 1.0em;
}

/* 左：放送局 */
.broadcast-item dt {
font-weight: bold;
}
/* 中：開始日・曜日 */
.broadcast-item .start {
font-weight: 500;
text-align: center;
}
/* 右：時間 */
.broadcast-item .time {
font-weight: 500;
text-align: right;
white-space: nowrap;
}
/* 注意書き */
.caution {
display: block;
font-size: 0.75em;
font-weight: normal;
margin-top: 0.2em;
}
/* 区切り線の下の文 */
.broadcast-note {
border-top: 1px dashed var(--color-brown);
font-size: 0.9em;
margin: 1.5em 0;
padding-top: 1em;
text-align: center !important;
}
/* 注釈 */
.sup {
font-size: 0.75em;
margin-bottom: min(5vw, 1.6em) !important;
opacity: 0.8;
text-align: center !important;
}
@media (max-width: 1200px) {/* SP */
	.kijitit h3 {
	text-align: left;
	}
	.broadcast-list {
	grid-template-columns: unset;
	row-gap: 0;
	/*grid-template-columns: 1.1fr 1.5fr 1.2fr;*/
	}
}

/*-- cast ------------------------------------------------ */
.cast-body {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: min(3vw, 2em) auto min(5vw, 4em);
width: 90%;
}
.cast-box {
box-sizing: border-box;
margin: 0 auto;
padding: 0 5%;
width: 60%;
}
.cast-title {
font-size: 1.2em;
text-align: left;
}
.cast-title .actor {
color: var(--color-dark_blue);
font-size: min(0.9em, 4.0vw);
margin: 1% 0 0 1%;
}
.cast-title .actor::before{
content: "◆";
color: var(--color-black);
}
.cast-title .group {
font-size: min(3vw, 0.8em);
}
.cast-title ruby {
margin-right: 0.2em;
}
.cast-title .role{
background: linear-gradient(135deg, rgb(196, 205, 228) 60%, rgb(255, 255, 255) 100%);
color: var(--color-dark_blue);
padding: 0.2em 0.5em;
}
.cast-title .role span{
font-size: 80%;
margin: 0 0 0 1%;
}
.cast-comment {
line-height: 1.5;
padding: 2% 0 4%;
text-align: left;
width: 100%;
}
.cast-profile {
background: #e0e0e0;
font-size: min(0.85em, 3.0vw);
line-height: 1.5;
padding: 3% 3% 5%;
position: relative;
text-align: left;
}
.cast-profile::after{
content: "Profile";
color: white;
font-family: var(--font-zkgm);
font-weight: bold;
position: absolute;
right: 1%;
bottom: -6px;
user-select: none;
}
.cast-figure {
margin-bottom: 1em;
width: 40%;
}
.cast-figure img {
height: auto;
width: 80%;
}
.cast-figure .cast-thumb {
display: block;
position: relative;
width: 100%;
}
/* 未発表用（CSS四角） */
.cast-figure .cast-thumb.is-secret {
background: rgb(119 119 119 / 20%);
}
.cast-figure .cast-thumb.is-secret::after {
color: #fff;
content: "???";
inset: 0;
display: grid;
letter-spacing: 0.08em; /* 0省略なしルール適用 */
place-items: center;
position: absolute;
font-weight: bold;
}
/* 画像表示用 */
.cast-figure .cast-thumb.is-image {
background: transparent;
}
.cast-figure .cast-thumb.is-image {
object-fit: cover; /* imgのときだけ効く */
}

/* CAST&STAFF ------------------------------------- */
.cast-list {
align-items: end;
/*column-gap: 1.5em;*/
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 0.8em;
margin: 0;
}
.cast-list dt {
border-bottom: 2px solid #eae8ff;
font-weight: bold;
text-align: right;
}
.cast-list dd {
border-bottom: 2px solid #eae8ff;
margin: 0;
padding: 0 0 0 1.5em;
text-align: left;
}
.cast-list ruby {
font-weight: bold;
}
.cast-list rt {
color: #1e3d9d;
font-size: 0.6em;
letter-spacing: 0.1em;
margin: 0 0 0.1em;
/* opacity: 0.7;*/
}
.cast-separator{
grid-column: 1 / -1;   /* 2カラムをまたぐ */
font-size: 0.8em;
text-align: center;
}
/* ===== STAFF ===== */
.staff-list {
/*align-items: center;*/
/*column-gap: 1.5em;*/
display: grid;
grid-template-columns: 1.4fr 2.6fr;
row-gap: 0.8em;
margin: 0;
}
.staff-list dt {
border-bottom: 2px solid #eae8ff;
font-weight: bold;
text-align: right;
}
.staff-list dd {
border-bottom: 2px solid #eae8ff;
/* line-height: 1.2em; */
margin: 0;
padding: 0 0 0 1.5em;
text-align: left;
}
.staff-list dd small {
display: inline-block;
font-size: 0.8em;
line-height: 1em !important;
}
/* 共通微調整 */
.cast-group,
.staff-group {
font-size: min(1.2em, 4.0vw);
margin: 2em auto 0;
width: 75%;
}
@media (max-width: 1200px) {/* SP */
	.staff-list{
	font-size: 95%;
	grid-template-columns: unset;
	row-gap: 0.2em;
	}
	.staff-list dt {
	text-align: center;
	}
	.staff-list dd {
	border-bottom: unset;
	padding: 0 0 0.3em;
	text-align: center;
	}
	.cast-group, .staff-group {
	margin: 1em auto 0;
	width: 100%;
	}
}

/* Chart -------------------------------------------------- */
.img_chart {
max-width: min(80vw, 1000px);
width: auto;
}


/* MUSIC ------------------------------------------------------------------ */
.heading-line{
font-size: min(4vw, 1.5em);
font-weight: bold;
margin: 2em auto 1.5em;
position: relative;
text-align: center;
}
.heading_sub {
display: block;
/* margin-top: 0.2em; */
font-size: 60%;
letter-spacing: 0.1em;
}
.music-group{
margin: min(5vw, 2em) 0 min(10vw, 5em);
}
h4.song-title {
font-size: min(4vw, 1.2em);
margin-bottom: min(4vw, 1.2em);
}
h4.song-title .author,
h4.song-title .title {
width: fit-content;
}
h4.song-title .publisher {
font-size: 0.8em;
opacity: 0.9;
width: fit-content;
}
.cd-cover {
max-width: min(60vw, 30em);
margin: auto;
}
.cd-cover img{
height: auto;
width: 100%;
}
.author-message {
background: var(--color-light_purple);
border-radius: 10px;
box-sizing: border-box;
margin: 5% auto;
padding: 5%;
width: 90%;
}
@media (max-width: 767px) {
	.author-message {
	width: 100%;
	}
}
.message-music .message-body {
display: flex-wrap;
flex-wrap: nowrap;
}
.message-music .message-figure {
box-shadow: none;
max-width: min(60vw, 40em);
margin: auto;
}
.message-music .message-figure img{
height: auto;
width: 100%;
}
.message-music .message-title {
background: var(--color-dark_purple);
color: white;
border-radius: 5px;
font-size: min(4vw, 1.2em);
margin: 0 auto 1.5em;
max-width: 240px;
width: 50%;
}
.message-body .message-music {
font-size: min(3vw, 1em);
line-height: 1.5;
margin: 1.5em auto 0;
text-align: left;
width: 90%;
}
.message-music:before {
background-color: rgb(245 255 208 / 40%);
top: -8%;
bottom: -1%;
}
.message-music:after {
background-color: rgb(255 218 218 / 30%);
bottom: -3%;
top: -8%;
}
.author-text {
font-size: 0.9em;
line-height: 1.6em;
margin: 4em auto 0;
text-align: left;
word-break: auto-phrase;
}
.author-text h4 {
font-weight: bold;
font-size: min(4vw, 1.2em);
border-bottom: dashed 0.01em rgba(221, 208, 219, 80%);
padding-bottom: 0.25em;
margin-bottom: 0.5em;
}

/* .work ------------------------------------------- */
.work-body{
background: #aebbda;
border-radius: 10px;
box-sizing: border-box;
/*display: flex;*/
margin: 5% auto;
padding: 5%;
width: 90%;
}
.work-body h2::before {
content: "◆";
color: var(--color-black);
}
.work-body .work-cover img{
height: auto;
width: 100%;
}
.work-body .work-box{
line-height: 1.8;
margin: 2% auto 0;
/*width: 60%;*/
}
.work-title{
text-align: center;
padding: 0 5%;
}
.work-title .title{
font-size: min(1.2em, 4.0vw);
}
.work-title span{
display: block;
}
.work-detail {
font-size: 90%;
line-height: 1.5;
margin: 2% 0 0 auto;
text-align: left;
}
.author-message{
margin: 5% auto;
}
.message-content span {
display: block;
margin: 1em 0;
}
.message-text{
line-height: 1.5;
margin: 0 auto;
width: 80%;
}
.work-trial {
margin: 5% auto 0;
}
.work-trial a {
background: var(--color-dark_blue);
border-radius: 10px;
color: white;
display: block;
margin: 0 auto;
padding: 2%;
position: relative;
top: 0;
text-decoration: none;
transition: .2s ease-in-out;
user-select: none;
max-width: 540px;
width: 80%;
}
.work-trial a:hover{
background: var(--color-blue);
color: white;
top: 9px;
box-shadow: 0 0 #4c0f13;
}

/* event ------------------------------------ */
#area-event{}
#area-event h3{
background-color: var(--color-light_purple);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 1.5em;
border-bottom-left-radius: 0;
color: var(--color-dark_blue);
display: block;
font-weight: bold;
font-size: min(1.2em, 4.0vw);
margin-bottom: 0.5em;
padding: 0.5em 0.5em;
text-align: left;
}
#area-event .contents{
margin: 0 auto;
text-align: left;
width: 80%;
}
#area-event a {
color: var(--color-blue) !important;
text-decoration: underline;
}
#area-event .img{}
#area-event .img img{
height: auto;
width: 100%;
}
#area-event .text{}
#area-event dl {
background: var(--color-light_purple);
border-radius: 20px;
margin: min(5em, 5vw) auto 0;
width: max(80%, 340px);
padding: 8% 10% 2%;
width: 100%;
}
#area-event dl dt{
color: var(--color-dark_blue);
font-size: 135%;
}
#area-event dl dd{
line-height: 1.5;
margin: 0 0 4vw 2vw;
}

#area-event .attention{
margin: min(5em, 5vw) auto 0;
width: 100%;
}
#area-event .attention h3{
font-size: min(1.1em,4.0vw);
font-weight: 600;
line-height: 1;
margin: 0 auto 1.0em;
position: relative;
}
#area-event .attention ul{
margin: 0 auto 1.5rem;
width: 95%;
}
#area-event .attention ul li{
line-height: 1.4;
position: relative;
padding: 0 0 0.5em 1.2em;
}
#area-event .attention ul li::before {
position: absolute;
content: "・";/*※*/
height: 1em;
left: 0;
top: 0;
width: 1em;
}
#area-event .form{
display: block;
margin: 3em auto 0;
line-height: 1.5;
text-align: center;
width: 100%;
}
#area-event .form .linkBtnOut {
background: #bababa;
color: #3b3b3b;
border-radius: 2em;
display: inline-flex;
font-weight: bold;
justify-content: center;
gap: min(2vw, 0.5em);
margin: 1.5em auto 0;
padding: min(3vw, 1em);
position: relative;
text-decoration: none;
user-select: none;
/* max-width: 360px; */
width: 50%;
}
#area-event .form .linkBtn{
align-items: center;
background: var(--color-dark_purple);
border-radius: 2em;
color: #fff !important;
display: inline-flex;
font-weight: bold;
justify-content: center;
gap: min(2vw, 0.5em);
margin: 1.5em auto 0;
padding: min(3vw, 1em);
position: relative;
text-decoration: none;
user-select: none;
/*max-width: 280px;*/
width: 50%;
}
#area-event .form .linkBtn:hover{
opacity: 0.6;
}
#area-event .form .linkBtn::after {
content: "▼";
line-height: 1;
transform: rotate(-90deg);
transition: 0.2s;
}

/*-- Copyright  -------------------*/
.copyright{
color: var(--color-blue);
display: block;
font-size: min(1.1em, 3.5vw);
padding: 1% 0 2%;
text-align: center;
}

/*-- footer/PC  -------------------*/
footer{
margin-top: -20px !important;
}

/*-- 緊急テキスト ----------------------*/
#rp_textbox{
background: rgba(255,255,255,0.7);
border: #928484 solid 1px;
font-size: 0.9em;
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
#rp_textbox .pop_text{
background:#fff;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
border: #c9c9c9 solid 1px;
font-size:0.9em;
line-height:1.5em;
margin:0 auto;
padding:20px;
text-align:left;
max-width: 900px;
word-break: break-all;
width:75%;
}
#rp_textbox .pop_text .popup_title{
border-bottom: #999 dotted 1px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
margin:0 0 15px 0;
padding-bottom:5px;
text-align:center;
width:100%;
}
#rp_textbox .ema_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .ema_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}

.movie iframe {
aspect-ratio: 16 / 9;
border: none;
height: auto;
width: 100%;
}

/*-- google翻訳 ----------------------*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link{color:#fff !important;}

/*-- ローディング ----------------------*/
#loader {
align-items: center;
background: var(--color-light_blue2);
display: flex;
inset: 0;
justify-content: center;
position: fixed;
z-index: 9999;
}
.loader,.loader:before,
.loader:after {
-webkit-animation: load1 1s infinite ease-in-out;animation: load1 1s infinite ease-in-out;
background: var(--color-dark_blue);
height: 4em;
top: 50%;
width: 1em;
}
.loader {
-webkit-animation-delay: -0.16s;animation-delay: -0.16s;
color: var(--color-light_purple);
font-size: 11px;
margin: auto;
/*position: relative;*/
-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);
text-indent: -9999em;
}
.loader:before,.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,80%,100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
	}
	@keyframes load1 {
	0%,80%,100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
}
.lity {
background: rgb(69 72 102 / 90%);
}
/* 1600px↑ -------------------------------------------------- */
@media (max-width:1600px) {
	.lity-container {
	max-width: 80%;
	}
}
/* TAB  -------------------------------------------------- */
@media (max-width: 1200px) {
	.onlyPc{display: none;}
	.onlySp{display: block;}
	/*-- header -----------------------*/
	#header{min-height: 86px;}
	/*-- Pan_box ----------------------*/
	#pan_box{
	box-sizing: border-box;
	padding: 3px 2%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	}
	#pan_box .in{
	height: 24px;
	width: 520px;
	}
	#pan_box a{
	font-weight: normal;
	}

	#title .logo img{
	aspect-ratio: 4 / 1;
	height: auto;
	max-width: 540px;
	width: 100%;
	}
	#title .inbox{
	display: block;
	margin: 0 auto;
	width: 100%;
	}
	#title .inbox .kv {
	width: 100%;
	}
	#title .inbox .info {
	margin: 0 auto;
	padding: 6vw 0 0;
	max-width: 540px;
	width: 85%;
	}
	.oa-datetime .date{
	line-height: 1.2;
	}
	#streaming ,
	#streamingPg {
	padding: 0 0 8%;
	}
	#menu{
	display: block;
	padding: 1.0em 0 1.2em;
	}
	#menu ul {
/*	margin: 0 auto;
	gap: 5%;
    width: 95%;*/
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	gap: 2% 4%;
	width: 95%;
	}
	#menu ul li{
	/*flex: 0 0 30%;*/
	flex: none;
	margin: 0 0 0.8em;
	}
	#menu li:nth-child(4) [lang="ja"],
	#menu li:nth-child(6) [lang="ja"]{
	/*font-size: unset;*/
    font-size: min(1.9rem, 3.0vw);
	}
	#menu .cs p{
	font-size: 60%;
	padding: 4vw 0;
	}
	#menu [lang="en"]{
	font-size: 75%;
	text-align: center;
	width: 100%;
	}
/*
	.catch .catch_set{
	padding: 2% 0;
	}
	.catch_set::before{
	transform: translate(-1px, 5px);
	}
*/
	.area-box {
	width: 100%;
	}
	.intro-visual img {
	height: auto;
	width: 100%;
	}
	#movie {
	margin: 2em auto 0;
	}

	/*-- 緊急テキスト ----------------------*/
	#rp_textbox{
	margin: 10px auto;
	max-width:640px;
	width: 85%;
	}
	#rp_textbox .pop_text{}
	#rp_textbox .popup_title{
	margin-bottom:10px;
	}

	/*-- SNS -----------------------*/
    #sns_button_sp {
	padding: 0 0 10%;
	text-align: center;
	}
	#sns_button_sp .btn_sns{
	margin: 0 2px;
	}
	#sns_button_sp .btn_sns img{
	height: 50px; width: 50px;
	}
	#sns_button_pc{
	display: none;
	}

}
/* SP  -------------------------------------------------- */
@media (max-width: 640px) {
	/*-- header -----------------------*/
	#header{min-height: 60px;}

	.oa-datetime {
	min-height: 30vw;
	}
	.contents {
	margin: 0 auto;
    width: 80%;
	}
	#area-sns .btn_tweet{
	max-width: 540px;
	width: 100%;
	}
	.catch{
	padding: 1em 0 0.5em;
	}
	#area-banner{
	margin: min(6vw, 4em) auto;
	}
	#area-banner ul li{
	margin: 0.5em auto 0 ;
	width: 100%;
	}

	/* intro ------------ */
	.intro-text{
	line-height: 1.8;
	margin: 0 auto 5%;
	text-align: left;
	text-wrap: unset;
	width: 100%;
	word-break: normal;
	}
	.intro-text p{
	font-size: 3.8vw; /* ??  */
	margin: 4% 0 6%;
	}
	.intro-head {
    word-break: auto-phrase;
	}
	.message-figure {
	margin: 0 auto;
	}
	.message-figure img {
	height: auto;
	width: 100%;
	}

	/* .cast-body --------------- */
	.cast-body{
	display: block;
	width: 100%;
	}
	.cast-figure {
	width: 100%;
	}
	.cast-box {
	padding: 0;
	width: 100%;
	}
	.cast-title .actor{
	margin: 2% auto 0;
	}

	.work-body{
	display: block;
	margin: 0 auto 10%;
	width: 100%;
	}
	.work-body .work-cover {
	width: 100%;
	}
	.work-body .work-cover img{
	height: auto;
	margin: 0 auto;
	width: 100%;
	}
	.work-body .work-box {
	line-height: 1.5;
	width: 100%;
	}
	.work-title{
    padding: 2% 0% 0;
	}
	.work-detail {
	margin: 3% 0 0 auto;
	width: 100%;
	}
	.work-trial a{
    font-size: 4.0vw;
	max-width: 540px;
	width: 100%;
	}
	.message-text{
	text-align: left;
	width: 100%;
	}

	h4.song-title .publisher{
	display: block;
	margin: 0 auto;
	}
	#area-event .text {
	line-height: 1.5;
	margin: 1em auto 0;
	}
	#area-event dl {
	padding: 8% 6% 2%;
	}
	#area-event .form {
	text-align: left;
	}
	#area-event .form .linkBtn ,
	#area-event .form .linkBtnOut {
	display: block;
    text-align: center;
    width: unset;
	}
	.copyright {
	margin: 0 auto 5%;
	}
}