@charset "utf-8";

body {
/* フォント指定 */
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
/* ページのマージン指定 */
    margin: 0;
/* フッター最下部固定 */
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

main {
  flex: 1;
}

audio {
 width: 150px;
}

/* ナビメニュー固定 */
.header-outer {
  display: flex;
  width: 100%;
  margin: auto;
  z-index:10;
}


/* header */
.header_wrapper {
	border-top: none;
	width: 100%;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	text-align : center;
}

.header_wrapper .logo img{
	border-top: none;
	width: 50%;
}

.header_wrapper .visual img{
	border-top: none;
	width: 100%;
}


/* nav_menu */
.nav {
	background: #156CA7;
}

.header_nav {
	text-align : center;
	margin: auto;
}

.header_nav .nav_list {
	display: flex;
	justify-content: space-evenly;
	text-align:center;
	list-style: none;
	margin: auto;
	padding-right: 40px;
}

.header_nav .nav_list li {
	width:auto;
	font-size: 14px;
	list-style: none;
	text-align:center;
	margin:5px 0 5px 0;
}

.header_nav .nav_list li a {
	color: #ffffff;
	font-size: 14px;
	text-align:center;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
.header_nav .nav_list {
	justify-content: space-between;
	margin-left: -20px;
	padding-right: 20px;
}
.header_nav .nav_contents li a {
	font-size: 12px;
}
}


/* sns */
.sns {
	text-align: center;
	margin-top: 10px;
}

.sns-button img{
	height: 30px;
	margin:0 10px 0 10px;
}


/* contents */

.contents_list_wrapper {
	width: 100%;
	max-width: 768px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 0;
}

.contents_list_inner {
	width: 100%;
	max-width: 768px;
	margin:  20px 10px 0 10px;
}

/* トップページ_information */
.contents_title_info {
	border-bottom: 3px solid #ff4500;
	max-width: 768px;
}

.contents_title_info p {
	font-size: 21px;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}

.contents_info {
	width: 100%;
	max-width: 768px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}

.contents_info dl {
	margin: 30px auto 0;
}

.contents_info dl dt {
	float: left;
	font-size: 14px;
}

.contents_info dl dd{
	font-size: 14px;
	font-weight: bold;
	margin-left: 100px;
}

.contents_category{
	margin-bottom: 5px;
}

.contents_info a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

.contents_info p {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
}

.contents_info img{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 30px;
}

.info_news {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


/* LIVE */
.contents_title_live {
	border-bottom: 3px solid #00a1e9;
	max-width: 768px;
}

.contents_title_live p {
	font-size: 21px;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}

.contents_live {
	width: 100%;
   	max-width: 768px;
   	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 18px auto;
}

.contents_live .live_date {
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

.contents_live  .live_title {
	padding: 10px 15px 10px 15px;
	vertical-align: middle;
	font-size: 14px;
}

.contents_live td {
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
	padding: 10px 0 10px 0;	
}

.contents_live td a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	vertical-align: top;
}

.contents_live .archive_button_live {
	vertical-align: middle;
}


.archive_button_movie a {
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center;
	text-decoration: none !important;
	color: #ffffff !important;
	background-color: #00a1e9;
	padding: 3px 10px;
}

.archive_button_deli a {
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center;
	text-decoration: none !important;
	color: #ffffff !important;
	background-color: #D3001F;
	padding: 7px 10px;
}

.archive_button_deli {
	margin: -10px 0 30px 0;
	text-align: center;
}

.contents_title_photo {
	border-bottom: 3px solid #e5a323;
	max-width: 768px;
}

.contents_title_photo p {
	font-size: 21px;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}
.contents_live .archive_button_photo  {
	vertical-align: middle;
}

.archive_button_photo a {
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center;
	text-decoration: none !important;
	color: #ffffff!important;
	background-color: #e5a323;
	padding: 3px 10px;
}


/* PROFILE */
.contents_title_profile {
	border-bottom: 3px solid #66cc66;
	max-width: 768px;
}

.contents_title_profile p {
	font-size: 21px;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}

.contents_profile {
	width: 100%;
   	max-width: 768px;
   	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 18px auto;
}

.contents_profile  .profile_part {
	padding: 10px 15px 10px 15px;
	font-size: 18px;
}

.contents_profile td {
	font-size: 18px;
	color: #333333;
	vertical-align: middle;
	padding: 10px 0 10px 0;	
}

.contents_profile td img {
	width: 100%;
	max-width: 100px;
	height: auto;	
}

.contents_profile img:hover {
	img: url("images/v_02.png");	
}


/* footer */
.copyright {
    width: 100%;
	background: #F5F5F5;
	margin-top: 50px;
}

.copyright p {
	color: #333333;
	text-align:center;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0 auto 0;
}


/* MUSIC */
.contents_title_music {
	border-bottom: 3px solid #8b0000;
	max-width: 768px;
}

.contents_title_music p {
	font-size: 21px;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}

.contents_music {
	width: 100%;
   	max-width: 768px;
   	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 18px auto;
}

.contents_title_music p {
	font-size: 21px;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
}

.music_title {
	font-size: 18px;
	color: #333333;
	vertical-align: middle;
	text-align: center;
	margin: 30px 0 -30px 0;	
}

.contents_music td {
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
	text-align: center;
	padding: 10px;	
}

.contents_music td a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

.music_tag p {
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center !important;
	text-decoration: none !important;
	vertical-align: middle;
	color: #ffffff !important;
	background-color: #8b0000 !important;
	padding: 3px;
	margin-right: -30px;
}

.music_tag a{
	text-decoration: none !important;
}

.contents_music .music {
	font-size: 16px;
	font-weight: normal;
}

.movie_tag p {
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center !important;
	text-decoration: none !important;
	vertical-align: middle;
	color: #ffffff !important;
	background-color: #ff7f50 !important;
	padding: 3px;
	margin-right: -30px;
}

.movie_tag a{
	text-decoration: none !important;
}

.youtube_channel_button a {
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center;
	text-decoration: none !important;
	color: #ffffff !important;
	background-color: #D3001F;
	padding: 10px 10px;
}

/* スペース */
.space_bt10 {
	margin: 0 0 10px 0;
}
.space_bt20 {
	margin: 0 0 20px 0;
}
.space_bt30 {
	margin: 0 0 30px 0;
}
.space_bt40 {
	margin: 0 0 40px 0;
}.space_bt50 {
	margin: 0 0 50px 0;
}

/* 改行 */

@media only screen and (min-width: 799px) {
  .pcDisplay {
    display: none;
  }
}

/* トップへ戻るボタン */

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index:40;
}

@media screen and (max-width: 767px) {
	#page_top {
		width: 30px;
		height: 30px;
	}
	#page_top img {
		width: 30px;
		height: 30px;
	}
}
