
/* --------------------------　メインスライダー　-------------------------- */

.button-01 {
	display: block;
	background: #e80285;
	color:#fff;
	font-size: 2.2rem;
	text-align: center;
	padding: 15px 30px;
	box-sizing: border-box;
	width: 350px;
	margin: 0px 0 0 auto;
	font-weight: bold;
	margin-top: -60px;
}

@media screen and (max-width: 1200px) {
	.button-01 {
	display: block;
	background: #e80285;
	color:#fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 20px;
	box-sizing: border-box;
	width: 80%;
	margin: 0px auto 0 auto;
	font-weight: bold;
	margin-top: 0px;
}
}


/* --------------------------　top01　-------------------------- */


.top01 {
	margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
	
.top01 {
	margin-bottom: 30px;
}
	
}

/* --------------------------　top02　-------------------------- */

.top02 {
	background: url("../../images/common/bg01.png");
	padding: 40px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-size: cover;
}


.top02box {
	display: flex;
	justify-content: space-between;
}
.top02item_l {
	width: 67%;
}
.top02item_r {
	width: 31%;
}

.top02box div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
}
.top02box video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

.top02item_l .banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top02item_l .banner a {
	width: 49%;
	margin-bottom: 10px;
}
.top02item_l .banner a img {
	width: 100%;
	height: auto;
	border: 1px solid #444444;
}
.top02item_r h3 {
	font-size: 3rem;
	color:#e80285;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 0px 0;
	margin-bottom: 15px;
	text-align: center;
}
.top02item_r h3 span {
	color:#ffd200;
}
.top02item_r .slider02 li a {
	position: relative;
	display: block;
	color: #fff;
	line-height: 1.4;
}
.top02item_r .slider02 li img {
}
.top02item_r .slider02 li .deta {
	position: absolute;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	z-index: 1;
	bottom:0;
	width: 100%;
}
.top02item_r .slider02 li .name {
	font-size: 2rem;
	line-height: 1.2;
	padding: 10px 15px;
}
.top02item_r .slider02 li .name span {
	font-size: 1.4rem;
}

.marquee {
	overflow: hidden;
	white-space:nowrap;
	width: 100%;
	background: rgba(108,8,201,0.8);
	padding: 5px;
	box-sizing:border-box;
}
.marquee .text {
	font-size: 1.4rem;
  transform: translateX(100%);
  animation: marquee 15s linear infinite;
	
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


.button-02 {
	display: block;
	background: #e80285;
	color:#fff;
	font-size: 2.2rem;
	text-align: center;
	padding: 15px 30px;
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	font-weight: bold;
}





@media screen and (max-width: 1200px) {
	
.top02 {
	background: url("../../images/common/bg01.png");
	padding: 15px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.top02box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top02item_l {
	width: auto;
}
.top02item_r {
	width: auto;
}

.top02box div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
}
.top02box video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

.top02item_l .banner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.top02item_l .banner a {
	width: auto;
	margin-bottom: 10px;
}
.top02item_l .banner a img {
	width: 100%;
	height: auto;
	border: 1px solid #444444;
}
.top02item_r h3 {
	font-size: 1.7rem;
	color:#e80285;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 0px 0;
	margin-bottom: 15px;
	text-align: center;
}
.top02item_r h3 span {
	color:#ffd200;
}
.top02item_r .slider02 li a {
	position: relative;
	display: block;
	color: #fff;
	line-height: 1.4;
}
.top02item_r .slider02 li img {
}
.top02item_r .slider02 li .deta {
	position: absolute;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	z-index: 1;
	bottom:0;
	width: 100%;
}
.top02item_r .slider02 li .name {
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 10px 15px;
}
.top02item_r .slider02 li .name span {
	font-size: 1.3rem;
}

.marquee {
	overflow: hidden;
	white-space:nowrap;
	width: 100%;
	background: rgba(108,8,201,0.8);
	padding: 5px;
	box-sizing:border-box;
}
.marquee .text {
	font-size: 1.3rem;
  transform: translateX(100%);
  animation: marquee 15s linear infinite;
	
}



.button-02 {
	display: block;
	background: #e80285;
	color:#fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 90%;
	margin: 10px auto;
	font-weight: bold;
}
	
}

/* --------------------------　top03　-------------------------- */

.top03 {
	background: url("../../images/common/bg01.png");
	padding: 40px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-size: cover;
}

.top03 h2 {
	text-align: center;
	font-size: 4.8rem;
	color:#e80285;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.top03 h2 span {
	color:#e0ae44;
}

.castlist {
	display: flex;
	flex-wrap: wrap;
}
.castlist li,
.slider03 li {
	width: 24%;
}
.castlist li,
.slider03 li {
	margin: 0 5px;
	margin-bottom: 15px;
}
.castlist li a,
.slider03 li a {
	position: relative;
	color:#fff;
}
.castlist li figure,
.slider03 li figure {
	padding: 0;
	margin: 0;
	position: relative;
}
.castlist li a .deta,
.slider03 li a .deta {
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
	box-sizing: border-box;
	z-index: 1;
	bottom:-5px;
	width: 100%;
}
.castlist li .name,
.slider03 li .name {
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 10px 15px;
}
.castlist li .name span,
.slider03 li .name span {
	font-size: 1.4rem;
}


.castlist li .marquee,
.slider03 li .marquee {
	overflow: hidden;
	white-space:nowrap;
	width: 100%;
	background: rgba(108,8,201,0.8);
	padding: 0px;
	box-sizing:border-box;
	position: absolute;
	bottom:0;
}
.castlist li .time,
.slider03 li .time {
	font-size: 1.6rem;
	line-height: 1.3;
	padding: 0px 15px 10px 15px;
	color:#ffd200;
	font-weight: bold;
}
.castlist li a .icon01,
.slider03 li a .icon01 {
	position: absolute;
	top:0px;
	background: #fb16aa;
	text-align: center;
    font-size: 1.4rem;
	width: 60px;
	z-index: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.castlist li a .icon02,
.slider03 li a .icon02 {
	position: absolute;
	top:0px;
	background: #fc9501;
	text-align: center;
    font-size: 1.4rem;
	width: 60px;
	z-index: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.icon03 {
	width: 40px;
	bottom:30px;
	right:5px;
	position: absolute;
}
.icon03 img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}


@media screen and (max-width: 1200px) {
	
.top03 {
	background: url("../../images/common/bg01.png");
	padding: 15px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.top03 h2 {
	text-align: center;
	font-size: 2.4rem;
	color:#e80285;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.top03 h2 span {
	color:#e0ae44;
}

.castlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.castlist li,
.slider03 li {
	width: 48%;
	box-sizing: border-box;
}
.castlist li,
.slider03 li {
	margin: 0 0px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.castlist li a,
.slider03 li a {
	position: relative;
	color:#fff;
	
}
.castlist li figure,
.slider03 li figure {
	padding: 0;
	margin: 0;
	position: relative;
}
.castlist li a .deta,
.slider03 li a .deta {
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
	box-sizing: border-box;
	z-index: 1;
	bottom:-5px;
	width: 100%;
}
.castlist li .name,
.slider03 li .name {
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 10px 5px 5px 5px;
	box-sizing: border-box;
}
.castlist li .name span,
.slider03 li .name span {
	font-size: 1rem;
}


.castlist li .marquee,
.slider03 li .marquee {
	overflow: hidden;
	white-space:nowrap;
	width: 100%;
	background: rgba(108,8,201,0.8);
	padding: 0px;
	box-sizing:border-box;
	position: absolute;
	bottom:0;
}
.castlist li .time,
.slider03 li .time {
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 0px 5px 0px 5px;
	color:#ffd200;
	font-weight: bold;
}
.castlist li a .icon01,
.slider03 li a .icon01 {
	position: absolute;
	top:0px;
	background: #fb16aa;
	text-align: center;
    font-size: 1.2rem;
	width: 60px;
	z-index: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.castlist li a .icon02,
.slider03 li a .icon02 {
	position: absolute;
	top:0px;
	background: #fc9501;
	text-align: center;
    font-size: 1.2rem;
	width: 60px;
	z-index: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.icon03 {
	width: 25px;
	bottom:35px;
	right:5px;
	position: absolute;
}
.icon03 img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
}


/* --------------------------　top04　-------------------------- */

.top04 {
	background: url("../../images/common/bg01.png");
	padding: 40px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-size: cover;
}

.top04 h2 {
	text-align: center;
	font-size: 4.8rem;
	color:#e80285;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.top04 h2 span {
	color:#e0ae44;
}


.button-03 {
	display: block;
	background: #e80285;
	color:#fff;
	font-size: 2.2rem;
	text-align: center;
	padding: 15px 30px;
	box-sizing: border-box;
	width: 400px;
	margin: 30px auto 20px;
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	
.top04 {
	background: url("../../images/common/bg01.png");
	padding: 15px 10px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.top04 h2 {
	text-align: center;
	font-size: 2.4rem;
	color:#e80285;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.top04 h2 span {
	color:#e0ae44;
}


.button-03 {
	display: block;
	background: #e80285;
	color:#fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 80%;
	margin: 20px auto 20px;
	font-weight: bold;
}
	
}





/* --------------------------　top05　-------------------------- */

.top05 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top05item {
	background: url("../../images/common/bg01.png");
	padding: 20px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	width: 49%;
	color:#fff;
	margin-bottom: 20px;
	background-size: cover;
}
.top05item h2 {
	text-align: center;
	font-size: 3.6rem;
	color:#e80285;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}
.top05item h2 span {
	color:#e0ae44;
}
.top05item .box {
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
	padding: 15px;
	box-sizing: border-box;
}
.newsbox {
	overflow:auto;
	width:auto;
	height:400px;
	padding: 0;
}
.newsbox .title {
	color:#ffd200;
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsbox .photo {
	display: flex;
	width: 98%;
	margin-bottom: 10px;
}
.newsbox .photo q {
	width: 32%;
}
.newsbox .photo img {
	width: 100%;
	height: auto;
}
.newsbox p {
	font-size: 1.5rem;
	line-height: 1.5;
}
.top05item .box iframe {
	display: block;
	width: 100%;
	height: 400px;
}

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

.top05 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top05item {
	background: url("../../images/common/bg01.png");
	padding: 15px;
	border: 1px solid #2d2d2d;
	box-sizing: border-box;
	width: auto;
	color:#fff;
	margin-bottom: 15px;
}
.top05item h2 {
	text-align: center;
	font-size: 2.4rem;
	color:#e80285;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}
.top05item h2 span {
	color:#e0ae44;
}
.top05item .box {
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
	padding: 10px;
	box-sizing: border-box;
}
.newsbox {
	overflow:auto;
	width:auto;
	height:250px;
	padding: 0;
	overflow-x: hidden;
}
.newsbox .title {
	color:#ffd200;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsbox .photo {
	display: flex;
	width: 98%;
	margin-bottom: 10px;
}
.newsbox .photo q {
	width: 32%;
}
.newsbox .photo img {
	width: 100%;
	height: auto;
}
.newsbox p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.top05item .box iframe {
	display: block;
	width: 100%;
	height: 250px;
	overflow-x: hidden;
}
}

