.c-svg {
  display: block;
  fill: var(--fill, currentColor);
}

.c-svg--instagram {
  aspect-ratio: 32/32;
  width: var(--w, 32px);
}

.c-svg--arrow {
  aspect-ratio: 39/32;
  width: var(--w, 39px);
}

.c-svg--logo-andgolf {
  aspect-ratio: 155/32;
  width: var(--w, 155px);
}

.c-svg--logo-andgolf-full {
  aspect-ratio: 108/32;
  width: var(--w, 108px);
}

.c-svg--logo-andperse {
  aspect-ratio: 177/32;
  width: var(--w, 177px);
}

.c-stroke-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--w, 100%);
  height: var(--h, 72px);
  max-width: var(--maw, 100%);
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid var(--clr, #000);
  border-radius: var(--bdr, 0);
  color: var(--clr, #000);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 48em) {
  .c-stroke-button + .c-stroke-button {
    margin-top: 20px;
  }
}
@media (min-width: 48.0625em) {
  .c-stroke-button {
    max-width: var(--maw, 100%);
    height: var(--h, 80px);
    font-size: 1.5rem;
  }
  .c-stroke-button:hover:not(.is-coming-soon) {
    background-color: var(--clr, #000);
    color: #fff;
  }
  .c-stroke-button:hover:not(.is-coming-soon) .c-stroke-arrow {
    border-color: #fff;
  }
}
.c-stroke-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-stroke-button.is-coming-soon {
  opacity: 0.5;
}
.c-stroke-button.is-coming-soon::before {
  content: attr(data-label);
}
.c-stroke-button.is-coming-soon a {
  pointer-events: none;
  font-size: 0;
}

@media (max-width: 48em) {
  .local-nav:first-child, .mv + .local-nav {
    padding: 20px 0;
  }
}
@media (min-width: 48.0625em) {
  .local-nav:first-child, .mv + .local-nav {
    margin-top: 16px;
  }
}
@media (max-width: 48em) {
  .local-nav:last-child {
    margin-top: 96px;
  }
}
@media (min-width: 48.0625em) {
  .local-nav:last-child {
    margin-top: 200px;
  }
}
@media (max-width: 48em) {
  .local-nav#LOCAL_NAV_TOP {
    padding: 20px 0;
  }
  .local-nav#LOCAL_NAV_BOTTOM {
    margin-top: 96px;
  }
}
@media (min-width: 48.0625em) {
  .local-nav#LOCAL_NAV_TOP {
    margin-top: 16px;
  }
  .local-nav#LOCAL_NAV_BOTTOM {
    margin-top: 200px;
  }
}
.local-nav__container {
  width: calc(100% - max(30px, 5.5555555556vw) * 2);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .local-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.local-nav__logo svg {
  width: clamp(225px, 27.1428571429vw, 380px);
}
@media (max-width: 48em) {
  .local-nav__logo + .local-nav__items {
    margin-top: 12px;
  }
}
@media (min-width: 48.0625em) {
  .local-nav__logo + .local-nav__items .local-nav__item {
    height: 70.796460177%;
    padding: 0;
  }
}
.local-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 28px;
}
.local-nav__items::after {
  display: none;
}
@media (min-width: 48.0625em) {
  .local-nav__items {
    gap: 0 64px;
  }
}
.local-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.25;
  padding: 2.15em 0;
}
.local-nav__item .c-svg {
  --w: 16px;
}
.local-nav__item a {
  position: relative;
}
.local-nav__item a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.local-nav__item.is-current a::after {
  opacity: 1;
}
@media (min-width: 48.0625em) {
  .local-nav__item {
    font-size: 1.6rem;
    padding: 3em 0;
  }
  .local-nav__item .c-svg {
    --w: 20px;
  }
  .local-nav__item:hover a::after {
    opacity: 1;
  }
}

.p-section:not(:first-child) {
  margin-top: 96px;
}
@media (min-width: 48.0625em) {
  .p-section:not(:first-child) {
    margin-top: 120px;
  }
}
.p-section#THE_FIRST_COLLECTION {
  margin-top: 140px;
}
@media (min-width: 48.0625em) {
  .p-section#THE_FIRST_COLLECTION {
    margin-top: 240px;
  }
}
@media (min-width: 48.0625em) {
  .p-section__container {
    width: calc(100% - max(30px, 5.5555555556vw) * 2);
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 48em) {
  .p-section__header {
    width: calc(100% - max(30px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-section__heading {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: var(--ff--en);
  line-height: 1.2;
}
@media (min-width: 48.0625em) {
  .p-section__heading {
    font-size: 4rem;
  }
}
.p-section__body {
  margin-top: 36.8px;
}
@media (min-width: 48.0625em) {
  .p-section__body {
    margin-top: 64px;
  }
}

.andgolf {
  font-family: "Helvetica Neue", YuGothic, sans-seif;
  --ff--en: "Helvetica Neue", sans-serif;
  color: #000;
  padding-bottom: 100px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}
.andgolf :where(input, select, textarea, table, th, td, li, a) {
  font-family: "Helvetica Neue", YuGothic, sans-seif;
}
.andgolf :where(:is(ul, ol, dl))::before {
  display: none;
}
.andgolf > svg {
  display: none;
}
@media (min-width: 48.0625em) {
  .andgolf {
    padding-bottom: 240px;
  }
}

@-webkit-keyframes svg-outline-animate {
  0% {
    stroke-dashoffset: 300;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes svg-outline-animate {
  0% {
    stroke-dashoffset: 300;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  display: grid;
  grid-template-rows: 0 1fr 10%;
}
@media (min-width: 48.0625em) {
  .loading {
    grid-template-rows: 10% 1fr 20%;
  }
}
.loading::before {
  content: "";
  display: block;
}
.loading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading__tagline {
  font-size: clamp(var(--fz13, 13px), 1.25vw, var(--fz18, 18px));
  font-weight: bold;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading .c-svg--logo-andgolf-full {
  fill: transparent;
  stroke: #000;
  stroke-width: 0.3;
  stroke-linejoin: round;
  width: clamp(275px, 28.5714285714vw, 400px);
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.loading .c-svg--logo-andgolf-full .svg-andperse {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.loading .c-svg--logo-andgolf-full .svg-golf {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.loading .c-svg--logo-andgolf-full .svg-golf path {
  -webkit-animation-name: svg-outline-animate;
          animation-name: svg-outline-animate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.loading .c-svg--logo-andgolf-full .svg-golf path:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading .c-svg--logo-andgolf-full .svg-golf path:nth-child(2) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.loading .c-svg--logo-andgolf-full .svg-golf path:nth-child(3) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.loading .c-svg--logo-andgolf-full .svg-golf path:nth-child(4) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.loading .c-svg--logo-andgolf-full .svg-golf path:nth-child(5) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.loading.is-active .c-svg--logo-andgolf-full {
  fill: #000;
  stroke-width: 0;
}
.loading.is-active .c-svg--logo-andgolf-full .svg-andperse {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loading.is-active .c-svg--logo-andgolf-full .svg-golf path {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.loading.is-complete {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mv {
  position: relative;
}
.mv .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.mv .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mv .swiper-pagination-bullet-active {
  border: 1px solid #000;
}
.mv__heading {
  font-size: clamp(var(--fz40, 40px), 5vw, var(--fz72, 72px));
  font-family: var(--ff--en);
  font-weight: 200;
  letter-spacing: 0.02em;
  position: absolute;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 48em) {
  .mv__heading {
    bottom: 36.4%;
    left: 6.6666666667vw;
  }
}
@media (min-width: 48.0625em) {
  .mv__heading {
    left: 8.5714285714vw;
    bottom: 1.111111111em;
  }
  .mv__heading br {
    display: none;
  }
}
.mv__logo {
  position: absolute;
}
@media (max-width: 48em) {
  .mv__logo {
    left: 6.6666666667vw;
    bottom: 20%;
  }
}
@media (min-width: 48.0625em) {
  .mv__logo {
    right: 7.5vw;
    bottom: min(95px, 11.728395062%);
  }
}
.mv__logo .c-svg--logo-andgolf-full {
  width: clamp(110px, 9.5714285714vw, 134px);
  fill: #fff;
}

.p-information#CONCEPT {
  margin-top: 64px;
}
@media (min-width: 48.0625em) {
  .p-information#CONCEPT {
    margin-top: 120px;
  }
}
.p-information#SHOPLIST {
  margin-top: 128px;
}
@media (min-width: 48.0625em) {
  .p-information#SHOPLIST {
    margin-top: 200px;
  }
}
.p-information__container {
  display: grid;
  gap: 32px 4.2857142857vw;
  container-type: inline-size;
  width: calc(100% - max(30px, 5.5555555556vw) * 2);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .p-information__container {
    grid-template-columns: 16% 1fr 16%;
  }
  .p-information__container::after {
    content: "";
    display: block;
  }
}
.p-information__heading {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--ff--en);
}
@media (min-width: 48.0625em) {
  .p-information__heading {
    font-size: 2rem;
  }
}

.concept__text {
  font-weight: bold;
  line-height: 2;
  font-size: 1.3rem;
}
@media (min-width: 48.0625em) {
  .concept__text {
    font-size: 1.8rem;
    max-width: 768px;
    margin: auto;
  }
}

.p-section#THE_FIRST_COLLECTION {
  margin-top: 128px;
}
@media (min-width: 48.0625em) {
  .p-section#THE_FIRST_COLLECTION {
    margin-top: 240px;
  }
}

.c-banner-l__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 28px;
}
@media (max-width: 48em) {
  .c-banner-l__content {
    width: calc(100% - max(30px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .c-banner-l__content {
    margin-top: 40px;
  }
}
.c-banner-l .viewmore-button {
  width: clamp(156px, 18.2857142857vw, 256px);
}

.viewmore-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(var(--fz13, 13px), 1.25vw, var(--fz18, 18px));
  font-weight: bold;
  padding-bottom: 18px;
  z-index: 2;
}
.viewmore-button a {
  font-family: var(--ff--en);
  line-height: 1.2;
}
.viewmore-button a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.viewmore-button__icon {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.viewmore-button .c-svg--arrow {
  --w: 10px;
  --fill: currentColor;
}
.viewmore-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.viewmore-button::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (min-width: 48.0625em) {
  .viewmore-button:hover::after {
    width: 100%;
  }
}

.pg-histories {
  --duration: 0.4s;
}
@media (min-width: 48.0625em) {
  .pg-histories__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 64px;
  }
}
.pg-histories__mv {
  display: grid;
}
.pg-histories__mv > * {
  grid-area: 1/-1;
}
.pg-histories__mv img {
  -webkit-transition: var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pg-histories__mv img:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 48em) {
  .pg-histories__mv {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .pg-histories__mv {
    width: max(100% - 736px - 64px, 32.5%);
  }
}
.pg-histories__body {
  counter-reset: history-counter;
}
@media (max-width: 48em) {
  .pg-histories__body {
    width: calc(100% - max(30px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .pg-histories__body {
    padding: 40px 0;
    width: min(736px, 57.5%);
  }
}

.pg-history {
  position: relative;
  counter-increment: history-counter;
}
.pg-history + .pg-history {
  margin-top: 48px;
}
.pg-history.is-active .pg-history__header::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.pg-history.is-active .pg-history__heading {
  color: #000;
  cursor: unset;
}
.pg-history.is-active .pg-history__body {
  overflow: auto;
  height: var(--accordion-h);
  opacity: 1;
}
.pg-history.is-active .pg-history__body a:hover {
  color: #fff;
}
@media (min-width: 48.0625em) {
  .pg-history + .pg-history {
    margin-top: 40px;
  }
  .pg-history::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: width var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .pg-history.is-active::before {
    width: 80px;
    -webkit-transition-delay: var(--duration);
            transition-delay: var(--duration);
  }
  .pg-history:hover .pg-history__heading {
    color: #000;
  }
}
.pg-history__header {
  position: relative;
}
@media (max-width: 48em) {
  .pg-history__header::before, .pg-history__header::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .pg-history__header::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.pg-history__heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: var(--ff--en);
  position: relative;
  -webkit-transition: color var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.pg-history__heading::before {
  content: counter(history-counter, decimal-leading-zero);
  font-weight: normal;
  padding-right: 8px;
}
@media (min-width: 48.0625em) {
  .pg-history__heading {
    color: #aaa;
    font-size: 2rem;
    padding-left: 56px;
  }
  .pg-history__heading::before {
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding-right: 16px;
  }
}
.pg-history__body {
  position: relative;
  opacity: 0;
  height: 0;
  -webkit-transition: var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .pg-history__body {
    padding-left: 56px;
  }
  .pg-history__body::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
}
@media (max-width: 48em) {
  .pg-history__img {
    margin-top: 20px;
  }
}
@media (min-width: 48.0625em) {
  .pg-history__img {
    display: none;
  }
}
.pg-history__text {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: 13.4px;
}
@media (min-width: 48.0625em) {
  .pg-history__text {
    padding-top: 23.6px;
    font-size: 1.6rem;
  }
}
.pg-history .c-stroke-button {
  --w: 100%;
  --h: 48px;
  --clr: #000;
  --bdr: 60px;
  margin-top: 25.6px;
}
@media (max-width: 48em) {
  .pg-history .c-stroke-button:not(.is-coming-soon) {
    background-color: #000;
    --clr: #fff;
  }
}
@media (min-width: 48.0625em) {
  .pg-history .c-stroke-button {
    --h: 60px;
    margin-top: 25.6px;
  }
}

.shoplist__content + .shoplist__content {
  margin-top: 40px;
}
@media (min-width: 48.0625em) {
  .shoplist__content + .shoplist__content {
    margin-top: 64px;
  }
}
.shoplist__category {
  font-size: 1rem;
  font-weight: bold;
  font-family: var(--ff--en);
}
@media (min-width: 48.0625em) {
  .shoplist__category {
    font-size: 1.2rem;
  }
}
.shoplist__items {
  margin-top: 28px;
}
@media (min-width: 48.0625em) {
  .shoplist__items {
    margin-top: 40px;
  }
}
.shoplist__item {
  position: relative;
}
.shoplist__item + .shoplist__item {
  margin-top: 28px;
}
@media (min-width: 48.0625em) {
  .shoplist__item + .shoplist__item {
    margin-top: 40px;
  }
}/*# sourceMappingURL=index.css.map */