* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;
font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

h1,h2,h3,h4,h5,h6{
	text-indent:-9999px;
	position:absolute;
}

.imgMax{
background: #FFFFFF;
	width:100%;
	line-height:0;
	text-align:center;
}

#btnpagetop{
	position: fixed;
	width:70px;
	height:70px;
	bottom: 10px;
	right: 10px;
}

/* loading
---------------------------------- */

#loader {
	background:url(../../images/loading.gif);
	background-size: cover;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 200;
}

#overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

a:link {color: #604cc5;}
a:visited {color: #604cc5;}
a:hover {color: #8854c9;}
a:active {color: #46429d;}

a img{border:0;}

a:focus{ outline: none;}



.topmovarea{
background-color: #FFFFFF;
	width:100%;
	margin:0 auto;
	padding: 0;
}

.movtitle{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFFFFF;
	width:100%;
	padding:10px 0;
	text-align:center;
}

.movarea{
	width:90%;
	margin:0 auto;
	padding:20px 0;
}

.videoWrapper {
position: relative;
padding-bottom: 49%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}



/*

top mov

*/

#topmovarea{
background: #fff;
width:375px;
margin:0 auto;
padding:20px 0;
line-height: 0;
}

#topmovarea .movie {
width: 336px;
margin: 0 auto;
}

#topmovarea .movie .inner {
position: relative;
width: 336px;
height: 189px;
overflow: hidden;
margin: 0 auto;
}

#topmovarea .movie .inner iframe {
width: 336px;
height: 189px;
}

#topmovarea .movie .tab_area {
width: 336px;
/*height: 50px;*/
/*height: 100px;*/
display: flex;
flex-wrap: wrap;
margin-: 0 auto;
}

#topmovarea .movie .tab_area li {
text-align: center;
font-size: 12px;
font-weight: 600;
margin: 0;
border-top: 2px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

#topmovarea .movie .tab_area li a {
display: block;
width: 110px;
line-height: 15px;
text-decoration: none;
background: #682a1d;
color: #fff;
padding: 10px 0;
float: left;
}
#topmovarea .movie .tab_area li:first-child a{
width: 334px;
}
#topmovarea .movie .tab_area li:nth-child(5) a,
#topmovarea .movie .tab_area li:nth-child(6) a{
width: 166px;
}

#topmovarea .movie .tab_area li a.active {
background: -moz-linear-gradient(to bottom,#f25331,#de3717);
background: -webkit-linear-gradient(to bottom,#f25331,#de3717);
background: linear-gradient(to bottom,#f25331,#de3717); 
color: #000;
}

/* slider actions */
.lSAction > a {
    background-image: url('../../images/controls_p.png');
    z-index: 99;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 0;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 0;
}
/* Slider _ Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 5px 0 8px;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 8px 0;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(0,0,0,0.3);
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 10px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #000;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}

/*

copyright

*/


#copyright{
	background: #fff url("../../images/copyright.png") no-repeat center 10px;
	background-size: 180px auto;
	width:375px;
	height:50px;
	text-align:center;
	margin:0 auto;
}