@charset "utf-8";

/*	PC・SP共通のスタイル */

/* YUI Reset
--------------------------------- */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* clearfix
----------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}
.clear { clear: both; }

/* 初期設定
============================== */
html,body {
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust:100%;
	font-family: "Work Sans","ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
	font-size: 62.5%;
}
body { font-size: 14px; font-size: 1.4rem;line-height: 1.8em; }
a { color: #024095;text-decoration: none;  -webkit-transition: all .3s ease; transition: all .3s ease; }




#wrap {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin:0;
    overflow: hidden;
}
#headerArea {
	width: 100%;
    background: #FFF;
    margin: 0 auto;
    z-index: 999;
    overflow:hidden !important;
}
#footerArea {
    width: 100%;
    margin:0;
	background: #212e9a;
}
/* loading */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #C7E8FA;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader img{
    width:24px;
    height: 24px;
}
/* scrollしてtop */
#pageTop {
    position: fixed;
    right: 2rem;
    bottom: 5%;
    z-index: 9;
}
#pageTop img{
     width: 5rem;
    height: auto;
}
/* 共通
============================== */
.fontXL{font-size: 4rem;}
.fontL{font-size: 1.8rem;}
.fontS{font-size: 1.2rem;}
.fontQuick{font-family: 'Quicksand', sans-serif !important;}
.fontNvy{color:#111d67;}
.fontYel{color:#eeb813;}
.fontBlu{color:#2a8fdd;}
.fontGrn{color:#36c000;}
.fontOrn{color:#ff7f32;}

.title{
    height: 4.5rem;
    line-height:4.5rem;
    background:url("/static/stu48/official/common/title_ico_pc.png") no-repeat 0 0.5rem;
    background-size:3.5rem;
    padding: 0 0 3.5rem 5.3rem;
}
.iframeWrap{
    position: relative;
    width:100%;
    padding: 53.25% 0 0;
    height: 0;
    border: 0.6rem solid #FFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.iframeWrapG{
    position: relative;
    width:100%;
    padding: 56.25% 0 0;
    height: 0;
}
.iframeWrap iframe,.iframeWrapG iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
}

.stripes{
    width: 100%;
    height: 100%;
    background-size: 14px 14px; 
    background-color: #FFF;
    background-image: -webkit-linear-gradient(rgb(199, 232, 250) 50%, transparent 50%, transparent);
    background-image: linear-gradient(rgb(199, 232, 250) 50%, transparent 50%, transparent);
}

#popupMovie{
	display:none;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
	z-index:1000;
}
#popupMovie .movie{
	position:absolute;
	top:52%;
	left:50%;
	width:90%;
	max-width: 1000px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#popupMovie .close{
	position:absolute;
	width:50px;
	height:50px;
	top:-100px;
	right:0;
	cursor:pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
#popupMovie .close:hover{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#popupMovie .close span{
	top:25px;
	width:50px;
	height:2px;
	position:absolute;
	background:#fff;
}
#popupMovie .close .top{
	position:absolute;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#popupMovie .close .bottom{
	position:absolute;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popupMovie .inner{
  position:relative;
  width:100%;
  margin: -25px auto 25px;
  padding-top:56.25%;
  z-index: 2;
}
#popupMovie .inner iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* header
============================== */

/* footer
============================== */
#footerArea .fNav li{
    display: inline-block;
}
#footerArea .fNav a{
	color: #969ede;
	font-size: 1.2rem;
}

/* copyright */
#footerArea .fNavCopy {
    text-align: center;
    background: #19247c;
    padding: 0 0 2rem;
}
#footerArea .fNavCopy a{
    color: #5666e8;
    font-size: 1.1rem;
}

/* index.html
============================== */
/* main visual */
.sliderWrap{
    background:#C7E8FA;
    margin:0 auto;
    height: 45rem;
}
.slider{
    background:#C7E8FA url(/static/stu48/official/common/chain_tate.png) repeat-x;
    background-size:auto 100%; 
}
/* news */
.news,.schedule,.youtube,.twitter,.bnr{
    margin:0 auto;
}
.newsBlock{
    width:100%;
}
.newsBlock .newsThumb{
    float: left;
    width: 7.5rem;
    margin: 0 1.5rem 0 0;
}
.newsBlock .newsThumb img{
    width: 7.5rem;
    height: 7.5rem;
}
.newsBlock .newsTxt{
    margin:0 0 0 9rem;
}
.newsCateIco{
	text-align: center;
	display: block;
	height: 1.6rem;
	width:7rem;
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: bold;
	color: #111d67;
	border:1px solid currentColor;
	border-radius: 0.8rem;
}

.newsCateIco.news{ color:#111d67; }
.newsCateIco.event{ color:#eeb813; }
.newsCateIco.theater{ color:#2a8fdd; }
.newsCateIco.youtube{ color:#7fcd60; }
.newsCateIco.media{ color:#ff7f32; }






.newsDate{
    display: block;
    color: #878787;
    padding: 0 0 0 9rem;
}
.up{
    font-family: 'Quicksand', sans-serif;
    color:#ee4757;
}
/* youtube */
.youtube li {
    margin:0 0 2rem;
    height: auto;
    position: relative;
    background: #fff;
}
.youtube li.thumbPlay { padding: 0;}
.youtube .movList{
    background: url(/static/stu48/official/common/chain_yoko.png) repeat-y;
    background-size:100%; 
}
.youtube .movList li .tit {
    position: absolute;
    top: 15px;
    left: 3%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    z-index: 20;
    display: block;
    width: 94%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.youtube .movList li .thumb {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    line-height: 0;
    margin: 0;
}
.youtube .movList li .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    position: absolute;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.youtube .movList li:hover .thumb:before {
    background: rgba(0,0,0,0);
}
.youtube .movList li .thumb img {
    background: none;
    display: block;
    width: 100%;
    line-height: 0;
    position: relative;
    z-index: 10;
}
.youtube .movList li .video {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.youtube .movList li .video iframe,
.youtube .movList li .video object,
.youtube .movList li .video embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}
.youtube .movList li .block--youtube {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
}

/* twitter */
.twitter .twList{
    background: #FFF;
    padding:2rem;
    display: table;
    width:100%;
}
.twitter .twList li{
    display: table-cell;
    vertical-align: top;
}
.twitter .twList .twThumb{
    padding:0.3rem 0.6rem 0 0;
}
.twitter .twIco{
    float:right;
    color: #e1e8ed
}
.twitter .twThumb img{
    width:2.6rem;
    height: auto;
    border-radius: 0.5rem;
    padding:0.5rem 0;
}
.twitter .twImg img{
    width:100%;
}
.twList .twFooter{
    color:#e1e8ed;
    position: relative;
}
.twList .twFooter li+li{
    padding:0 0 0 1rem;
}
.twFooter .twDate{
    position: absolute;
    bottom: 0;
    right: 0;
}
.twitter .twList:last-of-type{
    margin:0 0 6rem;
}
/* schedule */
.view-cap, .view-container-border {
    background-color: #0f1b6b !important;
}

/* banner */
.bnr{
    background: #212e9a;
    height: 100%;
    padding:6rem 2rem;
}
.bnr .bnrS li{
    display: inline-block;
}
/* 下層ページ共通
============================== */
.titleArea{
    background: #C7E8FA;
    color:#FFF;
    text-align: center;
}
.titleArea .fontQuick{
    display: block;
}
.footerS #footerArea{
    background: none;
}
.footerS #footerArea .fNav{
	background: #19247c;
	padding:5rem 0 4rem;
	margin-bottom: 0;
}
.gearBottomR #gear{
	bottom: -380px;
	right: -200px;
    top:auto;
    left: auto;
}
/* news/list.html
============================== */
.newsNav{
    text-align: center;
}
#newsList .newsBlock a{
    color: #000;
}
#newsList .newsBlock{
    margin:0 auto 5rem;
}
#newsList .newsBlock .newsThumb{
    float: left;
}
#newsList .newsBlock .newsThumb img{
    height: auto;
}
.newsBlock .newsTxt span{
    display: inline-block;
    line-height: 1.6rem;
    height: 1.6rem;
    margin: 0 0.7rem 1.7rem 0;
}
.newsBlock .newsCateIco,
.newsBlock .newsDate{
    margin:0;
    padding: 0;
    display: inline-block;  
}
#newsList .newsBlock .newsDate{
    font-size: 1.2rem;
    padding:0;
}
/* news/detail.html
============================== */
#newsDetail .newsBlock{
    margin:0 auto;
}
#newsDetail .newsTxt{
	margin:0;
}
#newsDetail .newsBlock .newsTxt{
    float: none;
}
#newsDetail .newsBlock .newsThumb{
    float: none;
    width:auto;
    text-align: center;
}
.btnBack{  
    height: 3.6rem;
    width:15rem;  
    text-align: center;
    font-size: 1.5rem;
    line-height: 3.6rem;
    margin: 12rem auto;
}
.btnBack a{
    border-radius: 1.8rem;
    border: 1px solid #C7E8FA;
    display: block;
}



/* social
============================== */

.shareList li {
	display: inline-block;
	width: 90px;
	margin-bottom: 0;
	padding: 0;
}
.shareList li a {
	display: block;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border-radius: 3px;
	position: relative;
}
.shareList .facebook a {background:#385AA7;}
.shareList .twitter a {background:#28A9E0;}
.shareList .lineIco a {background:#2cbf13;}
.shareList a::before {
	display: inline;
	font: normal normal normal 16px/1 FontAwesome;
	position: relative;
	left: -3px;
	top: 2px;
}
.shareList .facebook a::before { content: "\f09a"; }
.shareList .twitter a::before { content: "\f099"; }
.shareList .lineIco a:before {
	content: '';
	display: inline-block;
	background: no-repeat url(/static/stu48/official/common/ico_line.png);
	width: 17px;
	height: 16px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	top: 5px;
}