@charset "UTF-8";
.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "HISTORY HISTORY HISTORY HISTORY HISTORY ";
  animation: ticker 175s linear infinite;
}
@media (min-width: 769px) {
  .subpage-ttl .ttl .main {
    line-height: 1;
  }
}

.select-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #ADB1B9;
  border-radius: 5px;
  background: #F5F5F5;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin-bottom: 80px;
}
.select-wrap::before {
  pointer-events: none;
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #002AF1;
  border-left: 1px solid #ADB1B9;
}
.select-wrap::after {
  content: "";
  background: #fff;
  -webkit-mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
  mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
  width: 8px;
  height: 12px;
  display: block;
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}
.select-wrap select {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 75px 0 15px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .select-wrap select {
    font-size: 16px;
    padding-left: 20px;
  }
}

.info-warp {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .info-warp {
    margin-bottom: 50px;
  }
}
.info-warp .info-list {
  border: 1px solid #ADB1B9;
  border-top: none;
}
.info-warp .info-list .bundle {
  display: flex;
  font-size: 14px;
  border-top: 1px solid #ADB1B9;
}
@media (min-width: 769px) {
  .info-warp .info-list .bundle {
    font-size: 16px;
  }
}
.info-warp .info-list dt {
  background: #F5F5F5;
  width: 78px;
  padding-left: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-right: 1px solid #ADB1B9;
}
@media (min-width: 769px) {
  .info-warp .info-list dt {
    width: 158px;
    padding-left: 20px;
  }
}
.info-warp .info-list dd {
  flex: 1;
  padding: 14px 15px;
  line-height: 1.71428571;
}
@media (min-width: 769px) {
  .info-warp .info-list dd {
    padding: 12px 20px;
  }
}
.info-warp .info-list .row2 {
  padding: 0;
}
.info-warp .info-list .row2 .row {
  padding: 14px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 27px;
}
.info-warp .info-list .row2 .row:not(:first-child) {
  border-top: 1px solid #ADB1B9;
}
@media (min-width: 769px) {
  .info-warp .info-list .row2 .ttl {
    min-width: 5em;
  }
}

.text-box .text-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .text-box .text-ttl {
    font-size: 20px;
  }
}
.text-box .text {
  font-size: 14px;
  line-height: 1.71428571;
}
@media (min-width: 769px) {
  .text-box .text {
    font-size: 16px;
    line-height: 2;
  }
}

.cmn-history-btn {
  margin-top: 40px;
}
.cmn-history-btn a {
  position: relative;
  border: 1px solid #002AF1;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .cmn-history-btn a {
    font-size: 16px;
  }
}
.cmn-history-btn a::after {
  content: "";
  background: #002AF1;
  -webkit-mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
  mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .cmn-history-btn a:hover {
    background: #002AF1;
    color: #fff;
  }
  .cmn-history-btn a:hover::after {
    background: #fff;
  }
}

.photo-area {
  margin-top: 60px;
}
.photo-area .col2-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}
@media (min-width: 769px) {
  .photo-area .col2-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 12.5%;
  }
}
.photo-area .box-ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .photo-area .box-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.photo-area .photo-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 769px) {
  .photo-area .photo-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 12.5%;
  }
}
.photo-area .photo-list figcaption {
  display: block;
  font-size: 11px;
  line-height: 1.45454545;
  text-align: center;
  margin-top: 9px;
}
@media (min-width: 769px) {
  .photo-area .photo-list figcaption {
    font-size: 12px;
  }
}
.photo-area [data-pc-col="3"] {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .photo-area [data-pc-col="3"] {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 9.8%;
  }
  .photo-area [data-pc-col="3"] figcaption {
    font-size: 11px;
  }
}

/* === 歴代優勝選手ページ
==================================== */
.page-history-winner .winner-list .list-item {
  padding: 8px 0;
  border-bottom: 1px solid #C1C4CA;
}
@media (min-width: 769px) {
  .page-history-winner .winner-list .list-item {
    padding: 0;
  }
}
.page-history-winner .winner-list .front-item {
  position: relative;
  width: 100%;
  padding-right: 22px;
}
.page-history-winner .winner-list .front-item::after {
  content: "";
  background: #002AF1;
  -webkit-mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
  mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}
.page-history-winner .winner-list .no-modal {
  pointer-events: none;
}
.page-history-winner .winner-list .no-modal::after {
  display: none;
}
.page-history-winner .winner-list .front-item-in {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 769px) {
  .page-history-winner .winner-list .front-item-in {
    gap: 30px;
  }
}
.page-history-winner .winner-list .front-item-in .thumbnail {
  aspect-ratio: 1/1;
  width: 110px;
}
@media (min-width: 769px) {
  .page-history-winner .winner-list .front-item-in .thumbnail {
    width: 120px;
  }
}
.page-history-winner .winner-list .front-item-in .text-area {
  flex: 1;
}
.page-history-winner .winner-list .front-item-in .name {
  padding-left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 1em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .page-history-winner .winner-list .front-item-in .name {
    font-size: 16px;
  }
}
.page-history-winner .winner-list .front-item-in .year {
  margin-top: 8px;
  font-size: 11px;
}
@media (min-width: 769px) {
  .page-history-winner .winner-list .front-item-in .year {
    margin-top: 11px;
    font-size: 14px;
  }
}
.page-history-winner .modal-item {
  position: relative;
  margin: 0 auto;
}
.page-history-winner .modal-item .modal-item-in {
  position: fixed;
  right: 50%;
  bottom: 50%;
  width: calc(100% - 40px);
  max-width: 1118px;
  max-height: calc(100% - 100px);
  transform: translate(50%, 50%);
  overflow-y: auto;
  background: #fff;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .page-history-winner .modal-item .modal-item-in {
    width: calc(100% - 80px - 8.78477306vw);
    max-height: calc(100% - 130px);
    padding: min(4.39238653vw, 60px) min(5.8565153734vw, 80px);
  }
}
.page-history-winner .modal-item .item-body {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .page-history-winner .modal-item .item-body {
    display: flex;
    gap: 0 60px;
    margin-top: 35px;
  }
}
.page-history-winner .modal-item .name {
  padding-left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .page-history-winner .modal-item .name {
    font-size: 30px;
  }
}
.page-history-winner .modal-item .thumbnail {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .page-history-winner .modal-item .thumbnail {
    width: 200px;
  }
}
.page-history-winner .modal-item .detail {
  font-size: 13px;
  line-height: 1.69230769;
}
@media (min-width: 769px) {
  .page-history-winner .modal-item .detail {
    flex: 1;
    font-size: 14px;
  }
  .page-history-winner .modal-item .detail .text {
    line-height: 2;
    margin-top: -7px;
  }
}
.page-history-winner .modal-item .player-info {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .page-history-winner .modal-item .player-info {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .page-history-winner .modal-item .player-info {
    display: flex;
    gap: 8%;
  }
}
.page-history-winner .modal-item .b-ttl {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #D7DBE3;
  margin-bottom: 18px;
}
.page-history-winner .modal-item .player-career {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .page-history-winner .modal-item .player-career {
    margin-top: 0;
    width: 42%;
  }
}
.page-history-winner .modal-item .player-profile {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .page-history-winner .modal-item .player-profile {
    margin-top: 0;
    width: 50%;
  }
}
.page-history-winner .modal-item .player-profile dl .bundle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D7DBE3;
}
@media (min-width: 769px) {
  .page-history-winner .modal-item .player-profile dl .bundle {
    font-size: 14px;
  }
}
.page-history-winner .modal-item .player-profile dl .bundle:not(:last-child) {
  margin-bottom: 18px;
}
.page-history-winner .modal-item .player-profile dl dt {
  width: 120px;
  font-weight: 400;
}
.page-history-winner .modal-item .player-profile dl dd {
  width: calc(100% - 120px);
}
.page-history-winner .mfp-wrap {
  opacity: 0;
  transition: opacity 0.4s;
}
.page-history-winner .mfp-wrap.mfp-ready {
  opacity: 1;
}
.page-history-winner .mfp-bg {
  background: #000;
}
.page-history-winner .mfp-container {
  padding: 0;
}
.page-history-winner .mfp-container .mfp-content {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .page-history-winner .mfp-container .mfp-content {
    padding: 0;
  }
}
.page-history-winner .mfp-container .mfp-close {
  z-index: 999;
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../images/common/icon-close.svg) center/100% no-repeat;
}
@media (min-width: 769px) {
  .page-history-winner .mfp-container .mfp-close {
    width: 40px;
    height: 40px;
    top: 0px;
    right: -2.9282576867vw;
    transform: translateX(100%);
  }
}
/*# sourceMappingURL=map/history.css.map */