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


.top01 {
	margin-bottom: 0px;
}

.sliderbox {
	padding-bottom: 20px;
}

.slider img {
	border: 6px solid #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
	
.top01 {
	margin-bottom: 10px;
}
	
.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/bg-top.png") no-repeat right top;
	background-size: 565px 270px;
	background-color:rgba(255,255,255,0.5);
	padding: 20px 40px 40px 40px;
	box-sizing: border-box;
	margin-bottom: 30px;
}


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

.top02 h2 {
	font-size: 4rem;
	padding: 0;
	margin: 0;
}
.top02 h2 .H2main {
	background: -webkit-linear-gradient(0deg, #02c1ad, #4bbdd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-right: 10px;
}
.top02 h2 .H2sub {
	font-size: 1.6rem;
}

.toppickup {
	background: url("../../images/top/pickupbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.toppickup .ph {
	width: 58%;
}
.toppickup .txtbox {
	width: 40%;
	color:#fff;
	line-height: 1.4;
}
.toppickup .ph {
	position: relative;
}
.toppickup .new {
	position: absolute;
	width: 70px;
	top:-10px;
	left: -10px;
	z-index: 1;
}

.tagbox {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.tagbox li {
	width: 49% !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-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold !important;
}

.tag01 {
	background: #fa398b !important;
}
.tag02 {
	background: #fdb405 !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: 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: 13;
    overflow: hidden;
}


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

.pushlist li {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(176, 228, 243, 1));
	padding: 10px;
	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: 60px;
	top:-10px;
	left: -10px;
	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 {
	color:#19bec8;
	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;
}
.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/bg-top.png") no-repeat right top;
	background-size: 300px 143px;
	background-color:rgba(255,255,255,0.5);
	padding: 10px 10px 20px 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}


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

.top02 h2 {
	font-size: 2.5rem;
	padding: 0;
	margin: 0;
}
.top02 h2 .H2main {
	background: -webkit-linear-gradient(0deg, #02c1ad, #4bbdd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-right: 10px;
}
.top02 h2 .H2sub {
	font-size: 1.3rem;
}

.toppickup {
	background: url("../../images/top/pickupbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

.tagbox {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.tagbox li {
	width: 49% !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-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	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 {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(176, 228, 243, 1));
	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:-16px;
	left: -16px;
	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 {
	color:#19bec8;
	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;
	font-size: 1.5rem;
}
.pushlist .name {
	font-size: 1.6rem;
	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(176, 228, 243, 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:-10px;
	left: -10px;
	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 {
	color:#19bec8;
	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;
}
.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: 4px;
}

.schtime {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	background-image: linear-gradient(141deg, rgba(1, 208, 179, 1), rgba(66, 130, 227, 1));
	text-align: center;
	color:#fff;
	font-size:1.4rem;
	padding: 2px;
}

@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 {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(176, 228, 243, 1));
	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:-10px;
	left: -10px;
	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 {
	color:#19bec8;
	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;
	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-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	background-image: linear-gradient(141deg, rgba(1, 208, 179, 1), rgba(66, 130, 227, 1));
	text-align: center;
	color:#fff;
	font-size:1.2rem;
	padding: 2px;
}

}







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

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

.rankinglist li {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(176, 228, 243, 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;
}


.rankinglist .ph {
	position: relative;
	margin-bottom: 5px;
}
.rankinglist .new {
	position: absolute;
	width: 50px;
	top:-10px;
	left: -10px;
	z-index: 1;
}
.rankinglist .rank {
	position: absolute;
	width: 60px;
	top:-15px;
	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 {
	color:#19bec8;
	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;
	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(149, 216, 222, 1), rgba(75, 189, 209, 1));
    border-radius: 3px;
    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: bold;
	font-size: 1.8rem;
	
}
.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;
}


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

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

.rankinglist li {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(176, 228, 243, 1));
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: center;
	width: 49.5%;
	margin: 0 0px 0 0px;
	margin-bottom: 10px;
}


.rankinglist .ph {
	position: relative;
	margin-bottom: 5px;
}
.rankinglist .new {
	position: absolute;
	width: 40px;
	top:-10px;
	left: -10px;
	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 {
	color:#19bec8;
	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;
	font-size: 1.4rem;
}
.rankinglist .name {
	font-size: 1.6rem;
	font-weight: bold;
}
.rankinglist .name span {
	font-size: 1.2rem;
}
.rankinglist .size {
	font-size: 1.2rem;
	margin-bottom: 4px;
}


/* 019 */
.morelink a {
    background-image: linear-gradient(141deg, rgba(149, 216, 222, 1), rgba(75, 189, 209, 1));
    border-radius: 3px;
    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.6rem;
	
}
.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　-------------------------- */


.infobox {
	display: flex;
	justify-content: space-between;
}
.infobox .news {
	width: 56%;
	background: url("../../images/top/newsbg.png") no-repeat top center;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
}
.infobox .banner {
	width: 42%;
}
.infobox .date {
	background-image: linear-gradient(141deg, rgba(1, 208, 179, 1), rgba(66, 130, 227, 1));
	color:#fff;
	font-size:1.6rem;
	padding: 2px 15px;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
}
.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: 0 10px 0 0px;
	box-sizing: border-box;
}
.banner img {
	margin-bottom: 5px;
}

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


.infobox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.infobox .news {
	width: auto;
	background: url("../../images/top/newsbg.png") no-repeat top center;
	background-size: cover;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.infobox .banner {
	width: auto;
}
.infobox .date {
	background-image: linear-gradient(141deg, rgba(1, 208, 179, 1), rgba(66, 130, 227, 1));
	color:#fff;
	font-size:1.5rem;
	padding: 2px 15px;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
}
.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:300px;
	padding: 0 10px 0 0px;
	box-sizing: border-box;
}
.banner img {
	margin-bottom: 5px;
}

	
}



