@font-face {
  font-family: "design_plus";
  src: url("../fonts/design_plus.eot?v=1.0");
  src: url("../fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("../fonts/design_plus.woff?v=1.0") format("woff"), url("../fonts/design_plus.ttf?v=1.0") format("truetype"), url("../fonts/design_plus.svg?v=1.0#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

.vk-mobile-nav-menu-btn {
  display: none;
}

header,
footer {
  font-family: "Noto Sans JP", sans-serif;
}

header {
  /* IE Bug fix */
}
header a {
  color: #121212;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
header ul {
  padding: 0;
  margin: 0;
}
header ul li {
  margin: 0;
}
header button,
header select {
  text-transform: none;
}
header .l-header {
  width: 100%;
}
header .l-header--fixed.is-active {
  animation: slideDown 1.2s;
  position: fixed;
  z-index: 9999;
}
header .l-header__inner {
  display: flex;
  align-items: center;
  height: 100px;
  position: relative;
}
header .l-header__logo {
  margin-right: 30px;
  margin-bottom: 0;
}
header .l-header__logo a {
  display: flex;
  align-items: center;
  line-height: 1;
  overflow: hidden;
  word-wrap: break-word;
}
header .l-header__logo img {
  max-height: 80px;
}
@media all and (-ms-high-contrast: none) {
  header h1.l-header__logo {
    font-family: unset;
    font-weight: 500;
  }
}
header .l-header__desc {
  flex: 1;
}
header .l-header__form {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
header .l-header__form.is-active {
  opacity: 1;
  visibility: visible;
}
header .l-header__form-input {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 17.5px;
  box-shadow: none;
  margin-right: 5px;
  padding: 0 15px;
  width: 210px;
  height: 35px;
}
header .l-header__search {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "design_plus";
  font-size: 20px;
  transition: color 0.2s ease;
  color: #000;
}
header .l-header__search:hover {
  color: #999;
}
header .l-header__form-close {
  display: none;
}
header .l-header__nav-close {
  display: none;
}
@media only screen and (min-width: 1200px) {
  header .l-header__nav {
    display: block !important;
  }
}
@media only screen and (max-width: 1199px) {
  header .l-header {
    border-bottom: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 99;
  }
  header .l-header--fixed.is-active {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  }
  header .l-header .l-header__inner {
    position: static;
  }
  header .l-header__inner {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  header .l-header__logo {
    height: 100%;
    margin-right: 0;
  }
  header .l-header__logo img {
    max-height: 50px;
  }
  header .l-header__desc {
    display: none;
  }
  header .l-header__form-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    margin: auto;
    z-index: 1;
  }
  header .l-header__search {
    padding: 0;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
    width: 60px;
    height: 60px;
  }
  header .l-header__search::after {
    background: #ddd;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  header .l-header__nav {
    background: #f4f4f4;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
  }
  header header.l-header--fixed .l-header__nav {
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
  }
  header .l-header__nav-close {
    width: 100%;
  }
  header .l-header__nav-close.is-active {
    display: block;
  }
}
@media only screen and (max-width: 782px) {
  header .admin-bar .l-header--fixed.is-active {
    top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  header .l-header {
    border-bottom: 0;
  }
  header .l-header__form {
    background: #f4f4f4;
    padding: 20px 20px 0;
    position: absolute;
    top: 60px;
    z-index: 2;
    width: 100%;
    margin: 0 -20px;
  }
  header .l-header__form.is-active .l-header__form-input,
  header .l-header__form.is-active .l-header__form-close {
    display: block;
  }
  header .l-header__form-input {
    display: none;
    opacity: 1;
    background: #fff;
    border-radius: 0;
    position: static;
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
  }
  header .l-header__form-close {
    display: none;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
header .l-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92.1875%;
  max-width: 1180px;
}
@media only screen and (max-width: 991px) {
  header .l-inner {
    width: 88.88889%;
  }
}
@media only screen and (max-width: 767px) {
  header .l-inner {
    padding: 0 20px;
    width: 100%;
  }
}
header .l-main {
  overflow: clip;
  position: relative;
}
header .l-header--fixed.is-active + .l-main {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  header .l-header--fixed.is-active + .l-main {
    padding-top: 60px;
  }
}
header .l-page-header {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .l-page-header {
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 991px) {
  header .l-primary {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .l-primary {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  header .l-secondary {
    margin: 0 auto 40px;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  header .l-secondary {
    margin: 0 auto 30px;
    padding-top: 40px;
    position: relative;
    width: 100%;
  }
  header .l-secondary::before {
    background: #ddd;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
  }
}
header .l-header {
  background: #ffffff;
}
header .l-header--fixed.is-active {
  background: #ffffff;
}
header .l-header__desc {
  color: #006747;
  font-size: 12px;
  margin-bottom: 0;
}
header .l-header__nav {
  background: #eeeeee;
}
header .p-global-nav {
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
header .p-global-nav li {
  list-style-type: none;
}
header .p-global-nav a {
  display: block;
}
header .p-global-nav [data-megamenu] + .sub-menu {
  display: none !important;
}
header .p-global-nav > li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex: 1;
  margin-left: -1px;
  line-height: 60px;
}
header .p-global-nav > li.menu-item-has-children:hover > .sub-menu {
  left: 0;
}
header .p-global-nav > li > a {
  padding: 0 21px;
  position: relative;
  height: 100%;
}
header .p-global-nav > li > .sub-menu {
  top: 100%;
  left: 0;
}
header .p-global-nav .menu-item-has-children {
  position: relative;
}
header .p-global-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  left: 100%;
  visibility: visible;
}
header .p-global-nav .sub-menu {
  display: block;
  line-height: 1.2;
  text-align: left;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  transition: 0.2s;
  visibility: hidden;
  z-index: 2;
}
header .p-global-nav .sub-menu a {
  padding: 17px 39px 17px 25px;
  width: 240px;
  transition: padding-left 0.2s ease;
}
header .p-global-nav .sub-menu a:hover {
  padding: 17px 39px;
}
header .p-global-nav .sub-menu .menu-item-has-children > a {
  position: relative;
}
header .p-global-nav .sub-menu .menu-item-has-children > a::after {
  content: "\e910";
  font-family: "design_plus";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 1199px) {
  header .p-global-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    margin: 30px auto 18px;
    width: 92.1875%;
  }
  header .l-header--fixed .p-global-nav {
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  header .p-global-nav > li {
    border: 0;
    flex: 0 1 auto;
    margin: 0 0 12px 0;
    width: calc(50% - 6px);
  }
  header .p-global-nav > li > a {
    border: 0;
    display: block;
    padding: 0 5.55556%;
  }
  header .p-global-nav a {
    box-sizing: border-box;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  header .p-global-nav .menu-item-has-children > a > .p-global-nav__toggle {
    display: none;
  }
  header .p-global-nav .sub-menu {
    display: none;
  }
}
header .p-header-content {
  position: relative;
}
header .p-header-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
header .p-header-content__inner {
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
header .p-header-content__inner > img {
  display: inline;
}
header .p-header-content__title {
  line-height: 1.3;
  opacity: 0;
  transition: opacity 1s ease 1s;
}
header .is-active .p-header-content__title {
  opacity: 1;
}
header .p-header-content__title--vertical span {
  text-align: left;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
header .p-header-content__btn {
  opacity: 0;
  margin-top: 22px;
  transition: opacity 1s ease 2s;
}
header .is-active .p-header-content__btn {
  opacity: 1;
}
header .p-header-content__link {
  display: none;
  font-size: 18px;
  font-family: "design_plus";
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 18px;
  height: 18px;
}
header .p-header-content__link::before {
  color: #fff;
  content: "\e90e";
  display: block;
}
@media screen and (max-width: 767px) {
  header .p-header-content__title {
    margin-bottom: 16px;
  }
  header .p-header-content__link {
    display: block;
  }
}
header .l-header {
  background: #ffffff;
}
header .l-header--fixed.is-active {
  background: #ffffff;
}
header .l-header__desc {
  color: #006747;
  font-size: 12px;
}
header .l-header__nav {
  background: #eeeeee;
}
header .p-global-nav > li > a,
header .p-menu-btn {
  color: #000000;
}
header .p-global-nav > li > a:hover,
header .p-global-nav > .current-menu-item > a,
header .p-global-nav > .current-menu-ancestor > a,
header .p-global-nav > .current-menu-parent > a {
  background: #006747;
  color: #ffffff;
  text-decoration: none;
}
header .p-global-nav .sub-menu a {
  background: #006747;
  color: #ffffff;
}
header .p-global-nav .sub-menu a:hover {
  background: #00442f;
  color: #ffffff;
  text-decoration: none;
}
header .p-global-nav .menu-item-has-children > a > .p-global-nav__toggle::before {
  border-color: #000000;
}
header .p-menu-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
header .p-menu-btn:focus {
  outline: 0;
}
header .admin-bar .p-menu-btn {
  top: 0;
}
header .p-menu-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
header .p-menu-btn:focus {
  outline: 0;
}
header .admin-bar .p-menu-btn {
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.l-header {
    border-bottom: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 99;
  }
  header.l-header--fixed.is-active {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  }
  header.l-header .l-header__inner {
    position: static;
  }
  header .l-header__inner {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  header .l-header__logo {
    height: 100%;
    margin-right: 0;
  }
  header .l-header__logo img {
    max-height: 50px;
  }
  header .l-header__desc {
    display: none;
  }
  header .l-header__form-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    margin: auto;
    z-index: 1;
  }
  header .l-header__search {
    padding: 0;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
    width: 60px;
    height: 60px;
  }
  header .l-header__search::after {
    background: #ddd;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  header .l-header__nav {
    background: #f4f4f4;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
  }
  header header.l-header--fixed .l-header__nav {
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
  }
  header .l-header__nav-close {
    width: 100%;
  }
  header .l-header__nav-close.is-active {
    display: block;
  }
}
@media only screen and (max-width: 782px) {
  header .admin-bar .l-header--fixed.is-active {
    top: 46px;
  }
}
header .c-logo {
  display: flex;
  font-weight: 700;
}
header .c-logo a {
  text-align: center;
}
header .c-logo img {
  vertical-align: middle;
}
header .c-logo--retina img {
  width: 50%;
}
header .p-menu-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
header .p-menu-btn:focus {
  outline: 0;
}
header .admin-bar .p-menu-btn {
  top: 0;
}
header .c-menu-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
header .c-menu-btn::before {
  content: "\f0c9";
  font-family: "design_plus";
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  header .c-menu-btn {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  header .l-header {
    border-bottom: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 99;
  }
  header .l-header--fixed.is-active {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  }
  header .l-header .l-header__inner {
    position: static;
  }
  header .l-header__inner {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  header .l-header__logo {
    height: 100%;
    margin-right: 0;
  }
  header .l-header__logo img {
    max-height: 50px;
  }
  header .l-header__desc {
    display: none;
  }
  header .l-header__form-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    margin: auto;
    z-index: 1;
  }
  header .l-header__search {
    padding: 0;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
    width: 60px;
    height: 60px;
  }
  header .l-header__search::after {
    background: #ddd;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  header .l-header__nav {
    background: #f4f4f4;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
  }
  header header.l-header--fixed .l-header__nav {
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
  }
  header .l-header__nav-close {
    width: 100%;
  }
  header .l-header__nav-close.is-active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .p-cb__item-title {
    margin-bottom: 5px;
  }
  header .p-cb__item-sub {
    font-size: 14px;
    margin-bottom: 23px;
  }
  header .p-cb__item-sub:last-child {
    margin-bottom: 30px;
  }
  header .p-cb__item-desc {
    margin-bottom: 33px;
  }
}
header .p-close-btn {
  background: transparent;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  color: #000;
}
header .p-close-btn::before {
  content: "\e91a";
  display: inline;
  font-family: "design_plus";
  margin-right: 0.5em;
  vertical-align: middle;
  color: #000;
}
header .p-company-header {
  margin-bottom: 94px;
  position: relative;
}
header .p-company-header__content {
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .p-company-header__img {
  text-align: center;
}
header .p-company-header__img img {
  max-width: 100%;
  height: auto;
}
header .p-company-header__title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  header .l-inner {
    width: 88.88889%;
  }
}
@media only screen and (max-width: 767px) {
  header .l-inner {
    padding: 0 20px;
    width: 100%;
  }
}
header .l-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92.1875%;
  max-width: 1180px;
}
@media screen and (max-width: 1199px) {
  header .p-global-nav > li > a,
  header .p-global-nav > li > a:hover,
  header .p-accordion-nav li > a,
  header .p-accordion-nav li > a:hover {
    background: #ffffff;
    color: #000000;
  }
}
header .p-global-nav .sub-menu a {
  width: 235px;
}

footer.l-footer {
  border-top: 1px solid #ddd;
}
footer .p-footer-nav {
  border-top: 1px solid #ddd;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
}
footer .p-footer-nav li {
  list-style-type: none;
  margin: 0 12.5px;
}
footer .p-footer-nav {
  flex-wrap: wrap;
  justify-content: start;
  width: 1020px;
  margin: auto;
  border-top: 0;
  padding: 48px 0 32px 0;
  gap: 35px 0;
}
footer .p-footer-nav li {
  list-style-type: none;
  margin: 0 12.5px;
}
footer .p-footer-nav li {
  width: 25%;
  text-align: left;
  margin: 0;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .p-footer-nav li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("https://golf-digest.co.jp/wp-content/uploads/2025/08/icn_arrow_right_green.svg");
  background-repeat: no-repeat;
  background-position: center;
}
footer .p-footer-nav a {
  color: #121212;
}
footer .p-copyright {
  color: #fff;
  font-size: 12px;
  min-height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  line-height: 1.8;
}
footer .p-copyright {
  background: #006747;
  margin: 0;
}
@media screen and (max-width: 1020px) {
  footer .p-footer-nav {
    width: auto;
    padding: 36px 4%;
    gap: 18px 0;
  }
  footer .p-footer-nav li {
    width: 100%;
    margin-bottom: 0;
    gap: 4px;
  }
}/*# sourceMappingURL=original-header-footer.css.map */