@charset "utf-8";
/*-------------------------*/
/*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;
/* width:100%; */
background-image: url(../img/pc/bg_all.jpg);
-webkit-text-size-adjust: 100%;
background-attachment: fixed;
background-size: contain;
}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav,small{
margin:0;	padding:0; font-size:100%;font-weight:normal; background:transparent;
vertical-align:baseline; border:none;}
img{vertical-align:top;}
ol, ul{list-style:none; list-style-type:none;}
/*-------------------------*/
.cleartext{display:block;text-indent:100%;white-space:nowrap;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;} 
/* Hides from IE Mac */
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*-- Link --*/
a:link{color:#fff; text-decoration:none;}
a:visited{color:#fff; text-decoration:none;}
a:hover{color:#f00; text-decoration:none;}
/*-------------------------*/
.bg{
/* background: #fff; */
height: 100%;
}
#all{
margin:0 auto;
width:1270px;
}
#wrapper{
/* background: #fff; */
color: #56566a;
font-family: Arial, Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"sans-serif";
float:left;
margin:0 auto;
width:960px;
}

/*-------------------------*/
#sns_button_pc{
margin: 15px auto;
min-height: 40px;
}
#sns_button_pc .btn_sns img{
height: 50px;
width: 50px;
margin: 0 5px;
}

/*-- header -----------------------*/
#header{}

/*-- Pan_box ----------------------*/
#pan_box{
background:#ff7329;
color:#fff;
font-size: 0.8em;
min-height: 24px;
padding: 8px 0 8px 10px;
width: 100%;
}
#pan_box .in{
margin:0 auto;
width: 1260px;
}
#pan_box a{
color:#fff;
text-decoration:none;
}
#pan_box a:hover{color:#fff;}

/*-- left side ----------------------*/
#left_box{
background-image: url(../img/pc/bg_base.jpg);
float: left;
padding-bottom: 30px;
text-align: center;
width: 320px;
background-size: cover;
}
h1,h1 a{
height:170px;
margin: 0 auto; 
width: 95%;
}
h1 a{background:url(../img/pc/logo.png) center no-repeat;}
#otboxP{
margin: 0 auto;
width: 88%;
}

#otboxP img{
width: 100%;
}
h2{
padding: 0 0 20px;
}
.start_oa{
color:#094ccf;
font-weight: bold;
}

/*-- SNS ----------------------*/
.sns{
width:30%;
height:40px;
margin: 20px auto;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.sns a{
display:block;
width:40px;
height:40px;
margin:0 !important;
}
.sns img{
width:40px !important;
height:40px !important;
margin:0 !important;
}

/*-- エムキャス ----------------------*/
.mcas{width:280px; margin:0 auto;}
.mcas img{width:100%;}

/*-- ガイドラ ----------------------*/
.gdora {margin: 10px auto 0;width: 280px;}
.gdora img {width: 100%;}
/*-- 配信 ----------------------*/
.bnrTVer {margin: 10px auto 0;width: 280px;}
.bnrTVer img {width: 100%;}

.bnrRCh {margin: 10px auto 0;width: 280px;display: none;}
.bnrRCh img {width: 100%;}

/*-- Menu ----------------------*/
#menu{
margin: 20px auto 30px;
}
.menu_top,.menu_intro,.menu_story,.menu_cast,.menu_goods{
width: 100%;
background-color: #055bdc;
height: 45px;
line-height: 45px;
margin-bottom: 2px;
text-align: left;
display: flex;
gap: 10px;
align-items: center;
}
.menu_top::after,
.menu_intro::after,
.menu_story::after,
.menu_cast::after,
.menu_goods::after{
  content: "";
  flex-grow: 1;          /* 右側に線を伸ばす */
  height: 2px;           /* 線の太さ */
  background-color: #FFD44A; /* 線の色 */
}
.menu_top a,.menu_intro a,.menu_story a,.menu_cast a,.menu_goods a{
display:block;
/* width: 100%; */
height: 45px;
margin-left: 20px;
color: #fecb50;
font-weight: bold;
font-size: 22px;
letter-spacing: .1rem;
}
.menu_top a img,.menu_intro a img,.menu_story a img,.menu_cast a img,.menu_goods a img{
width: 100%;
}
#menu a:hover{opacity:0.8;}

/*-- Top Episode ----------------------*/
#top_story_box{
padding-bottom: 10px;
}
#topStrP{
box-sizing: border-box;
border: #b7aa97 solid 1px;
background: #fff; /* Old browsers */
/* background: -moz-linear-gradient(top,  #fff 0%, #ddd 100%);
background: -webkit-linear-gradient(top,  #fff 0%,#ddd 100%);
background: linear-gradient(to bottom,  #fff 0%,#ddd 100%); */
/*border-radius: 8px;*/
color :#333;
line-height: 1.5em;
font-size: 0.9em;
text-align:left;
margin: 0 auto;
padding: 10px 12px 15px;
width: 90%;
}
#topStrP h3{
border-bottom: solid 1px #333;
color: #0749c2;
font-size: 1.1em;
font-weight: bold;
letter-spacing:3px;
margin-bottom:10px;
padding: 4px 0 6px;
text-align:center;
}
.t_num{
font-weight: bold;
font-size: 1.0em;
}
.t_subtitle{font-weight: bold;display: none;}
.t_oatime{}
.t_text{margin-top:12px;}
.more{
border: #0749c2 solid 2px;
margin: 10px auto 0;
text-align:center;
width: 85%;
}
.more a{
background: #0749c2;
border:solid 1px #fff;
display:block;
font-weight: bold;
padding: 8px 0;
}
.more:hover{
border: #321d0b solid 2px;
}
.more a:hover{
background: #321d0b;
border:solid 1px #fff;
color: #fff;
}

/*-- Contents all ----------------------*/
#contents{
background-color: #fff;
width: 630px;
line-height: 1.6em;
float: left;
}
#kv img {
width: 100%;
}
/*-- Sub page all ----------------------*/
#contents h3{
color: #055bdc;
margin-bottom:30px;
padding:40px 0 0 10px;
display: flex;
gap: 10px;
align-items: center;
font-weight: bold;
font-size: 22px;
}

#contents h3::after{
	content: "";
	flex-grow: 1;
	height: 2px;
	background-color: #055bdc;
}


/*-- Intro page ----------------------*/
#intro h3{padding: 3% 0% 1% 3%;}
.intro_text{
margin: 0 auto;
line-height:2;
padding: 0 20px;
}
.intro_text span {
color: #992938;
font-size: 1.1em;
line-height: 1;
}
/*
.diagram {
text-align: center;
width: 200px;
margin: 30px auto;
}
.diagram a {
display: block;
background: #9e5962;
line-height: 36px;
border-radius: 18px;
}
.diagram a:hover {
color: #fff;
background: #854a52;
}
*/
.intro_wrap img {
	width: 100%;
	padding: 5%;
}
.intro_catchA {
    margin: 0 auto;
    font-size: 1.05em;
    line-height: 1.8;
    width: fit-content;
    font-weight: 800;
    text-align: center;
    /* font-style: italic; */
    text-shadow: 1px 1px 1px #ffb3cb6b;
    letter-spacing: 0.04em;
    font-weight: 800;
	color: #003988;
}
.intro_catchB {
    margin: 0 auto 10px;
    font-size: 1.4em;
    line-height: 1.8;
    width: fit-content;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    text-shadow: 1px 1px 1px #ffb3cb6b;
    letter-spacing: 0.08em;
    font-weight: 800;
	color: #ff0054;
}
.intro_catch {
    text-decoration: underline;
    font-weight: 800;
    padding: 0 20px;
    margin: 20px 0 10px;
    letter-spacing: 0.06em;
    color: #FF528B;
}
.s_title {
    margin: 35px 25px 8px;
    border-bottom: dashed 1px;
    font-weight: bold;
    font-size: 1.1em;
	color: #ff0054;
}

.i_story {
    font-size: 0.9em;
    letter-spacing: 0.08em;
    border-radius: 3px;
    width: 95%;
    margin: 12px auto 12px;
    padding: 15px 20px 15px;
    background: #ffecf7a3;
    font-weight: 400;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
}

/*-- Story page ----------------------*/
#story h3{padding: 3% 0% 1% 3%;}
#epi_box{
/*min-height:300px;*/
padding:0 20px;
}
.num{
background: #FF528B;
color:#fff;
float:left;
line-height:50px;
margin-bottom:20px;
border-radius:50px;
text-align:center;
height:50px;
width:80px;
}
.time{
float:left;
line-height:50px;
margin: 0 0 20px 20px;
width:50%;
}
.sub_tit{
display: none;
font-size: 1.2em;
font-weight:bold;
border-bottom: dotted 2px #860115;
font-size: 1.2em;
font-weight: bold;
overflow: hidden;
width: 100%;
padding: 0 30px 5px;
text-align: right;
color: #860115;
margin-bottom: 20px;
font-family: "Noto Sans", serif;
}
.epitxt{
line-height:2;
clear:left;
}
.img {
width: 90%;
margin: 0 auto 20px;
}
.img img{
width: 100%;
margin: 0 2px 10px;
}

/*-- #epi_list -------------------*/
#epi_list{
padding: 0 12px;
margin-top: 50px;
}
#epi_list h4{
border-bottom:solid 1px #6a5656;
margin-bottom:10px;
}
/*-- 話数のみのボタン式エピソードリスト --*/
#epi_list ul{
display:flex;
flex-wrap:wrap;
margin-left:10px;
}
#epi_list li{
width: 18%;
line-height:36px;
margin:0 1% 15px;
text-align:center;
}
#epi_list li a{
background:#ff5e93;
color:#fff;
display:block;
border-radius:6px;
margin-bottom: 20px;
}
#epi_list .link_on a{ color:#fff;}
#epi_list .link_on a:active{ color:#fff; background:#666;}
#epi_list .link_off a{ color: #fff; background:#ff93b6;}	/* 選択中 */
/*-- もっと見る -------------------*/
.js-load { display:none; }
.js-load.active { display:block; }
#js-btn-wrap {
margin: 30px auto;
line-height: 36px;
text-align: center;
width: 200px;
}
#js-btn-wrap a{
background: #666;
border-radius: 18px;
color: #fff;
display: block;
}
#js-btn-wrap a:hover{
background: #d00;
}

/*-- Cast page -------------------*/
#cast h3{padding: 3% 0% 1% 3%;}
.cast_box_a{padding: 0 20px 30px 20px;}
.cast_box_b{padding: 30px 20px;}
.cast_box_a,.cast_box_b{border-bottom:dashed 1px #999;}
.cast_img{
float:left;
width: 200px;
margin-right: 20px;
/* border: solid 3px #f6ba5a; */
border-radius: 4px;
box-shadow: 0 0 4px #c9d7d4;
}
.cast_img img{
width: 100%;
}
.cast_name,.cast_text{
width:368px;
/* float:left; */
}
.cast_name{
color: #003988;
font-size:120%;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
line-height:1.2;
/* font-family: "Noto Sans", serif; */
}
.cast_name span{
color: #6a5656;
font-size: 80%;
}
.cast_text{
font-size: 75%;
line-height:1.5;
}
.actor_name {
font-size: 0.95em;
/* float: left; */
/* margin-left: 4.4%; */
color: #070101;
font-weight: 700;
/* padding-top: 3%; */
/* font-family: "Noto Sans", serif; */
}

.diagram {
    display: block;
    line-height: 50px;
    border-radius: 6px;
    background: #055bdc;
    box-shadow: 1px 1px 2px #868686;
    font-size: 1.2em;
    letter-spacing: 0.08em;
    color: #ffffff;
}
.diagram {
    text-align: center;
    width: 290px;
    margin: 35px auto 20px;
}
.diagram_p img {
	width: 100%;
}
.diagram_p {
	width: 90%;
	margin: 0 auto 10%;
}

/*-- Goods page  -------------------*/
#goods h3{}
#goods_all {
display:flex;
flex-wrap:wrap;
}
.goods_box{
margin-bottom:40px;
text-align:center;
overflow:visible;
width: 40%;
margin: 0 5% 5%;
}
.goods_box a{
color:#333;
display:block;
font-size:80%;
line-height:128%;
text-decoration:underline;
}
.goods_box a:hover{color:#d00;}
.goods_box img{
display:block;
text-align:center;
margin: 0 auto 5px;
max-height:180px;
}

/*-- Copyright  -------------------*/
.copy{
color:#000000;
font-size: 0.9em;
line-height: 1.4em;
padding:5px 10px 0;
text-align:left;
}

/*-- right side  -------------------*/
#right_side{
float:left;
margin-left:10px;
}

/*-- footer/PC  -------------------*/
footer{
background: #333;
clear: both;
font-size: 0.9em;
line-height: 1.5em;
margin-top: 30px;
text-align: center;
}
footer .mx_copyright{
color:#fff;
padding: 8px 0;
}
footer .mx_copyright a{
color:#fff;
text-decoration:underline;
}
footer a{
color: #d00;
text-decoration: none;
}
/*
.box_footer{
background:rgba(54,25,21,0.6);
padding: 10px 0;
}
.foot{margin:0 auto;}
#footer_box select{
font-size:1.2em;
line-height:1.4em;
margin: 30px 0;
width:70%;
}
*/

/*-- 緊急テキスト ----------------------*/
#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;
}

/*-- google翻訳 ----------------------*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link{color:#fff !important;}

/*-- ローディング ----------------------*/
#loader{
height: 100em;
display: block;
padding-top: 5em;
z-index: 100;
width: 100%;
}
.loader,.loader:before,.loader:after {
background: #aaa;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
height: 4em;
width: 1em;
}
.loader {
color: #ccc;
text-indent: -9999em;
margin: auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);
-webkit-animation-delay: -0.16s;animation-delay: -0.16s;
}
.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;
	}
}
/*--------------------------------------------------------*/