/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #000;
  word-wrap: break-word; 
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none; 
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none; 
  color: #000;
}
a:active {
  text-decoration: none; 
  color: #000;
}
a[href^="tel:"]:hover {
  color: #000;
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #fff;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #fff;
  color: #000;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1080.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1081px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.c-btn {
  background-color: #fff;
  letter-spacing: 0.14em; 
  font-weight: bold;
}
.c-btn a {
  display: block;
  border: 1px solid #fff;
  height: 100%;
  -webkit-transition: background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1); 
  color: #000;
}
.no-touchevents .c-btn a:hover {
  background-color: #000;
  color: #fff;
}
.no-touchevents .c-btn a:hover .c-icon_right {
  stroke: #fff;
}
.c-btn a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn.-rebirth {
  background-color: #000;
}
.c-btn.-rebirth a {
  color: #fff;
}
.no-touchevents .c-btn.-rebirth a:hover {
  background-color: #fff;
  color: #000;
}
.no-touchevents .c-btn.-rebirth a:hover .c-icon_right.-rebirth {
  stroke: #000;
}

.c-icon.-golf5 {
  margin-top: 1px;
  width: 118px;
  height: 26px;
  vertical-align: top; 

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-golf5 {
    width: 18.26667vw;
    height: 4vw;
  }
}

.c-icon.-right {
  margin-left: 10px;
  width: 12px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .c-icon.-right {
    margin-top: 1px;
    margin-left: 1.33333vw;
    width: 2vw;
    height: 2.66667vw;
  }
}
.c-icon.-right .c-icon_right {
  -webkit-transition: stroke 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: stroke 0.15s cubic-bezier(0.25, 0.1, 0.25, 1); 

  fill: none;
  stroke: #000;
  stroke-width: 1px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}
.c-icon.-right .c-icon_right.-rebirth {
  stroke: #fff;
}

.c-icon.-twitter {
  width: 31px;
  height: 26px;

  fill: #fff;
}

.c-icon.-facebook {
  width: 16px;
  height: 30px;

  fill: #fff;
}

.c-icon.-line {
  width: 34px;
  height: 32px;

  fill: #fff;
}

.c-icon.-alpen {
  width: 274px;
  height: 42px;

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-alpen {
    width: 43.2vw;
    height: 6.66667vw;
  }
}

.c-icon.-pxg {
  width: 278px;
  height: 110px;

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-pxg {
    width: 36.8vw;
    height: 16.4vw;
  }
}

.c-icon.-prestige {
  width: 119px;
  height: 44px;
  vertical-align: top; 

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-prestige {
    width: 19.2vw;
    height: 6.93333vw;
  }
}

.c-title {
  text-align: center;
  letter-spacing: 0.14em;
  font-size: 40px;
  line-height: 1.5;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .debut .c-title {
    margin-bottom: 25.86667vw;
  }
}
.evolution .c-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .evolution .c-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .evolution .c-title {
    margin-bottom: 15.46667vw;
  }
}
.product .c-title {
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .product .c-title {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 767px) {
  .product .c-title {
    margin-bottom: 25.6vw;
  }
}

.l-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-blog {
    margin: 0;
  }
}

.l-blog_item {
  width: 30%; 
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .l-blog_item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-blog_item {
    margin-top: 9.33333vw;
    width: 100%; 
    max-width: 100%;
  }
}

.l-blog_img {
  overflow: hidden; 
  height: 185px;
}
@media screen and (max-width: 767px) {
  .l-blog_img {
    height: 54.93333vw;
  }
}

.l-blog_src {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;"; 

  -o-object-fit: cover; 

     object-fit: cover;
}

.l-blog_date {
  margin-top: 17px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-blog_date {
    margin-top: 3.2vw;
    font-size: 3.73333vw;
  }
}

.l-blog_title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-blog_title {
    font-size: 3.73333vw;
    line-height: 1.64286;
  }
}

.l-blog_name {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l-blog_name {
    margin-top: 3.2vw;
    font-size: 2.93333vw;
  }
}

.l-footer {
  margin-top: 150px;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1284px) {
  .l-footer {
    margin-top: 11%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 0;
  }
}
.l-footer a {
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.no-touchevents .l-footer a:hover {
  opacity: 0.7;
}

.l-footer_share {
  letter-spacing: 0.14em; 
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer_share {
    font-size: 3.2vw;
  }
}

.l-footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}

.l-footer_item + .l-footer_item {
  margin-left: 35px;
}

.l-footer_copyright {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer_copyright {
    margin-top: 1.06667vw;
  }
}
.l-footer_copyright small {
  letter-spacing: 0.14em; 
  color: #7a7a7a;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer_copyright small {
    letter-spacing: 0.06em; 
    font-size: 2.66667vw;
  }
}

.l-footer_logo {
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1284px) {
  .l-footer_logo {
    margin-top: 11%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    margin-top: 26.66667vw;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin: 30px auto 0;
  padding: 0 40px; 
  max-width: 1366px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header {
    margin-top: 5.33333vw;
    padding: 0 5.33333vw;
  }
}

.l-header_logo {
  display: inline-block;
}
.l-header_logo a {
  display: block;
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.no-touchevents .l-header_logo a:hover {
  opacity: 0.7;
}
.l-header_logo + .l-header_logo {
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  .l-header_logo + .l-header_logo {
    margin-left: 2.66667vw;
  }
}

.l-header_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header_btn {
  display: inline-block;
  width: 260px;
  height: 45px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l-header_btn {
    width: 39.46667vw;
    height: 10.13333vw;
    letter-spacing: 0; 
    font-size: 2.66667vw;
  }
}

.l-inner {
  position: relative;
  margin: auto;
  max-width: 1080px;
}

.l-table {
  margin: auto;
  width: calc(100% - 80px);

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .l-table {
    width: 89.33333vw;
  }
}

caption {
  margin-bottom: 20px;
  letter-spacing: 0.14em; 
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  caption {
    font-size: 5.6vw;
  }
}

.l-table.-feature {
  border-spacing: 0px 3px; 
  border-collapse: separate;
}
.l-table.-feature thead th {
  padding: 8px 0px 4px;
  background-color: #141414;
  letter-spacing: 0.14em;
  color: #a4a4a4; 
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-table.-feature thead th {
    padding: 4px 0;
    font-size: 3.2vw;
  }
}
.l-table.-feature tbody {
  color: #c0c0c0;
}
.l-table.-feature tbody tr:nth-child(odd) {
  background-color: #1d1d1d;
}
.l-table.-feature tbody tr:nth-child(even) {
  background-color: #262626;
}
.l-table.-feature tbody th {
  width: 35%;
  letter-spacing: 0.14em; 
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .l-table.-feature tbody th {
    padding: 0 3.33333vw;
    width: 50%;
    letter-spacing: 0.06em; 
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}
.l-table.-feature tbody td {
  padding: 30px 40px 28px;
  width: 60%;
  letter-spacing: 0.05em; 
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-table.-feature tbody td {
    padding: 5.33333vw 4vw;
    width: 50%;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.l-table.-feature tfoot {
  color: #fff; 
  font-size: 13px;
  line-height: 1.38462;
}

.l-table.-limited {
  position: relative;
  border-spacing: 0px 3px; 
  border-collapse: separate;
}
.l-table.-limited:after {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/store/golf5/campaign/pxg_iron0211/img/top/product_img.png) right top/310px auto no-repeat;
}
@media screen and (max-width: 930px) {
  .l-table.-limited:after {
    content: none;
  }
}
.l-table.-limited tbody {
  color: #c0c0c0;
}
.l-table.-limited tbody tr:nth-child(odd) {
  background-color: #1d1d1d;
}
.l-table.-limited tbody tr:nth-child(even) {
  background-color: #262626;
}
.l-table.-limited tbody th {
  width: 20%;
  letter-spacing: 0.14em; 
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .l-table.-limited tbody th {
    padding: 0 4vw;
    width: 40%;
    letter-spacing: 0.06em; 
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}
.l-table.-limited tbody td {
  padding: 30px 55px 28px;
  width: 60%;
  letter-spacing: 0.14em; 
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-table.-limited tbody td {
    padding: 8vw 5.33333vw 8vw 0;
    letter-spacing: 0.06em; 
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.l-table.-limited tfoot tr:first-child td {
  padding-top: 10px;
}
.l-table.-limited tfoot td {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.14em;
  color: #fff; 
  font-size: 13px;
  line-height: 1.38462;
}
@media screen and (max-width: 767px) {
  .l-table.-limited tfoot td {
    letter-spacing: 0.06em; 
    font-size: 2.66667vw;
    line-height: 1.4;
  }
}

.l-table.-spec {
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  .l-table.-spec {
    margin-top: 17.33333vw;
  }
}
.l-table.-spec thead tr {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.l-table.-spec thead th {
  padding: 8px 0;
  letter-spacing: 0.14em;
}
.l-table.-spec thead th:nth-child(1) {
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-table.-spec thead th {
    font-size: 2.93333vw;
  }
}
.l-table.-spec tbody tr {
  border-bottom: 1px solid #fff;
}
.l-table.-spec tbody tr:last-child {
  border-bottom: 2px solid #fff;
}
.l-table.-spec tbody th {
  border-right: 2px solid #fff; 
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-table.-spec tbody th {
    font-size: 2.66667vw;
  }
}
.l-table.-spec tbody td {
  padding: 11px 0;
  width: 20%;
  text-align: center; 
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-table.-spec tbody td {
    font-size: 2.66667vw;
  }
  .l-table.-spec tbody td:nth-child(2) {
    width: 25%;
  }
  .l-table.-spec tbody td:nth-child(3) {
    width: 17.5%;
  }
  .l-table.-spec tbody td:nth-child(4) {
    width: 17.5%;
  }
  .l-table.-spec tbody td:nth-child(5) {
    width: 20%;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}