@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: inherit;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
}

/*川畑追加*/
/* ============================================ */
img {
  width: 100%;
  height: auto;
}

b,
dt,
th {
  font-weight: normal;
}

em {
  font-style: normal;
}

mark {
  background: none;
}

/* CSS Document */
.tx-Bold {
  font-weight: bold;
}

.tx-L {
  text-align: left;
}

.tx-C {
  text-align: center;
}

.tx-R {
  text-align: right;
}

.tx-Black {
  color: black;
}

.tx-White {
  color: white;
}

.tx-Store {
  color: #669900;
}

.tx-Red {
  color: #CC0000;
}

.tx-Orange {
  color: #AA6600;
}

.bg-Store {
  background: #669900;
}

.list-Normal {
  margin-left: 2.4rem;
  line-height: 1.7;
  list-style: disc;
}

.flex-Center {
  display: flex;
  justify-content: center;
}

.flex-Around {
  display: flex;
  justify-content: space-around;
  gap: 1.2rem;
}

.border {
  border: 1px solid #ccc;
}

.divider {
  border-bottom: solid 1px #ccc;
}

.btn-Link {
  padding: 1.2rem 2.4rem;
  color: white;
  background: #669900;
  border-radius: 4px;
}

.tx-10 {
  font-size: 1rem;
}

.tx-11 {
  font-size: 1.1rem;
}

.tx-12 {
  font-size: 1.2rem;
}

.tx-13 {
  font-size: 1.3rem;
}

.tx-14 {
  font-size: 1.4rem;
}

.tx-15 {
  font-size: 1.5rem;
}

.tx-16 {
  font-size: 1.6rem;
}

.tx-17 {
  font-size: 1.7rem;
}

.tx-18 {
  font-size: 1.8rem;
}

.tx-19 {
  font-size: 1.9rem;
}

.tx-20 {
  font-size: 2rem;
}

.tx-21 {
  font-size: 2.1rem;
}

.tx-22 {
  font-size: 2.2rem;
}

.tx-23 {
  font-size: 2.3rem;
}

.tx-24 {
  font-size: 2.4rem;
}

.tx-25 {
  font-size: 2.5rem;
}

.tx-26 {
  font-size: 2.6rem;
}

.tx-27 {
  font-size: 2.7rem;
}

.tx-28 {
  font-size: 2.8rem;
}

.tx-29 {
  font-size: 2.9rem;
}

.tx-30 {
  font-size: 3rem;
}

.mt-00 {
  margin-top: 0rem;
}

.mt-06 {
  margin-top: 0.6rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-36 {
  margin-top: 3.6rem;
}

.mt-48 {
  margin-top: 4.8rem;
}

.mb-00 {
  margin-bottom: 0rem;
}

.mb-06 {
  margin-bottom: 0.6rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-36 {
  margin-bottom: 3.6rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.fs-c-productListItem {
  position: relative;
  padding: 1.2rem 1.2rem 7.2rem 1.2rem;
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
}
.fs-c-productListItem .fs-c-productListItem__imageContainer {
  margin-bottom: 0.6rem;
}
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton {
  margin-bottom: 1.2rem;
}
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage {
  padding: 0.6rem 1.2rem;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  font-weight: bold;
  background: #eee;
  filter: none;
}
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage::before {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fs-c-productListItem .fs-c-productMarks {
  margin-bottom: 0.6rem;
}
.fs-c-productListItem .fs-c-productMarks .fs-c-productMark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.2rem;
}
.fs-c-productListItem .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item {
  width: calc((100% - 0.4rem) / 3);
}
.fs-c-productListItem .fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-productListItem .fs-c-productListItem__productName {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}
.fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__copy {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}
.fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
}
.fs-c-productListItem .fs-c-productPrices .fs-c-productPrice {
  display: flex;
  justify-content: flex-end;
  font-size: 2rem;
  font-weight: bold;
}
.fs-c-productListItem .fs-c-productPrices .fs-c-productPrice .fs-c-price__currencyMark {
  font-size: 0.5em;
}
.fs-c-productListItem .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productListItem .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon__label {
  font-size: 0.5em;
}
.fs-c-productListItem .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon__label::before {
  content: "（";
}
.fs-c-productListItem .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon__label::after {
  content: "）";
}
.fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed {
  display: block;
  margin-bottom: 0.6rem;
  text-align: right;
  color: black;
}
.fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main__label {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}
.fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main__price span {
  font-weight: bold;
  text-decoration: line-through;
}
.fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__addon--listed {
  display: none;
}
.fs-c-productListItem .fs-c-productStock {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  text-align: right;
}
.fs-c-productListItem .fs-c-productListItem__control {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  justify-content: flex-End;
}
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToCart--list,
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--viewProductDetail,
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToWishList--icon,
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon {
  padding: 0.6rem 0;
  border: none;
  width: 12rem;
  font-size: 1.3rem;
  text-align: center;
  color: white;
  white-space: nowrap;
  background: #555;
  border-radius: 4px;
}
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToCart--list {
  background: #770000;
}
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToCart--list::before {
  content: "\f218";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: block;
  background: #669900;
}
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--viewProductDetail::before {
  content: "\f06e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToWishList--icon::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fs-c-productListItem .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #eba800;
}

.fs-c-productListCarousel .slick-arrow {
  font-size: 0px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #669900;
  cursor: pointer;
}
.fs-c-productListCarousel .slick-arrow .fs-c-button--carousel--prev .fs-c-button__label::before {
  content: "\f053";
  font-size: 3.6rem;
}
.fs-c-productListCarousel .slick-arrow .fs-c-button--carousel--next .fs-c-button__label::before {
  content: "\f054";
  font-size: 3.6rem;
}
.fs-c-productListCarousel .slick-track {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.6rem;
}
.fs-c-productListCarousel .slick-slide {
  width: 14.6rem;
  background: white;
}
.fs-c-productListCarousel .slick-slide .fs-c-productName__name {
  font-size: 1.3rem;
}
.fs-c-productListCarousel .slick-slide .fs-c-productPrice {
  font-size: 1.6rem;
}
.fs-c-productListCarousel .slick-slide .fs-c-productMarks,
.fs-c-productListCarousel .slick-slide .fs-c-productStock,
.fs-c-productListCarousel .slick-slide .fs-c-productName__copy {
  display: none;
}

#fs-recommend--flick {
  padding: 2.4rem 1.2rem 1.2rem;
  background: white;
}
#fs-recommend--flick .rcmd-slick-arrow {
  top: 42%;
  transform: translateY(-50%);
}
#fs-recommend--flick .rcmd-slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 3.6rem;
  text-align: center;
  color: #669900;
  background: none;
  cursor: pointer;
}
#fs-recommend--flick .rcmd-slick-arrow.rcmd-slick-prev {
  left: 0;
}
#fs-recommend--flick .rcmd-slick-arrow.rcmd-slick-prev::before {
  content: "\f053";
}
#fs-recommend--flick .rcmd-slick-arrow.rcmd-slick-next {
  right: 0;
}
#fs-recommend--flick .rcmd-slick-arrow.rcmd-slick-next::before {
  content: "\f054";
}
#fs-recommend--flick .rcmd-slick-list {
  margin: 0 2.4rem;
}
#fs-recommend--flick .rcmd-slick-list .rcmd-slick-track {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: stretch;
}
#fs-recommend--flick .rcmd-slick-list .rcmd-slick-track .fs-c-productListItem {
  padding: 1.2rem;
}
#fs-recommend--flick .rcmd-slick-list .rcmd-slick-track .fs-c-productListItem .rank {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  background: #666;
  border-radius: 4px 0 0 0;
}
#fs-recommend--flick .rcmd-slick-list .rcmd-slick-track .fs-c-productListItem:nth-child(1) .rank_color {
  background: #770000;
}
#fs-recommend--flick .rcmd-slick-list .rcmd-slick-track .fs-c-productListItem:nth-child(2) .rank_color {
  background: #eba800;
}
#fs-recommend--flick .rcmd-slick-list .rcmd-slick-track .fs-c-productListItem:nth-child(3) .rank_color {
  background: #999666;
}
#fs-recommend--flick .rcmd-slick-list .rcmd-slick-track .fs-c-productListItem:nth-child(n+4) .rank {
  display: none;
}

.headerFix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  transition: 0.3s;
}

.headerContainer {
  background-color: #000;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 0.6rem;
  height: 120px;
}
@media (max-width: 900px) {
  .header {
    height: 56px;
  }
}
@media (max-width: 600px) {
  .header {
    height: 42px;
    gap: 1.2rem;
  }
}
.header .headerL {
  flex-grow: 2;
  flex-shrink: 2;
}
.header .headerL .headerLMain {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .header .headerL .headerLMain {
    gap: 1.2rem;
  }
}
.header .headerL .headerLMain .headerLogo {
  flex-shrink: 0;
  width: 240px;
}
@media (max-width: 900px) {
  .header .headerL .headerLMain .headerLogo {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .header .headerL .headerLMain .headerLogo {
    width: 140px;
  }
}
.header .headerL .headerLMain .searchForm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0px;
  width: 100%;
  background: white;
}
.header .headerL .headerLMain .searchForm .searchBox {
  height: 2.4rem;
}
.header .headerL .headerLMain .searchForm .searchBtn {
  padding: 0 1.2rem;
  background: #eee;
}
.header .headerL .headerLSub {
  padding-top: 1.2rem;
}
@media (max-width: 900px) {
  .header .headerL .headerLSub {
    display: none;
  }
}
.header .headerL .headerLSub nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
}
.header .headerL .headerLSub nav .polygonsNavi {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}
.header .headerL .headerLSub nav .polygonsNavi li {
  padding-right: 0.6rem;
  border: 1px solid #999;
  border-radius: 4px;
}
.header .headerL .headerLSub nav .polygonsNavi li:hover {
  background: #669900;
}
.header .headerL .headerLSub nav .polygonsNavi li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  color: white;
}
.header .headerL .headerLSub nav .polygonsNavi li a img {
  width: 60px;
  vertical-align: middle;
}
.header .headerL .headerLSub nav .storeNavi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
  justify-content: flex-end;
}
.header .headerL .headerLSub nav .storeNavi li a {
  margin-left: 1.2rem;
  color: #FFF;
  font-size: 1.4rem;
}
.header .headerR {
  flex-shrink: 0;
  color: white;
}
.header .headerR .headerInfoMenu {
  height: 100%;
  text-align: right;
}
@media (max-width: 900px) {
  .header .headerR .headerInfoMenu {
    padding: 1.2rem;
  }
}
.header .headerR .headerInfoMenu .headerInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .headerR .headerInfoMenu .headerInfo .Time {
  font-size: 1.2rem;
  line-height: 1.4;
}
.header .headerR .headerInfoMenu .headerInfo .Tel {
  font-size: 2.2rem;
}
.header .headerR .headerInfoMenu .headerInfo .Mail {
  font-size: 1.4rem;
}
.header .headerR .headerInfoMenu .headerInfo .Showroom, .header .headerR .headerInfoMenu .headerInfo .Studio {
  display: none;
  font-size: 1.4rem;
}
@media (max-width: 900px) {
  .header .headerR .headerInfoMenu .headerInfo .Showroom, .header .headerR .headerInfoMenu .headerInfo .Studio {
    display: block;
  }
}
@media (max-width: 900px) {
  .header .headerR .headerInfoMenu .headerInfo {
    justify-content: flex-start;
    gap: 1.2rem;
    height: auto;
    line-height: 1;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #FFF;
  }
}
.header .headerR .headerInfoMenu .menuUser, .header .headerR .headerInfoMenu .menuStore, .header .headerR .headerInfoMenu .menuOther {
  display: none;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #FFF;
}
@media (max-width: 900px) {
  .header .headerR .headerInfoMenu .menuUser, .header .headerR .headerInfoMenu .menuStore, .header .headerR .headerInfoMenu .menuOther {
    display: block;
  }
}
.header .headerR .headerInfoMenu .menuUser li, .header .headerR .headerInfoMenu .menuStore li, .header .headerR .headerInfoMenu .menuOther li {
  font-size: 1.4rem;
  line-height: 2.4;
  color: #FFF;
}

#nav-open {
  display: none;
  margin-top: 12px;
  width: 30px;
  height: 22px;
}
@media (max-width: 600px) {
  #nav-open {
    margin-top: 6px;
  }
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  right: 10px;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #FFF;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  right: 0;
  bottom: -8px;
}

#nav-open span:after {
  right: 0;
  bottom: -16px;
}

#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.nav-unshown {
  display: none;
}

@media (max-width: 900px) {
  #nav-open {
    display: inline-block;
  }
  /*中身*/
  .headerInfoMenu {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; /*最前面に*/
    width: auto; /*左側に隙間を作る（閉じるカバーを表示)*/
    max-width: 60%; /*最大幅（要調整）*/
    height: 100%;
    background: #000; /*背景色*/
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    transform: translateX(105%);
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ .headerInfoMenu {
    transform: translateX(0%); /*中身を表示（左へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}
.gNaviContainer {
  background-color: #333;
}

.gNavi {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0px;
  align-items: center;
  padding: 10px;
  line-height: 1;
}
.gNavi .gUserNavi {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0px;
}
.gNavi .gUserNavi li {
  padding: 0.2rem 1.2rem 0;
  background: #666;
}
.gNavi .gUserNavi li a {
  font-size: 1.3rem;
  color: white;
}
.gNavi .gUserNavi li a img {
  display: none;
}
.gNavi .gUserNavi li:first-child {
  padding-left: 2.4rem;
  border-radius: 4px 0 0 4px;
}
.gNavi .gUserNavi li:nth-last-child(2) {
  padding-right: 2.4rem;
}
.gNavi .gUserNavi li:last-child {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  background: #770000;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 750px) {
  .gNavi .gUserNavi {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0 2.4rem;
    background-color: #000;
  }
  .gNavi .gUserNavi li {
    width: calc((100% - 0px) / 5);
    padding: 1.2rem 0 0 0 !important;
    text-align: center;
  }
  .gNavi .gUserNavi li a {
    font-size: 1.4rem;
  }
  .gNavi .gUserNavi li a p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.4rem;
  }
  .gNavi .gUserNavi li a p i {
    font-size: 2.4rem;
  }
  .gNavi .gUserNavi li:first-child {
    border-radius: unset;
  }
  .gNavi .gUserNavi li:last-child {
    border-radius: unset;
  }
  .gNavi .gUserNavi li .login.my-true {
    display: none !important;
  }
  .gNavi .gUserNavi li .logout.my-false {
    display: none !important;
  }
  .gNavi .gUserNavi li .regist.my-true {
    display: none !important;
  }
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.mega-unshown {
  display: none;
}

#mega-open {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #FFF;
}

#mega-close {
  display: none;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
}

#mega-input:checked ~ #mega-close {
  display: block;
  opacity: 0.5;
}

#mega-input:checked ~ #mega-content {
  transform: translateY(0%);
  box-shadow: 6px 0 50px rgba(0, 0, 0, 0.5);
}

/*アイコン切替*/
#mega-open i.fa-minus-square,
#mega-open span.close {
  display: none;
}

#mega-input:checked ~ #mega-open i.fa-plus-square,
#mega-input:checked ~ #mega-open span.open {
  display: none;
}

#mega-input:checked ~ #mega-open i.fa-minus-square,
#mega-input:checked ~ #mega-open span.close {
  display: inline;
}

/*メガメニューコンテンツ*/
#mega-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  padding: 2.4rem 2.4rem 4.8rem;
  width: 100%;
  background: white;
  transition: 0.4s ease;
  transform: translateY(-100%);
}
@media (max-width: 600px) {
  #mega-content {
    padding: 2.4rem 1.2rem 4.8rem;
  }
}
#mega-content .Categories {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}
#mega-content .Categories .Category {
  width: 36rem;
}
@media (max-width: 900px) {
  #mega-content .Categories .Category:first-child {
    width: 24rem;
  }
}
@media (max-width: 600px) {
  #mega-content .Categories .Category {
    width: 24rem;
  }
}
#mega-content .Categories .Category .Title {
  display: block;
  padding: 0.4rem 1.2rem;
  font-size: 1.6rem;
  color: white;
  background: #333;
  border-radius: 4px 4px 0 0;
}
#mega-content .Categories .Category .Items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding: 1.2rem 1.2rem 1.2rem 0;
}
#mega-content .Categories .Category .Items .Group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
#mega-content .Categories .Category .Items .Group .Item {
  padding-left: 0.4rem;
  border-left: 0.8rem solid white;
  font-weight: bold;
}
#mega-content .Categories .Category .Items .Group .Item:hover {
  border-color: #669900;
}
#mega-content .Sale div {
  width: 360px;
  height: 90px;
  background: #ccc;
}

#mega-content ul li a {
  display: flex;
  align-items: center;
  color: #000;
}

#mega-content ul li a img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 30px;
}

#mega-content ul li a span.name_En {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}

#mega-content ul li a span.name_Jp {
  font-size: 1.4rem;
  font-weight: bold;
}

#mega-content #mega-close-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-size: 1.4rem;
  text-align: right;
  color: #FFF;
  background-color: #333;
}

#leftArea {
  position: relative;
}
#leftArea .Fix {
  position: sticky;
  top: 60px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
#leftArea .Fix .Title .Link {
  display: block;
  padding: 5px 10px;
  border-left: 5px solid #669900;
  width: 100%;
  font-size: 1.4rem;
  color: #FFF;
  border-radius: 4px 4px 0 0;
  background-color: black;
}
#leftArea .Fix .Category {
  margin-bottom: 1.2rem;
  border: 1px solid #ccc;
  background: white;
}
#leftArea .Fix .Category .Sub {
  padding: 0.6rem 1.2rem;
}
#leftArea .Fix .Category .Sub:last-child {
  border: none;
}
#leftArea .Fix .Category .Sub:hover {
  color: white;
  background: #669900;
}
#leftArea .Fix .Category .Sub .Link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
}
#leftArea .Fix .Category .Sub .Link .Image {
  flex-shrink: 0;
  width: 30px;
}
#leftArea .Fix .Category .Sub .Link .Name {
  font-size: 1.4rem;
  font-weight: bold;
}
#leftArea .Fix .History {
  padding: 1.2rem;
  background: white;
}
#leftArea .Fix .History > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.4rem;
}
#leftArea .Fix .History > div .leftArea-History_Item {
  width: calc((100% - 0.8rem) / 3);
}
#leftArea .Fix .History .More {
  margin-top: 1.2rem;
  text-align: right;
  font-size: 1.4rem;
  color: #669900;
}

#rightArea .Title {
  margin-bottom: 10px;
  padding: 5px 5px;
  border-left: 5px solid #669900;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  color: white;
  border-radius: 4px;
  background-color: black;
}
#rightArea section > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.6rem;
}
#rightArea section > div .fs-c-productListItem {
  padding: 1.2rem;
}
#rightArea section > div .fs-c-productListItem .fs-c-productListItem__control {
  display: none;
}

#footerContainer {
  padding: 0 5px;
  background-color: #000;
}

#footer {
  margin-top: 4.8rem;
  position: relative;
  padding: 4.8rem 1.2rem 1.2rem 1.2rem;
  color: white;
}
@media (max-width: 600px) {
  #footer {
    display: none;
  }
}
#footer .Navi {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 0px;
  margin-bottom: 4.8rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #888;
}
#footer .Navi .Group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
#footer .Navi .Group a {
  padding-left: 0.8rem;
  border-left: 0.8rem solid black;
}
#footer .Navi .Group a:hover {
  border-color: #669900;
}
#footer .Info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 4.8rem;
  padding: 0px 1.2rem 4.8rem 1.2rem;
  border-bottom: 1px solid #888;
}
#footer .Info .Contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.8rem;
}
#footer .Info .Contact .Title {
  font-size: 1.8rem;
}
#footer .Info .Contact .Hour {
  font-size: 1.4rem;
  line-height: 1.5;
}
#footer .Info .Contact .Tel {
  margin-left: -0.6rem;
  font-size: 2.4rem;
}
#footer .Info .Contact .Inquiry {
  margin-bottom: 1.2rem;
  margin-left: -0.1rem;
}
#footer .Info .Contact .SNS {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}
#footer .Info .Contact .SNS img {
  width: 3.2rem;
  border-radius: 4px;
}
#footer .Access {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
  justify-content: flex-end;
  text-align: right;
}
#footer .Access .Catch {
  margin-bottom: 1.2rem;
}
#footer .Access .Address {
  font-size: 1.3rem;
  line-height: 1.6;
}
#footer .Access .Map {
  width: 18rem;
  border-radius: 4px;
}
#footer .Copyright {
  text-align: center;
}

/*フッターコピーライト--------------------------------------------------*/
.fs-preview-header {
  display: none;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media (max-width: 900px) {
  html {
    font-size: 54.6875%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 46.875%;
  }
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
  background: #ddd;
  padding-top: 180px;
}
@media (max-width: 900px) {
  body {
    padding-top: 120px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

.header, .gNavi, #footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.centerArea {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2.4rem;
  max-width: 1400px;
  margin-top: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.2rem;
}
.centerArea .mainArea {
  order: 2;
  width: 100%;
}
.centerArea .mainArea .contentsArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
.centerArea #leftArea {
  order: 1;
  flex-shrink: 0;
  width: 18rem;
}
@media (max-width: 750px) {
  .centerArea #leftArea {
    display: none;
  }
}
.centerArea #rightArea {
  order: 3;
  flex-shrink: 0;
  width: 18rem;
}
@media (max-width: 1200px) {
  .centerArea #rightArea {
    display: none;
  }
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

#index .Info section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
  padding-bottom: 2.4rem;
  border-bottom: solid 1px #ccc;
  line-height: 1.7;
}
#index .Info section:last-child {
  padding-bottom: 0;
  border: none;
}
#index .Info section .Date {
  flex-shrink: 0;
}
#index .Info section .Desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
#index .Info section a {
  font-weight: bold;
  color: #669900;
}
#index .Banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
#index .Banner .Flex {
  width: 200%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2.4rem;
  transform-origin: top left;
  transform: scale(0.5);
}
#index .Banner .Flex > a {
  width: 100%;
}
#index .Banner .Flex:nth-of-type(n+2) {
  margin-top: -19.7%;
}
@media (max-width: 600px) {
  #index .Banner .Flex {
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    transform: scale(1);
  }
  #index .Banner .Flex:nth-of-type(n+2) {
    margin-top: 0;
  }
}
#index .Ranking {
  display: none;
}

#history > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
}
#history > div .fs-c-productListItem {
  width: calc((100% - 1.8rem) / 4);
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
}
@media (max-width: 600px) {
  #history > div .fs-c-productListItem {
    width: calc((100% - 1.2rem) / 3);
  }
}
#history > div .fs-c-productListItem__control {
  display: none;
}

#payment {
  margin-top: 2.4rem;
}

#privacy .Date {
  text-align: right;
}

/*共通----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fs-c-heading--page {
  padding: 0.6rem 1.2rem;
  border-left: 0.6rem solid #669900;
  font-size: 1.8rem;
  color: white;
  border-radius: 4px 4px 0 0;
  background-color: black;
}

.article-Title,
.fs-c-documentArticle__heading,
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title,
.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  padding: 1.2rem 2.4rem 1.2rem 1.8rem;
  border-left: 0.8rem solid #669900;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background: white;
  border-radius: 4px 4px 0 0;
}

.section-Title,
.fs-c-documentColumn__heading {
  font-weight: bold;
}
.section-Title::before,
.fs-c-documentColumn__heading::before {
  content: "■ ";
}

.article-Box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
  background: white;
  padding: 2.4rem;
}

.fs-c-documentArticle {
  margin-top: 2.4rem;
}

.fs-c-documentColumn {
  padding: 1.2rem 2.4rem;
  background: white;
}

.fs-c-breadcrumb {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-breadcrumb ol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.6rem;
  font-size: 1.4rem;
}
.fs-c-breadcrumb ol a {
  color: #669900;
}

.fs-c-buttonContainer,
.fs-c-buttonContainer--pair {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}

.fs-c-button--primary {
  padding: 0.6rem 2.4rem;
  color: white;
  line-height: 1;
  background: #669900;
  border-radius: 4px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

.fs-c-button--secondary {
  padding: 0.6rem;
  border: 1px solid #ccc;
  line-height: 1;
  background: #eee;
  border-radius: 4px;
}

.fs-c-button--standard {
  padding: 0.6rem;
  border: 1px solid #ccc;
  line-height: 1;
  background: #eee;
  border-radius: 4px;
}

.fs-c-button--plain {
  padding: 0.6rem 2.4rem;
  border: 1px solid #ccc;
  line-height: 1;
  background: #eee;
  border-radius: 4px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

/*共通----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*エラー表示------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fs-c-panelContainer .fs-c-panel--info {
  padding: 20px;
  border: 1px solid #669900;
  color: #669900;
  font-weight: bold;
}

.fs-c-panelContainer .fs-c-panel--info::before {
  color: #669900;
}

/*エラー表示------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ページが見つかりません--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fs-p-pageNotFound {
  margin: 40px 20px 0px 20px;
  text-align: center;
}

.fs-p-pageNotFound h2.fs-p-pageNotFound__title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #AAA;
}

/*ページが見つかりません--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fs-c-inputInformation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
  padding: 2.4rem;
  background: white;
}

.fs-c-inputInformation__field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
  text-align: center;
}

.fs-c-inputInformation__button {
  margin-top: 1.2rem;
  text-align: center;
}

table.fs-c-inputTable,
table.fs-c-listTable,
table.Table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
@media (max-width: 750px) {
  table.fs-c-inputTable tr,
  table.fs-c-listTable tr,
  table.Table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
  }
}
table.fs-c-inputTable tr th, table.fs-c-inputTable tr td,
table.fs-c-listTable tr th,
table.fs-c-listTable tr td,
table.Table tr th,
table.Table tr td {
  padding: 1.2rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  line-height: 1.7;
  vertical-align: middle;
  background: white;
}
table.fs-c-inputTable tr th:first-child, table.fs-c-inputTable tr td:first-child,
table.fs-c-listTable tr th:first-child,
table.fs-c-listTable tr td:first-child,
table.Table tr th:first-child,
table.Table tr td:first-child {
  background: #eee;
  width: 24rem;
}
@media (max-width: 750px) {
  table.fs-c-inputTable tr th, table.fs-c-inputTable tr td,
  table.fs-c-listTable tr th,
  table.fs-c-listTable tr td,
  table.Table tr th,
  table.Table tr td {
    padding: 0.6rem 1.2rem;
  }
  table.fs-c-inputTable tr th:first-child, table.fs-c-inputTable tr td:first-child,
  table.fs-c-listTable tr th:first-child,
  table.fs-c-listTable tr td:first-child,
  table.Table tr th:first-child,
  table.Table tr td:first-child {
    width: 100%;
  }
}

#cart .contentsArea .fs-l-cart__contentsArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
#cart .contentsArea .fs-l-cart__contentsArea .fs-c-totalAndActions {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
#cart .contentsArea .fs-l-cart__contentsArea .fs-c-totalAndActions #fs-checkout-payHere-container {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #ccc;
}
#cart .contentsArea .fs-l-cart__contentsArea .fs-c-totalAndActions #fs-checkout-payHere-container .fs-c-purchaseHere {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
#cart .contentsArea .fs-l-cart__contentsArea #fs-checkout-amazon-container {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#cart .contentsArea .fs-l-cart__contentsArea #fs-checkout-amazon-container .fs-c-payWithAmazon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
#cart .contentsArea .fs-c-continueShopping {
  text-align: center;
}
#cart .contentsArea:last-child {
  margin-top: 2.4rem;
}

table.fs-c-cartTable {
  border: none;
}
table.fs-c-cartTable tr {
  border: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (max-width: 600px) {
  table.fs-c-cartTable tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px;
    justify-content: flex-end;
    margin-bottom: 1.2rem;
  }
}
table.fs-c-cartTable tr th, table.fs-c-cartTable tr td {
  padding: 1.2rem;
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.fs-c-cartTable tr th:nth-child(1), table.fs-c-cartTable tr td:nth-child(1) {
  width: 60rem;
}
@media (max-width: 600px) {
  table.fs-c-cartTable tr th:first-child, table.fs-c-cartTable tr td:first-child {
    width: 100%;
  }
  table.fs-c-cartTable tr th:nth-child(n+2), table.fs-c-cartTable tr td:nth-child(n+2) {
    width: calc((100% - 0px) / 3);
  }
  table.fs-c-cartTable tr th:nth-child(2), table.fs-c-cartTable tr td:nth-child(2) {
    flex-grow: 1;
  }
}
table.fs-c-cartTable tr th {
  text-align: center;
  background: #eee;
}
table.fs-c-cartTable tr td:nth-child(1) .fs-c-cartTable__productImage {
  margin-right: 1.2rem;
  width: 6rem;
}
table.fs-c-cartTable tr td:nth-child(1) .fs-c-cartTable__productInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
table.fs-c-cartTable tr td:nth-child(1) .fs-c-cartTable__productInfo .fs-c-cartTable__productName {
  font-size: 1.8rem;
}
table.fs-c-cartTable tr td:nth-child(1) .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice {
  font-size: 1.8rem;
}
table.fs-c-cartTable tr td:nth-child(1) .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  margin-left: 0.4rem;
  font-size: 0.8em;
}
table.fs-c-cartTable tr td:nth-child(1) .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__addon::before {
  content: "(";
}
table.fs-c-cartTable tr td:nth-child(1) .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__addon::after {
  content: ")";
}
table.fs-c-cartTable tr td:nth-child(n+2) .fs-c-cartTable__actionButton {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.6rem;
}
table.fs-c-cartTable tr td:nth-child(n+2) .fs-c-cartTable__actionButton .fs-c-button--plain {
  padding: 0.6rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600px) {
  table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--quantity,
  table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--subtotal {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    justify-content: flex-end;
  }
  table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--quantity::before,
  table.fs-c-cartTable tr td.fs-c-cartTable__dataCell--subtotal::before {
    font-size: 1.2rem;
  }
}

table.fs-c-orderTotalTable {
  margin-bottom: 0;
}
table.fs-c-orderTotalTable tr th, table.fs-c-orderTotalTable tr td {
  padding: 1.2rem;
}
table.fs-c-orderTotalTable tr th {
  background: #eee;
}
table.fs-c-orderTotalTable tr td .fs-c-price {
  font-size: 2rem;
  font-weight: bold;
}

.fs-l-checkout__mainColumn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__title {
  font-weight: bold;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before {
  content: "■ ";
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__body {
  padding: 1.2rem;
  border: 1px solid #ccc;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__body ul {
  line-height: 1.7;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__body .fs-c-checkout-preview__button {
  flex-shrink: 0;
}
.fs-l-checkout__mainColumn #fs-buyerInfo-container .fs-c-checkout-buyerInfo__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
}
.fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-destination__destination {
  align-items: center;
}
.fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-destination__destination .fs-c-checkout-destination__control {
  justify-content: flex-end;
  gap: 0.6rem;
}
.fs-l-checkout__mainColumn #fs-paymentList-container .fs-c-checkout-paymentMethod__body {
  padding: 0;
}
.fs-l-checkout__mainColumn #fs-paymentList-container .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__creditCardRegistration {
  align-items: center;
  gap: 1.2rem;
}
.fs-l-checkout__mainColumn #fs-paymentList-container .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-creditCardIcons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0px;
}
.fs-l-checkout__mainColumn #fs-paymentList-container .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-creditCardIcons .fs-c-creditCardIcons__icon {
  width: 4.8rem;
}
.fs-l-checkout__mainColumn #fs-paymentList-container .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  text-align: right;
}
.fs-l-checkout__mainColumn #fs-deliveryInfo-container .fs-c-checkout-delivery__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
}
.fs-l-checkout__mainColumn #fs-communicationInfo-container .fs-c-checkout-communicationInfo__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
}
.fs-l-checkout__mainColumn #fs-communicationInfo-container .fs-c-checkout-communicationInfo__body .fs-c-checkout-previewAndEdit {
  flex-shrink: 0;
}
.fs-l-checkout__mainColumn #fs-communicationInfo-container .fs-c-checkout-communicationInfo__body .fs-c-checkout-previewAndEdit .fs-c-checkout-confirmationContent {
  display: none;
}
.fs-l-checkout__mainColumn #fs-communicationInfo-container .fs-c-checkout-communicationInfo__body .fs-c-button__label {
  font-size: 0px;
}
.fs-l-checkout__mainColumn #fs-communicationInfo-container .fs-c-checkout-communicationInfo__body .fs-c-button__label::before {
  font-size: 1.6rem;
  content: "通信欄に記入する";
}
.fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-checkout-orderInfo__body {
  padding: 0;
  border: none;
}
.fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-checkout-orderInfo__body .fs-c-cartTable {
  margin-bottom: 1.2rem;
}
.fs-l-checkout__mainColumn .fs-c-returnedSpecialContract {
  display: none;
}
.fs-l-checkout__mainColumn #fs-couponInfo-container,
.fs-l-checkout__mainColumn #fs-pointInfo-container,
.fs-l-checkout__mainColumn #fs-wrappingInfo-container {
  display: none;
}

#fs_orderTotalContainer h2 {
  text-align: right;
}
#fs_orderTotalContainer .fs-c-orderTotalTable {
  margin-bottom: 4.8rem;
}
#fs_orderTotalContainer .fs-c-confirmOrder button {
  padding: 1.2rem 2.4rem;
  font-size: 2.4rem;
}

.fs-c-agreementField {
  line-height: 1.5;
}
.fs-c-agreementField .fs-c-agreementConfirmation #fs_registrationCheckedMessage,
.fs-c-agreementField .fs-c-agreementConfirmation #fs_registrationUncheckedMessage {
  margin-bottom: 1.2rem;
}
.fs-c-agreementField .fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
  justify-content: center;
}
.fs-c-agreementField .fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label a {
  color: #669900;
  font-weight: bold;
}
.fs-c-agreementField .fs-c-agreementConfirmation .fs-c-agreementConfirmation__accordion {
  margin-top: 1.2rem;
}
.fs-c-agreementField .fs-c-agreementConfirmation .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__password {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}
.fs-c-agreementField .fs-c-agreementConfirmation .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__password .fs-c-agreementConfirmation__addon__message {
  font-weight: bold;
}
.fs-c-agreementField .fs-c-agreementConfirmation .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__password .fs-c-agreementConfirmation__password__input {
  text-align: left;
}

.fs-c-checkoutSuccess {
  text-align: center;
}
.fs-c-checkoutSuccess h2 {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: bold;
}

.fs-c-modal .fs-c-modal__inner,
.fs-c-modal--medium .fs-c-modal__inner {
  width: 80vw !important;
  max-width: 90rem;
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__header,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__header {
  padding: 1.2rem;
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__header h2,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__header h2 {
  font-weight: bold;
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__header h2::before,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__header h2::before {
  content: "■ ";
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close {
  padding: 0.6rem 0.6rem 0 0.6rem;
  font-size: 1.6rem;
  color: white;
  background: black;
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__contents,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents {
  padding: 1.2rem 2.4rem 2.4rem;
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr,
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr {
    flex-direction: column;
  }
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr th, .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr td,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr th,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr td {
  padding: 1.2rem;
}
@media (max-width: 750px) {
  .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr th,
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr th {
    width: 20rem;
  }
}
@media (max-width: 600px) {
  .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr th,
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr th {
    padding: 0.6rem 1.2rem;
    width: 100%;
  }
}
.fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr td,
.fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr td {
  width: calc(100% - 20rem);
}
@media (max-width: 600px) {
  .fs-c-modal .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr td,
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable tr td {
    width: 100%;
  }
}

aside.fs-c-modal .fs-c-checkout-checkoutMethod__body,
aside.fs-c-modal--medium .fs-c-checkout-checkoutMethod__body {
  padding: 0 0 0 2.8rem;
}
aside.fs-c-modal .fs-c-checkout-checkoutMethod__body ul,
aside.fs-c-modal--medium .fs-c-checkout-checkoutMethod__body ul {
  line-height: 1.7;
}
aside.fs-c-modal .fs-c-checkout-checkoutMethod__body .fs-c-inputInformation,
aside.fs-c-modal--medium .fs-c-checkout-checkoutMethod__body .fs-c-inputInformation {
  padding: 0;
}

aside.fs-c-modal .fs-c-checkout-addresseeList,
aside.fs-c-modal--medium .fs-c-checkout-addresseeList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}
aside.fs-c-modal .fs-c-checkout-addresseeList .fs-c-checkout-addressee,
aside.fs-c-modal--medium .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
  padding: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
  border: 1px solid #ccc;
}
@media (max-width: 600px) {
  aside.fs-c-modal .fs-c-checkout-addresseeList .fs-c-checkout-addressee,
  aside.fs-c-modal--medium .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
    flex-direction: column;
  }
}
aside.fs-c-modal .fs-c-buttonContainer--pairr .fs-c-button--addAddressee span::before,
aside.fs-c-modal--medium .fs-c-buttonContainer--pairr .fs-c-button--addAddressee span::before {
  content: "+ ";
}

aside.fs-c-modal .fs-c-creditCardIcons,
aside.fs-c-modal--medium .fs-c-creditCardIcons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
aside.fs-c-modal .fs-c-inputInformation,
aside.fs-c-modal--medium .fs-c-inputInformation {
  padding: 0;
}

aside.fs-c-modal .fs-c-checkout-deliveryMethod__title,
aside.fs-c-modal--medium .fs-c-checkout-deliveryMethod__title {
  padding: 0;
}
aside.fs-c-modal .fs-c-checkout-deliveryMethod__body,
aside.fs-c-modal--medium .fs-c-checkout-deliveryMethod__body {
  padding: 0 0 0 2rem;
}
aside.fs-c-modal .fs-c-checkout-deliveryMethod__body .fs-c-checkout-deliveryMethod__option__title,
aside.fs-c-modal--medium .fs-c-checkout-deliveryMethod__body .fs-c-checkout-deliveryMethod__option__title {
  display: none;
}
aside.fs-c-modal .fs-c-checkout-deliveryMethod__body .fs-c-checkout-deliveryMethod__option,
aside.fs-c-modal--medium .fs-c-checkout-deliveryMethod__body .fs-c-checkout-deliveryMethod__option {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
aside.fs-c-modal .fs-c-checkout-deliveryMethod__body .fs-c-checkout-deliveryMethod__option .fs-c-checkout-deliveryMethod__option__setting,
aside.fs-c-modal--medium .fs-c-checkout-deliveryMethod__body .fs-c-checkout-deliveryMethod__option .fs-c-checkout-deliveryMethod__option__setting {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}

.fs-c-modal--checkout-communication .fs-c-inputInformation__field {
  display: block;
  width: 100%;
}
.fs-c-modal--checkout-communication .fs-c-inputInformation__field table {
  border: none;
}
.fs-c-modal--checkout-communication .fs-c-inputInformation__field table tr td {
  border: none;
  padding: 0 !important;
  width: 100% !important;
  background: white;
}
.fs-c-modal--checkout-communication .fs-c-inputInformation__field table tr td textarea {
  border: 1px solid #ccc;
  height: 24rem;
}

.fs-c-buttonContainer--myPageTop {
  margin-top: 3.6rem;
}

ul.fs-c-accountService {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
  padding: 2.4rem;
  background: white;
}
ul.fs-c-accountService li.fs-c-accountService__page {
  width: calc((100% - 0.6rem) / 2);
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
}
ul.fs-c-accountService li.fs-c-accountService__page .fs-c-accountService__pageLink {
  display: block;
  padding: 1.2rem;
  font-weight: bold;
  color: black;
}
ul.fs-c-accountService li.fs-c-accountService__page .fs-c-accountService__pageLink:hover {
  color: white;
  background: #669900;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list {
  padding: 1.2rem;
  background: white;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide {
  width: 18rem;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
  display: none;
}

.fs-c-history {
  margin: 0;
}
.fs-c-history .fs-c-history__info {
  margin-bottom: 2.4rem;
}
.fs-c-history .fs-c-history__info .fs-c-history__termCtrl {
  margin-bottom: 2.4rem;
}
.fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term {
  margin-bottom: 1.2rem;
}
.fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-price {
  justify-content: flex-start;
}
.fs-c-history .fs-c-history__listContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
.fs-c-history .fs-c-history__listContainer .fs-c-listControl {
  font-size: 1.2rem;
  text-align: right;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem {
  border: 1px solid #ccc;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem;
  border-bottom: 1px solid #ccc;
  background: #eee;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header dl {
  line-height: 1.7;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header dl dt::after {
  content: ": ";
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-button--plain {
  padding: 0.6rem;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
  padding: 1.2rem;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
  width: calc((100% - 1.8rem) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.8rem;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
    width: calc((100% - 1.2rem) / 3);
  }
}
@media (max-width: 600px) {
  .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
    width: calc((100% - 0.6rem) / 2);
  }
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
  font-weight: bold;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  justify-content: flex-end;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay .fs-c-productPrice__addon__label {
  font-size: 0.9em;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay .fs-c-productPrice__addon__label::before {
  content: "(";
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay .fs-c-productPrice__addon__label::after {
  content: ")";
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-listedOptionPrice {
  display: block;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-listedOptionPrice .fs-c-listedOptionPrice__price {
  justify-content: flex-end;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productQuantity {
  font-size: 1.4rem;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productQuantity .fs-c-orderHistoryItem__productQuantity__label::after {
  content: ":";
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__deliveryInfo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.6rem;
  font-size: 1.4rem;
}
.fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__deliveryInfo .fs-c-orderHistoryItem__deliveryStatus::after {
  content: ":";
}

.fs-c-orderDetail .fs-c-orderDetail__data .fs-c-orderDetailList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
  width: 24rem;
  white-space: nowrap;
}
.fs-c-orderDetail .fs-c-orderDetail__data .fs-c-orderDetailList dt::after {
  content: ": ";
}
.fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddressee {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
.fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddressee .fs-c-orderPerAddressee__addressee {
  line-height: 1.7;
}
.fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddressee .fs-c-orderPerAddressee__addressee dt::before {
  content: "■ ";
}
.fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddressee .fs-c-orderPerAddressee__addressee dd {
  margin-bottom: 1.2rem;
}
.fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddressee .fs-c-orderTotalInfo {
  margin-bottom: 2.4rem;
}
.fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddressee .fs-c-deliveryInfoList {
  grid-template-columns: 12rem 1fr;
}
.fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderPaymentTable {
  width: 100%;
}
.fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderPaymentTable th {
  width: 12rem;
  border-top: none;
}
.fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderPaymentTable td {
  width: calc(100% - 12rem);
  border-top: none;
}
.fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__heading,
.fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable,
.fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderTotalTable {
  display: none;
}

.fs-c-creditCardList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
.fs-c-creditCardList .fs-c-creditCardListItem {
  background: white;
}
.fs-c-creditCardList .fs-c-creditCardListItem.is-active {
  border: 2px solid #669900;
}
.fs-c-creditCardList .fs-c-creditCardListItem .fs-c-pairList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  max-width: 36rem;
  text-align: left;
}

.fs-c-addressBookList__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.2rem;
}
.fs-c-addressBookList__form .fs-c-addressBookList__addButton .fs-c-button__label::before {
  content: "＋ ";
}
.fs-c-addressBookList__form .fs-c-addressBookList__list tr {
  margin-top: 0;
}
.fs-c-addressBookList__form .fs-c-addressBookList__list td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.fs-c-addressBookList__form .fs-c-addressBookList__list td:first-child {
  padding-top: 1.8rem;
}

.fs-c-registeredUsers__title {
  margin-top: 2.4rem;
}

.fs-c-inputInformation__link {
  text-align: center;
  color: #669900;
}

.fs-c-linkedServiceLogin__body {
  padding: 2.4rem;
  background: white;
}

.fs-c-otherServiceLogin .fs-c-anotherLogin__button {
  margin: 0 auto;
}

.fs-c-newUsers .fs-c-newUsers__message {
  padding: 2.4rem;
  padding-bottom: 0;
  line-height: 1.7;
  background: white;
}
.fs-c-newUsers .fs-c-buttonContainer--memberRegister {
  padding: 2.4rem;
  background: white;
}

/*マイページ クレジットカード---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fs-body-my-cards .fs-c-creditCardListItem {
  margin-bottom: 10px;
  border: 1px solid #AAA;
}

.fs-body-my-cards .is-active {
  border: 2px solid #669900;
}

.fs-c-creditCardListItem__status {
  margin-bottom: 10px;
  font-weight: bold;
  color: #669900;
}

.fs-body-my-cards .fs-c-creditCardListItem__cardInfo {
  margin-bottom: 10px;
}

.fs-c-creditCardListItem__button {
  text-align: right;
}

/*マイページ クレジットカード---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*商品グループエリア（システムパーツグループ）-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fs-c-subgroup {
  padding: 2.4rem;
  background: white;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-subgroup ul.fs-c-subgroupList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
}
.fs-c-subgroup ul.fs-c-subgroupList li.fs-c-subgroupList__item {
  width: calc((100% - 1.8rem) / 4);
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
}
@media (max-width: 750px) {
  .fs-c-subgroup ul.fs-c-subgroupList li.fs-c-subgroupList__item {
    width: calc((100% - 1.2rem) / 3);
  }
}
.fs-c-subgroup ul.fs-c-subgroupList li.fs-c-subgroupList__item a.fs-c-subgroupList__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.fs-c-subgroup ul.fs-c-subgroupList li.fs-c-subgroupList__item a.fs-c-subgroupList__link .fs-c-subgroupList__image {
  width: 3.6rem;
}

.fs-c-productList__controller {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
  background: #eee;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
  display: none;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list a {
  color: #669900;
}
.fs-c-productList__controller .fs-c-listControl {
  text-align: right;
  margin-left: auto;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
  margin-top: 0.6rem;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item {
  padding: 0;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item.is-active {
  background: none;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination a {
  color: #669900;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item--next {
  margin-left: 1.2rem;
}

.fs-c-productList__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
  margin: 0.6rem 0;
}
.fs-c-productList__list .fs-c-productListItem {
  width: calc((100% - 1.8rem) / 4);
}
@media (max-width: 750px) {
  .fs-c-productList__list .fs-c-productListItem {
    width: calc((100% - 1.2rem) / 3);
  }
}
@media (max-width: 360px) {
  .fs-c-productList__list .fs-c-productListItem {
    width: calc((100% - 0.6rem) / 2);
  }
}

/*商品グループエリア（システムパーツグループ）-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fs-c-productNameHeading {
  margin-bottom: 1.2rem;
  padding: 1.2rem;
  border-left: 1rem solid #669900;
  line-height: 1.2;
  color: white;
  background: black;
  border-radius: 4px 4px 0 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.fs-c-productNameHeading .fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
.fs-c-productNameHeading .fs-c-productNameHeading__name {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.detailUpper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 750px) {
  .detailUpper {
    flex-direction: column;
  }
}
.detailUpper .detailImage {
  border: 1px solid #ccc;
  width: calc(100% - 28rem - 1.2rem);
  background: white;
}
@media (max-width: 750px) {
  .detailUpper .detailImage {
    width: 100%;
  }
}
.detailUpper .detailImage .fs-c-productThumbnail {
  padding: 0 1.2rem 1.2rem;
}
.detailUpper .detailPrice {
  flex-shrink: 0;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-top: 1.6rem solid #000;
  width: 28rem;
  background: white;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
@media (max-width: 750px) {
  .detailUpper .detailPrice {
    width: 100%;
    border-top: 1px solid #ccc;
  }
}

.fs-c-productMainImage__expandButton {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media (max-width: 600px) {
  .fs-c-productMainImage__expandButton {
    display: none;
  }
}
.fs-c-productMainImage__expandButton button {
  padding: 0.6rem 1.2rem;
  color: white;
  background: #666;
  border-radius: 4px;
}

.fs-c-productThumbnail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.4rem;
}
.fs-c-productThumbnail .fs-c-productThumbnail__image {
  width: calc((100% - 2.8rem) / 8);
  flex-basis: auto;
  margin: 0;
  min-width: 0;
}

.detailUpper .fs-c-productMarks {
  margin-bottom: 1.2rem;
}
.detailUpper .fs-c-productMarks .fs-c-productMark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.2rem;
}
.detailUpper .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item {
  width: calc((100% - 0.6rem) / 4);
}
@media (max-width: 750px) {
  .detailUpper .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item {
    width: calc((100% - 1rem) / 6);
  }
}
.detailUpper .Flex {
  margin-bottom: 2.4rem;
}
@media (max-width: 750px) {
  .detailUpper .Flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.2rem;
    align-items: center;
  }
}
.detailUpper .Flex .productSummary {
  font-size: 1.4rem;
}
.detailUpper .Flex .productName {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}
.detailUpper .Flex .fs-c-productNumber {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
}
.detailUpper .Flex .fs-c-productPrice {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.4rem;
  justify-content: flex-end;
  align-items: baseline;
  white-space: nowrap;
}
.detailUpper .Flex .fs-c-productPrice .fs-c-productPrice__main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.6rem;
}
.detailUpper .Flex .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.detailUpper .Flex .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price {
  font-size: 4rem;
  font-weight: bold;
}
.detailUpper .Flex .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  margin-right: 0.4rem;
  font-size: 0.5em;
}
.detailUpper .Flex .fs-c-productPrice .fs-c-productPrice__addon {
  font-weight: bold;
}
.detailUpper .Flex .fs-c-productPrice .fs-c-productPrice__addon:before {
  content: "（";
}
.detailUpper .Flex .fs-c-productPrice .fs-c-productPrice__addon:after {
  content: "）";
}
.detailUpper .Flex .fs-c-productPrice--listed {
  display: block;
  text-align: right;
  color: black;
}
.detailUpper .Flex .fs-c-productPrice--listed .fs-c-productPrice__main__label {
  display: block;
  font-size: 1.4rem;
}
.detailUpper .Flex .fs-c-productPrice--listed .fs-c-productPrice__main__price span {
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: line-through;
  color: black;
}
.detailUpper .Flex .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}
.detailUpper .Flex .comment_2 {
  margin: 10px 0;
  color: #AA0000;
  font-weight: bold;
}
.detailUpper .fs-c-productOption {
  margin-bottom: 1.2rem;
}
.detailUpper .fs-c-productOption .fs-c-productOption__name {
  margin-bottom: 0.4rem;
}
.detailUpper .fs-c-productOption .fs-c-productOption__name .fs-c-requiredMark {
  display: none;
}
.detailUpper .fs-c-productStock {
  margin-bottom: 1.2rem;
  text-align: right;
}
.detailUpper .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist button {
  margin-bottom: 1.2rem;
  margin-left: auto;
  padding: 0.6em 1.2rem;
  border: none;
  font-size: 1.4rem;
  text-align: center;
  color: white;
  white-space: nowrap;
  background: #555;
  border-radius: 4px;
}
.detailUpper .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist button::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.detailUpper .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail::before {
  color: #eba800;
}
.detailUpper .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
  margin-bottom: 0.6rem;
  margin-left: auto;
  text-align: right;
}
.detailUpper .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  width: 6rem;
}
.detailUpper .fs-c-productActionButton {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.detailUpper .fs-c-productActionButton button {
  margin-left: auto;
  padding: 1.2rem 2.4rem;
  border: none;
  font-size: 2rem;
  text-align: center;
  color: white;
  white-space: nowrap;
  background: #770000;
  border-radius: 4px;
}
.detailUpper .fs-c-productActionButton button::before {
  content: "\f218";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.detailUpper .fs-c-inquiryAboutProduct {
  margin-bottom: 1.2rem;
  text-align: right;
}
.detailUpper .fs-c-returnedSpecialContract {
  margin-bottom: 1.2rem;
  text-align: right;
}

.detailLower .fs-p-productDescription {
  margin-bottom: 2.4rem;
  padding: 1.2rem;
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px 4px 0 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.detailLower .fs-p-productDescription h2 {
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.detailLower .fs-p-productDescription h2::before {
  content: "■";
}
.detailLower .fs-p-productDescription p, .detailLower .fs-p-productDescription ul {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

.fs-c-featuredProduct {
  margin-top: -1.2rem;
  margin-bottom: 2.4rem;
  width: 100%;
}
.fs-c-featuredProduct .fs-c-productListCarousel {
  padding: 1.2rem;
  background: white;
}
.fs-c-featuredProduct .fs-c-productListCarousel .fs-c-productListItem {
  padding-bottom: 4.2rem;
}

.comment_3 > div {
  margin-bottom: 2.4rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.comment_3 > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.comment_2 {
  margin-bottom: 2.4rem;
  padding: 1.2rem;
  background: #fff;
}
.comment_2 h2 {
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.comment_2 table {
  margin-bottom: 2.4rem;
  width: 100%;
}
.comment_2 table tr th, .comment_2 table tr td {
  padding: 0.6rem 0.4rem;
  border: 1px solid #ccc;
  text-align: center;
}
@media (max-width: 600px) {
  .comment_2 table tr th, .comment_2 table tr td {
    font-size: 1.4rem;
  }
}
.comment_2 table tr th {
  background: #eee;
}
.comment_2 .Flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}
@media (max-width: 600px) {
  .comment_2 .Flex {
    flex-direction: column;
  }
}

.comment_4 h2 {
  margin-bottom: 1.2rem;
  padding: 0.4rem 1.2rem;
  border: 1px solid #ccc;
  border-left: 0.6rem solid #669900;
  font-weight: bold;
  background: white;
  border-radius: 4px 4px 0 0;
}
.comment_4 > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.comment_4 > div:last-child {
  margin-bottom: 0;
}
.comment_4 > div .fs-c-productListItem {
  width: calc((100% - 4.8rem) / 5);
  padding: 1.2rem;
}
@media (max-width: 900px) {
  .comment_4 > div .fs-c-productListItem {
    width: calc((100% - 3.6rem) / 4);
  }
}
@media (max-width: 600px) {
  .comment_4 > div .fs-c-productListItem {
    width: calc((100% - 2.4rem) / 3);
  }
}

.fs-c-modal--inquiry .fs-c-inquiryProduct {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.fs-c-modal--inquiry .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage {
  width: 6rem;
}
.fs-c-modal--inquiry .fs-c-inquiryProduct .fs-c-inquiryProduct__productName {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.6rem;
}
.fs-c-modal--inquiry .fs-c-inquiryProduct .fs-c-inquiryProduct__productName .fs-c-productName__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.fs-c-modal--inquiry .fs-c-inquiryMessage {
  margin-bottom: 1.2rem;
}
.fs-c-modal--inquiry .fs-c-inputInformation .fs-c-inquiryEditField {
  margin-bottom: 1.2rem;
}
.fs-c-modal--inquiry .fs-c-inputInformation .fs-c-privacyPolicyAgreeField {
  text-align: center;
}
.fs-c-modal--inquiry .fs-c-inputInformation .fs-c-inputInformation__button button {
  padding: 0.6rem 1.2rem;
  color: white;
  background: #669900;
}
.fs-c-modal--inquiry .fs-c-inputInformation textarea {
  width: 100%;
  height: 24rem;
}

.fs-c-productImageModal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  overflow: auto;
}
.fs-c-productImageModal .fs-c-productImageModal__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 720px;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__close {
  position: absolute;
  top: 1.2rem;
  right: 3.4rem;
}
@media (max-width: 600px) {
  .fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__close {
    top: -6rem;
    right: 2.8rem;
  }
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__close::before {
  padding: 0.6rem;
  font-size: 4.8rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__contents .slick-arrow {
  opacity: 1 !important;
  background: none;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__contents .slick-arrow.slick-prev {
  left: -4rem;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__contents .slick-arrow.slick-next {
  right: -4rem;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__contents .slick-dots {
  gap: 1.2rem;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__contents .slick-dots button {
  width: 3.6rem;
  height: 2.4rem;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__contents .slick-dots button::before {
  font-size: 2.4rem;
  opacity: 0.5;
}
.fs-c-productImageModal .fs-c-productImageModal__inner .fs-c-productImageModal__contents .slick-dots .slick-active button::before {
  color: white;
  opacity: 1;
}
.fs-c-productImageModal img {
  width: 90vw;
  max-width: 720px;
}

[class^=banner-] {
  position: relative;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  color: white;
  background-size: 100%;
  background-repeat: no-repeat;
}
[class^=banner-] h1, [class^=banner-] h2, [class^=banner-] h3, [class^=banner-] h4, [class^=banner-] h5, [class^=banner-] h6, [class^=banner-] p {
  line-height: 1;
}

.banner-52 {
  position: relative;
  aspect-ratio: 5/2;
  overflow: hidden;
}
.banner-52#PL-SP700B {
  background-image: url("https://polygons.itembox.design/item/images/banner/10307_PL-SP700B_banner-52.jpg?002");
}
.banner-52#PL-SP700B .Title {
  width: 100%;
  position: absolute;
  top: 8%;
  left: 2%;
}
.banner-52#PL-SP700B .Title .En {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5%;
  align-items: flex-start;
}
.banner-52#PL-SP700B .Title .En .Image {
  width: 12%;
}
.banner-52#PL-SP700B .Title .En .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 30, 29.04px);
  line-height: 1;
  line-height: 0.9;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 1200px) {
  .banner-52#PL-SP700B .Title .En .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 30);
  }
}
@media (max-width: 900px) {
  .banner-52#PL-SP700B .Title .En .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 30);
  }
}
@media (max-width: 750px) {
  .banner-52#PL-SP700B .Title .En .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 30);
  }
}
.banner-52#PL-SP700B .Title .Jp {
  width: 52%;
  line-height: 1;
}
.banner-52#PL-SP700B .Title .Jp .Image {
  vertical-align: top;
}
.banner-52#PL-SP700B .Title .List {
  margin-top: 3%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 20, 19.36px);
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner-52#PL-SP700B .Title .List {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 20);
  }
}
@media (max-width: 900px) {
  .banner-52#PL-SP700B .Title .List {
    font-size: calc((100vw - 22.8rem) / 1000 * 20);
  }
}
@media (max-width: 750px) {
  .banner-52#PL-SP700B .Title .List {
    font-size: calc((100vw - 2.4rem) / 1000 * 20);
  }
}
.banner-52#PL-SP700B .Info {
  position: absolute;
  bottom: 4%;
  left: 2%;
  width: 24%;
}
.banner-52#PL-SP700B .Info .Mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
  margin-bottom: 2%;
}
.banner-52#PL-SP700B .Info .Name {
  margin-bottom: 4%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 16, 15.488px);
  line-height: 1;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .banner-52#PL-SP700B .Info .Name {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 16);
  }
}
@media (max-width: 900px) {
  .banner-52#PL-SP700B .Info .Name {
    font-size: calc((100vw - 22.8rem) / 1000 * 16);
  }
}
@media (max-width: 750px) {
  .banner-52#PL-SP700B .Info .Name {
    font-size: calc((100vw - 2.4rem) / 1000 * 16);
  }
}
.banner-52#PL-SP700B .Info .Name .Jp {
  font-size: 1.4em;
}
.banner-52#PL-SP700B .Info .Name .No {
  font-size: 0.8em;
}
.banner-52#PL-SP700B .Info .Price {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 20, 19.36px);
  line-height: 1;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-52#PL-SP700B .Info .Price {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 20);
  }
}
@media (max-width: 900px) {
  .banner-52#PL-SP700B .Info .Price {
    font-size: calc((100vw - 22.8rem) / 1000 * 20);
  }
}
@media (max-width: 750px) {
  .banner-52#PL-SP700B .Info .Price {
    font-size: calc((100vw - 2.4rem) / 1000 * 20);
  }
}
.banner-52#PL-SP700B .Info .Price em {
  font-size: 1.6em;
}
.banner-52#PL-SP700B .Info .Price small {
  font-size: 0.8em;
}
.banner-52#polight-square {
  background-image: url("https://polygons.itembox.design/item/images/banner/10100_polight-square_banner-52.jpg?231029");
}
.banner-52#polight-square .Title {
  width: 100%;
  position: absolute;
  top: 4%;
  left: 2%;
}
.banner-52#polight-square .Title .Catch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
}
.banner-52#polight-square .Title .Catch .Image {
  width: 12%;
}
.banner-52#polight-square .Title .Catch .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 25, 24.2px);
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 1200px) {
  .banner-52#polight-square .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 25);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-square .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 25);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-square .Title .Catch .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 25);
  }
}
.banner-52#polight-square .Title .Jp {
  width: 56%;
}
.banner-52#polight-square .Title .List {
  margin-top: 1%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 16, 15.488px);
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner-52#polight-square .Title .List {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 16);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-square .Title .List {
    font-size: calc((100vw - 22.8rem) / 1000 * 16);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-square .Title .List {
    font-size: calc((100vw - 2.4rem) / 1000 * 16);
  }
}
.banner-52#polight-square .Info {
  position: absolute;
  bottom: 4%;
  left: 1%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2%;
}
.banner-52#polight-square .Info .Group {
  width: 18%;
}
.banner-52#polight-square .Info .Group .Mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
  margin-bottom: 2%;
}
.banner-52#polight-square .Info .Group .Name {
  margin-bottom: 4%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 16, 15.488px);
  line-height: 1;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .banner-52#polight-square .Info .Group .Name {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 16);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-square .Info .Group .Name {
    font-size: calc((100vw - 22.8rem) / 1000 * 16);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-square .Info .Group .Name {
    font-size: calc((100vw - 2.4rem) / 1000 * 16);
  }
}
.banner-52#polight-square .Info .Group .Name .Jp {
  font-size: 1.1em;
}
.banner-52#polight-square .Info .Group .Name .No {
  font-size: 0.8em;
}
.banner-52#polight-square .Info .Group .Price {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 15, 14.52px);
  line-height: 1;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-52#polight-square .Info .Group .Price {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 15);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-square .Info .Group .Price {
    font-size: calc((100vw - 22.8rem) / 1000 * 15);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-square .Info .Group .Price {
    font-size: calc((100vw - 2.4rem) / 1000 * 15);
  }
}
.banner-52#polight-square .Info .Group .Price em {
  font-size: 1.6em;
}
.banner-52#polight-square .Info .Group .Price small {
  font-size: 0.8em;
}
.banner-52#polight-round {
  background-image: url("https://polygons.itembox.design/item/images/banner/10200_polight-round_banner-52.jpg");
}
.banner-52#polight-round .Title {
  width: 100%;
  position: absolute;
  top: 4%;
  left: 2%;
}
.banner-52#polight-round .Title .Catch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
}
.banner-52#polight-round .Title .Catch .Image {
  width: 12%;
}
.banner-52#polight-round .Title .Catch .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 25, 24.2px);
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 1200px) {
  .banner-52#polight-round .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 25);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-round .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 25);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-round .Title .Catch .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 25);
  }
}
.banner-52#polight-round .Title .Jp {
  width: 56%;
}
.banner-52#polight-round .Title .List {
  margin-top: 2%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 16, 15.488px);
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner-52#polight-round .Title .List {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 16);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-round .Title .List {
    font-size: calc((100vw - 22.8rem) / 1000 * 16);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-round .Title .List {
    font-size: calc((100vw - 2.4rem) / 1000 * 16);
  }
}
.banner-52#polight-round .Info {
  position: absolute;
  bottom: 4%;
  left: 12%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8%;
}
.banner-52#polight-round .Info .Group {
  width: 18%;
}
.banner-52#polight-round .Info .Group .Mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
  margin-bottom: 2%;
}
.banner-52#polight-round .Info .Group .Name {
  margin-bottom: 4%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 16, 15.488px);
  line-height: 1;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .banner-52#polight-round .Info .Group .Name {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 16);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-round .Info .Group .Name {
    font-size: calc((100vw - 22.8rem) / 1000 * 16);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-round .Info .Group .Name {
    font-size: calc((100vw - 2.4rem) / 1000 * 16);
  }
}
.banner-52#polight-round .Info .Group .Name .Jp {
  font-size: 1.2em;
}
.banner-52#polight-round .Info .Group .Name .No {
  font-size: 0.8em;
}
.banner-52#polight-round .Info .Group .Price {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 15, 14.52px);
  line-height: 1;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-52#polight-round .Info .Group .Price {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 15);
  }
}
@media (max-width: 900px) {
  .banner-52#polight-round .Info .Group .Price {
    font-size: calc((100vw - 22.8rem) / 1000 * 15);
  }
}
@media (max-width: 750px) {
  .banner-52#polight-round .Info .Group .Price {
    font-size: calc((100vw - 2.4rem) / 1000 * 15);
  }
}
.banner-52#polight-round .Info .Group .Price em {
  font-size: 1.6em;
}
.banner-52#polight-round .Info .Group .Price small {
  font-size: 0.8em;
}
.banner-52#stand {
  background-image: url("https://polygons.itembox.design/item/images/banner/20100_stand_banner-52.jpg");
}
.banner-52#stand .Title {
  position: absolute;
  top: 8%;
  right: 3%;
}
.banner-52#stand .Title .Catch {
  margin-bottom: 1.5%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 24, 23.232px);
  line-height: 1;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-52#stand .Title .Catch {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 24);
  }
}
@media (max-width: 900px) {
  .banner-52#stand .Title .Catch {
    font-size: calc((100vw - 22.8rem) / 1000 * 24);
  }
}
@media (max-width: 750px) {
  .banner-52#stand .Title .Catch {
    font-size: calc((100vw - 2.4rem) / 1000 * 24);
  }
}
.banner-52#stand .Title .Group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1%;
  justify-content: flex-End;
}
.banner-52#stand .Title .Group .Image {
  width: 7%;
}
.banner-52#stand .Title .Group .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 70, 67.76px);
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .banner-52#stand .Title .Group .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 70);
  }
}
@media (max-width: 900px) {
  .banner-52#stand .Title .Group .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 70);
  }
}
@media (max-width: 750px) {
  .banner-52#stand .Title .Group .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 70);
  }
}
.banner-52#spigot {
  background-image: url("https://polygons.itembox.design/item/images/banner/20300_spigot_banner-52.jpg");
}
.banner-52#spigot .Title {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 90, 87.12px);
  line-height: 1;
  position: absolute;
  bottom: 8%;
  left: 3%;
}
@media (max-width: 1200px) {
  .banner-52#spigot .Title {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 90);
  }
}
@media (max-width: 900px) {
  .banner-52#spigot .Title {
    font-size: calc((100vw - 22.8rem) / 1000 * 90);
  }
}
@media (max-width: 750px) {
  .banner-52#spigot .Title {
    font-size: calc((100vw - 2.4rem) / 1000 * 90);
  }
}
.banner-52#spigot .Title .Catch {
  margin-bottom: 1.5%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 24, 23.232px);
  line-height: 1;
}
@media (max-width: 1200px) {
  .banner-52#spigot .Title .Catch {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 24);
  }
}
@media (max-width: 900px) {
  .banner-52#spigot .Title .Catch {
    font-size: calc((100vw - 22.8rem) / 1000 * 24);
  }
}
@media (max-width: 750px) {
  .banner-52#spigot .Title .Catch {
    font-size: calc((100vw - 2.4rem) / 1000 * 24);
  }
}
.banner-52#spigot .Title .Group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1%;
}
.banner-52#spigot .Title .Group .Image {
  width: 7%;
}
.banner-52#spigot .Title .Group .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 70, 67.76px);
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .banner-52#spigot .Title .Group .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 70);
  }
}
@media (max-width: 900px) {
  .banner-52#spigot .Title .Group .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 70);
  }
}
@media (max-width: 750px) {
  .banner-52#spigot .Title .Group .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 70);
  }
}
.banner-52#showroom {
  background-image: url("https://polygons.itembox.design/item/images/banner/00301_showroom_banner-52.jpg");
}
.banner-52#showroom .Title {
  position: absolute;
  bottom: 5%;
  left: 3%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 90, 87.12px);
  line-height: 1;
  font-weight: bold;
  text-shadow: 1px 1px 6px black;
}
@media (max-width: 1200px) {
  .banner-52#showroom .Title {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 90);
  }
}
@media (max-width: 900px) {
  .banner-52#showroom .Title {
    font-size: calc((100vw - 22.8rem) / 1000 * 90);
  }
}
@media (max-width: 750px) {
  .banner-52#showroom .Title {
    font-size: calc((100vw - 2.4rem) / 1000 * 90);
  }
}
.banner-52#showroom .Map {
  position: absolute;
  right: 2%;
  bottom: 5%;
  width: 23%;
}
.banner-52#studio {
  background-image: url("https://polygons.itembox.design/item/images/banner/00310_studio_banner-52.jpg");
}
.banner-52#studio .Title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 6px black;
  filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.5));
}
.banner-52#studio .Title .Catch {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 40, 38.72px);
  line-height: 1;
}
@media (max-width: 1200px) {
  .banner-52#studio .Title .Catch {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 40);
  }
}
@media (max-width: 900px) {
  .banner-52#studio .Title .Catch {
    font-size: calc((100vw - 22.8rem) / 1000 * 40);
  }
}
@media (max-width: 750px) {
  .banner-52#studio .Title .Catch {
    font-size: calc((100vw - 2.4rem) / 1000 * 40);
  }
}
.banner-52#studio .Title .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 80, 77.44px);
  line-height: 1;
}
@media (max-width: 1200px) {
  .banner-52#studio .Title .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 80);
  }
}
@media (max-width: 900px) {
  .banner-52#studio .Title .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 80);
  }
}
@media (max-width: 750px) {
  .banner-52#studio .Title .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 80);
  }
}
.banner-52#education {
  background-image: url("https://polygons.itembox.design/item/images/banner/00303_education_banner-52.jpg");
}
.banner-52#education .Title {
  position: absolute;
  top: 12%;
  right: 2%;
  width: 100%;
  text-align: right;
}
.banner-52#education .Title .Catch {
  margin-right: 1%;
  margin-bottom: 1.5%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 30, 29.04px);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 1200px) {
  .banner-52#education .Title .Catch {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 30);
  }
}
@media (max-width: 900px) {
  .banner-52#education .Title .Catch {
    font-size: calc((100vw - 22.8rem) / 1000 * 30);
  }
}
@media (max-width: 750px) {
  .banner-52#education .Title .Catch {
    font-size: calc((100vw - 2.4rem) / 1000 * 30);
  }
}
.banner-52#education .Title .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 48, 46.464px);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 1200px) {
  .banner-52#education .Title .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 48);
  }
}
@media (max-width: 900px) {
  .banner-52#education .Title .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 48);
  }
}
@media (max-width: 750px) {
  .banner-52#education .Title .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 48);
  }
}
.banner-52#education .Title .Text div {
  margin-bottom: 1%;
}

.banner-11 {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.banner-11#PL-SP700B {
  background-image: url("https://polygons.itembox.design/item/images/banner/10307_PL-SP700B_banner-11.jpg?006");
}
.banner-11#PL-SP700B .Title {
  width: 100%;
  position: absolute;
  top: 4%;
  left: 4%;
}
.banner-11#PL-SP700B .Title .En {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5%;
  align-items: flex-start;
}
.banner-11#PL-SP700B .Title .En .Image {
  width: 18%;
}
.banner-11#PL-SP700B .Title .En .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 45, 43.56px);
  line-height: 1;
  line-height: 0.9;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 1200px) {
  .banner-11#PL-SP700B .Title .En .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 45);
  }
}
@media (max-width: 900px) {
  .banner-11#PL-SP700B .Title .En .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 45);
  }
}
@media (max-width: 750px) {
  .banner-11#PL-SP700B .Title .En .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 45);
  }
}
.banner-11#PL-SP700B .Title .Jp {
  width: 85%;
}
.banner-11#PL-SP700B .Title .List {
  margin-top: 2%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 28, 27.104px);
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner-11#PL-SP700B .Title .List {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 28);
  }
}
@media (max-width: 900px) {
  .banner-11#PL-SP700B .Title .List {
    font-size: calc((100vw - 22.8rem) / 1000 * 28);
  }
}
@media (max-width: 750px) {
  .banner-11#PL-SP700B .Title .List {
    font-size: calc((100vw - 2.4rem) / 1000 * 28);
  }
}
.banner-11#PL-SP700B .Info {
  position: absolute;
  bottom: 4%;
  left: 33%;
  width: 35%;
}
.banner-11#PL-SP700B .Info .Mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
  margin-bottom: 2%;
}
.banner-11#PL-SP700B .Info .Name {
  margin-bottom: 2%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 20, 19.36px);
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner-11#PL-SP700B .Info .Name {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 20);
  }
}
@media (max-width: 900px) {
  .banner-11#PL-SP700B .Info .Name {
    font-size: calc((100vw - 22.8rem) / 1000 * 20);
  }
}
@media (max-width: 750px) {
  .banner-11#PL-SP700B .Info .Name {
    font-size: calc((100vw - 2.4rem) / 1000 * 20);
  }
}
.banner-11#PL-SP700B .Info .Name .Jp {
  font-size: 1.4em;
}
.banner-11#PL-SP700B .Info .Name .No {
  font-size: 0.8em;
}
.banner-11#PL-SP700B .Info .Price {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 30, 29.04px);
  line-height: 1;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-11#PL-SP700B .Info .Price {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 30);
  }
}
@media (max-width: 900px) {
  .banner-11#PL-SP700B .Info .Price {
    font-size: calc((100vw - 22.8rem) / 1000 * 30);
  }
}
@media (max-width: 750px) {
  .banner-11#PL-SP700B .Info .Price {
    font-size: calc((100vw - 2.4rem) / 1000 * 30);
  }
}
.banner-11#PL-SP700B .Info .Price em {
  font-size: 1.6em;
}
.banner-11#PL-SP700B .Info .Price small {
  font-size: 0.8em;
}
.banner-11#polight-square {
  background-image: url("https://polygons.itembox.design/item/images/banner/10100_polight-square_banner-11.jpg?02");
}
.banner-11#polight-square .Title {
  width: 100%;
  position: absolute;
  top: 4%;
  left: 4%;
}
.banner-11#polight-square .Title .Catch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1%;
}
.banner-11#polight-square .Title .Catch .Image {
  width: 18%;
}
.banner-11#polight-square .Title .Catch .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 36, 34.848px);
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 1200px) {
  .banner-11#polight-square .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 36);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-square .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 36);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-square .Title .Catch .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 36);
  }
}
.banner-11#polight-square .Title .Jp {
  width: 85%;
}
.banner-11#polight-square .Title .List {
  margin-top: 1%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 28, 27.104px);
  line-height: 1;
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .banner-11#polight-square .Title .List {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 28);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-square .Title .List {
    font-size: calc((100vw - 22.8rem) / 1000 * 28);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-square .Title .List {
    font-size: calc((100vw - 2.4rem) / 1000 * 28);
  }
}
.banner-11#polight-square .Info {
  position: absolute;
  bottom: 2%;
  left: 4%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 4%;
}
.banner-11#polight-square .Info .Group {
  width: 28%;
}
.banner-11#polight-square .Info .Group .Mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
  margin-bottom: 3%;
}
.banner-11#polight-square .Info .Group .Name {
  margin-bottom: 2%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 20, 19.36px);
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner-11#polight-square .Info .Group .Name {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 20);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-square .Info .Group .Name {
    font-size: calc((100vw - 22.8rem) / 1000 * 20);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-square .Info .Group .Name {
    font-size: calc((100vw - 2.4rem) / 1000 * 20);
  }
}
.banner-11#polight-square .Info .Group .Name .Jp {
  font-size: 1.4em;
}
.banner-11#polight-square .Info .Group .Name .No {
  font-size: 0.8em;
}
.banner-11#polight-square .Info .Group .Price {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 30, 29.04px);
  line-height: 1;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-11#polight-square .Info .Group .Price {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 30);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-square .Info .Group .Price {
    font-size: calc((100vw - 22.8rem) / 1000 * 30);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-square .Info .Group .Price {
    font-size: calc((100vw - 2.4rem) / 1000 * 30);
  }
}
.banner-11#polight-square .Info .Group .Price em {
  font-size: 1.6em;
}
.banner-11#polight-square .Info .Group .Price small {
  font-size: 0.8em;
}
.banner-11#polight-round {
  background-image: url("https://polygons.itembox.design/item/images/banner/10200_polight-round_banner-11.jpg?04");
}
.banner-11#polight-round .Title {
  width: 100%;
  position: absolute;
  top: 4%;
  left: 4%;
}
.banner-11#polight-round .Title .Catch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
}
.banner-11#polight-round .Title .Catch .Image {
  width: 18%;
}
.banner-11#polight-round .Title .Catch .Text {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 36, 34.848px);
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 1200px) {
  .banner-11#polight-round .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 36);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-round .Title .Catch .Text {
    font-size: calc((100vw - 22.8rem) / 1000 * 36);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-round .Title .Catch .Text {
    font-size: calc((100vw - 2.4rem) / 1000 * 36);
  }
}
.banner-11#polight-round .Title .Jp {
  width: 85%;
}
.banner-11#polight-round .Title .List {
  margin-top: 1%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 28, 27.104px);
  line-height: 1;
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .banner-11#polight-round .Title .List {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 28);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-round .Title .List {
    font-size: calc((100vw - 22.8rem) / 1000 * 28);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-round .Title .List {
    font-size: calc((100vw - 2.4rem) / 1000 * 28);
  }
}
.banner-11#polight-round .Info {
  position: absolute;
  bottom: 2%;
  left: -3%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15%;
  flex-direction: row-reverse;
}
.banner-11#polight-round .Info .Group {
  width: 30%;
}
.banner-11#polight-round .Info .Group .Mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1%;
  margin-bottom: 2%;
}
.banner-11#polight-round .Info .Group .Name {
  margin-bottom: 2%;
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 20, 19.36px);
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .banner-11#polight-round .Info .Group .Name {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 20);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-round .Info .Group .Name {
    font-size: calc((100vw - 22.8rem) / 1000 * 20);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-round .Info .Group .Name {
    font-size: calc((100vw - 2.4rem) / 1000 * 20);
  }
}
.banner-11#polight-round .Info .Group .Name .Jp {
  font-size: 1.4em;
}
.banner-11#polight-round .Info .Group .Name .No {
  font-size: 0.8em;
}
.banner-11#polight-round .Info .Group .Price {
  font-size: clamp(0px, (100vw - 43.2rem - 17px) / 1000 * 30, 29.04px);
  line-height: 1;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-11#polight-round .Info .Group .Price {
    font-size: calc((100vw - 22.8rem - 17px) / 1000 * 30);
  }
}
@media (max-width: 900px) {
  .banner-11#polight-round .Info .Group .Price {
    font-size: calc((100vw - 22.8rem) / 1000 * 30);
  }
}
@media (max-width: 750px) {
  .banner-11#polight-round .Info .Group .Price {
    font-size: calc((100vw - 2.4rem) / 1000 * 30);
  }
}
.banner-11#polight-round .Info .Group .Price em {
  font-size: 1.6em;
}
.banner-11#polight-round .Info .Group .Price small {
  font-size: 0.8em;
}/*# sourceMappingURL=import.css.map */