@charset "UTF-8";
/*
|---------------------------------------------------------------
| BILLABONG × MEGABASS 2026
|---------------------------------------------------------------
*/
.fp-billabong {
  --mbs-container-maxwidth: 1200px;
  --fp-color-foreground: #000000;
  --fp-color-background: #ffffff;
  --fp-font-family-en: "Futura Md", "Jost", sans-serif;
}
@media (min-width: 750.02px) {
  .fp-billabong {
    /*  */
  }
}

.fp-billabong {
  --swiper-pagination-bullet-inactive-color: #f7f8f8;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-theme-color: #c9caca;
  --swiper-pagination-bullet-size: 11px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}
@media (min-width: 750.02px) {
  .fp-billabong {
    --swiper-pagination-bullet-size: 22px;
  }
}

.mbs-f-breadcrumbs {
  display: none;
}

.fp-billabong {
  width: 100%;
  padding: 0 0 50px;
  overflow: hidden;
  color: var(--fp-color-foreground);
  background-color: var(--fp-color-background);
}
.fp-billabong__header {
  width: 100%;
  margin: 0 0 clamp(20px, 2.67vw, 50px);
}
.fp-billabong__header__image {
  width: 100%;
  color: #ffffff;
  background-color: #000000;
}
.fp-billabong__header__image img {
  display: block;
  width: 100%;
  height: auto;
}
.fp-billabong__lead {
  width: 100%;
  padding: clamp(20px, 2.67vw, 40px) 0;
  color: var(--fp-color-foreground);
  background-color: var(--fp-color-background);
}
.fp-billabong__collection {
  width: 100%;
}
.fp-billabong__series {
  width: 100%;
}
.fp-billabong__scene {
  width: 100%;
  color: #000000;
  background-color: #eee8da;
}
.fp-billabong__lineup {
  width: 100%;
}

.fp-billabong *:where(p) {
  margin: 0 0 1em;
}
.fp-billabong .swiper-pagination {
  position: static;
  margin-top: clamp(10px, 1.33vw, 20px);
}

/*
 * Section
------------------------------------------------*/
.fpbb-section {
  display: block;
  width: 100%;
  padding: clamp(20px, 2.67vw, 40px) 0;
}
.fpbb-section__header {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
.fpbb-section__body {
  display: block;
  width: 100%;
}

.fpbb-section-title {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  font-family: var(--fp-font-family-en);
  font-style: italic;
  font-size: clamp(20px, 2.67vw, 30px);
  font-weight: 900;
  text-align: center;
  /* text-transform: uppercase; */
}
.fpbb-section-title::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 0.2em;
  background-color: #f8b62d;
  margin: 0.15em auto;
}

/*
 * Artist
------------------------------------------------*/
.fpbb-artist {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.fpbb-artist__heading {
  width: 100%;
}
.fpbb-artist__photo {
  width: 100%;
  order: -1;
}
.fpbb-artist__image {
  width: 100%;
  order: 1;
}
.fpbb-artist__image img {
  display: block;
  width: 100%;
  height: auto;
}
.fpbb-artist__content {
  width: 100%;
}
.fpbb-artist__content p {
  margin: 0;
}
@media (min-width: 750.02px) {
  .fpbb-artist {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr) minmax(0, 3fr);
    grid-template-areas: "photo heading image" "photo content content";
    gap: 10px 2%;
    font-size: 14px;
    line-height: 1.75;
  }
  .fpbb-artist__heading {
    grid-area: heading;
    align-self: flex-end;
  }
  .fpbb-artist__photo {
    grid-area: photo;
  }
  .fpbb-artist__image {
    grid-area: image;
  }
  .fpbb-artist__content {
    grid-area: content;
  }
}

.fpbb-artist-title {
  display: block;
  width: 100%;
  margin: 0;
  font-family: var(--fp-font-family-en);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.fpbb-artist-title__main {
  display: block;
  font-size: 1em;
}
.fpbb-artist-title__sub {
  display: block;
  font-size: max(10px, 0.5em);
}
@media (min-width: 750.02px) {
  .fpbb-artist-title {
    font-size: clamp(12px, 1.6vw, 24px);
    text-align: left;
  }
}

/*
 * ブランドについて
------------------------------------------------*/
.fpbb-lead {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.fpbb-lead__layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fpbb-lead__layout__image {
  width: 100%;
}
.fpbb-lead__layout__body {
  width: 100%;
}
@media (min-width: 750.02px) {
  .fpbb-lead {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  .fpbb-lead__layout {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 9fr) minmax(0, 10fr);
    align-items: center;
    gap: 2%;
  }
}

.fpbb-lead-title {
  display: block;
  width: 100%;
  font-size: 1.5em;
  margin: 0 0 1em;
}
@media (min-width: 750.02px) {
  .fpbb-lead-title {
    font-size: 2em;
    margin: 0 0 0.5em;
  }
}
.fpbb-lead-title img {
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  max-width: 100%;
  height: auto;
}

.fpbb-lead-content {
  width: 100%;
  font-size: 1em;
}
@media (max-width: 750px) {
  .fpbb-lead-content:not(.js--opened) {
    height: calc(5em + 50px);
    overflow: hidden;
    position: relative;
  }
  .fpbb-lead-content:not(.js--opened)::after {
    content: "+";
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 25px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    margin: auto;
    background-image: linear-gradient(180deg, transparent 0%, #ffffff 25%, #ffffff 100%);
  }
}

/*
 * Collection
------------------------------------------------*/
.fpbb-collection {
  width: 100%;
}

.fpbb-collection-detail {
  display: block;
  width: 100%;
  padding: clamp(20px, 2.67vw, 40px) 0;
  font-size: clamp(15px, 2vw, 24px);
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
}
.fpbb-collection-detail__lead {
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 2vw, 30px);
}
.fpbb-collection-detail__image {
  display: block;
  width: 100%;
}
.fpbb-collection-detail__content {
  --mbs-container-maxwidth: 1000px;
  display: block;
  width: 100%;
  margin: 0 0 clamp(30px, 4vw, 60px);
}

.fpbb-collection-detail-lead {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1em;
  line-height: 2;
}

.fpbb-collection-detail-images {
  display: block;
  width: 100%;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
.fpbb-collection-detail-images img {
  display: block;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.fpbb-collection-artist {
  display: block;
  width: 100%;
}
.fpbb-collection-artist__header {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.fpbb-collection-artist__body {
  display: block;
  width: 100%;
}

.fpbb-collection-artist-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--fp-font-family-en);
  font-weight: 500;
  transform: scaleX(0.7);
  transform-origin: left;
}
@media (max-width: 750px) {
  .fpbb-collection-artist-title {
    text-align: center;
    transform-origin: center;
  }
}

/*
 * Surf Flex / Utility Hat / Utility Cap
------------------------------------------------*/
.fpbb-categories {
  width: 100%;
}
.fpbb-categories__group {
  width: 100%;
  color: var(--fp-color);
  background-color: var(--fp-bgcolor);
}
.fpbb-categories__group:nth-child(odd) {
  --fp-color: var(--fp-color-foreground);
  --fp-bgcolor: var(--fp-color-background);
}
.fpbb-categories__group:nth-child(even) {
  --fp-color: var(--fp-color-foreground);
  --fp-bgcolor: #e6e6e6;
}

.fpbb-category {
  width: 100%;
}
.fpbb-category__lead {
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
}
@media (min-width: 750.02px) {
  .fpbb-category__lead {
    font-size: clamp(14px, 1.87vw, 18px);
  }
}
.fpbb-category__main {
  display: block;
  width: 100%;
  padding: clamp(15px, 2vw, 30px) 0 clamp(30px, 4vw, 60px);
}
.fpbb-category__special {
  display: block;
  width: 100%;
  padding: clamp(15px, 2vw, 30px) 0 clamp(30px, 4vw, 60px);
}
.fpbb-category__variations {
  display: block;
  width: 100%;
  padding: clamp(30px, 4vw, 60px) 0;
}
.fpbb-category__arranges {
  display: block;
  width: 100%;
  color: var(--fp-color-foreground);
  background-color: #e6e6e6;
  padding: clamp(30px, 4vw, 60px) clamp(25px, 3.33vw, 50px);
}
@media (max-width: 750px) {
  .fpbb-category__arranges {
    width: auto;
    margin-left: calc(-1 * var(--mbs-container-padding));
    margin-right: calc(-1 * var(--mbs-container-padding));
    padding-left: var(--mbs-container-padding);
    padding-right: var(--mbs-container-padding);
  }
}
.fpbb-category__details {
  display: block;
  width: 100%;
  padding: clamp(30px, 4vw, 60px) 0;
}

.fpbb-category-main {
  display: block;
  width: 100%;
}

.fpbb-category-main-image {
  display: block;
  width: 100%;
}
.fpbb-category-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.fpbb-category-section {
  display: block;
  width: 100%;
}
.fpbb-category-section__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 2vw, 30px);
}
.fpbb-category-section__body {
  display: block;
  width: 100%;
}

.fpbb-category-section-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 750.02px) {
  .fpbb-category-section-title {
    font-size: 32px;
  }
}

/* ---------------------- SPECIAL LURE ---------------------- */
.fpbb-category-special {
  width: 100%;
}
.fpbb-category-special__layout {
  width: 100%;
  display: grid;
  gap: 5px;
}
.fpbb-category-special__layout__heading {
  width: 100%;
}
.fpbb-category-special__layout__image {
  width: 100%;
}
.fpbb-category-special__layout__body {
  width: 100%;
}
@media (min-width: 750.02px) {
  .fpbb-category-special__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 13fr);
    grid-template-rows: auto minmax(0, 1fr);
    grid-template-areas: "heading image" "body image";
    gap: 15px 0;
  }
  .fpbb-category-special__layout__heading {
    grid-area: heading;
  }
  .fpbb-category-special__layout__image {
    grid-area: image;
    width: auto;
    margin-left: -20px;
  }
  .fpbb-category-special__layout__body {
    grid-area: body;
  }
}

.fpbb-category-special-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.25em 0;
  font-size: clamp(16px, 2.13vw, 24px);
  font-family: var(--fp-font-family-en);
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 750.02px) {
  .fpbb-category-special-title {
    font-size: clamp(18px, 2.4vw, 36px);
  }
}

.fpbb-category-special-image {
  display: block;
  width: 100%;
}
.fpbb-category-special-image img {
  display: block;
  width: 100%;
  height: auto;
}

.fpbb-category-special-lure {
  --fp-theme-color: #ffe000;
  width: 100%;
  display: grid;
  grid-template-areas: "image head" "image body";
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0 5px;
  border: 5px solid var(--fp-theme-color);
  font-size: clamp(9px, 2.47vw, 16px);
  text-align: left;
  color: var(--fp-color-foreground);
  background-color: var(--fp-theme-color);
}
.fpbb-category-special-lure__head {
  grid-area: head;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.15em;
  font-weight: 700;
  color: var(--fp-color-foreground);
  background-color: var(--fp-color-background);
}
.fpbb-category-special-lure__head > span {
  display: block;
  max-width: 100%;
  padding: 0.5em 1em;
  color: var(--fp-color-foreground);
  background-color: var(--fp-theme-color);
}
.fpbb-category-special-lure__image {
  grid-area: image;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fpbb-category-special-lure__image img {
  display: block;
  width: 100%;
  height: auto;
}
.fpbb-category-special-lure__body {
  grid-area: body;
  width: 100%;
  margin: 0;
  padding: 1em 0.5em;
  font-weight: 600;
  color: var(--fp-color-foreground);
  background-color: var(--fp-color-background);
}
@media (min-width: 750.02px) {
  .fpbb-category-special-lure {
    grid-template-areas: "image" "head" "body";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0;
    border-width: 10px;
    font-size: clamp(10px, 1.33vw, 20px);
    text-align: center;
  }
  .fpbb-category-special-lure__head {
    display: block;
    padding: 0.5em 1em 0;
    color: var(--fp-color-foreground);
    background-color: var(--fp-color-background);
  }
  .fpbb-category-special-lure__head > span {
    padding: 0;
    color: inherit;
    background-color: inherit;
  }
  .fpbb-category-special-lure__image {
    padding: 10px 0;
    color: var(--fp-color-foreground);
    background-color: var(--fp-theme-color);
  }
  .fpbb-category-special-lure__image img {
    max-width: 9em;
    margin: 0 auto;
  }
  .fpbb-category-special-lure__body {
    padding: 0 1em 0.5em;
    color: var(--fp-color-foreground);
    background-color: var(--fp-color-background);
    font-size: 1em;
    font-weight: normal;
  }
}

/* ---------------------- COLOR VARIATION ---------------------- */
.fpbb-category-variations {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.fpbb-category-variation {
  display: block;
  width: 100%;
}

.fpbb-category-variation-title {
  display: block;
  width: 100%;
  margin: 0.5em 0 0;
  font-size: clamp(9px, 1.2vw, 18px);
  font-weight: bold;
  text-align: center;
}

/* ---------------------- アレンジ ---------------------- */
.fpbb-category-arranges {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(15px, 2vw, 25px);
}

.fpbb-category-arrange {
  display: block;
  width: 100%;
}

.fpbb-category-arrange-image {
  display: block;
  width: 100%;
}
.fpbb-category-arrange-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------------------- DETAIL ---------------------- */
.fpbb-category-details {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 25px;
}
@media (min-width: 750.02px) {
  .fpbb-category-details {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
  }
}

.fpbb-category-detail {
  display: block;
  width: 100%;
}

.fpbb-category-detail-image {
  display: block;
  width: 100%;
}
.fpbb-category-detail-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * Surf Flex
------------------------------------------------*/
.fpbb-surfflex {
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 2vw, 25px);
}

.fpbb-surfflex-main {
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 2vw, 25px);
  padding: 10px;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .fpbb-surfflex-main {
    width: auto;
    margin: 0 calc(-1 * var(--mbs-container-padding)) 5px;
  }
}
.fpbb-surfflex-main__layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fpbb-surfflex-main__layout__brand {
  width: 100%;
  margin: 0 0 -25px;
  position: relative;
  z-index: 2;
}
.fpbb-surfflex-main__layout__image {
  width: 100%;
}
.fpbb-surfflex-main__layout__body {
  width: 100%;
}
@media (min-width: 750.02px) {
  .fpbb-surfflex-main {
    padding: 40px 0;
  }
  .fpbb-surfflex-main__layout {
    display: grid;
    grid-template-areas: "image brand" "image body";
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .fpbb-surfflex-main__layout__brand {
    grid-area: brand;
    margin: 0;
    z-index: 2;
  }
  .fpbb-surfflex-main__layout__image {
    grid-area: image;
  }
  .fpbb-surfflex-main__layout__image img {
    width: 66.44%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 1;
  }
  .fpbb-surfflex-main__layout__body {
    grid-area: body;
    z-index: 2;
  }
}

.fpbb-surfflex-brand {
  display: block;
  width: 12.5em;
  max-width: 100%;
  margin: 0 auto;
}
.fpbb-surfflex-brand img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 750.02px) {
  .fpbb-surfflex-brand {
    width: 20em;
    margin-bottom: 25px;
  }
}

.fpbb-surfflex-feature-image {
  display: block;
  width: 20em;
  max-width: 100%;
  margin: 0 auto;
}
.fpbb-surfflex-feature-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 750.02px) {
  .fpbb-surfflex-feature-image {
    width: 30em;
  }
}

.fpbb-surfflex-title {
  margin: 0 0 0.5em;
  font-size: 1.5em;
  font-weight: 600;
}

.fpbb-surfflex-content {
  font-size: clamp(12px, 1.6vw, 18px);
  text-align: center;
  line-height: 2;
}

.fpbb-surfflex-aside {
  width: 100%;
  font-size: clamp(12px, 1.6vw, 16px);
}
.fpbb-surfflex-aside__header {
  width: 100%;
}
.fpbb-surfflex-aside__body {
  width: 100%;
  padding: 15px;
  border: 2px solid #c9caca;
}
@media (min-width: 750.02px) {
  .fpbb-surfflex-aside__body {
    border-width: 5px;
    padding: 30px;
  }
}
.fpbb-surfflex-aside.js--opened {
  --fp-before: "-";
}
.fpbb-surfflex-aside:not(.js--opened) .fpbb-surfflex-aside__body {
  display: none;
}

.fpbb-surfflex-section {
  width: 100%;
}
.fpbb-surfflex-section + .fpbb-surfflex-section {
  margin-top: clamp(40px, 5.33vw, 70px);
}
.fpbb-surfflex-section__header {
  width: 100%;
  margin: 0 0 clamp(5px, 0.67vw, 10px);
}
.fpbb-surfflex-section__body {
  width: 100%;
}

.fpbb-surfflex-aside-title {
  padding: clamp(10px, 1.33vw, 20px) 0;
  font-size: clamp(15px, 2vw, 25px);
  text-align: center;
  cursor: pointer;
}
.fpbb-surfflex-aside-title::before {
  content: var(--fp-before, "+");
}

.fpbb-surfflex-models {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 750.02px) {
  .fpbb-surfflex-models {
    gap: 30px;
  }
}

.fpbb-surfflex-size {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fpbb-surfflex-size__image {
  display: block;
  width: 100%;
}
.fpbb-surfflex-size__body {
  display: block;
  width: 100%;
}

.fpbb-surfflex-size-image {
  display: block;
  width: 100%;
}
.fpbb-surfflex-size-image img {
  display: block;
  width: 100%;
  height: auto;
}

.fpbb-surfflex-sizeTable {
  width: 30em;
  max-width: 100%;
  margin: 0 auto;
}
.fpbb-surfflex-sizeTable__head {
  width: 100%;
  display: block;
  margin: 0 0 0.25em;
  font-weight: bold;
  text-align: center;
}
.fpbb-surfflex-sizeTable__body {
  width: 100%;
}
@media (max-width: 750px) {
  .fpbb-surfflex-sizeTable {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: center;
    gap: 4px;
  }
  .fpbb-surfflex-sizeTable__head {
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0;
  }
  .fpbb-surfflex-sizeTable__body {
    width: 100%;
  }
}
.fpbb-surfflex-sizeTable table {
  --fp-border-color: #000000;
  width: 100%;
  border: 1px solid var(--fp-border-color);
  border-collapse: collapse;
}
.fpbb-surfflex-sizeTable table th, .fpbb-surfflex-sizeTable table td {
  border: 1px solid var(--fp-border-color);
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
}
.fpbb-surfflex-sizeTable table th {
  color: var(--fp-color-foreground);
  background-color: #efefef;
}
.fpbb-surfflex-sizeTable small {
  display: block;
  text-align: center;
  margin-top: 0.5em;
}

/*
 * 使用シーン
------------------------------------------------*/
.fpbb-scene {
  display: block;
  width: 100%;
}
.fpbb-scene__image {
  display: block;
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
}
.fpbb-scene__image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * 商品
------------------------------------------------*/
.fpbb-lineup {
  width: 100%;
  padding: clamp(40px, 5.33vw, 60px) 0;
}

.fpbb-lineup-products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: clamp(30px, 4vw, 60px) 5%;
}

.fpbb-product {
  --fp-product-action-maxwidth: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(18px, 2.4vw, 24px);
}
@media (min-width: 750.02px) {
  .fpbb-product {
    --fp-product-action-maxwidth: 100%;
    font-size: clamp(14px, 1.87vw, 26px);
  }
}
.fpbb-product a {
  text-decoration: none;
}
.fpbb-product__image {
  display: block;
  width: 100%;
}
.fpbb-product__name {
  display: block;
  width: 100%;
  font-size: 1em;
}
.fpbb-product__price {
  margin-top: auto;
  display: block;
  width: 100%;
  font-size: 1em;
  text-align: right;
}
.fpbb-product__carts {
  display: block;
  width: 100%;
  font-size: 1em;
}
@media (max-width: 750px) {
  .fpbb-product__name, .fpbb-product__price, .fpbb-product__carts {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.fpbb-product-image {
  display: block;
  width: 100%;
  border: 2px solid #9fa0a0;
  background-color: #eeeeee;
}
.fpbb-product-image img {
  display: block;
  width: 100%;
  height: auto;
}

.fpbb-product-name {
  display: block;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}
.fpbb-product-name span {
  display: block;
}

.fpbb-product-price {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25;
}
.fpbb-product-price__main {
  display: flex;
  align-items: baseline;
  gap: 0.1em;
}
.fpbb-product-price__main__value {
  display: block;
  color: var(--mbs-color-brand, inherit);
  font-size: 1.2em; /* フォント差分 */
}
.fpbb-product-price__main__addon {
  display: block;
  font-size: 0.87em;
}
.fpbb-product-price__addon {
  display: block;
  font-size: 0.53em;
}

.fpbb-product-cart {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 750.02px) {
  .fpbb-product-cart {
    justify-content: flex-end;
  }
}

.fpbb-product-cart-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  box-shadow: none;
  outline: none !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  max-width: var(--fp-product-action-maxwidth, 100%);
  height: auto;
  padding: 0.75em;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: var(--fp-cart-btn-color, #ffffff);
  background-color: var(--fp-cart-btn-bgcolor, #000000);
  cursor: var(--fp-cart-btn-cursor);
}
@media (min-width: 750.02px) {
  .fpbb-product-cart-btn {
    width: 15em;
    font-size: clamp(14px, 1.87vw, 22px);
  }
}
.fpbb-product-cart-btn:not(:disabled) {
  --fp-cart-btn-bgcolor: var(--mbs-color-brand, #e60012);
  --fp-cart-btn-cursor: pointer;
}
.fpbb-product-cart-btn.is-disabled {
  --fp-cart-btn-bgcolor: var(--mbs-color-subcolor1, #727171);
  --fp-cart-btn-cursor: not-allowed;
}

.fpbb-product-variations {
  --fp-theme-color: #b5b5b6;
  --fp-padding-x: 0.5em;
  display: block;
  width: 100%;
  max-width: var(--fp-product-action-maxwidth, 100%);
  margin: 0 auto;
}
.fpbb-product-variations select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.5em var(--fp-padding-x);
  font-size: clamp(14px, 1.87vw, 20px);
  font-weight: bold;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: var(--fp-theme-color);
  border-radius: 0;
  color: #000000;
  background-color: #ffffff;
}
.fpbb-product-variations select:not(:disabled) {
  padding-right: calc(var(--fp-padding-x) + 3em);
  background-image: url(../images/icon-select.svg);
  background-repeat: no-repeat;
  background-position: right -2px center;
  background-size: auto calc(100% + 4px);
  cursor: pointer;
}

.fpbb-product-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  align-items: center;
  gap: 15px;
}
