@charset "utf-8";

/*　共通　*/
a:link,a:visited {
	text-decoration: none;
	color: #069;
	transition-duration: 0.5s;
}
a:hover,a:active {
    color: #069;
    opacity: 0.5;
    text-decoration: none;
}
a img:hover,a img:active {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
	transition-duration: 0.5s;
	}
.area_gray {
    background-color: #F6F6F6;
    padding-top: 1px;
    padding-bottom: 1px;
}
.area_white {
	background-color: #FFF;
 	padding-top: 1px;
	padding-bottom: 1px;
}
.area_purple {
	background-color: #885599;
	padding-top: 1px;
	padding-bottom: 1px;
}

.clear {
	clear: both;
	height: 0px;
}
.smallfont {
	font-size: 80%;
	line-height: 160%;
}
.first {
    margin-top: 2em;
}

/*　ヘッダー　*/
#header {
	padding: 1em;
	border-bottom: 1px solid #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo {
	font-size: 140%;
	font-weight: bold;
	padding-top: 0.2em;
}
.header_logo a {
	color: #EE6666;
}
.header_login {
	font-size: 90%;
}
.header_login a {
    color: #885599;
}

/*　メニュー　*/
#menu {
    padding-top: 1em;
    padding-bottom: 1em;
	display: flex;
	justify-content: center;
}
#menu li {
	display: inline-block;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 90%;
}
#menu a {
    color: #000000;
}

/*　ライブ　*/
#live {
	max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 3em;
	margin-bottom: 2em;
	width: 94%;
	text-align: center;
}
.live_status {
	font-weight: bold;
	font-size: 110%;
}

.button_live {
	margin-top: 2em;
}
.button_live a {
	display: inline-block;
	background-color: #224499;
	color: #FFFFFF;
	border-radius: 3em;
	width: 100%;
}
.button_inquiry {
	margin-top: 1em;
}
.button_live img,.button_inquiry img {
	max-width: 400px;
	width: 90%;
}

/*　ピックアップ　*/
#pickup {
	display: flex;
	justify-content: space-between;
}
#pickup h2{
	margin-top: 0em;
}
.pickup_left {
	width: 65%;
}
.pickup_left_title {
	margin-top: 0.5em;
}
.pickup_right {
	width: 30%;
}
.pickup_right ul {
	margin-left: 0px!important;
	display: flex;
	flex-wrap: wrap;
}
.pickup_right li {
	margin-bottom: 0.8em;
	margin-right: 0.8em;
}
.pickup_right li a {
	display: inline-block;
	background-color: #EE6666;
	color: #FFFFFF;
	border-radius: 3em;
	padding-top: 0.6em;
	padding-right: 1.2em;
	padding-bottom: 0.6em;
	padding-left: 1.2em;
	font-size: 90%;
	line-height: 100%;
}

/*　インフォメーション　*/
#information {
	padding-bottom: 1em;
}
#information ul {
	margin-left: 0px;
}

#information li {
	position: relative;
	padding-left: 1.5em;
	line-height: 140%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#information li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #EE6666;
    border-right: 2px solid #EE6666;
    position: absolute;
    top: 35%;
    left: 0;
    transform: rotate(45deg);
}
#information .update {
    margin-left: 1.5em;
    font-size: 70%;
    color: #666;
}

/*　最近の動画　*/
#recent_video {
	display: flex;
	flex-wrap: wrap;
}
.video_unit {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 1.5em;
}
.video_category {
	display: flex;
	flex-wrap: wrap;
}
.video_cat {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-size: 60%;
	color: #FFFFFF;
	background-color: #CCCCCC;
	display: inline-block;
	line-height: 100%;
}
.video_cat1 {
	background-color: #EE6688;
}
.video_cat2 {
	background-color: #3366CC;
}
.video_cat3 {
	background-color: #CCAA33;
}
.video_cat4 {
	background-color: #88BB33;
}
.video_cat5 {
	background-color: #AA66CC;
}
.video_cat6 {
	background-color: #999999;
}
.video_title {
	margin-top: 0.5em;
	font-size: 90%;
	line-height: 140%;
}

/*　コンテンツ　*/
.contents {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
	width: 94%;
	font-size: 110%;
	line-height: 180%;
}
.contents h1 {
	font-size: 200%;
	color: #000000;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin-bottom: 1em;
}
.contents .subtitle {
    font-size: 80%;
}
.contents h2 {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 4em;
    line-height: 140%;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    border-bottom: 1px solid #333333;
}
.contents h3 {
    font-size: 110%;
    margin-top: 3em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.contents h4 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 2em;
    line-height: 120%;
}
.contents ol {
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.contents ul {
    margin-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.text_button_center {
	text-align: center;
}
.text_button {
	margin-top: 1em;
	margin-bottom: 1em;
}
.text_button a {
	text-decoration: none;
	line-height: 100%;
	display: inline-block;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #333;
	color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 2em;
	font-size: 90%;
	padding-left: 2em;
	padding-right: 2em;
}
.text_button a:hover {
  opacity:0.5;
  text-decoration: none;
}
.image_center {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
}
.image_right {
    margin-top: 2em;
    margin-bottom: 2em;
    float: right;
}
.tag_box {
    text-align: center;
}
.tag_box a {
    display: inline-block;
    border-radius: 0.3em;
    border: 1px solid #333333;
    padding-left: 0.7em;
    padding-right: 0.7em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-right: 0.2em;
    margin-left: 0.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 100%;
    color: #333333;
    font-size: 90%;
    background-color: #FFFFFF;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    padding-bottom: 0px;
}
.movie_list ul{
    margin-left: 0em;
}
.movie_list li {
    list-style-type: none;
    border-bottom: 1px dotted #CCC;
    margin-top: 0px;
    position: relative;
    padding-left: 1.2em;
}
.movie_list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    position: absolute;
    top: 40%;
    left: 0;
    transform: rotate(45deg);
}
.movie_list a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 120%;
}
.movie_update  {
    margin-left: 1.5em;
    font-size: 70%;
    color: #999;
}
.icon_new {
    color: #FF0000;
    margin-left: 1em;
    font-size: 70%;
    font-weight: bold;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 2px;
    width: 100%;
    height: 100%;
}
.movie_title {
    margin-top: 3em;
    font-size: 80%;
    color: #666666;
    line-height: 160%;
}
.movie_keyword {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline;
}
.movie_keyword a:link,.movie_keyword a:visited{
    text-decoration: none;
    line-height: 100%;
    display: inline-block;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCC;
    border-radius: 0.3em;
    font-size: 90%;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.5em;
}

/*　フッターメニュー　*/
#footer {
	background-image: url(/img/footer_bg.png);
	background-position: 90% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}
#footer_menu {
}
#footer_menu h1 {
	font-size: 80%;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 1em;
	font-weight: bold;
}
#footer_menu ul {
    margin-top: 0.5em;
}
#footer_menu li {
	margin-top: 0.5em;
	font-size: 90%;
	margin-left: 0.5em;
	list-style-type: disc;
	color: #FFFFFF;
}
#footer_menu a {
	color: #FFFFFF;
}
#copyright {
	font-size: 80%;
	color: #885599;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#page-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
}







@media screen and (max-width: 768px) {

/*　ヘッダー　*/
#header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.header_logo {
    font-size: 110%;
}
.header_login {
    font-size: 80%;
}
	
/*　メニュー　*/
#menu li {
    font-size: 80%;
    margin-right: 0.3em;
    margin-left: 0.3em;
}
	
/*　ピックアップ　*/
#pickup {
	display: flex;
	flex-wrap: wrap;
}
.pickup_left {
	width: 100%;
}
.pickup_right {
	width: 100%;
	margin-top: 2em;
}
.pickup_right ul {
	margin-left: 0px!important;
	display: flex;
	flex-wrap: wrap;
}
.pickup_right li {
	margin-bottom: 0.8em;
	margin-right: 0.8em;
}
.pickup_right li a {
	display: inline-block;
	background-color: #EE6666;
	color: #FFFFFF;
	border-radius: 3em;
	padding-top: 0.6em;
	padding-right: 1.2em;
	padding-bottom: 0.6em;
	padding-left: 1.2em;
	font-size: 90%;
}

/*　最近の動画　*/
.video_unit {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1em;
}

/*　コンテンツ　*/
.contents {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
.contents h1 {
    letter-spacing: 0em;
    font-size: 140%;
}
.contents h2 {
    margin-top: 2em;
    font-size: 110%;
    margin-bottom: 0.5em;
    letter-spacing: 0em;
}
.contents h3 {
    margin-top: 2em;
    font-weight: bold;
    font-size: 105%;
}
.contents h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
}
.text_button {
    text-align: center;
}
.category1,.category2,.category3,.category4,.category5 {
    height: 3em;
    padding-left: 1em;
    margin-top: 0.2em;
    font-size: 100%;
}
.tag_box a {
    display: inline-block;
    border-radius: 0.3em;
    border: 1px solid #333333;
    padding-left: 0.7em;
    padding-right: 0.7em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 100%;
    color: #333333;
    font-size: 90%;
}
.movie_update {
    font-size: 60%;
}
#footer_area {
	padding-bottom: 8em;
	padding-top: 2em;
}
}
