
.topfv {
	background: url("../../images/top/fvpc.jpg");
	width: 100%;
	height: 800px;
	background-position: center top;
	display: block;
}

.topsp {
	display: none;
}


@media screen and (max-width: 1200px) {
	
.topfv {
	display: none;
}
.topsp {
	display: block;
}
	
}



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

.content-inner {
	max-width: 90%;
	margin: auto;
}
.content-inner02 {
	max-width: 70%;
	margin: auto;
}
.banner-inner {
	max-width: 70%;
	margin: 0 auto 50px;
}


.top01 {
	padding: 40px 0;
}

.top01 h2,
.top04 h2,
.top06 h2 {
	font-size: 5rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0px;
}
.top01 h2 .H2main,
.top04 h2 .H2main,
.top06 h2 .H2main {
	font-family: 'Spectral', serif;
	font-weight: 300;
	 text-align: center;
	
}
.top01 h2 .H2sub,
.top04 h2 .H2sub,
.top06 h2 .H2sub {
	font-size: 1.6rem;
position: relative;
	top:-30px;
}

.sliderbox {
	padding-bottom: 20px;
}

.slider img {
	border: 6px solid #fff;
	box-sizing: border-box;
}






@media screen and (max-width: 1200px) {
	
.content-inner {
	max-width: 95%;
	margin: auto;
}
.content-inner02 {
	max-width: 95%;
	margin: auto;
}
	
.banner-inner {
	max-width: 100%;
	margin: 0 auto 0px;
}

	
.top01 {
	padding: 20px 0;
}

.top01 h2,
.top04 h2,
.top06 h2 {
	font-size: 3.6rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0px;
}
.top01 h2 .H2main,
.top04 h2 .H2main,
.top06 h2 .H2main {
	font-family: 'Spectral', serif;
	font-weight: 300;
	 text-align: center;
	
}
.top01 h2 .H2sub,
.top04 h2 .H2sub,
.top06 h2 .H2sub {
	font-size: 1.4rem;
position: relative;
	top:-20px;
}

	
.sliderbox {
	padding: 0;
	padding-bottom: 0px;
	width: 100% !important;
}
	.slider {
		padding: 0 !important;
	margin: 0 !important;
	}
.slider li {
	padding: 0 !important;
	margin: 0 !important;
}

	
}

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

.top02 {
	background: url("../../images/top/top02.jpg") no-repeat right top;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 20px 0 60px 0;
}


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

.top02 h2,
.top05 h2 {
	font-size: 4rem;
	padding: 0;
	margin: 0;
}
.top02 h2 .H2main,
.top05 h2 .H2main {
	margin-right: 10px;
	font-family: 'Spectral', serif;
	font-weight: 300;
}
.top02 h2 .H2sub,
.top05 h2 .H2sub {
	font-size: 1.6rem;
}

.toppickup {
	background: rgba(255, 255, 255, 0.6);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	border: 1px solid #fff;
}

.toppickup .ph {
	width: 57%;
}
.toppickup .txtbox {
	width: 40%;
	line-height: 1.4;
}
.toppickup .ph {
	position: relative;
}
.toppickup .new {
	position: absolute;
	width: 70px;
	top:-5px;
	left: -5px;
	z-index: 1;
}

.tagbox {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.tagbox li {
	width: 100% !important;
	margin: 0 2px 0 2px !important;
	color:#fff;
	text-align: center;
	font-size: 1.5rem !important;
	padding: 5px !important;
	box-sizing: border-box !important;
	font-family: 'Spectral', serif;
}

.tag01 {
	background: #222 !important;
	border: 1px solid #967843 !important;
	color:#dabd75 !important;

}
.tag02 {
	background: #112242 !important;
	border: 1px solid #967843 !important;
	color:#fff !important;
}
.tag03 {
	background: #92cd35 !important;
}
.tag04 {
	background: #9c8b67 !important;
}
.tag05 {
	background: #966c9f !important;
}
.tag06 {
	background: #ee2e2e !important;
}

.toppickup .txtbox .name {
	font-size: 2.4rem;
	font-weight: bold;
}
.toppickup .txtbox .name span {
	font-size: 1.6rem;
}
.toppickup .txtbox .size {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.toppickup .txtbox .catch {
	font-weight: bold;
	margin-bottom: 5px;
}
.toppickup .txtbox .comment {
	font-size: 1.3rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}


.pushlist {
	display: flex;
	justify-content: space-between;
}

.pushlist li {
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	width: 49.5%;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #fff;
}
.pushlist .ph {
	position: relative;
	margin-bottom: 5px;
}
.pushlist .new {
	position: absolute;
	width: 60px;
	top:-5px;
	left: -5px;
	z-index: 1;
}

.pushlist .tagbox {
	position: absolute;
	width: 90%;
	bottom:5px;
	left: 50%;
	transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
}
.pushlist .catch {
	font-weight: bold;
	margin-bottom: 2px;
}
.pushlist .name {
	font-size: 2.2rem;
	font-weight: bold;
}
.pushlist .name span {
	font-size: 1.5rem;
}
.pushlist .size {
	font-size: 1.5rem;
	margin-bottom: 2px;
}


@media screen and (max-width: 1200px) {
	
.top02 {
	background: url("../../images/top/top02.jpg") no-repeat right top;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	padding: 20px 0 60px 0;
}

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

.top02 h2,
.top05 h2 {
	font-size: 3rem;
	padding: 0;
	margin: 0;
}
.top02 h2 .H2main,
.top05 h2 .H2main{
	margin-right: 10px;
}
.top02 h2 .H2sub,
.top05 h2 .H2sub {
	font-size: 1.3rem;
}

.toppickup {
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.toppickup .ph {
	width: auto;
}
.toppickup .txtbox {
	width: auto;
	line-height: 1.4;
}
.toppickup .ph {
	position: relative;
	margin-bottom: 10px;
}
.toppickup .new {
	position: absolute;
	width: 70px;
	top:-5px;
	left: -5px;
	z-index: 1;
}

.tagbox {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.tagbox li {
	width: 100% !important;
	margin: 0 2px 0 2px !important;
	color:#fff;
	text-align: center;
	font-size: 1.3rem !important;
	padding: 2px !important;
	box-sizing: border-box !important;
	font-weight: bold !important;
}


.toppickup .txtbox .name {
	font-size: 2rem;
	font-weight: bold;
}
.toppickup .txtbox .name span {
	font-size: 1.6rem;
}
.toppickup .txtbox .size {
	font-size: 1.4rem;
	margin-bottom: 2px;
}
.toppickup .txtbox .catch {
	font-weight: bold;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 2px;
}
.toppickup .txtbox .comment {
	font-size: 1.2rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


.pushlist {
	display: flex;
	justify-content: space-between;
}

.pushlist li {
	
	padding: 5px;
	width: 49.5%;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
}
.pushlist .ph {
	position: relative;
	margin-bottom: 5px;
}
.pushlist .new {
	position: absolute;
	width: 40px;
	top:-3px;
	left: -3px;
	z-index: 1;
}

.pushlist .tagbox {
	position: absolute;
	width: 95%;
	bottom:0px;
	left: 50%;
	transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
}
.pushlist .tagbox li{
	font-size: 1rem !important;
	margin: 0 1px 0 1px !important;

}
.pushlist .catch {
	margin-bottom: 2px;
	font-size: 1.5rem;
}
.pushlist .name {
	font-size: 1.5rem;
	font-weight: bold;
}
.pushlist .name span {
	font-size: 1rem;
}
.pushlist .size {
	font-size: 1.2rem;
	margin-bottom: 2px;
}
	
}


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


.castlist {
	display: flex;
	flex-wrap: wrap;
	
}
.castlist li,
.slider03 li {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(220, 220, 220, 1));
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
	width: 24.6%;
	margin: 0 2px 0 2px;
	margin-bottom: 15px;
}

.castlist .ph,
.slider03 .ph {
	position: relative;
	margin-bottom: 5px;
}
.castlist .new,
.slider03 .new {
	position: absolute;
	width: 60px;
	top:-5px;
	left: -5px;
	z-index: 1;
}
.castlist .tagbox,
.slider03 .tagbox {
	position: absolute;
	width: 90%;
	bottom:5px;
	left: 50%;
	transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
}

.castlist .catch,
.slider03 .catch {
	font-weight: bold;
	margin-bottom: 2px;
}
.castlist .name,
.slider03 .name {
	font-size: 2.2rem;
	font-weight: bold;
}
.castlist .name span,
.slider03 .name span {
	font-size: 1.5rem;
}
.castlist .size,
.slider03 .size {
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.schtime {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	text-align: center;
	font-size:1.4rem;
	padding: 5px;
	border: 1px solid #222;
}

@media screen and (max-width: 1200px) {
	
/* --------------------------　top03　-------------------------- */
	
	
.slider03 {
	width: 70%;
		padding: 0 !important;
		margin: auto !important;
	
}


.castlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.castlist li,
.slider03 li {
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
	width: 49.5%;
	margin: 0 0px 0 0px;
	margin-bottom: 10px;
}


.castlist .ph,
.slider03 .ph {
	position: relative;
	margin-bottom: 5px;
}
.castlist .new,
.slider03 .new {
	position: absolute;
	width: 50px;
	top:-5px;
	left: -5px;
	z-index: 1;
}
.castlist .tagbox,
.slider03 .tagbox {
	position: absolute;
	width: 90%;
	bottom:5px;
	left: 50%;
	transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
	width: 95% !important;
	bottom:0;
}
.castlist .tagbox li,
.slider03 .tagbox li {
	font-size: 1rem !important;
	font-weight: bold;
	margin: 0 !important;
	width: 50%;
}

.castlist .catch,
.slider03 .catch {
	margin-bottom: 2px;
	font-size: 1.4rem;
}
.castlist .name,
.slider03 .name {
	font-size: 1.6rem;
	font-weight: bold;
}
.castlist .name span,
.slider03 .name span {
	font-size: 1.2rem;
}
.castlist .size,
.slider03 .size {
	font-size: 1.2rem;
	margin-bottom: 4px;
}

.schtime {

	font-size:1.2rem;
	padding: 2px;
}

}







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

.top04 {
	background: url("../../images/top/top04.jpg") no-repeat right top;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 40px 0 60px 0;
}

.rankinglist {
	display: flex;
	justify-content: space-between;
}

.rankinglist li {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1));
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
	width: 19.5%;
	margin-bottom: 15px;
	margin: 0 2px 0 2px;
	border: 1px solid #fff;
}


.rankinglist .ph {
	position: relative;
	margin-bottom: 5px;
}
.rankinglist .new {
	position: absolute;
	width: 50px;
	top:-5px;
	left: -5px;
	z-index: 1;
}
.rankinglist .rank {
	position: absolute;
	width: 70px;
	top:-25px;
	right: -5px;
	z-index: 1;
}
.rankinglist .tagbox {
	position: absolute;
	width: 90%;
	bottom:5px;
	left: 50%;
	transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
}

.rankinglist .tagbox li {
	font-size: 1rem !important;
}

.rankinglist .catch {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1.4rem;
}
.rankinglist .name {
	font-size: 2rem;
	font-weight: bold;
}
.rankinglist .name span {
	font-size: 1.4rem;
}
.rankinglist .size {
	font-size: 1.3rem;
	margin-bottom: 4px;
}


/* 019 */
.morelink a {
    background-image: linear-gradient(141deg, rgba(20, 20, 20, 1), rgba(0, 0, 0, 1));
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto 0;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 300;
	font-size: 1.6rem;
	border: 1px solid #b39c77;
	display: flex;
  justify-content: center;
 
	
}
.morelink a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #b39c77;
  border-right: solid 2px #b39c77;
  transform: translateY(-50%) rotate(45deg);
}
.morelink a:hover {
 
}
.morelink a:hover:after {
  right: 1.4rem;
}
.morelink i {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
	
/* --------------------------　top04　-------------------------- */
	
.top04 {
	background: url("../../images/top/top04.jpg") no-repeat right top;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 20px 0 30px 0;
}

.rankinglist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rankinglist li {
	
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
	width: 49%;
	margin: 0 0px 0 0px;
	margin-bottom: 10px;
}


.rankinglist .ph {
	position: relative;
	margin-bottom: 5px;
}
.rankinglist .new {
	position: absolute;
	width: 40px;
	top:-5px;
	left: -5px;
	z-index: 1;
}
.rankinglist .rank {
	position: absolute;
	width: 50px;
	top:-10px;
	right: -5px;
	z-index: 1;
}
.rankinglist .tagbox {
	position: absolute;
	width: 95%;
	bottom:5px;
	left: 50%;
	transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
}

.rankinglist .tagbox li {
	width: 50% !important;
	font-size: 1rem !important;
	margin: 0 !important;
}

.rankinglist .catch {
	margin-bottom: 2px;
	font-size: 1.4rem;
}
.rankinglist .name {
	font-size: 1.5rem;
	font-weight: bold;
}
.rankinglist .name span {
	font-size: 1.2rem;
}
.rankinglist .size {
	font-size: 1.1rem;
	margin-bottom: 4px;
}


/* 019 */
.morelink a {
    background-image: linear-gradient(141deg, rgba(20, 20, 20, 1), rgba(0, 0, 0, 1));
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto 0;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	font-size: 1.4rem;
	border: 1px solid #896a33;
	text-align: center !important;
	display: flex;
  justify-content: center;
 
}
.morelink a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.morelink a:hover {
 
}
.morelink a:hover:after {
  right: 1.4rem;
}
	

	
}



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


.top05 {
	background: #fff;
	padding: 40px 0 60px 0;
}


.infobox {
	display: flex;
	justify-content: space-between;
}

.infoitem {
	width: 49%;
}

.infobox .news {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(220, 220, 220, 0.5));
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
}

.infobox iframe {
	width: 100%;
	height:340px;
}


.infobox .banner {
	width: 42%;
}
.infobox .date {
	font-size:1.6rem;
	padding: 2px 10px;
	margin-bottom: 10px;
	border: 1px solid #222;
	box-sizing: border-box;
}
.infobox p {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.6;
}
.infobox .inner {
	overflow:auto;
	width:auto;
	height:340px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.banner img {
	margin-bottom: 5px;
}

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



.top05 {
	background: #fff;
	padding: 0px 0 30px 0;
}


.infobox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.infoitem {
	width: auto;
	margin-bottom: 15px;
}

.infobox .news {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(220, 220, 220, 0.5));
	background-size: cover;
	padding: 10px;
	box-sizing: border-box;
}

.infobox iframe {
	width: 100%;
	height:340px;
}


.infobox .banner {
	width: 42%;
}
.infobox .date {
	font-size:1.4rem;
	padding: 2px 10px;
	margin-bottom: 10px;
	border: 1px solid #222;
	box-sizing: border-box;
}
.infobox p {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.6;
	font-size:1.4rem;
}
.infobox .inner {
	overflow:auto;
	width:auto;
	height:340px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.banner img {
	margin-bottom: 5px;
}

	
}


.top06 {
	padding: 20px 0;
	border-top: 1px solid #b9b9b9;
}







.movie {
	
}
.movie__video {
	object-fit: cover;
	height: 800px;
	width: 100%;
}

.indexfv {
	position: relative;
	height: 800px;
	margin-bottom: 100px;
}

.indexlogo {
	position: absolute;
	top:0;
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 400px;
}


.index-content .ctabox {
	display: flex;
	justify-content: center;
     position: absolute;
	 bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.index-content .morelink {
	width: 300px;
	margin: 0 5px;
}

.index-top {
	 position: absolute;
	 top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.index-top h1 {
	text-align: center;
}
.kin {
	text-align: center !important;
}





@media screen and (max-width: 1200px) {
	
.movie {
	
}
.movie__video {
	object-fit: cover;
	height: 500px;
	width: 100%;
}


.indexfv {
	position: relative;
	height: 500px;
	margin-bottom: 0px;
}


.indexlogo {
	position: absolute;
	top:0;
	position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 150px;
}


.index-content .ctabox {
	display: flex;
	justify-content: center;
     position: absolute;
	 bottom: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 80%;
}

.index-content .morelink {

	margin: 0 5px;
}

.index-top {
	 position: absolute;
	 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 80%;
}

.index-top h1 {
	text-align: center;
	font-size: 1.4rem;
	width: 100% !important;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
.kin {
	text-align: center !important;
	font-size: 1.2rem;
	width: 100%;
	line-height: 1.7;
}

	
	
.index-content .ctabox {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.index-content .morelink {
	width: auto;
	margin: 0 5px;
}	
	

}