/* 【サイトリニューアル 4.0】 静的ページのPWA化 共通スタイルの設定 */

/** .button **********************/
.button {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #e8e8e8;
  color: #585858;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s linear;
}

@media print,
screen and (min-width: 48.0625em) {

  .button {
    padding: .6rem 1rem;
  }
}

@media print,
screen and (min-width: 48.0625em) {

  .button:hover {
    opacity: 0.5;
  }
}

.button[disabled],
.button.disabled {
  background-color: #969696 !important;
  border-color: #969696 !important;
  opacity: 0.5;
}

.button[disabled]:hover,
.button.disabled:hover {
  cursor: initial;
  color: #fff;
}

.button a {
  color: #fff;
}

.button a:hover {
  color: #fff;
}

.button i.left {
  margin-right: 0.6em;
}

.button i.right {
  margin-left: 0.6em;
}

/** .row, .column, .columns**********************/
.row {
  max-width: 78.75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print,
screen and (min-width: 48.0625em) {

  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {

  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse>.column {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

@media print,
screen and (min-width: 48.0625em) {

  .column,
  .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {

  .column,
  .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* 静的ページに必要なstyle */
.hide {
  display: none !important; }

.static-pdp-main .product-content-detail {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 30px; }
  .static-pdp-main .product-content-detail.pcd-bottom {
    margin-top: 40px; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-content-detail {
      display: block; }
      .static-pdp-main .product-content-detail::before, .static-pdp-main .product-content-detail::after {
        display: table;
        content: ' '; }
      .static-pdp-main .product-content-detail::after {
        clear: both; }
      .static-pdp-main .product-content-detail.pcd-bottom:before, .static-pdp-main .product-content-detail.pcd-bottom:after {
        display: block;
        max-width: 996px;
        margin: 0 20px;
        border-top: 1px solid #323232;
        content: ""; } }

.static-pdp-main .product-title {
  position: relative; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-title {
      float: right;
      -ms-flex-order: 1;
          order: 1;
      width: 50%;
      margin-top: 36px; } }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-title {
      -ms-flex-order: 4;
          order: 4;
      margin-top: 33px; } }
  .static-pdp-main .product-title .badge-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media print, screen and (min-width: 48.0625em) {
      .static-pdp-main .product-title .badge-container {
        position: absolute;
        top: 0; } }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-title .badge-container {
        margin-bottom: 3px; } }
    .static-pdp-main .product-title .badge-container .badge-product {
      margin: 0 1rem .25rem 0;
      font-size: 14px;
      line-height: normal;
      white-space: nowrap; }
      @media screen and (max-width: 48em) {
        .static-pdp-main .product-title .badge-container .badge-product {
          font-size: 13px;
          line-height: 1;
          margin: 0 16px 0 0; } }
  .static-pdp-main .product-title .product-name {
    margin: 0 0 3px;
    padding-bottom: 2px;
    border-bottom: 1px solid #505050;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4; }
    @media print, screen and (min-width: 48.0625em) {
      .static-pdp-main .product-title .product-name {
        margin: 1.75rem 0 13px;
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 1.2; } }
    .static-pdp-main .product-title .product-name span.sub {
      display: block;
      margin: 9px 0 2px;
      font-size: 14px; }
      @media screen and (max-width: 48em) {
        .static-pdp-main .product-title .product-name span.sub {
          font-size: 12px;
          margin: 2px 0 5px; } }

@media print, screen and (min-width: 48.0625em) {
  .static-pdp-main .pcd-bottom .product-title .product-name {
    margin-bottom: 0; } }

.static-pdp-main .product-description {
  font-size: 14px;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-description {
      -ms-flex-order: 4;
          order: 4;
      margin: 5px 0 10px;
      line-height: 1.9; } }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-description {
      margin: 0 0 15px;
      width: 50%;
      float: right;
      line-height: 1.75; } }

.static-pdp-main .product-image-container {
  -ms-flex-order: 2;
      order: 2; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-image-container {
      margin-top: 5px; } }
  .static-pdp-main .product-image-container .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 14px 0 28px; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-image-container .slick-dots {
        margin-bottom: 0; } }
    .static-pdp-main .product-image-container .slick-dots li {
      display: block;
      width: 15px;
      height: 15px;
      margin: 0; }
      .static-pdp-main .product-image-container .slick-dots li button {
        width: inherit;
        height: inherit;
        padding: 0; }
        .static-pdp-main .product-image-container .slick-dots li button:before {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: auto;
          height: auto;
          margin: auto;
          font-size: 9px;
          line-height: 9px; }

.static-pdp-main .product-info {
  -ms-flex-order: 5;
      order: 5; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-info {
      margin-top: 9px; } }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-info.product-info-first {
      margin-top: 4px;
      margin-bottom: 7px; }
      .static-pdp-main .product-info.product-info-first .product-variations {
        margin: 0 -7px 0 -5px; } }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-info.product-info-first {
      -ms-flex-order: 3 !important;
          order: 3 !important;
      margin-top: 28px; } }

@media print, screen and (min-width: 48.0625em) {
  .static-pdp-main .pcd-bottom .product-info.product-info-first {
    margin-top: 17px; } }

.static-pdp-main .product-detail {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-detail {
      max-width: 1036px;
      margin-left: auto;
      margin-right: auto; } }
  .static-pdp-main .product-detail .promotion,
  .static-pdp-main .product-detail .product-promo {
    text-align: left;
    width: 100%;
    margin-top: 1.5rem; }
    @media print, screen and (min-width: 48.0625em) {
      .static-pdp-main .product-detail .promotion,
      .static-pdp-main .product-detail .product-promo {
        width: auto; } }
    .static-pdp-main .product-detail .promotion .promotion-title,
    .static-pdp-main .product-detail .product-promo .promotion-title {
      font-weight: bold;
      margin-bottom: .3rem;
      display: none; }
    .static-pdp-main .product-detail .promotion .promotion-callout,
    .static-pdp-main .product-detail .product-promo .promotion-callout {
      color: #323232;
      font-size: 13px;
      line-height: 1.4; }

.static-pdp-main .promotion {
  padding-top: 0; }

.static-pdp-main label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  display: inline-block; }

.static-pdp-main .product-image-container {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-image-container {
      margin-top: 15px; } }
  #wrapper.overlay .static-pdp-main .product-image-container {
    position: static; }
  .static-pdp-main .product-image-container .row, .static-pdp-main .product-image-container .pt_content-search-result-static .no-left-nav-template .content-asset, .pt_content-search-result-static .no-left-nav-template .static-pdp-main .product-image-container .content-asset, .static-pdp-main .product-image-container .pt_content-search-result-static .left-nav-template .content-asset, .pt_content-search-result-static .left-nav-template .static-pdp-main .product-image-container .content-asset {
    margin-left: 0;
    margin-right: 0; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-image-container {
      float: left;
      width: 50%; }
      .static-pdp-main .product-image-container .row, .static-pdp-main .product-image-container .pt_content-search-result-static .no-left-nav-template .content-asset, .pt_content-search-result-static .no-left-nav-template .static-pdp-main .product-image-container .content-asset, .static-pdp-main .product-image-container .pt_content-search-result-static .left-nav-template .content-asset, .pt_content-search-result-static .left-nav-template .static-pdp-main .product-image-container .content-asset {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-image-container .product-thumbnails {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }

.static-pdp-main .product-number {
  color: #323232;
  font-size: .65rem;
  margin-bottom: .5rem; }

.static-pdp-main .price-qty-row {
  margin: 30px 0 0;
  font-size: 14px; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .price-qty-row {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .price-qty-row {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .static-pdp-main .price-qty-row .label {
    white-space: nowrap; }

.static-pdp-main .product-price {
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5em;
  font-size: 16px;
  /* IE10+ CSS */ }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-price {
      margin-right: 0;
      font-size: 17px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .static-pdp-main .product-price {
      margin-right: 6em !important; } }
  .static-pdp-main .product-price .price-standard {
    color: #323232;
    font-weight: normal;
    text-decoration: line-through;
    margin-right: 8px; }
  .static-pdp-main .product-price .price-tiered {
    color: #323232;
    font-size: .6em;
    line-height: 1.5em;
    padding-left: 0.25em; }
  .static-pdp-main .product-price small {
    display: inline-block; }

.static-pdp-main .inventory {
  display: block;
  white-space: nowrap; }
  .static-pdp-main .inventory input {
    font-size: 1.5em;
    height: 50px;
    width: 50px;
    margin-right: .4em;
    text-align: center; }
    @media print, screen and (min-width: 48.0625em) {
      .static-pdp-main .inventory input {
        height: 37px;
        width: 37px; } }
  @media screen and (max-width: 48em) {
    .static-pdp-main .inventory {
      margin-top: 1.5rem; } }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .inventory {
      display: inline; }
      .static-pdp-main .inventory .quantity {
        display: inline; } }

.static-pdp-main .product-main-attributes .attribute {
  padding: .2em 0; }

.static-pdp-main .product-main-attributes .label {
  padding: 0; }

.static-pdp-main .product-variations {
  font-size: 12px; }
  .static-pdp-main .product-variations .pdp-vars {
    margin: 0;
    padding: 0; }
    .static-pdp-main .product-variations .pdp-vars .swatches {
      margin: 0;
      padding: 0 26px; }
      @media print, screen and (min-width: 48.0625em) {
        .static-pdp-main .product-variations .pdp-vars .swatches {
          padding: 0; } }
      .static-pdp-main .product-variations .pdp-vars .swatches.size {
        padding: 0; }
    .static-pdp-main .product-variations .pdp-vars .value {
      margin: 0; }

@media print, screen and (min-width: 48.0625em) {
  .static-pdp-main .main-image {
    position: relative;
    margin-top: 20px; } }

.static-pdp-main .primary-image {
  max-width: 100%;
  width: 100%; }

.static-pdp-main .product-primary-image {
  max-width: 100%;
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
  -ms-flex-direction: row; }

.static-pdp-main .product-info {
  width: 100%; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-info {
      clear: right;
      float: right;
      width: 50%;
      margin-bottom: 15px;
      font-size: 14px;
      letter-spacing: .03em; } }

.static-pdp-main .product-add-to-cart {
  overflow: hidden;
  display: block; }
  .static-pdp-main .product-add-to-cart button {
    width: 100%;
    padding: 13px 0;
    border-color: #b4b4b5;
    background-color: #b4b4b5;
    color: #fff;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    font-size: 17px;
    font-size: 4.53vw;
    line-height: 1.4em; }
    @media print, screen and (min-width: 48.0625em) {
      .static-pdp-main .product-add-to-cart button {
        width: 200px;
        margin-right: 12px;
        padding: 9px 0;
        font-size: 12px; } }
    .static-pdp-main .product-add-to-cart button.disabled {
      color: #fff;
      cursor: auto; }
    .static-pdp-main .product-add-to-cart button.add-all-to-cart {
      width: 100%; }
      @media print, screen and (min-width: 48.0625em) {
        .static-pdp-main .product-add-to-cart button.add-all-to-cart {
          width: auto; } }

.static-pdp-main .product-form-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-form-actions {
      -ms-flex-direction: row;
          flex-direction: row;
      margin-right: 12px; } }
  .static-pdp-main .product-form-actions .static-add-to-cart {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .static-pdp-main .product-form-actions .out-of-stock {
    width: 100%;
    margin: 0;
    padding: 13px 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    background-color: #fff;
    color: #b0b0b0;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    font-size: 17px;
    font-size: 4.53vw;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 0.05em; }
    @media print, screen and (min-width: 48.0625em) {
      .static-pdp-main .product-form-actions .out-of-stock {
        width: 200px;
        margin-right: 12px;
        padding: 9px 0;
        font-size: 12px; } }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-form-actions .product-actions {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
  .static-pdp-main .product-form-actions .save-for-later-btn {
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    padding: 0;
    border-color: #b4b4b5;
    background-color: #b4b4b5; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-form-actions .save-for-later-btn {
        width: 59px;
        height: 59px;
        margin-left: 10px; } }
    .static-pdp-main .product-form-actions .save-for-later-btn svg {
      width: 19px;
      height: 17px;
      margin: auto; }
      @media screen and (max-width: 48em) {
        .static-pdp-main .product-form-actions .save-for-later-btn svg {
          width: 26px;
          height: 22px; } }
    .static-pdp-main .product-form-actions .save-for-later-btn .save-for-later {
      fill: none;
      stroke: #fff;
      stroke-miterlimit: 10; }
    .static-pdp-main .product-form-actions .save-for-later-btn.saved-wishlist .save-for-later {
      fill: #fff; }
  .static-pdp-main .product-form-actions a.text-only {
    margin-top: 24px;
    color: #323232; }
    @media print, screen and (min-width: 48.0625em) {
      .static-pdp-main .product-form-actions a.text-only {
        margin-top: 0; } }

.static-pdp-main .ppd-bottom-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0 0; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .ppd-bottom-button {
      -ms-flex-flow: column;
          flex-flow: column; } }
  @media screen and (max-width: 48em) {
    .static-pdp-main .ppd-bottom-button > * {
      margin-bottom: 10px; } }
  .static-pdp-main .ppd-bottom-button .sp-link a {
    width: 182px;
    height: 35px;
    padding: 9px 0;
    border-color: #323232;
    background-color: #fff;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    font-size: 12px; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .ppd-bottom-button .sp-link a {
        width: 100%;
        height: 59px;
        padding: 20px 0;
        font-size: 17px; } }

.static-pdp-main .product-select-attribute {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-select-attribute {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 20px; } }
  .static-pdp-main .product-select-attribute > * {
    margin-top: 7px;
    margin-right: 14px; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-select-attribute > * {
        -ms-flex-order: 3;
            order: 3;
        margin: 20px 0 0; } }
  .static-pdp-main .product-select-attribute .label {
    margin: 0 10px 5px 0;
    font-size: 12px;
    white-space: nowrap; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-select-attribute .label {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 55px;
        margin: 0;
        color: #646464;
        font-size: 14px; } }
  .static-pdp-main .product-select-attribute .value {
    position: relative;
    width: 100%;
    height: 35px; }
    .static-pdp-main .product-select-attribute .value:after {
      display: block;
      position: absolute; }
    .static-pdp-main .product-select-attribute .value.disabled:after {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: ""; }
    .static-pdp-main .product-select-attribute .value:not(.disabled):after {
      right: 7px;
      bottom: 9px;
      font-family: "icomoon";
      font-size: 11px;
      font-weight: 700;
      content: "\e904";
      pointer-events: none; }
      @media screen and (max-width: 48em) {
        .static-pdp-main .product-select-attribute .value:not(.disabled):after {
          right: 9px;
          bottom: 10px;
          font-size: 12px; } }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-select-attribute .value {
        height: 40px; } }
    .static-pdp-main .product-select-attribute .value select {
      width: auto;
      height: 100%;
      padding: 6px 20px 6px 10px;
      border: 1px solid #323232;
      font-size: 14px; }
      @media screen and (max-width: 48em) {
        .static-pdp-main .product-select-attribute .value select {
          font-size: 15px; } }
    .static-pdp-main .product-select-attribute .value.disabled select {
      border-color: #c8c8c8; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-select-attribute .inventory {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  .static-pdp-main .product-select-attribute .inventory .quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-select-attribute .inventory .quantity {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; } }
    .static-pdp-main .product-select-attribute .inventory .quantity select {
      width: 84px; }
      @media screen and (max-width: 48em) {
        .static-pdp-main .product-select-attribute .inventory .quantity select {
          width: 100%; } }
      .static-pdp-main .product-select-attribute .inventory .quantity select option:disabled {
        color: #c8c8c8; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-select-attribute .product-variations.va-size {
      width: auto;
      min-width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  .static-pdp-main .product-select-attribute .product-variations.va-size select {
    min-width: 84px; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-select-attribute .product-variations.va-size select {
        width: 100%;
        min-width: 0; } }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-select-attribute .product-variations.va-color {
      -ms-flex-order: 1;
          order: 1;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  .static-pdp-main .product-select-attribute .product-variations.va-color select {
    width: 230px; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-select-attribute .product-variations.va-color select {
        width: 100%; } }

.static-pdp-main .product-component {
  margin-top: 14px;
  border: 1px solid #323232;
  border-width: 1px 0; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-component {
      margin-top: 25px; } }
  .static-pdp-main .product-component h2 {
    position: relative;
    margin: 0;
    padding: 6px 0;
    color: #646464;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    cursor: pointer; }
    .static-pdp-main .product-component h2:after {
      display: block;
      position: absolute;
      top: 9px;
      right: 9px;
      margin: auto 0;
      font-family: "icomoon";
      font-size: 12px;
      font-weight: 700;
      content: "\e904"; }
    .static-pdp-main .product-component h2.comp-open:after {
      content: "\e905"; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-component h2 {
        padding: 8px 0;
        font-size: 15px; } }
  .static-pdp-main .product-component p {
    display: none;
    margin: 0;
    padding: 5px 0 13px;
    color: #646464;
    font-size: 12px;
    line-height: 2.2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    @media screen and (max-width: 48em) {
      .static-pdp-main .product-component p {
        padding: 0 0 7px;
        font-size: 13px;
        line-height: 2; } }

.static-pdp-main .product-set .product-description-wrapper {
  line-height: 1.3; }
  @media screen and (max-width: 48em) {
    .static-pdp-main .product-set .product-description-wrapper {
      display: none; } }

@media print, screen and (min-width: 48.0625em) {
  .static-pdp-main .product-set .product-set-list {
    float: right;
    width: 50%; } }

.static-pdp-main .product-set .product-set-list .product-set-item {
  clear: both;
  font-size: 0.875rem;
  overflow: hidden;
  border-top: 1px #000 solid;
  padding: 22px 0; }

.static-pdp-main .product-set .product-set-list .product-set-image img {
  width: 100%; }

.static-pdp-main .product-set .product-set-list .product-name {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.685em;
  width: auto; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-set .product-set-list .product-name {
      font-size: 1rem;
      line-height: 100%; } }

.static-pdp-main .product-set .product-set-list .attribute h3 {
  width: 25%; }

.static-pdp-main .product-set .product-set-list .attribute .label {
  white-space: nowrap; }

.static-pdp-main .product-set .product-set-actions.column, .static-pdp-main .product-set .product-set-actions.columns {
  margin-bottom: 1.5rem;
  width: 100%; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .product-set .product-set-actions.column, .static-pdp-main .product-set .product-set-actions.columns {
      float: right;
      width: 50%;
      clear: both; } }

.static-pdp-main .product-set-actions .product-add-to-cart {
  border-top: 1px #000 solid;
  margin-bottom: 0; }

.static-pdp-main .salesprice {
  font-weight: bold; }

.static-pdp-main .msg-area {
  width: 100%;
  margin: 10px 0;
  color: #c00;
  font-size: 16px;
  font-size: 4.27vw;
  text-align: center; }
  @media print, screen and (min-width: 48.0625em) {
    .static-pdp-main .msg-area {
      width: auto;
      margin: 0;
      font-size: 14px;
      text-align: left; } }
  .static-pdp-main .msg-area p {
    margin: 0 !important;
    font-size: inherit !important; }

.static-pdp-main .out-of-stock {
  display: none; }

.static-pdp-main.outofstock .static-add-to-cart {
  display: none !important; }

.static-pdp-main.outofstock .msg-area {
  display: none !important; }

.static-pdp-main.outofstock .out-of-stock {
  display: block !important; }

.static-pdp-main .restriction-msg {
  color: #c00; }

.spdp-images {
  position: relative; }

.spdp-images div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.spdp-images div:first-child {
  position: static; }

.spdp-images div.current {
  opacity: 1; }

/* 【サイトリニューアル 4.0】 Start. 静的ページのPWA化 UAT指摘 RENEWAL2023-1343 ph4.静的ページ：共通CSSの設定可否 */
/* リンクに下線の付与 */
.content-asset p a {
    text-decoration: underline;
}

body .content-asset {
  letter-spacing: 0.5px; /* 文字間 */
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;  /* フォント */
}
/* 【サイトリニューアル 4.0】 End. 静的ページのPWA化 UAT指摘 RENEWAL2023-1343 ph4.静的ページ：共通CSSの設定可否 */
/* 【サイトリニューアル 4.0】 Start. 静的ページのPWA化 UAT指摘 RENEWAL2023-1354 【Ph4_STG】静的ページ：a:hover時に下線が付く */
.content-asset a.chakra-link[class*="css-"] {
    text-decoration: inherit;
}
.content-asset p a.chakra-link[class*="css-"] {
    text-decoration: revert;
}
/* 【サイトリニューアル 4.0】 End. 静的ページのPWA化 UAT指摘 RENEWAL2023-1354 【Ph4_STG】静的ページ：a:hover時に下線が付く */