@charset "UTF-8";
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
html.dunlop-img,
body.dunlop-img {
  background: url(../wah_images/wah_back3.gif);
}
html.whammy-img,
body.whammy-img {
  background: url(../wah_images/bass_back2.webp);
}
html.centaur-img,
body.centaur-img {
  background: url(../comp/comp_images/dis_back2.gif);
}
html nav,
body nav {
  width: 100vw;
}
html .bg-layer,
body .bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; /* 初期状態：非表示（透明） */
  pointer-events: none; /* 背景なのでクリックなどは通す */
  z-index: -1; /* 背景なので一番後ろに配置 */
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 640px) {
  html .bg-layer,
  body .bg-layer {
    position: absolute;
    overflow: hidden;
    top: 50px;
  }
}
html .bg-layer .bg-image,
body .bg-layer .bg-image {
  display: block;
  width: 100vw;
  height: auto;
  object-fit: cover;
}
html .bg-layer.is-visible,
body .bg-layer.is-visible {
  opacity: 1;
}
html .bg-layer.is-visible .bg-image,
body .bg-layer.is-visible .bg-image {
  transform: scale(1.05);
}
@media screen and (max-width: 640px) {
  html .bg-layer.is-visible,
  body .bg-layer.is-visible {
    opacity: 1;
  }
  html .bg-layer.is-visible .bg-image,
  body .bg-layer.is-visible .bg-image {
    transform: scale(1.2);
  }
}

.row {
  overflow-x: hidden;
}

.page-header.head-content {
  margin: 50px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .page-header.head-content {
    margin: 150px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .page-header.head-content {
    margin: 50px 0 0;
  }
}
.page-header.head-content .photo-credit {
  font-size: 1.2rem;
  color: #999;
  text-align: left;
  margin: 60px 0 0 15px;
}
.page-header.head-content .photo-credit a {
  font-size: 1.2rem;
}
.page-header.head-content .title {
  font-size: 6.72rem;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  opacity: 0.84;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
}
.page-header.head-content .title.vox-page {
  justify-content: flex-start;
  gap: 0 4rem;
  opacity: 0.96;
}
.page-header.head-content .title.whammy-page {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-header.head-content .title.centaur-page {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-header.head-content .title small {
  font-size: 3.4rem;
  color: #555;
}
@media screen and (max-width: 1200px) {
  .page-header.head-content .title {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .page-header.head-content .title {
    flex-wrap: wrap;
    font-size: 4.62rem;
  }
  .page-header.head-content .title small {
    margin-top: 4px;
    font-size: 2.8rem;
  }
}

.logo-pict {
  position: absolute;
  top: 65px;
  right: 15px;
  z-index: 2;
}
.logo-pict img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1200px) {
  .logo-pict {
    top: 160px;
    right: 16px;
  }
  .logo-pict img {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 640px) {
  .logo-pict {
    display: none;
  }
}

.container .alert.result-summary {
  background: transparent;
  padding: 0;
  margin-bottom: 3.62vh;
  border: none;
  color: #d5d5d5;
  opacity: 0.8;
}
.container .alert.result-summary br {
  display: none;
}
@media screen and (max-width: 640px) {
  .container .alert.result-summary br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .container .alert.result-summary {
    color: #222;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .container .alert.result-summary span {
    font-size: 2rem;
  }
}
.container .alert.result-summary span {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}

.breadcrumb {
  margin-bottom: 20px;
  font-size: 1rem;
  background-color: transparent;
}

.sort-form {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  margin: 0 0 32vh;
  display: table;
  border-radius: 6px;
}
@media screen and (max-width: 1200px) {
  .sort-form {
    margin: 0 0 40px;
  }
}
.sort-form .form-horizontal {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .sort-form .form-horizontal {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
  }
}
.sort-form .form-horizontal .form-group {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .sort-form .form-horizontal .form-group {
    flex-wrap: wrap;
  }
}
.sort-form .form-horizontal .form-group .disp-order {
  margin: 0;
  font-size: 1.56rem;
}
@media screen and (max-width: 640px) {
  .sort-form .form-horizontal .form-group .disp-order {
    margin-bottom: 8px;
  }
}
.sort-form .form-horizontal .form-group .disp-order-options {
  display: flex;
  align-items: center;
}
.sort-form .form-horizontal .form-group .disp-order-options .disp-order-options-col {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 640px) {
  .sort-form .form-horizontal .form-group .disp-order-options .disp-order-options-col {
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-left: 16px;
  }
  .sort-form .form-horizontal .form-group .disp-order-options .disp-order-options-col label {
    margin: 0;
  }
}
.sort-form .form-horizontal .form-group .disp-order-options .disp-order-options-col label {
  padding-top: 0;
}

.disp-order {
  font-size: 1.44rem;
  font-weight: bold;
}

.form-submit-btn button {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.disp-order-options .row {
  margin: 0;
}

.outside-container {
  padding: 32px 32px 4px;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 24px;
}
@media screen and (max-width: 640px) {
  .outside-container {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}

.disp-order-options-col label:has(input:checked) {
  font-weight: bold;
}
.disp-order-options-col label.radio-checked {
  font-weight: bold;
}
.disp-order-options-col input:checked + span {
  font-weight: bold;
}

.api-item .thumbnail {
  min-height: 450px;
  display: flex;
  flex-direction: column;
}
.api-item .thumbnail img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin: 0 auto;
}
.api-item .caption {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.api-item .caption h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  flex: 0.6;
  margin: 0.5rem auto 0;
}
.api-item .price {
  font-weight: bold;
  color: #d9534f;
  font-size: 2rem;
  margin: 0.5rem auto 1rem;
}
.api-item .price .yen {
  font-size: 1.4rem;
}
.api-item .review {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}
.api-item .description {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 10px;
  text-align: justify;
  flex: 1;
}
.api-item .detail-btn {
  margin: 0 auto;
}

.api-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #999;
}

.api-error {
  text-align: center;
  padding: 20px;
  color: #d9534f;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}/*# sourceMappingURL=dunlop.css.map */