@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amarante&family=IBM+Plex+Sans+JP:wght@400;600&display=swap');
/*
==================================================
【SP】タイプ1 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
free&subnav - フリーフォーマット&サブナビページ用
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
member - 会員ページ用
==================================================
*/

/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */

/* 画像のプリント禁止 */
/*@media print{
  img{display:none !important;}
}*/

/* リセットcss */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
  display: block;
  margin: 0;
  padding: 0;
}

html,h1,h2,h3,h4,dl,dt,dd,ul,li,p,img{
  margin: 0;
  padding: 0;
}

ul{
  list-style-type: none;
}
html {
  scroll-behavior: smooth;
}
/* ボディ */
body{
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 400;
    margin:0;
    padding:0;
    color:#333;
    font-size:1.5em;
    line-height:1.6;
    -webkit-text-size-adjust: 100%;
	background-color: #666666;
}
a:link{text-decoration: underline; color: #fa4da3;}
a:visited{text-decoration: underline; color: #fa4da3;}
a:active{text-decoration: underline; color: #fa4da3;}
a:hover{text-decoration: none; color: #fa4da3;}

/* 画像関連 */
figure{
  margin: 0;
  padding: 0;
}

figcaption{
  font-size: 75%;
  text-align: center;
  margin: 0;
  padding: 2px 0 5px 0;
  color: #666;
}

img{
  border: none;
  vertical-align: bottom;
}

.image-container{}
.movie-container{}
.music-container{}

/* 配置 */
.left{float: left; margin: 5px 10px 10px 0;}
.center{float: none; margin: 5px 0 10px 0;}
.right{float: right; margin: 5px 0 10px 10px;}

figure.left{text-align: left; margin: 5px 10px 10px 0;}
figure.center{text-align: center; margin: 5px 0 10px 0;}
figure.right{text-align: right; margin: 5px 0 10px 10px;}

/* 罫線 */
hr {height: 0; margin: 15px 0; padding: 0; border: 0; width: 100%;}
.solid{border-top: 1px #999 solid;}
.dotted{border-top: 2px #999 dotted;}
.dashed{border-top: 2px #999 dashed;}
.double{border-top: 4px #999 double;}

/* ページレイアウト */
#wrapper{
  width: 100%;
  margin: 0;
  padding: 0;
	background-color: #f7f6eb;
	background-image: url("../img/bgSp.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#contents{
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}
#home-1 #contents{background-image: none;}

#main-box{
    width: 100%;
    margin: 0;
    padding: 0;
}

/* メインコンテンツ部分（main-box内) */
#contents-title{
    width: 640px;
    text-align:center;
    padding:20px 0 30px;
    margin:0 auto;
    font-size:120%;
    line-height: 1;
    clear:both;
}
.news-list-page #contents-title{border-bottom: none;}

#head{
    display: none;
}

article{
    margin: 0 auto;
    padding: 30px 0;
    clear: both;
	background-color: #fff;
}

.subhead{
    font-weight: 600;
    font-size:110%;
    line-height: 125%;
    padding: 20px 15px;
    margin:30px 15px 20px;
    text-align: center;
	background-image: url("../img/subhead.jpg");
	background-position: center center;
	background-size: 100%;
	color: #fff;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
}

.packs{
    margin: 0;
    padding: 10px 5px 10px 20px;
}

.column{
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}

/* ページトップ */
#pagetop{
    z-index: 800;
    position: fixed;
    bottom: 3%;
    right: 1%;
	width: 65px;
}
#pagetop img{
  width: 100%;
}

/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
header{
    width: 100%;
    margin: 0;
    padding: 0;
}

#site-title{
    width: 640px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.home-page #site-title{display: none;}

#site-caption{display: none;}

/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual{
    width: 640px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#visual-caption{display: none;}

.dateVenue{
	margin: 0;
	padding: 0;
}

/* ニュースフィード（main-box内） */
#news-feed-index{
	width: 600px;
    margin: 20px auto 0;
    padding: 50px 0 20px;
    background-image: url('../img/bgFeedSp.png');
    background-position: top center;
    background-repeat: no-repeat;
}

#news-feed-index li{
    clear: both;
    border-bottom: 1px dotted #999;
    padding: 0.5em 0;
}

#news-feed-index h2{
    font-size: 100%;
    line-height: 140%;
    margin: 0;
    padding: 5px 0 10px 1.5em;
    color: #333;
    background-image: url('../img/icon02.png');
    background-position: 0 8px;
    background-repeat: no-repeat;
}
#news-feed-index h2 a:link{text-decoration: none; color: #333;}
#news-feed-index h2 a:visited{text-decoration: none; color: #333;}
#news-feed-index h2 a:active{text-decoration: none; color: #333;}
#news-feed-index h2 a:hover{text-decoration: none; color: #cc0000;}

.dateIndex{
    color: #333;
    padding: 0;
    margin-bottom: 8px;
    display: block;
    font-size: 100%;
}

.thumbnail{display: none;}
.news-txt{display: none;}

.bannerQ{
	width: 600px;
	margin: 20px auto;
	padding: 20px 0 30px;
}
.bannerQ img{
	width: 100%;
	height: auto;
}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* ニュース一覧ページ */
.news-list-page article{
  margin: 40px 10px;
  padding: 0;
}
.news-list-page article a:link{text-decoration: none;}
.news-list-page article a:visited{text-decoration: none;}
.news-list-page article a:active{text-decoration: none;}
.news-list-page article a:hover{text-decoration: none;}

.news-list-page .subhead{
  border: 3px solid #ddd;
  padding: 25px 20px;
  margin: 0;
  display: block;
  text-align: left;
  color: #333;
    font-weight: 600;
	background-color: #fff;
	background-image: none;
}

.news-list-page .subhead a:link{
  width: 100%;
  text-decoration: none;
  color: #35bcbc;
}

.news-list-page .date{
  font-size: 90%;
  display: block;
    padding-bottom: 10px;
	font-family: 'Amarante', cursive;
	color: #35bcbc;
}

/* ニュース記事ページ */

/* 記事タイトル部分（subhead内） */
.news-page .subhead{
    text-align: left;
}

.news-page .headline{color: #fff;}

.news-page .date{
  font-size: 80%;
  display: block;
    padding-bottom: 10px;
	font-family: 'Amarante', cursive;
	color: #fbf152;
}

/* 記事内カテゴリー */
.article-category{
  clear: both;
  font-size: 84%;
  text-align: left;
  padding: 0.5em 1em;
  margin: 0;
	display: none;
}

.article-category a:link{
  text-decoration: none;
  color: #666;
  padding: 0 0 0 5.2em;
  background: url('/imagesSP/allow-category.png') no-repeat left;
}
.article-category a:visited{text-decoration: none; color: #666;}
.article-category a:active{text-decoration: none; color: #666;}
.article-category a:hover{text-decoration: none; color: #e81c4f;}

/* プレビュー・ネクスト */
#pager{
  text-align: center;
  clear: both;
  margin: 50px 0;
  padding: 0;
}

#pager li{
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 150%;
	font-family: 'Amarante', cursive;
}
#pager li a:link{text-decoration: none; color: #999; margin: 0 1em; padding: 0.5em 1.5em 0.7em;}
#pager li a:visited{text-decoration: none; color: #999;}
#pager li a:active{text-decoration: none; color: #999;}
#pager li a:hover{text-decoration: none; color: #35bcbc;}

.disabled{display: none;}

/* カテゴリー・アーカイブのリスト */
#category{
  padding: 0 1%;
  margin: 0 0 30px;
  width: 48%;
  float: left;
    display: none;
}
#archive{
  padding: 0 1%;
  margin: 0 0 30px;
  width: 48%;
  float: right;
    display: none;
}

h4{
  background-color: #000;
  color: #fff;
  font-size: 100%;
  padding: 5px 15px 10px;
  border-radius: 0 20px 0 0;
  line-height: 1;
}

.side-list{
  font-size: 90%;
  margin: 5px 0;
}

.side-list li{
  margin: 0 0.7em;
  padding: 5px 1em;
  background: url('/imagesSP/allow01.gif') no-repeat 0 12px;
  line-height: 130%;
}
.side-list li a:link{text-decoration: none; color: #666;}
.side-list li a:visited{text-decoration: none; color: #666;}
.side-list li a:active{text-decoration: none; color: #666;}
.side-list li a:hover{text-decoration: none; color: #f00;}

/* =============================================== */
/* free&subnav - フリーフォーマット&サブナビページ用 */
/* ----------------------------------------------- */
/* サブナビページ用のタブ */
.tab{
  width: 100%;
  margin: 20px auto;
  padding: 0;
  font-size: 110%;
  font-weight: 400;
  clear: both;
  text-align: center;
  display: table;
  table-layout: fixed;
}

.tab li{
  margin: 0 5px;
  background: #eee;
  display: table-cell;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tab li a:link{text-decoration: none; color: #333; padding: 0.5em; display: block;}
.tab li a:visited{text-decoration: none; color: #333;}
.tab li a:active{text-decoration: none; color: #333;}
.tab li a:hover{text-decoration: none; color: #e81c4f;}

.tab .active{
  color: #e81c4f;
  background: #fedde5;
  padding: 1em;
  position: relative;
}

#tab-top .active:before{
  content: "";
  position: absolute;
  bottom: -60px;
  border: 30px solid transparent;
  border-top: 30px solid #fedde5;
  left: 50%;
  margin-left: -30px;
}

#tab-bottom .active:before{
  content: "";
  position: absolute;
  top: -50px;
  border: 30px solid transparent;
  border-bottom: 30px solid #fedde5;
  left: 50%;
  margin-left: -30px;
}

/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */


/* =============================================== */
/* nav - メインメニュー（ページ下部） */
/* ----------------------------------------------- */
/* ハンバーガーメニューは別ファイル！ */
nav{
    clear: both;
    width: 640px;
    margin: 0 auto;
    padding: 40px 0;
    line-height: 1;
	background-color: #f7f6eb;
    background-image: url('../img/bgBottomSp.png');
    background-repeat: no-repeat;
	background-position: bottom center;
}

#main-menu{
    margin: 10px 8px 0;
    padding: 5px;
    list-style: none;
    background-image: url('../img/bgNavSp.png');
	font-family: 'Amarante', cursive;
}
#main-menu::after{
    display: block;
    clear: both;
    content: '';
}
#main-menu li{
	float: left;
    width: 295px;
    margin: 5px;
    text-align: center;
    border: #fff 1px solid;
    letter-spacing: 0.1em;
}
#main-menu li a{
    display: inline-block;
    padding: 20px 0 22px;
    color: #fff;
    font-size: 120%;
    width: 100%;
    white-space: nowrap;
	font-weight: 400;
}
#main-menu li a:link{text-decoration: none;}
#main-menu li a:visited{text-decoration: none;}
#main-menu li a:active{text-decoration: none;}
#main-menu li a:hover{text-decoration: none; color: #f7f536;}

.noLink{
    display: inline-block;
    padding: 20px 0 22px;
    color: #a0cfcf;
    font-size: 120%;
    white-space: nowrap;
	font-weight: 400;
}

.snsList{
	margin: 40px 0 40px;
	padding: 0;
	text-align: center;
}
.snsList li{
	display: inline-block;
	padding: 0 0.5em;
}

/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* twitterウィジェットやバナーなど */
aside{display: none;}

/* フッター大枠 */
footer{
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
    clear: both;
	background-color: #666666;
	background-image: url(../img/bgFooter.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

/* 会員メニュー */
#member-menu{display: none;}

/* フッターメニュー */
#footer-menu{display: none;}

.future{
	display: none;
	width: 600px;
	padding: 40px 0 0;
	margin: 0 auto;
}
.future img{width: 100%;}
#home-1 .future{display: block;}

.twitter{
	margin: 40px auto 20px;
	width: 500px;
}

.twitter{
    width: 560px;
    margin: 0 auto;
	padding: 50px 0;
}

.footerLogo{
	width: 320px;
	margin: 0 auto;
}

.archiveList {
  text-align: center;
  padding: 40px 0;
}
.archiveList li {
  display: inline-block;
}
.archiveList li a:link {
  display: block;
  text-decoration: none;
  color: #333;
	background-color: #fff;
	padding: 1em 1.5em;
	margin: 0.5em;
	border-radius: 30px;
	line-height: 1;
	font-size: 90%;
}
@media(max-width:768px) {
  .archiveList li a:link {
    font-size: 70%;
	  padding: 1em;
  }
}
.archiveList li a:visited {
  text-decoration: none;
  color: #333;
}
.archiveList li a:active {
  text-decoration: none;
  color: #333;
}
.archiveList li a:hover {
  text-decoration: none;
  color: #fff;
	background-color: #0096b2;
}

/* コピーライト */
#copyright p{
    font-size: 90%;
    text-align: center;
    clear: both;
    padding: 10px;
	color: #fff;
}

/* mincへのリンク */
#minc-link p{
    font-size: 70%;
    text-align: center;
    clear: both;
    padding-bottom: 20px;
}
#minc-link p a:link{text-decoration: none; color: #999;}
#minc-link p a:visited{text-decoration: none; color: #999;}
#minc-link p a:active{text-decoration: none; color: #999;}
#minc-link p a:hover{text-decoration: underline; color: #fff;}

/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img{
    -moz-opacity: 0.80;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

nav a:hover img{
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* =============================================== */
/* cast - キャストページ */
/* ----------------------------------------------- */

.panchline{
    font-weight: 400;
    padding:10px 1em 8px;
    margin:0 0 10px;
    color:#35bcbc;
    line-height:1;
    letter-spacing: 0.2em;
    display: inline-block;
    border: 1px #35bcbc solid;
    font-size: 90%;
    background-color: #f1fdfd;
}

#free-format-5 .panchline{
    text-align: center;
    display: block;
    width: 12em;
    margin: 10px auto 25px;
}

.cast{
  width: 100%;
  padding: 0;
  color: #333;
  clear: both;
  text-align: center;
}

.cast ul{
  list-style: none;
  padding: 0;
  line-height: 110%;
}

.cast li{
  padding: 0 1% 30px;
  vertical-align: top;
  font-weight: 600;
  font-size: 85%;
  line-height: 120%;
  width: 30%;
  display: inline-block;
  text-align: center;
}

.cast li img{
    width: 100%;
    padding-bottom: 5px;
}

.roll{
    font-size: 75%;
    color: #35bcbc;
    line-height: 100%;
}

.job{
    font-size: 75%;
    color: #35bcbc;
}

/* =============================================== */
/* schedule_chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart{
  border: 1px solid #ccc;
  table-layout: fixed;
  width: 600px;
  border-collapse: collapse;
  margin: 10px auto;
  clear: both;
}

.schedule-chart td{
  border-top: 1px solid #ccc;
  border-right: 1px dotted #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px dotted #ccc;
  text-align: center;
  font-size: 75%;
  padding:5px;
  background: #fff;
  color: #cc0000;
}

/* 月 */
.schedule-chart .month{
  width: 80px;
  font-size: 90%;
  background: #1f4231;
  color: #fff;
  border: 1px solid #ccc;
}

/* 時刻 */
.schedule-chart .time{
  font-size: 75%;
  background: #4c8c6d;
  color: #fffded;
}

/* 日 */
.schedule-chart .day{
  font-size: 75%;
  background: #4c8c6d;
  color: #fffded;
}

/* 土・日・休演 */
.schedule-chart .yobi{color: #333333; background: #effff7;}
.schedule-chart .sat{color: #66ccff;}
.schedule-chart .sun{color: #ff6699;}

.day-20230407 .time-1830{}

/* 色付 */
.day-20230408 .time-1200{color: #698bd7;font-weight: 600;}
.day-20230409 .time-1200{color: #ee5b5b;font-weight: 600;}
.day-20230415 .time-1200{color: #698bd7;font-weight: 600;}
.day-20230416 .time-1200{color: #ee5b5b;font-weight: 600;}
.day-20230422 .time-1200{color: #698bd7;font-weight: 600;}
.day-20230423 .time-1200{color: #ee5b5b;font-weight: 600;}
.day-20230412 .time-1330{color: #698bd7;font-weight: 600;}
.day-20230419 .time-1330{color: #698bd7;font-weight: 600;}
.day-20230408 .time-1700{color: #9f69d7;font-weight: 600;}
.day-20230415 .time-1700{color: #9f69d7;font-weight: 600;}
.day-20230422 .time-1700{color: #9f69d7;font-weight: 600;}
.day-20230423 .time-1700{color: #76d769;font-weight: 600;}
.day-20230407 .time-1830{color: #76d769;font-weight: 600;}
.day-20230411 .time-1830{color: #76d769;font-weight: 600;}
.day-20230412 .time-1830{color: #9f69d7;font-weight: 600;}
.day-20230413 .time-1830{color: #ee5b5b;font-weight: 600;}
.day-20230414 .time-1830{color: #76d769;font-weight: 600;}
.day-20230418 .time-1830{color: #76d769;font-weight: 600;}
.day-20230419 .time-1830{color: #9f69d7;font-weight: 600;}
.day-20230420 .time-1830{color: #ee5b5b;font-weight: 600;}
.day-20230421 .time-1830{color: #76d769;font-weight: 600;}

/* 休演 */
.day-20230410 .time-{background-color: #eee;}
.day-20230417 .time-{background-color: #eee;}

/* =============================================== */
/* notice - お願い */
/* ----------------------------------------------- */
/* noticeトップページ */
.noticeBtn{
    position:relative;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    text-align: center;
    margin-bottom: 5px;
}
.noticeBtn a:link {text-decoration: none; color: #333;}
.noticeBtn a:visited {text-decoration: none; color: #333;}
.noticeBtn a:active {text-decoration: none; color: #333;}
.noticeBtn a:hover {text-decoration: none; color: #fd5454;}

.noticeBtnTitle{
    font-size: 200%;
    font-weight: 600;
    padding: 1em 0 5px;
}

.noticeBtnTxt{
    font-weight: 600;
    padding: 5px 0 2.5em;
}

/* notice 中のページ */
.noticeList01{
    font-size: 100%;
    list-style-type: decimal;
    list-style-position: outside;
    padding: 5px 0 5px 1.2em;
}
.noticeList01 li{
    padding: 5px 0;
}

.noticeList02{
    font-size: 90%;
    list-style: circle;
    list-style-position: outside;
    padding: 5px 0 5px 1.2em;
}
.noticeList01 li{
    padding: 5px 0;
}

.noticeTab{
    text-align: center;
}
.noticeTab li{
    width: 600px;
    font-weight: 600;
    margin: 20px auto;
    padding: 0.5em 0;
    background-color: #efefef;
    border: 1px solid #ccc;
}
.noticeTab a:link {text-decoration: none; color: #333;}
.noticeTab a:visited {text-decoration: none; color: #333;}
.noticeTab a:active {text-decoration: none; color: #333;}
.noticeTab a:hover {text-decoration: none; color: #fd5454;}

/* =============================================== */
/* アフタートーク用 */
/* ----------------------------------------------- */
.aftertalkBtn a:link {
	display: inline-block;
	text-decoration: none;
	background-color: #fff;
	padding: 1em 2em;
	margin: 0.5em 0.5em 0;
	border-radius: 30px;
	line-height: 1;
	font-size: 90%;
	font-weight: 600;
	color: #fa4db6;
	border: 1px solid #fa4db6;
}
.aftertalkBtn a:visited {
	text-decoration: none;
	color: #fa4db6;
}
.aftertalkBtn a:active {
	text-decoration: none;
	color: #fa4db6;
}
.aftertalkBtn a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #fa4db6;
}

/* =============================================== */
/* その他 */
/* ----------------------------------------------- */
.yellow{color:#dfb471;}
.blue{color:#72c2f6;}

.ex-large{font-size:140%;}
.large{font-size:120%;}
.ex-large{font-size:80%;}
.ex-large{font-size:60%;}

.bold{font-weight:600;}
.thin{font-weight:400;}

.txtCenter{text-align:center;}
.txtLeft{text-align:left;}
.txtRight{text-align:right;}