@charset "utf-8";

.ladies-backnumber .panel {
  background-position: center;
}

.ladies-backnumber .panel#vl2019 {
  background-position: left center;
}

.ladies-backnumber .panel#vl2015 {
  background-position: right center;
}

.group-photo {
  width: 26%;
  margin: 0 auto 50px auto;
}

.group-photo img {
  display: block;
  max-width: 100%;
}

.ladies-history {
  padding: 50px 0;
}

.ladies-archive {
  padding: 0;
}

.ladies-archive-inner {
  padding: 40px 0;
}

.ladies-archive-inner > div:nth-of-type(n + 4) {
  margin-top: 30px;
}

.ladies-archive-inner a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.ladies-archive-inner a img {
  display: block;
  max-width: 100%;
}

.ladies-title {
  position: relative;
  font-size: 2rem;
}

.ladies-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8rem;
  height: 3px;
  background: #fcc900;
}

.ladies-history .col-sm-24 > p span,
.ladies-archive p span {
  display: block;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
}

.ladies-history-chart th {
  position: relative;
  width: 26%;
  padding: 0 10px 40px 10px;
  vertical-align: text-bottom;
  font-size: 1.6rem;
  color: #696969;
  border-right: 1px solid #ccc;
}

.ladies-history-year {
  position: relative;
  z-index: -1;
  display: inline-block;
  margin-right: 14px;
  font-size: 5.4rem;
  font-weight: bold;
  color: #696969;
}

.ladies-history-year::before {
  position: absolute;
  right: -10px;
  bottom: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
}

.ladies-history-year::after {
  position: absolute;
  right: -23px;
  bottom: 16px;
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #696969;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.reiwa {
  position: absolute;
  display: inline-block;
  width: 100px;
  bottom: 44px;
}

.ladies-history-chart td {
  padding: 10px 0 40px 40px;
  font-size: 1.8rem;
}

/*		.ladies-history-month {
			display: inline-block;
			width: 60px;
			color: #696969;
		}*/

.ladies-rank-inner {
  margin-bottom: 50px;
}

.ladies-rank-box {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  padding: 0;
  margin: 0;
  height: 100%;
  list-style-type: none;
}

.ladies-rank-box li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ladies-rank-box li:nth-child(n + 2) {
  margin-top: 40px;
}

.ladies-rank {
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
  font-size: 2.4rem;
}

.ladies-rank-bg {
  display: inline-block;
  width: 120px;
  background: linear-gradient(180deg, transparent 66%, rgba(252, 192, 0, 0.6) 66%, rgba(252, 192, 0, 0.6) 100%);
}

.ladies-rank-bg span {
  display: inline-block;
  padding: 0 8px;
  font-size: 3.2rem;
  line-height: 0.2rem;
}

.ladies-rank-bg span.font-l {
  padding: 0;
  font-size: 4.6rem;
}

.ladies-taikai {
  font-size: 1.8rem;
  font-weight: bold;
}

.ladies-rank-box02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  list-style-type: none;
}

.ladies-rank-box02 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ladies-taikai02 {
  position: relative;
  width: 60%;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.ladies-taikai02::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  height: 1.8rem;
  width: 4px;
  background: rgba(252, 192, 0, 1);
}

.ladies-rank02 {
  width: 20%;
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
  font-size: 3.2rem;
  background: linear-gradient(180deg, transparent 66%, rgba(252, 192, 0, 0.6) 66%, rgba(252, 192, 0, 0.6) 100%);
}

.ladies-rank02 span {
  display: inline-block;
  padding: 0 8px;
  font-size: 4.6rem;
  line-height: 0.2rem;
}

.ladies-rank02 span:first-of-type,
.ladies-rank02 span:last-of-type {
  padding: 0;
  font-size: 2.4rem;
}

.ladies-history-month dt {
  float: left;
  width: 40px;
  text-align: right;
  font-weight: normal;
}

.ladies-history-month dd {
  margin-left: 60px;
}

/*案01・03パターン*/
.thanks {
  padding: 60px 0 30px;
}

.bg-area {
  display: flex;
  justify-content: center;
}

.bg-area img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ladies-instagram a {
  background: #193076;
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  /*background: linear-gradient(120deg,#4C64D3,#CF2E92,#F26939,#FFDD83);*/
}

.ladies-instagram a > span {
  position: relative;
  display: block;
  margin: 0 auto;
}

.ladies-instagram a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ladies-instagram-icon {
  position: relative;
  color: #193076;
  padding-right: 20px;
}
