@charset "UTF-8";
body {
	line-height: 1.7 !important;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* ---------------------------------------------
	共通レイアウト
--------------------------------------------- */

/*--背景--*/
#fp-wrap {
	background-color: #fff;

}
#contentsWrap {
	/*---メインコンテンツ640幅下地---*/
	background-color: rgba(255,255,255,0.7);
	/*---ナビ下ライン色---*/
	border-top: solid 1px #fff;
	padding: 15px 20px 70px;
}

.mincho { font-family: "Sawarabi Mincho", serif; }
/* ---------------------------------------------
	共通ナビゲーション
--------------------------------------------- */


#mainNav {
	/*---ナビ背景色---*/
	background-color: #fff;
	/*---ナビ上ライン色---*/
	border-top: solid 1px #fff;
}
#mainNav li a{
	/*---ナビ文字色---*/
	color: #fff;
	/*---ナビボタン色---*/
	background-color: #ffbdbd;
}
#mainNav li a:hover,
.s01 #mainNav li:nth-of-type(1) a,
.s02 #mainNav li:nth-of-type(2) a,
.s03 #mainNav li:nth-of-type(3) a,
.s04 #mainNav li:nth-of-type(4) a,
.s05 #mainNav li:nth-of-type(5) a{
	/*---ナビボタンホバー色---*/
   background: #FF9D9D !important;
}
#mainNav li.no_link, #mainNav li.comingsoon .no_link:hover {
	color: #fff;
	/*---　ナビボタン色　カミングスーン　---*/
	background-color: #555555;
}

/* ---------------------------------------------
	トップページ
--------------------------------------------- */

/* ---	OA日時エリア　--- */

#oaDate {
	background: none;
	color: #002d74;
}
/* ------------------------------
	ピックアップグリッド（トップページの大きいメニュー）
------------------------------ */

/* ---	見出し部分　--- */
#pickupGrid li p {
	background-color: #fff;
	color: #003a95;
}
/* ---	グレーアウト時の色　--- */
#pickupGrid li p .no_link {
	color: #535353;
}

/* ------------------------------
	ピックアップグリッド
------------------------------ */
#pickupGrid {
	    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
	display: flex;
	    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
	flex-wrap: wrap;
}
#pickupGrid li{
	background-color: #fff;
	align-items:stretch;
}
#pickupGrid {
	margin-bottom: 0px;
	width: 600px;
}
#pickupGrid li.thum_large {

    width: 600px;

}
#pickupGrid li {
	position: relative;
	width: 600px;
	float: none;
	margin-bottom: 35px;
	/*border: solid 1px #ccc;*/
}
#pickupGrid li img,
#pickupGrid.numOdd li:nth-child(3n+1) img {
	width: 100%;
	height: auto;
}
#pickupGrid li img:nth-of-type(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 598px;
	height: auto;
}
/*下地カラー
#pickupGrid li a:nth-of-type(1)::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 73px;
	background-color: #ffbdbd;
	mix-blend-mode: multiply;
}*/




/*#pickupGrid.numOdd li:nth-of-type(3n+1) {
	width: 598px;
}*/
#pickupGrid.numOdd li:nth-of-type(3n+2) {
	margin-right: 0px;
}
#pickupGrid.numOdd li:nth-of-type(3n) {
	margin-left: 0px;
}
#pickupGrid.numEven li:nth-child(odd) {
	margin-right: 0px;
}
#pickupGrid.numEven li:nth-child(even) {
	margin-left: 0px;
}
#pickupGrid li p {
	padding: 10px;
	font-size: 113%;
	font-weight: bold;
	line-height: 1.2;
	background-color: #fff;
}
.cx_smartphoneview #pickupGrid li img {
	width: 598px;
	height: auto;
}
.cx_smartphoneview #pickupGrid.numOdd li, .cx_smartphoneview #pickupGrid.numEven li {
	width: 598px;
	margin: 0 0 35px;
	float: none;
}
.cx_smartphoneview #pickupGrid li p {
	padding: 15px 10px;
}
#pickupGrid li.comingsoon {
	opacity: 0.5;
}
#pickupGrid li.comingsoon a {
	cursor: default;
}
#pickupGrid li a:hover{
	opacity: 0.8;
}

#movieWrap{
width: 600px;
    background-color: rgba(255,255,255,0.7);
    border-top: solid 1px #fff;
    padding: 10px 20px 0px;
}

#movie{
margin-top: 20px;
margin-bottom: 0px!important;
}
#movBase{
width: 600px;
height: 338px;
margin: 0 auto 20px;
}

/* ---------------------------------------------
	下層ページ
--------------------------------------------- */
h1 {

    /*width: 600px;*/
    height: auto;
    margin: 0 auto;
}
h1 img {
	border: solid 1px #ccc;
}
/*---　下層ページ　ヘッダー　---*/
h1.hdrS {
	box-shadow: #000;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	color: #1f2f27;
	border-bottom: solid 1px #fff;
	box-shadow: 0px 0px 5px #fff;
	/*padding: 25px 0 20px;*/
}
h1.hdrS img {
	width: 100%;
	height: auto;
}
h1.hdrS:hover{
	opacity: 0.7;
}
/*---　下層ページ　ヘッダー　SP ---*/
.cx_smartphoneview h1.hdrS {
	text-align: center;
}
/*---　下層ページ　みだし　---*/
#contentsWrap h2 {

    font-size: 163%;
    font-weight: normal;
    border-bottom: solid 1px #ffbdbd;
    margin-bottom: 20px;

}

#contentsWrap h3 {
	border-bottom: solid 1px #fff;
	color: #ffbdbd;
	text-align: center;
	font-size: 145%;
}
#contentsWrap h4 {
	font-size: 132%;
	color: #ffbdbd;
	margin: 25px 0 5px;
}
#wrap1,#wrap2 {
	margin-bottom: 35px;
}
#wrap1 #instagram-gallery ul li{
	float: left;

margin-right: 15px;

margin-bottom: 15px;

border: 1px solid #cccccc;
}
#wrap1 #instagram-gallery ul li:nth-child(3n){
	margin-right: 0;
}
#wrap1 #instagram-gallery  ul li a {

    float: left;
    list-style: none;
    width: 188px;
    height: 188px;
    overflow: hidden;
    position: relative;

}

#wrap1 #instagram-gallery ul li a img {

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

}

#wrap1 #instagram-gallery .click a{
	display: block;
	text-align: center;
	background: #66c7ff;
	width: 240px;
	margin: 20px auto 0;
	border-radius: 5px;
	padding: 5px 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: 200%;
	font-weight: bold;
	
}
#wrap1 #instagram-gallery .click a:hover{
	background: #87d3ff;
}
.bnr_season1 p{
	text-align: right;
	color: #499bcb;
	
}
.bnr_season1:hover{
	opacity: 0.8;
}
.bnr{
	margin-top: 15px;
	text-align: center;
	height: auto;
}
.bnr:hover{
	opacity: 0.8;
}
.pk2 img {
	border: solid 1px #ccc;
}
/* -------------------------------------
	あらすじページ
------------------------------------- */

.introduction .img img{
	width: 600px;
	height: auto;
}

.cx_smartphoneview .introduction p {
    font-size: 105%;
	
}

/* -------------------------------------
	キャストスタッフページ
------------------------------------- */

/*---　役名・役職名 色　---*/
.staffSct .staffwrap {

    padding: 0 0 0;

}
.staffSct dl{
	margin-bottom: 30px;
}


.staffSct dt {
	color: #959595;
	width: 100%;

float: none;
text-align: center;

margin: 0 0 10px;

display: inline-block;
}
.staffSct dd {

    width: 100%;
    margin: 0 0 20px 0px;
    display: inline-block;
    text-align: center;

}

.staffSct dd .text_gray{
	color: #959595;
	margin-right: 20px;
}
.cx_smartphoneview .staffSct dt {

    width: 100%;
    margin: 0 0 20px;

}

.cx_smartphoneview .staffSct dd {

    width: 100%;
    margin: 0 0 30px 0px;

}
/* -------------------------------------
ストーリー
------------------------------------- */
.storySct p {
    margin: 14px 0 50px;
}
.storySct p.lead {
    margin: 26px 0 0;
	font-size: 136%;
}
.storySct .img p {
    margin: 0;
}

/* -------------------------------------
ギャラリー
------------------------------------- */

.gallerySct .photo_bs {

    float: none;
    width: 600px;
    margin: 0 0 0px;

}
.gallerySct p{
	margin: 20px 0 50px;
}

.photo_bs img{
	width: 600px;
	height: auto;
}

/*FOD・TVerバナー掲載*/
#tver-fod-bnr {
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
}
#tver-fod-bnr > div + div {
	margin-top: 6px;
}
#tver-fod-bnr .abreast {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#tver-fod-bnr a {
	display: inline-block;
}
.cx_displaydevice #tver-fod-bnr a:hover {
	opacity: 0.8;
}
#tver-fod-bnr img {
	max-width: 100%;
}

/* Twitter⇒X対応 ---------- */
#tw a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	padding: 12px 0;
	text-decoration: none;
	position: relative;
}
#tw a::after{
	position: absolute;
	content: ">";
	top: 0;
	right: 0;
	width: 40px;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	font-size: 160%;
}
#tw a:hover{
	opacity: 0.8;
}
#tw a .tw_inner {
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
#tw a .tw_inner img{
	width: 25px;
	height: 25.52px;
	margin-bottom: 2px;
}
#tw a p {
	color: #fff;
	margin: 0;
	font-size: 1.4em;
	font-weight: bolder;
}

body.cx_smartphoneview #tw a .tw_inner {
	margin-right: 15px;
}
body.cx_smartphoneview #tw a {
	padding: 15px;
}
body.cx_smartphoneview #tw a::after {
	width: 60px;
	padding: 5px 0;
}
body.cx_smartphoneview #tw a .tw_inner img {
	width: 36px;
	height: 36.75px;
}
body.cx_smartphoneview #tw a p {
	font-size: 30px;
}