#topcontrol {
  z-index: 100 !important;
}

.img-size {
  width: 100%;
  height: auto;
}

.sub {
  font-size: 12px;
  vertical-align: baseline;
}

html.is-noscroll {
  height: 100vh;
  overflow-y: hidden;
}

.location-breads.is-header {
  display: none;
}

.content-inr {
  max-width: 1110px;
  margin: 0 auto;
}

.bg-pink {
  background-color: #FFF5FA;
}

.bg-magenta {
  background-color: #F0047F;
}

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

.btn-standard.is-center {
  margin: 0 auto;
}

.btn-standard__link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  letter-spacing: .05em;
  text-decoration: none;
  transition: all .4s ease-out;
  z-index: 1;
}

.btn-standard__txt {
  position: relative;
  z-index: 2;
}

.btn-standard__link:link {
  text-decoration: none;
}

.btn-standard__link:visited {
  text-decoration: none;
}

.btn-standard__link:hover {
  text-decoration: none;
}

.btn-standard__link:active {
  text-decoration: none;
}

.btn-standard.is-pink .btn-standard__link {
  color: #fff;
  background-color: #F0047F;
  overflow: hidden;
  transition: none;
}

.btn-standard.is-pink .btn-standard__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;
}

.btn-standard.is-pink .btn-standard__link::after {
  content: "";
  width: 9px;
  height: 22px;
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/arrow_btn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 11px);
  right: 16px;
  transition: all .5s ease-out;
}

.btn-large {
  margin: 40px auto 0;
  width: 490px;
  height: 112px;
}

.btn-large__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #F0047F;
  background-color: #fff;
  border: 4px solid #F0047F;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

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

.btn-large__arrow {
  content: "";
  width: 10px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  right: 16px;
  transition: all .4s ease-out;
}

.btn-large__link:link {
  color: #F0047F;
  text-decoration: none;
}

.btn-large__link:visited {
  color: #F0047F;
  text-decoration: none;
}

.btn-large__link:hover {
  color: #F0047F;
  text-decoration: none;
}

.btn-large__link:active {
  color: #F0047F;
  text-decoration: none;
}

.btn-more {
  width: 100px;
  height: 34px;
}

.btn-more__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 17px;
  color: #fff;
  font-family: 'DINNextLTPro-Regular';
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  transition: all .2s ease;
}

.btn-more.is-pink .btn-more__link {
  color: #F0047F;
  border: 1px solid #F0047F;
}

.btn-more.is-cyan .btn-more__link {
  color: #30A3F2;
  border: 1px solid #30A3F2;
}

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

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

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

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

.hl-header {

  z-index: 100;
}

.hl-header__top {
  width: 100%;
  height: 94px;
  background-color: #D6006C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-header__logo {
  width: 396px;
  display: block;
  margin: 0 auto;
}

.hl-header__nav-block {
  display: block;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

.hl-header__nav {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-header-list {
  display: flex;
  height: 100%;
}

.hl-header-list__item {
  margin: 0 20px;
  height: 100%;
}

.hl-header-list__link {
  font-size: 14px;
  height: 100%;
  color: #555555;
  display: flex;
  align-items: center;
  position: relative;
}

.hl-header-list__link::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #F0047F;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  transition: width .3s ease;
}

.hl-header-list__link:link {
  color: #555555;
  text-decoration: none;
}

.hl-header-list__link:visited {
  color: #555555;
  text-decoration: none;
}

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

.hl-header-list__link:hover::after {
  width: 100%;
  transition: width .3s ease;
}

.hl-header-list__link:active {
  color: #555555;
  text-decoration: none;
}

.hl-header-list__link[href=""] {
  color: #aaa;
  pointer-events: none;
}

.hl-hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 26px;
  right: 16px;
}

.hl-hamburger__line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.hl-hamburger__line:nth-child(1) {
  top: 0;
  transition: all .3s ease;
}

.hl-hamburger__line:nth-child(2) {
  top: calc(50% - 1px);
  transition: opacity .3s ease;
}

.hl-hamburger__line:nth-child(3) {
  bottom: 0;
  transition: all .3s ease;
}

@media screen and (max-width: 660px) {
  .hl-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hl-header__top {
    height: 68px;
  }

  .hl-header__logo {
    width: 224px;
  }

  .hl-hamburger {
    display: block;
  }

  .hl-header__nav-block {
    width: 100%;
    background-color: #D6006C;
    position: fixed;
    top: 68px;
    left: 0;
    flex-direction: column;
    display: none;
    z-index: 10001;
  }

  .hl-header__overlay {
    width: 100%;
    height: calc(100dvh - 68px);
    background-color: #D6006C;
    position: fixed;
    top: 68px;
    left: 0;
    flex-direction: column;
    z-index: 1;
  }

  .is-open {
    .hl-header__overlay {
      display: block;
    }
  }

  .hl-header-list {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .hl-header-list__item {
    margin: 0;
    height: auto;
  }

  .hl-header__nav {
    height: auto;
    position: relative;
    z-index: 2;
    padding-top: 10px;
  }

  .hl-header-list__link {
    color: #fff;
    font-size: 20px;
    padding: 20px;
    height: auto;
    justify-content: center;
  }

  .hl-header-list__link::after {
    width: 16px;
    height: 1px;
    background-color: #fff;
  }

  .hl-header-list__link:link {
    color: #fff;
  }

  .hl-header-list__link:visited {
    color: #fff;
  }

  .hl-header-list__link:hover {
    color: #fff;
  }

  .hl-header-list__link:hover::after {
    width: 16px;
  }

  .hl-header-list__link:active {
    color: #fff;
  }

  .hl-header__nav-block.is-open {
    display: block;
  }

  .hl-header.is-open .hl-hamburger__line:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
    transition: all .3s ease;
  }

  .hl-header.is-open .hl-hamburger__line:nth-child(2) {
    opacity: 0;
    transition: opacity .3s ease;
  }

  .hl-header.is-open .hl-hamburger__line:nth-child(3) {
    bottom: 11px;
    transform: rotate(135deg);
    transition: all .3s ease;
  }
}

.hl-mv {
  position: relative;
}

.hl-mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  box-sizing: border-box;
}

.hl-mv .hl-mv__ttl.is-logo .hl-mv__ttl-l {
  max-width: 470px;
  margin: 0 auto 16px;
}

.hl-mv__ttl-l {
  font-family: 'DINNextLTPro-HeavyItalic';
  color: #fff;
  font-size: clamp(28px, 5.4vw, 60px);
  line-height: 1;
}

.hl-mv__ttl-s {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 8px;
}

.hl-mv__ttl-l.is-magenta {
  color: #F0047F;
}

.hl-mv__ttl-s.is-magenta {
  color: #F0047F;
}

.hl-content {
  padding: 140px 0 120px;
}

.hl-sec {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.hl-sec.is-last {
  padding-bottom: 155px;
}

.hl-sec.is-pt {
  padding-top: 110px;
}

.hl-hdg {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F0047F;
  padding-bottom: 8px;
  vertical-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
}

.hl-hdg__ttl {
  font-size: 28px;
  font-weight: 300;
  color: #F0047F;
  line-height: 1.3;
  white-space: nowrap;
}

.hl-hdg__ttl .is-small {
  font-size: 18px;
}

.hl-hdg__ttl-e {
  font-size: clamp(27px, 4.045vw, 56px);
  font-family: 'DINNextLTPro-HeavyItalic';
  color: #F0047F;
  opacity: .1;
  line-height: 1;
}

.standard-txt {
  font-size: 16px;
  font-weight: 300;
}

.standard-txt.is-blue {
  color: #393F69;
}

.info-list__item {
  display: flex;
  color: #555;
}

.info-list__ttl {
  width: 89px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 8px 0;
  display: flex;
}

.info-list__ttl.is-pt {
  padding-top: 24px;
}

.info-list__data {
  width: calc(100% - 89px);
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
}

.info-list__data li {
  text-indent: -0.5rem;
  padding-left: 0.5em;
}

.info-list__data li::before {
  content: "・";
  display: inline-block;
}

.info-list__data.is-w100 {
  width: 100%;
}

.info-list__data.is-small {
  font-size: 16px;
  font-weight: 300;
}

.info-list__data.is-large {
  font-weight: 300;
}

.info-list__data.is-exlarge {
  font-size: 21px;
}

.info-list__data .is-medium {
  font-size: 17px;
  font-weight: 600;
}

.info-list__data .is-small {
  font-size: 16px;
}

.info-list__data .is-ti {
  text-indent: -1rem;
  padding-left: 1rem;
}

.info-list__data .is-color {
  color: #F0047F;
}

.info-list__data .is-large {
  font-size: 18px;
  font-weight: 600;
}

.info-list__data .is-normal {
  font-weight: 300;
}

.info-list__data .is-tiny {
  font-size: 14px;
}

.info-list__data.is-prise {
  font-size: 17px;
  font-weight: 500;
}

.info-list__link {
  color: #F0047F;
  text-decoration: underline;
  cursor: pointer;
}

.info-list__link:link {
  color: #F0047F;
  text-decoration: underline;
}

.info-list__link:visited {
  color: #F0047F;
  text-decoration: underline;
}

.info-list__link:hover {
  color: #F0047F;
  text-decoration: underline;
}

.info-list__link:active {
  color: #F0047F;
  text-decoration: underline;
}

.info-list__price {
  font-size: 30px;
  font-family: 'DINNextLTPro-Regular';
  font-weight: 700;
}

.info-schedule-lead {
  font-family: 'DINNextLTPro-HeavyItalic';
  color: #F0047F;
  font-size: 34px;
  line-height: 1.5;
  margin-top: 32px;
}

.info-schedule-list {
  display: flex;
  margin: 8px 0 32px;
}

.info-schedule-list__item {
  width: 240px;
  max-width: 240px;
  margin-right: 60px;
}

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

.info-schedule-list__ttl {
  font-size: 14px;
  color: #F0047F;
  text-align: center;
  padding: 0 4px;
  background-color: #EDEDED;
  border-radius: 20px;
}

.info-schedule-list__date {
  font-family: 'DINNextLTPro-HeavyItalic';
  color: #F0047F;
  font-size: 80px;
  margin: 12px 0 0 16px;
  line-height: 1;
}

.info-schedule-list__date .is-small {
  font-size: 34px;
  font-weight: 700;
}

.img-round {
  border-radius: 6px;
}

.link-window {
  color: #F0047F;
  text-decoration: none;
  display: inline-block;
  padding-right: 21px;
  padding-left: 1px;
  border-bottom: 1px solid #F0047F;
  line-height: 1.5;
  position: relative;
  text-indent: 0;
}

.link-window::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url('/jp/about/sports/golf/sponsorship/hanasakaladies/img/common/icon_window.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 6px;
  right: 3px;
}

.link-window:link {
  color: #F0047F;
  text-decoration: none;
}

.link-window:visited {
  color: #F0047F;
  text-decoration: none;
}

.link-window:hover {
  color: #F0047F;
  text-decoration: none;
}

.link-window:active {
  color: #F0047F;
  text-decoration: none;
}

.access-map {
  margin: 60px 0 64px;
}

.access-map__iframe {
  width: 100%;
  height: 435px;
}

.access-txt03 {
  font-size: 16px;
  font-weight: 600;
}

.access-logo {
  max-width: 480px;
  margin: 74px 0 32px 12px;
}

.access-txt {
  font-size: 16px;
  font-weight: 300;
}

.access-txt .is-bold {
  font-size: 16px;
  font-weight: 600;
}

.access-txt02 {
  margin-top: 8px;
  color: #F0047F;
}
.access-txt02.is-large {
  font-size: 18px;
}

.access-txt02__btn {
  display: block;
}

.access-img {
  margin: 74px auto 64px;
  max-width: 1016px;
}

.list-news-01 li {
  background-color: #fff;
  border-bottom: 1px solid #FCCDE2;
}

.list-news-01 li .no-link .content .date .icon.category-01,
.list-news-01 li a .content .date .icon.category-01 {
  background-color: #F0047F;
  border: 1px solid #F0047F;
}

.list-news-01 li .no-link .content .date .icon.category-01.is-report,
.list-news-01 li a .content .date .icon.category-01.is-report {
  background-color: #FFF5FA;
  color: #F0047F;
  border: 1px solid #F0047F;
}

.list-news-01 li .no-link .content .date .icon.category-01.is-info,
.list-news-01 li a .content .date .icon.category-01.is-info {
  background-color: #fff;
  color: #F0047F;
  border: 1px solid #F0047F;
}

@media screen and (max-width: 1140px) {
  .content-inr {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hl-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hl-sec.is-pt {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 900px) {
  .hl-hdg {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 660px) {
  .sp-none {
    display: none;
  }

  .hl-mv {
    margin-top: 68px;
  }

  .hl-sec.is-pt {
    padding: 55px 15px 50px;
  }

  .btn-standard {
    width: 296px;
    height: 68px;
    margin: 0 auto;
  }

  .btn-standard__link {
    font-size: 16px;
  }

  .btn-large {
    max-width: 345px;
    height: 82px;
  }

  .btn-large__link {
    font-size: 18px;
  }

  .hl-mv__ttl.is-logo {
    width: 68%;
    position: absolute;
    bottom: 30%;
    left: 2%;
    top: auto;
    transform: translate(0, 0);
  }

  .hl-mv__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .hl-content {
    padding: 80px 0 60px;
  }

  .hl-sec {
    padding: 0 15px 50px;
  }

  .hl-hdg {
    flex-direction: column-reverse;
  }

  .hl-hdg__ttl {
    font-size: 24px;
    margin-top: 16px;
    white-space: normal;
  }

  .hl-hdg__ttl-e {
    font-size: 40px;
  }

  .standard-txt {
    font-size: 14px;
  }

  .info-list__ttl {
    width: 80px;
    font-size: 14px;
    align-items: flex-start;
  }

  .info-list__ttl.is-pt {
    padding-top: 16px;
  }

  .info-list__data {
    width: calc(100% - 96px);
    font-size: 16px;
  }

  .info-list__data.is-small {
    font-size: 14px;
  }

  .info-list__data .is-medium {
    font-size: 15px;
  }

  .info-list__data .is-small {
    font-size: 14px;
  }

  .info-list__data .is-tiny {
    font-size: 13px;
  }

  .info-list__data.is-prise {
    font-size: 15px;
  }

  .info-list__price {
    font-size: 24px;
  }

  .info-schedule-list {
    flex-wrap: wrap;
  }

  .info-schedule-list__item {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-top: 16px;
  }

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

  .info-schedule-list__ttl {
    font-size: 12px;
  }

  .info-schedule-list__date {
    font-size: 56px;
  }

  .info-schedule-list__date .is-small {
    font-size: 25px;
  }

  .hl-mv__ttl {
    width: 100%;
    padding: 0 15px;
  }

  .hl-mv__ttl-l {
    font-size: 36px;
  }

  .hl-mv__ttl-s {
    color: #fff;
    font-size: 16px;
  }

  .hamasaka-logo {
    margin-top: 50px;
    max-width: 100%;
  }

  .access-map {
    margin-bottom: 0;
  }
  .access-txt02.is-large {
    font-size: 16px;
  }
  .access-img {
    margin: 25px auto;
  }
}

@media screen and (min-width: 661px) {
  .pc-none {
    display: none;
  }

  .btn-standard.is-pink .btn-standard__link:hover {
    background-color: #F767B4;
  }

  .btn-standard.is-pink .btn-standard__link:hover::before {
    transform: rotate(45deg);
    transition: all .4s ease-out;
  }

  .btn-standard.is-pink .btn-standard__link:hover::after {
    right: 8px;
    transition: all .4s ease-out;
  }

  .btn-more__link:hover {
    border: 17px solid #fff;
    color: #F0047F;
    transition: all .2s ease;
    background-color: #fff;
  }

  .btn-more.is-pink .btn-more__link:hover {
    border: 17px solid #F0047F;
    color: #fff;
    background-color: #F0047F;
  }

  .btn-more.is-cyan .btn-more__link:hover {
    border: 17px solid #30A3F2;
    color: #fff;
    background-color: #30A3F2;
  }

  .btn-large__link:hover {
    color: #fff;
    background-color: #F0047F;
    transition: all .4s ease-out;
  }

  .btn-large__link:hover::before {
    transform: rotate(90deg);
    opacity: 1;
    transition: all .4s ease-out;
    mix-blend-mode: lighten;
  }

  .btn-large__link:hover .btn-large__arrow {
    right: 10px;
    transition: all .4s ease-out;
  }

  .btn-large__link:hover .btn-large__path {
    stroke: #fff;
    transition: all .4s ease-out;
  }

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

  .link-window:hover {
    border-bottom: 1px solid transparent;
  }
}