/* --------------------------　メインスライダー　-------------------------- */
.topmov {
	width: 1120px;
	height: 630px;
	margin: auto;
	position: relative;
}
.topmov video {
	width: 1120px;
	height: 630px;
}
.topmov_img01 {
	position: absolute;
	top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	min-width: 1120px;
	 overflow: hidden;
}

.topmov_img02 {
	position: absolute;
	bottom:20px;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
}
.topmov_img01 img {
	overflow:hidden;
}



@media screen and (max-width: 1120px) {
.topmov {
	width: auto;
	height: auto;
	margin: auto;
	position: relative;
}
.topmov video {
	width: 100%;
	height: auto;
}
.topmov_img01 {
	position: absolute;
	top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	min-width: 95%;
	 overflow: hidden;
	
}

.topmov_img02 {
	position: absolute;
	bottom:10px;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
	width: 90%;
}
.topmov_img01 img {
	overflow:hidden;
	width: 100%;
	height: auto;
}
.topmov_img02 img {
	width: 100%;
	height: auto;
}

}



/* --------------------------　コンテンツ共通　-------------------------- */
#content {
	width: 1120px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 40px 10px;
	box-sizing: border-box;
	background: #000;
	color:#fff;
	
}
.content_wrap  {
	width: 1120px;
	margin: auto;
	position: relative;
	z-index: 1;
}


#sideblock01 {
	width: 190px;
}
#sideblock02 {
	width: 190px;
}
#mainblock {
	width: 700px;

}

@media screen and (max-width: 1120px) {
	
#content {
	width: auto;
	margin: auto 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	background: #000;
	color:#fff;
	
}
.content_wrap  {
	width: auto;
	margin: auto 10px;
	position: relative;
	z-index: 1;
}


#sideblock01 {
	width: auto;
	margin-bottom: 0px;
}
#sideblock02 {
	width: auto;
	margin-bottom: 15px;
}
#mainblock {
	width: auto;
	margin-bottom: 10px;

}
	
}

/* --------------------------　サイドバー　-------------------------- */

.sidebox {
	margin-bottom: 10px;
}

.sidebox img {
	margin-bottom: 5px;
}


#sideblock01 h2,
#sideblock02 h2 {
	background: linear-gradient(0deg, #4c0000 0%, #660000 45%, #7e0000 70%, #b90101 85%, #660000 90% 100%);
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #714122 50%, #8b6348 50%);  border-image-slice: 1;
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	padding: 0 5px;
	margin-bottom: 10px;
}

ul.side_shinjin {
	padding:0px;
	margin:0px;
}

.side_shinjin li {
	list-style: none;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px dotted #A0A0A0;
	text-align:center;
}
.side_shinjin img {
	margin-bottom:0px;
	padding-bottom:0px;
	margin-bottom: 10px;
	border: 1px solid #911b00;
	
}
.side_shinjin p {
	margin: 0;
	padding: 0;
}

p.side_shinjin_name {
	color: #ffd800;
	font-size:16px;
	margin-bottom:5px;
}

p.side_shinjin_date {
	color: #F30;
	margin-bottom:0px;
	font-size: 90%;
}

.side_shinjin marquee {
	color: #ff00ff;
	width:140px;
}


ul.side_shincyaku {
	padding:0px;
	margin:0px;
}

.side_shincyaku li {
	list-style: none;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px dotted #A0A0A0;
}
.side_shincyaku img {
	float:left;
	margin-right:10px;
	border: 1px solid #911b00;
}

.side_shincyaku p {
	padding:0px;
	margin:0px;
	font-size: 12px;
}

.topshame {
	overflow: hidden;
	width: 100%;
	height: 1000px;
	margin-bottom: 10px;
}
.topshame iframe {
	width: 100% !important;
}

@media screen and (max-width: 1120px) {
	
.sidebox {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
	
.sidebox a {
	width: 32.5%
}

.sidebox img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}


#sideblock01 h2,
#sideblock02 h2 {
	background: linear-gradient(0deg, #4c0000 0%, #660000 45%, #7e0000 70%, #b90101 85%, #660000 90% 100%);
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #714122 50%, #8b6348 50%);  border-image-slice: 1;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

ul.side_shinjin {
	padding:0px;
	margin:0px;
	overflow:auto;
    overflow-y:scroll;
    overflow-x:hidden;
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

.side_shinjin li {
	list-style: none;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px dotted #A0A0A0;
	text-align:center;
}
.side_shinjin img {
	margin-bottom:0px;
	padding-bottom:0px;
	margin-bottom: 10px;
	border: 1px solid #911b00;
	
}
.side_shinjin p {
	margin: 0;
	padding: 0;
}

p.side_shinjin_name {
	color: #ffd800;
	font-size:16px;
	margin-bottom:5px;
}

p.side_shinjin_date {
	color: #F30;
	margin-bottom:0px;
	font-size: 90%;
}

.side_shinjin marquee {
	color: #ff00ff;
	width:140px;
}


ul.side_shincyaku {
	padding:0px;
	margin:0px;
	overflow:auto;
    overflow-y:scroll;
    overflow-x:hidden;
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

.side_shincyaku li {
	list-style: none;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px dotted #A0A0A0;
}
.side_shincyaku img {
	float:left;
	margin-right:10px;
	border: 1px solid #911b00;
}

.side_shincyaku p {
	padding:0px;
	margin:0px;
	font-size: 12px;
}

.topshame {
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
	text-align: center;
}
.topshame iframe {
	width: 100% !important;
	text-align: center;
}
	
}




/* --------------------------　トップメイン　-------------------------- */


#mainblock h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px
}


ul.today2,
ul.castlist {
	padding:0px;
	margin:0px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content:flex-start;
	margin-bottom: 10px;
}

.today2 li {
	margin: 0px;
	list-style: none;
	background-image: url(../../images/top/pickup_list.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 32.5%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #414141 0%, #575757 100%);  border-image-slice: 1;
	text-align: center;
	margin: 0 2px 10px 2px;
}
.castlist li {
	margin: 0px;
	list-style: none;
	background-image: url(../../images/top/listbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 32.5%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #414141 0%, #575757 100%);  border-image-slice: 1;
	text-align: center;
	margin: 0 2px 5px 2px;
}
.today2 li a,
.castlist li a {
	display: block;
	color: #fff;
}
.today2 p,
.castlist p{
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}
.list_name {
	font-size: 1.6rem;
	color:#ffde00;
}
.list_thum {
	position: relative;
	margin-bottom: 10px;
}
.list_thum img {
	width: 100%;
	height: auto;
	border: 1px solid #a20107;
}

p.list_data {
	margin-bottom:3px;
	font-size:12px;
}

.today2 marquee,
.castlist marquee {
	color: #ff00ff;
	font-size:12px;
	margin-left:15px;
	margin-right:15px;
}
.listicon02 {
	width: 100px;
	margin: auto;
	margin-bottom: 5px;
}

.today_icon {
	position:absolute;
	z-index:2;
	bottom:0;
	left:0px;
}
.today_icon img {
	border: 0px solid #a20107;
}
.listnew {
	position:absolute;
	z-index:2;
	top:-10px;
	right:-10px;
	display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dc0101;
  text-align:center;
  line-height: 50px;
	font-size: 1.2rem;
	font-weight: 600;
}



.top_slider {
	width: auto;
	margin: auto;
}
.myevent {
	width: 100%;
}
.myevent .slider-img {
  margin: 0 5px;
}
.myevent .slider-img img {
width: 100%;
	height: auto;
}


.obi_sch {
	font-size: 20px;
	padding: 5px;
    width: 100%;
    border: 1px solid #FFF;
    text-align: center;
    background-color:#731516;
	box-sizing: border-box;
	margin-bottom: 10px;
}


.top_topics {
	border: 15px solid #960106;  border-image: linear-gradient(to bottom, #3d0002 0%, #960106 100%);  border-image-slice: 1;
	width:100%;
	padding:0px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.top_topic_wrap {
	background-image: url(../../images/top/topics_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow:auto;
	width:100%;
	height:500px;
	padding:20px;
	box-sizing: border-box;
	border: 1px solid #535353;
}

p.topics_title {
	color: #ffd800;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	background-image: url(../../images/top/topics_title.png);
	border: 1px solid #C50003;
}
p.topics_date {
	color:#fff;
	padding: 0px;
	margin: 0px;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	margin-bottom: 20px;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(0,0,0,0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: ' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 10px;
	background-color:#660E0E;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 280px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.kansen {
	background: #352d26;
	padding: 30px;
	border: 1px solid #535353;
}
.kansen h3 {
padding: 5px 0px;
	font-size: 2rem;
	color:#fff;
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #414141 0%, #575757 100%);  border-image-slice: 1;
	background: linear-gradient(0deg, #4c0000 0%, #660000 45%, #7e0000 70%, #b90101 85%, #660000 90% 100%);
	text-align: center;
	padding: 10px;
	margin: 0;
	margin-bottom: 15px;
}
.kansen h4 {
	margin: 0;
	padding: 0;
	font-size: 2rem;
	margin-bottom: 15px;
	color:#52ba14;
	text-align: center;
}
.kansen h5 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	margin-bottom: 15px;
	color:#fff000;
	text-align: center;
}
.kuchikomi {
	margin-bottom: 10px;
}
.kuchikomi iframe {
	width: 100%;
	height: 500px;
}

.bannerbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.bannerbox div {
	width: 49%;
}

.bannerbox img {
	width: 100%;
	height: auto;
}
.banner {
	
}
.banner img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.banner a {
	margin-bottom: 10px;
}




@media (max-width: 1120px) {
	
#mainblock h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px
}


ul.today2,
ul.castlist {
	padding:0px;
	margin:0px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content:flex-start;
	margin-bottom: 10px;
}

.today2 li {
	margin: 0px;
	list-style: none;
	background-image: url(../../images/top/pickup_list.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 32%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #414141 0%, #575757 100%);  border-image-slice: 1;
	text-align: center;
	margin: 0 2px 0 2px;
}
.castlist li {
	margin: 0px;
	list-style: none;
	background-image: url(../../images/top/listbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 32%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #414141 0%, #575757 100%);  border-image-slice: 1;
	text-align: center;
	margin: 0 2px 5px 2px;
}
.today2 li a,
.castlist li a {
	display: block;
	color: #fff;
}
.today2 p,
.castlist p{
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}
.list_name {
	font-size: 1.3rem;
	color:#ffde00;
}
.list_thum {
	position: relative;
	margin-bottom: 2px;
}
.list_thum img {
	width: 100%;
	height: auto;
	border: 1px solid #a20107;
}

p.list_data {
	margin-bottom:3px;
	font-size:10px;
}

.today2 marquee,
.castlist marquee {
	color: #ff00ff;
	font-size:10px;
	margin-left:5px;
	margin-right:5px;
}
.listicon02 {
	width: 90%;
	margin: auto;
	margin-bottom: 5px;
}
.listicon02 img {
	width: 100%;
	height: auto;
}

.today_icon {
	position:absolute;
	z-index:2;
	bottom:0;
	left:0px;
}
.today_icon img {
	border: 0px solid #a20107;
}
.listnew {
	position:absolute;
	z-index:2;
	top:-10px;
	right:-10px;
	display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #dc0101;
  text-align:center;
  line-height: 35px;
	font-size: 1rem;
	font-weight: 600;
}

.top_slider {
	width: auto;
	margin: auto;
	margin-bottom: 10px;
}
.myevent {
	width: 100%;
}
.myevent .slider-img {
  margin: 0 5px;
}
.myevent .slider-img img {
width: 100%;
	height: auto;
}


.obi_sch {
	font-size: 16px;
	padding: 5px;
    width: 100%;
    border: 1px solid #FFF;
    text-align: center;
    background-color:#731516;
	box-sizing: border-box;
	margin-bottom: 10px;
}


.top_topics {
	border: 10px solid #960106;  border-image: linear-gradient(to bottom, #3d0002 0%, #960106 100%);  border-image-slice: 1;
	width:100%;
	padding:0px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.top_topic_wrap {
	background-image: url(../../images/top/topics_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow:auto;
	width:100%;
	height:400px;
	padding:20px;
	box-sizing: border-box;
	border: 1px solid #535353;
}

p.topics_title {
	color: #ffd800;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	background-image: url(../../images/top/topics_title.png);
	border: 1px solid #C50003;
}
p.topics_date {
	color:#fff;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	margin-bottom: 20px;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(0,0,0,0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: ' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 4px;
	background-color:#660E0E;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 280px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 60px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.kansen {
	background: #352d26;
	padding: 15px;
	border: 1px solid #535353;
}
.kansen h3 {
padding: 5px 0px;
	font-size: 1.5rem;
	color:#fff;
	border: 1px solid #c21500;  border-image: linear-gradient(to bottom, #414141 0%, #575757 100%);  border-image-slice: 1;
	background: linear-gradient(0deg, #4c0000 0%, #660000 45%, #7e0000 70%, #b90101 85%, #660000 90% 100%);
	text-align: center;
	padding: 10px;
	margin: 0;
	margin-bottom: 10px;
}
.kansen h4 {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color:#52ba14;
	text-align: center;
}
.kansen h5 {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	margin-bottom: 10px;
	color:#fff000;
	text-align: center;
}
.kansen p {
	font-size: 1.3rem;
}
.kuchikomi {
	margin-bottom: 10px;
}
.kuchikomi iframe {
	width: 100%;
	height: 400px !important;
}

.bannerbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.bannerbox div {
	width: 49%;
}

.bannerbox img {
	width: 100%;
	height: auto;
}
.banner {
	
}
.banner img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.banner a {
	margin-bottom: 10px;
}
	
	
}



.spmenu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background:url(../../images/common/spmenu.jpg) ;
	padding: 10px;
}

.spmenu li {
	width: 22%;
	margin-bottom: 10px;
}
.spmenu li img {
	width: 100%;
	height: auto;
}
























