.logo-slider__container {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}

.logo-slider__fixed {
  display: flex;
  align-items: center;
  gap: 8px 15px;
}

.logo-slider__fixed::after {
  content: '';
  display: block;
  width: 1px;
  height: 90px;
  background-color: #000;
}

.logo-slider__fixed-txt {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #000;
  line-height: 1.1;
  border: 1px solid #000;
  padding: 2px 10px;
}

.logo-slider {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 6px;
}

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

.top-page-list {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.top-page-list__item {
  margin: 0 12px;
  width: calc(25% - 24px);
  height: 200px;
  transition: all .3s ease-out;
  position: relative;
  background-color: #fff;
}

.top-page-list__item.is-disable .top-page-list__link {
  background-color: #FC5D9C;
  opacity: .75;
  pointer-events: none;
  cursor: default;
}

.top-page-list__item.is-disable::before {
  content: "ComingSoon";
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.top-page-list__link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 24px 12px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.top-page-list__link:link {
  text-decoration: none;
}

.top-page-list__link:visited {
  text-decoration: none;
}

.top-page-list__link:hover {
  text-decoration: none;
}

.top-page-list__link:active {
  text-decoration: none;
}

.top-page-list__link::before {
  content: "";
  width: 1000px;
  height: 500px;
  border-left: 500px solid transparent;
  border-bottom: 500px solid #fff;
  position: absolute;
  left: 0;
  top: -500px;
  transition: all .3s ease;
  z-index: 1;
}

.top-page-list__link::after {
  content: "";
  border-left: 16px solid transparent;
  border-bottom: 16px solid #F0047F;
  position: absolute;
  right: 16px;
  bottom: 16px;
  transition: all .4s ease;
  z-index: 2;
}

.top-page-list__ttl-e {
  font-family: 'DINNextLTPro-HeavyItalic';
  color: #F0047F;
  font-size: clamp(16px, 2.8vw, 32px);
  line-height: 1;
  transition: all .4s ease;
  position: relative;
  z-index: 3;
}

.top-page-list__ttl {
  color: #333333;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 8px;
  transition: all .4s ease;
  position: relative;
  z-index: 3;
  border-bottom: none;
}

.top-page-list__ttl.link-window::after {
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/icon_window_black.svg');
  top: 2px;
}

.top-page-box {
  text-align: center;
  margin-top: 60px;
  position: relative;
}

.top-page-box.is-disable::after {
  content: "ComingSoon";
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 34px;
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #FC5D9CBF;
  padding-left: 160px;
  width: 490px;
  height: 112px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
}

.top-page-box .top-page-box__btn {
  display: inline-grid;
  place-content: center;
  width: 490px;
  height: 112px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #f0047f;
  background-color: #fff;
  border: 4px solid #FC5D9C;
  transition: color .3s, background-color .3s;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.top-page-box.is-disable .top-page-box__btn {
  text-align: left;
  padding-right: 160px;
}

.top-page-box .top-page-box__btn::before {
  content: '';
  display: block;
  width: 32.65%;
  aspect-ratio: 149 / 141;
  background: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/bg_sakura.svg') no-repeat center / contain;
  rotate: 75deg;
  position: absolute;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
  opacity: 0.25;
  transition: opacity .3s;
}

.top-page-box .top-page-box__btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 23px;
  background-color: #f0047f;
  mask: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/arrow_btn_m.svg') no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 21px;
  translate: 0 -50%;
  transition: background-color .3s, right .3s;
}

.top-page-box .top-page-box__btn:hover {
  color: #fff;
  background-color: #F0047F;
  text-decoration: none;
}

.top-page-box .top-page-box__btn:hover::before {
  opacity: 0.75;
}

.top-page-box .top-page-box__btn:hover::after {
  background-color: #fff;
  right: 5px;
}

.top-page-box__txt {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #f0047f;
  margin-top: 10px;
}
.top-page-bnr {
  text-align: center;
  position: relative;
}
.top-page-bnr::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 490px;
  aspect-ratio: 490 /113;
  background: #b7b7b7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
}
.top-page-bnr a {
  transition: opacity .5s ease;
}
.top-page-bnr a:hover {
  opacity: .7;
}

.top-page-bnr img {
  max-width: 100%;
  height: auto;
}

.top-first-sec {
  padding: 70px 0 120px;
}

.overview-sec {
  background-color: #393F69;
  padding: 90px 0 110px;
  position: relative;
}

.overview-sec::after {
  content: "";
  border-left: 630px solid transparent;
  border-bottom: 630px solid #FCCDE2;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.overview-sec__flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.overview-sec__txt-block {
  width: calc(50% - 15px);
  padding-top: 20px;
}

.overview-sec__ttl-e {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 60px;
  color: #fff;
  opacity: .5;
  line-height: 1;
}

.overview-sec__ttl {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 68px;
}

.overview-sec__txt {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 24px;
  line-height: 1.8;
}

.overview-sec__img-block {
  width: calc(50% - 15px);
  padding-left: 10px;
  box-sizing: border-box;
}

.overview-sec__img-block .img-size {
  max-width: 484px;
}

.hamasaka-sec {
  position: relative;
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/top/bg_hamasaka02.png');
  background-size: 490px 650px;
  background-repeat: no-repeat;
  background-position: right top;
}

.overview-sec__logo {
  max-width: 348px;
  margin-top: 54px;
}

.overview-sec__link {
  display: block;
  transition: opacity .4s ease;
}

.hamasaka-sec::before {
  content: "";
  width: 100%;
  max-width: 708px;
  height: calc(100% + 59px);
  position: absolute;
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/top/bg_hamasaka.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: -59px;
  left: 0;
}

.hamasaka-sec__flex {
  display: flex;
  padding: 100px 0 115px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.hamasaka-sec__img-block {
  width: calc(50% - 15px);
}

.hamasaka-sec__img {
  max-width: 330px;
  margin: 42px 0 0 48px;
  padding: 0 15px;
}

.hamasaka-sec__txt-block {
  width: calc(50% - 15px);
}

.hamasaka-sec__ttl-e {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 60px;
  line-height: 1.3;
  color: #F0047F;
}

.hamasaka-sec__ttl {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-top: 54px;
}

.hamasaka-sec__txt {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  margin: 24px 0 54px;
}

.top-sec-flex {
  display: flex;
  flex-wrap: wrap;
}

.archive-sec {
  width: 100%;
  background-color: #F0047F;
}

.archive-sec__flex {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.archive-sec__txt-block {
  width: 350px;
}

.archive-sec__list-block {
  width: calc(100% - 380px);
}

.archive-sec__ttl-e {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 48px;
  color: #fff;
  line-height: 1.5;
}

.archive-sec__ttl {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}

.archive-sec__txt {
  font-size: 14px;
  color: #fff;
  margin: 24px 0 36px;
}

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

.archive-list__item {
  width: calc(50% - 15px);
  box-shadow: 7px 7px 18px rgba(0, 0, 0, .16);
}

.archive-list__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.archive-list__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(240, 4, 127, .2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .4s ease;
}

.archive-list__year {
  color: #fff;
  font-size: 52px;
  font-family: 'DINNextLTPro-HeavyItalic';
  position: absolute;
  bottom: 24px;
  right: 20px;
  z-index: 3;
}

.archive-list__name {
  color: #fff;
  font-size: 23px;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 3;
}

.archive-list__img {
  position: relative;
  overflow: hidden;
}

.archive-list__img .img-size {
  transition: transform .4s ease;
  position: relative;
}

.archive-list__img::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 250px;
  border-color: transparent transparent rgba(240, 4, 127, .33) transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.archive-list__img::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 184px 222px;
  border-color: transparent transparent rgba(240, 4, 127, .4) transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.x-sec {
  width: 50%;
  background-color: #000;
  padding: 15px 30px 30px;
  box-sizing: border-box;
}

.sns-sec__inr {
  display: flex;
}

.sns-sec__txt-block {
  width: 50%;
  padding-top: 35px;
}

.sns-sec__ttl-e {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 48px;
  color: #fff;
}

.sns-sec__ttl-e .is-small {
  font-size: 30px;
}

.sns-sec__ttl {
  font-size: 18px;
  color: #fff;
}

.sns-sec__list {
  font-size: 14px;
  color: #fff;
}

.sns-sec-list__link {
  color: #fff;
}

.sns-sec-list__link:link {
  color: #fff;
  text-decoration: underline;
}

.sns-sec-list__link:visited {
  color: #fff;
}

.sns-sec-list__link:hover {
  color: #fff;
}

.sns-sec-list__link:active {
  color: #fff;
}

.sns-sec__txt {
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
}

.sns-sec__img-block {
  width: 50%;
}

.sns-sec__img {
  max-width: 250px;
}

.insta-sec {
  width: 50%;
  background-color: #7737fa;
  background-image: linear-gradient(43deg, #7737fa 0%, #d300c5 46%, #ff7a00 100%);
  padding: 15px 30px 30px;
  box-sizing: border-box;
}

.top-sports-sec {
  padding: 96px 0 160px;
  background-color: #FFF5FA;
}

.top-sports-sec__inr {
  padding: 0 24px;
  text-align: center;
}

.top-sports-sec__ttl {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 60px;
  color: #F0047F;
}

.top-sports-sec__lead {
  font-size: 18px;
  color: #F0047F;
  font-weight: 600;
  margin-top: 26px;
}

.top-sports-sec__txt {
  font-size: 14px;
  color: #F0047F;
  margin-top: 50px;
}

.top-sports-list {
  margin-top: 74px;
  display: flex;
}

.top-sports-list__item {
  width: calc(100% / 3);
  position: relative;
}

.top-sports-list__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4E2235;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .46;
  transition: opacity .4s ease;
}

.top-sports-list__link::after {
  content: "";
  border-left: 16px solid transparent;
  border-bottom: 16px solid #F0047F;
  position: absolute;
  right: 16px;
  bottom: 16px;
  transition: all .4s ease;
}

.top-sports-list__link {
  display: block;
}

.top-sports-list__ttl-block {
  position: absolute;
  top: 36px;
  left: 24px;
}

.top-sports-list__ttl-e {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: clamp(18px, 32.43vw, 32px);
  line-height: 1.3;
  color: #F0047F;
}

.top-sports-list__ttl {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1140px) {
  .hamasaka-sec__flex {
    padding: 120px 15px;
  }

  .archive-sec__flex {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 900px) {
  .archive-sec__flex {
    flex-direction: column;
    padding: 60px 15px 64px;
  }

  .archive-sec__txt-block {
    width: 100%;
  }

  .archive-sec__list-block {
    width: 100%;
    margin-top: 16px;
  }

  .archive-list {
    flex-direction: column;
  }

  .archive-list__item {
    width: 100%;
    margin-top: 24px;
  }

  .x-sec {
    width: 100%;
    overflow: hidden;
  }

  .sns-sec {
    width: 100%;
    overflow: hidden;
  }

  .sns-sec__txt-block {
    width: 60%;
  }

  .sns-sec__img-block {
    width: 40%;
    margin-top: 80px;
    position: relative;
  }

  .sns-sec__img {
    position: absolute;
    width: 150px;
    bottom: -40px;
    right: -50px;
    transform: rotate(10deg);
  }

  .insta-sec {
    width: 100%;
    overflow: hidden;
  }

  .top-sports-sec {
    padding: 60px 0 80px;
  }

  .top-sports-sec__inr {
    padding: 0 15px;
    text-align: center;
  }

  .top-sports-sec__ttl {
    font-size: 48px;
  }

  .top-sports-sec__lead {
    margin-top: 24px;
  }

  .top-sports-sec__txt {
    margin-top: 36px;
  }

  .top-sports-list {
    flex-direction: column;
  }

  .top-sports-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {

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

  .logo-slider__container {
    grid-template-columns: repeat(1,1fr);
    padding: 16px 0;
  }

  .logo-slider__fixed {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-slider__fixed::after {
    width: 100%;
    height: 1px;
  }

  .logo-slider__fixed-inr {
    display: flex;
    align-items: flex-start;
    column-gap: min(24px, 6.4vw);
  }

  .logo-slider__fixed-img {
    flex: 1;
  }

  .logo-slider__fixed-img img {
    max-width: 100%;
    height: auto;
  }

  .logo-slider__fixed-txt {
    margin-top: 9px;
  }

  .logo-slider {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-slider__item img {
    width: auto;
    height: 37px;
  }
  .top-first-sec {
    padding: 10px 0 50px;
  }

  .top-page-list {
    flex-wrap: wrap;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 45px;
  }

  .top-page-list__item {
    margin: 0 6px 12px;
    width: calc(50% - 12px);
    height: 150px;
  }

  .top-page-list__link {
    padding: 12px;
  }

  .top-page-list__ttl-e {
    font-size: 20px;
  }

  .top-page-list__ttl {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
  }

  .top-page-list__item.is-disable::before {
    font-size: 20px;
  }

  .top-page-list__ttl.link-window::after {
    top: 5px;
  }

  .top-page-box {
    margin-top: 30px;
  }

  .top-page-box::after {
    width: 100%;
    max-width: 296px;
    height: 68px;
  }

  .top-page-box .top-page-box__btn {
    width: 100%;
    max-width: 296px;
    height: 68px;
    font-size: 15px;
  }

  .top-page-box .top-page-box__btn::after {
    width: 9px;
    right: 16px;
  }

  .top-page-box__txt {
    font-size: 14px;
  }

  .top-page-box.is-disable::after {
    height: 68px;
    padding-left: 0;
  }

  .overview-sec {
    padding: 46px 0 55px;
    position: relative;
  }

  .overview-sec::after {
    border-left: 315px solid transparent;
    border-bottom: 315px solid #FCCDE2;
  }

  .overview-sec__ttl-e {
    font-size: 48px;
  }

  .overview-sec__ttl {
    font-size: 18px;
    margin-top: 30px;
  }

  .overview-sec__flex {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }

  .overview-sec__txt-block {
    width: 100%;
  }

  .overview-sec__img-block {
    width: 100%;
    margin-top: 24px;
  }

  .overview-sec__logo {
    max-width: 348px;
    margin: 32px auto;
  }

  .hamasaka-sec::before {
    max-width: 380px;
    top: -32px;
  }

  .hamasaka-sec__flex {
    display: flex;
    flex-direction: column;
    padding: 60px 15px;
  }

  .hamasaka-sec__img-block {
    width: 100%;
  }

  .hamasaka-sec__img {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
  }

  .hamasaka-sec__ttl-e {
    font-size: 48px;
    line-height: 1.3;
  }

  .hamasaka-sec__ttl {
    font-size: 18px;
    margin-top: 30px;
  }

  .hamasaka-sec__txt-block {
    width: 100%;
    margin-top: 24px;
  }
}

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

  .top-page-list {
    height: 220px;
  }

  .top-page-list__item:not(.is-disable):hover {
    height: 220px;
    transition: all .4s ease;
  }

  .top-page-list__item:not(.is-disable):hover .top-page-list__ttl-e {
    color: #fff;
    transition: all .4s ease;
  }

  .top-page-list__item:not(.is-disable):hover .top-page-list__ttl {
    color: #fff;
    transition: all .4s ease;
  }

  .top-page-list__item:not(.is-disable):hover .top-page-list__link::before {
    left: -500px;
    top: 0;
    border-bottom: 500px solid #F0047F;
    transition: all .4s ease;
  }

  .top-page-list__item:not(.is-disable):hover .top-page-list__link::after {
    border-left: 16px solid transparent;
    border-bottom: 16px solid #fff;
    right: 3px;
    bottom: 3px;
    transition: all .4s ease;
  }

  .top-page-list__link:not(.is-disable):hover .top-page-list__ttl.link-window::after{
    background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/icon_window_white.svg');
    transition: all .4s ease;
  }

  .archive-list__link:hover .archive-list__img .img-size {
    transform: scale(1.1);
    transition: transform .4s ease;
  }

  .archive-list__link:hover::before {
    opacity: 1;
    transition: opacity .4s ease;
  }

  .top-sports-list__link:hover::before {
    opacity: .34;
    transition: opacity .4s ease;
  }

  .top-sports-list__link:hover::after {
    right: 2px;
    bottom: 2px;
    transition: all .4s ease;
  }

  .overview-sec__link:hover {
    opacity: .7;
    transition: opacity .4s ease;
  }
}