@media screen and (min-width: 661px) {
  .hl-header-list__item:last-child .hl-header-list__link {
    position: relative;
    color: #F0047F;
  }

  .hl-header-list__item:last-child .hl-header-list__link::after {
    width: 100%;
  }
}

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

.archives-flex__txt-block {
  width: 52%;
  padding-top: 32px;
}

.archives-flex__img-block {
  width: 48%;
  padding: 0 8% 0 10%;
  box-sizing: border-box;
}

.archives-flex__ttl {
  color: #F0047F;
}

.archives-flex__ttl-date {
  font-size: 53px;
  font-family: 'DINNextLTPro-HeavyItalic';
  margin-right: 32px;
}

.archives-flex__ttl-day {
  font-size: 41px;
  padding-left: 8px;
  letter-spacing: .04em;
}

.archives-flex__ttl-name {
  font-size: 26px;
  font-weight: 300;
}

.archives-flex__txt {
  color: #F0047F;
  margin: 12px 0 40px;
  font-size: 16px;
}

.archives-list {
  display: flex;
  margin-top: 36px;
}

.archives-list__item {
  color: #F0047F;
  margin-right: 120px;
  font-size: 24px;
}

.archives-list__item:last-child {
  margin-right: 0;
}

.archives-list__link:link {
  color: #F0047F;
  text-decoration: none;
  transition: opacity .3s ease;
  display: inline-block;
  line-height: 1.3;
}

.archives-list__link:visited {
  color: #F0047F;
  text-decoration: none;
}

.archives-list__link:hover {
  color: #F0047F;
  text-decoration: none;
}

.archives-list__link:active {
  color: #F0047F;
  text-decoration: none;
}

.archives-list__year {
  font-size: 39px;
  color: #F0047F;
  font-family: 'DINNextLTPro-HeavyItalic';
  margin-right: 8px;
}

.archives-profile-sec {
  padding: 0 0 120px;
}

.archives-profile {
  padding: 200px 0 20px;
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.archives-profile.is-no-movie {
  padding: 80px 0 60px;
}

.archives-profile__txt-block {
  width: calc(50% - 15px);
}

.archives-profile__img-block {
  width: calc(50% - 15px);
  position: relative;
  z-index: 2;
}

.archives-profile__ttl {
  color: #fff;
  text-align: center;
  font-size: 39px;
}

.archives-profile__ttl01 {
  display: block;
  font-size: 31px;
}

.archives-profile__ttl02 {
  font-size: 27px;
}

.archives-profile__txt {
  margin-top: 48px;
  color: #fff;
  font-size: 16px;
}

.archives-profile__note {
  font-size: 14px;
}

.archives-profile-list {
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
}

.archives-btn-list {
  margin: 120px auto 0;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.archives-btn-list__item {
  width: 296px;
  height: 68px;
}

.archives-btn-list__link {
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  background-color: #F0047F;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.archives-btn-list__link::before {
  content: "";
  width: 110px;
  height: 110px;
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/bg_sakura.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 55px);
  left: -15px;
  transition: all .5s ease-out;
}

.archives-btn-list__link::after {
  content: "";
  width: 22px;
  height: 10px;
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/arrow_anchor.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transition: all .5s ease-out;
}

.archives-btn-list__link:link {
  color: #fff;
  text-decoration: none;
}

.archives-btn-list__link:visited {
  color: #fff;
  text-decoration: none;
}

.archives-btn-list__link:hover {
  color: #fff;
  text-decoration: none;
}

.archives-btn-list__link:active {
  color: #fff;
  text-decoration: none;
}

.gallery-sec {
  margin-top: 80px;
  padding: 80px 0 120px;
}

.gallery-sec__ttl {
  color: #F0047F;
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 60px;
  text-align: center;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.gallery-list__item {
  margin: 10px 10px 0 0;
  width: calc(20% - 8px);
}

.gallery-list__item:nth-child(5n) {
  margin-right: 0px;
}

.gallery-list__link {
  display: block;
  transition: opacity .3s ease;
}

.modaal-gallery-control {
  width: 40px;
  height: 40px;
  background-color: #F0047F;
}

.modaal-gallery-prev-inner {
  margin-right: -20px;
  top: calc(50% - 20px);
  right: 100%;
  left: auto;
  transform: translateY(0);
}

.modaal-gallery-next-inner {
  margin-left: -20px;
  top: calc(50% - 20px);
  left: 100%;
  transform: translateY(0);
}

.modaal-gallery-prev:before {
  margin: 4px 0 0;
}

.modaal-gallery-prev:after {
  margin: -4px 0 0;
}

.modaal-gallery-next:before {
  margin: -4px 0 0;
}

.modaal-gallery-next:after {
  margin: 4px 0 0;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  width: 2px;
  height: 12px;
  top: 14px;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 18px;
  right: auto;
}

.modaal-gallery-next:after,
.modaal-gallery-next:before {
  right: 18px;
  left: auto;
}

.modaal-image .modaal-container {
  width: 100%;
  max-width: 600px;
}

.modaal-gallery-item img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.modaal-container {
  background-color: transparent;
}

.modaal-close {
  display: none;
}

.report-sec {
  padding-top: 80px;
}
.report-list {
  display: flex;
  flex-wrap: wrap;
}

.report-list__item {
  margin: 30px 30px 0 0;
  width: calc(100% / 3 - 20px);
}

.report-list__item:nth-child(3n) {
  margin-right: 0px;
}

.report-list__link:link {
  text-decoration: none;
  transition: opacity .3s ease;
}

.report-list__link:visited {
  text-decoration: none;
}

.report-list__link:hover {
  text-decoration: none;
}

.report-list__link:active {
  text-decoration: none;
}

.report-list__date {
  font-family: 'DINNextLTPro-Regular';
  font-size: 20px;
  color: #F0047F;
  margin-top: 8px;
}

.report-list__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 8px;
  font-weight: 500;
  color: #000000;
}


.archives-video {
  max-width: 720px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-bottom: -85px;
  z-index: 10;
}

.archives-video .img-size {
  border-radius: 16px;
  cursor: pointer;
}

.archives-video iframe {
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 16px;
}

.archives-profile::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/archive/bg_sakura.svg');
  background-repeat: no-repeat;
  background-position: calc(50% - 220px) calc(100% + 48px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .35;
}

.is-archive-bg {
  position: relative;
}

.is-archive-bg::after {
  content: "";
  border-left: 615px solid transparent;
  border-bottom: 615px solid #FCCDE2;
  opacity: .4;
  position: absolute;
  right: 0;
  bottom: 0;
}

.modaal-video-wrap {
  max-width: 1300px;
  margin: auto;
  position: relative;
}

.modaal-video-wrap::before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: -40px;
  right: 10px;
  transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}
.modaal-video-wrap::after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: -40px;
  right: 10px;
  transform: rotate(-45deg);
  pointer-events: none;
  cursor: pointer;
}
.modaal-gallery-item-wrap {
  position: relative;
}

.modaal-content::before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: -40px;
  right: 10px;
  transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}

.modaal-content::after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: -40px;
  right: 10px;
  transform: rotate(-45deg);
  pointer-events: none;
  cursor: pointer;
}

.hl-news-ttl {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 60px;
  text-align: center;
  color: #F0047F;
  font-weight: normal;
}

.video {
  display: grid;
  gap: 30px;
  padding: 0 4%;
  margin-bottom: 50px;
}

.video__box {
  filter: drop-shadow(6px 6px 8px rgba(183, 86, 135, 0.2));
  border-radius: 20px;
  overflow: hidden;
}

.info-list__data.is-sponsorship {
  display: grid;
  gap: 16px;
}

@media screen and (max-width: 1140px) {
  .gallery-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .archives-profile {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 660px) {
  .archives-flex {
    flex-direction: column;
  }

  .archives-flex__txt-block {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .archives-flex__ttl-date {
    font-size: 48px;
    width: 100%;
  }

  .archives-flex__ttl-day {
    font-size: 32px;
  }

  .archives-flex__ttl-name {
    display: block;
    font-size: 20px;
  }

  .archives-flex__txt {
    margin: 16px 0 20px;
  }

  .archives-flex__img-block {
    width: 100%;
    max-width: 350px;
    margin: 40px auto 0;
    padding: 0;
  }

  .archives-list__item {
    margin-right: 24px;
    font-size: 14px;
  }

  .archives-list__year {
    font-size: 24px;
  }

  .archives-profile {
    padding: 100px 15px 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .archives-profile.is-no-movie {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .archives-profile__txt-block {
    width: 100%;
    margin-top: 24px;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }

  .archives-profile__img-block {
    max-width: 320px;
    width: auto;
    margin: 0 auto;
  }

  .archives-profile__ttl {
    font-size: 32px;
  }

  .archives-profile__ttl01 {
    font-size: 24px;
  }

  .archives-profile__ttl02 {
    font-size: 20px;
  }

  .archives-profile__txt {
    font-size: 14.5px;
    margin-top: 30px;
  }

  .is-archive-bg::after {
    border-left: 300px solid transparent;
    border-bottom: 300px solid #FCCDE2;
  }

  .archives-btn-list {
    width: 100%;
    flex-direction: column;
    margin-top: 24px;
  }

  .archives-btn-list__item {
    margin: 24px auto 0;
  }

  .gallery-sec {
    padding: 80px 15px 60px;
  }

  .gallery-sec__ttl {
    font-size: 32px;
    line-height: 1.3;
  }

  .gallery-list {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-list__item {
    margin: 10px 10px 0 0;
    width: calc(50% - 5px);
  }

  .gallery-list__item:nth-child(5n) {
    margin-right: 10px;
  }

  .gallery-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .report-list__item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .report-list__item:nth-child(3n) {
    margin-right: 20px;
  }

  .report-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .report-list__dat {
    font-size: 16px;
  }

  .report-list__txt {
    font-size: 14px;
  }

  .modaal-video-wrap {
    margin: auto 0;
  }

  .hl-news-ttl {
    line-height: 1;
    font-size: 40px;
  }
}

@media screen and (min-width: 661px) {

  .archives-btn-list__link:hover {
    background-color: #F767B4;
    transition: all .4s ease-out;
  }

  .archives-btn-list__link:hover::before {
    transform: rotate(45deg);
    transition: all .4s ease-out;
  }

  .archives-btn-list__link:hover::after {
    top: 50%;
    transition: all .4s ease-out;
  }

  .archives-list__link:hover {
    opacity: .7;
    transition: opacity .3s ease;
  }

  .report-list__link:hover {
    opacity: .7;
    transition: opacity .3s ease;
  }

  .gallery-list__link:hover {
    opacity: .7;
    transition: opacity .3s ease;
  }

  .video {
    max-width: 1500px;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto 90px;
    padding: 0 20px;
  }
}