@charset "UTF-8";

.corpWrapper h3.caption {
  margin-top: 25px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  font-size: 138%;
  font-weight: bold;
}
.corpWrapper h3.caption:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #b50081;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table p {
	font-size: 93%;
	margin-bottom: 4px;
}
.table .twrap {
	overflow: auto;
}
.table table {
	width: 100%;
	min-width: 750px;
	table-layout: fixed;
	height: 290px;
}
.table thead td,
.table th {
	background: #e6e6e6;
}
.table thead tr > * {
	height: 50px;
	vertical-align: middle;
}
.table thead th {
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	background: #333;
	text-align: center;
}
.table thead th + th {
	border-left: 1px solid #fff;
}
.table tbody tr > * {
	line-height: 14px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.table tbody th {
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}
.table tbody td {
	font-size: 93%;
	text-align: right;
	padding-right: 9px;
}
.table tbody td + td {
	border-left: 1px solid #d5d5d5;
}
.table tbody td:last-child {
	border-left-color: #000;
	border-right: 1px solid #d5d5d5;
}
.table tbody tr:nth-child(odd) th + th,
.table tbody tr:nth-child(odd) td {
	background: #fdeef9;
}
.table tbody tr:nth-child(odd) th + th {
	background: #fedff6;
}

@media (min-width:769px){
	.table thead th {
		width: 50px;
	}
	.table tbody td {
		height: 30px;
	}
	.thumbnail-item:nth-child(n+9) {
		margin-top: 10px;
	}
	.thumbnail-item:nth-child(8n+1) {
		margin-left: 0;
	}
}
@media (max-width:768px){
	.corpWrapper h3.caption {
	  margin-top: 25px;
	  margin-bottom: 10px;
	  font-size: 123%;
	}
	.corpWrapper h3.caption:before {
	  width: 10px;
	  height: 10px;
	  left: -15px;
	}
}


#thumbnail-list:after,
#thumbnail-list2:after {
	content: "";
	display: block;
	clear: both;
}

.thumbnail-item {
  box-sizing: border-box;
  float: left;
  display: block;
  max-width: 85px;
  height: 38px;
  padding: 0.6em 1%;
  margin-left: 10px;
  font-size: 108%;
  font-weight: bold;
  background-color: #e6e6e6;
  color: #b50081;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: calc((100%/8) - 9px) !important;
}
@media(max-width:1030px){
  .thumbnail-item { 
    font-size: 98%;
    height: 33px;
  }
}
.thumbnail-item:first-child{
  margin-left:0;
}

.thumbnail-item.thumbnail-current,
.thumbnail-item:hover {
  background-color: #b50081;
  color: #fff;
}

.pink-line,.mv-tit {
	background: #b50081;
	padding: 10px 20px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 124%;
	margin: 15px 0 25px -20px;
	position: relative;
}
.year-tit {
	border: 1px solid #d5d5d5;
	position: relative;
	font-weight: bold;
	height: 40px;
	font-size: 123%;
	line-height: 40px;
	padding-left: 20px;
	margin: 20px 0 7px;
}
.year-tit:before {
    content: "";
    display: inline-block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid #b50081;
    position: absolute;
    left: 6px;
    top: 16px;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
.arrow:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto 0;
}
.arrow span:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 2px;
    margin: auto 0;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.arrow.change span:before {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 3px;
}
#slider {
	margin-bottom: 40px;
}
.corpInner .slick-prev.slick-arrow::before, 
.corpInner .slick-next.slick-arrow::before {
    content: "";
    display: block;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #b50081;
}
.corpInner .slick-prev.slick-arrow::after, 
.corpInner .slick-next.slick-arrow::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 13px;
    height: 13px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
}
.corpInner .slick-next.slick-arrow::after {
    right: 35%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corpInner .slick-prev.slick-arrow::after {
    left: 35%;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.slick-prev, .slick-next {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	top: 56%;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}




@media (max-width: 768px) {
	.year-tit {
	    font-size: 14px;
	    height: 50px;
	    line-height: 50px;
	    margin-top: 15px;
	}
	.year-tit:before {
		top: 22px;
	}
	.thumbnail-item {
	    font-size: 75%;
	    width: calc((100%/5) - 4px) !important;
	    height: 24px;
	    max-width: 100%;
	    margin-left: 5px;
	}
	.thumbnail-item:nth-child(n+6) {
		margin-top: 5px;
	}
	.thumbnail-item:nth-child(5n+1) {
		margin-left: 0;
	}
	.pink-line, .mv-tit {
		margin-bottom: 15px;
	}
	.corpInner .slick-prev.slick-arrow::before, 
	.corpInner .slick-next.slick-arrow::before,
	.slick-prev, .slick-next {
		width: 20px;
		height: 20px;
	}
	.slick-next {
	    right: -20px;
	}
	.corpInner .slick-prev.slick-arrow::after, 
	.corpInner .slick-next.slick-arrow::after {
	    margin-top: -4px;
	    width: 6px;
	    height: 6px;
	    border-top: 2px solid #FFF;
	    border-right: 2px solid #FFF;
	}
	.slick-prev {
	    left: -20px;
	}
}
@media (max-width: 375px) { 
	.thumbnail-item {
	    font-size: 2.6vw;
	}
}


.month .corpWrapper h3.caption {
	margin-bottom: 20px;
}
.detail-2020 {
	margin-top: 10px;
}