@charset "UTF-8";
.p-giftboxBanner {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .p-giftboxBanner {
    max-width: 1000px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-productBanner--sp {
  margin-top: 120px;
}

.p-productBanner--sp__list {
  list-style-type: none;
  padding: 0;
}

.p-productBanner--sp__list__item {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .p-productBanner {
    margin-top: 120px;
  }
  .p-productBanner__3column {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
  }
  .p-productBanner__3column__item {
    width: 312px;
    margin-top: 40px;
  }
  .p-productBanner__3column__item--dummy {
    display: block;
    width: 312px;
  }
  .p-productBanner__2column {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .p-productBanner__2column__item {
    width: 480px;
    margin-top: 40px;
  }
  .p-productBanner__2column__item--dummy {
    display: block;
    width: 480px;
  }
}

@media (min-width: 768px) {
  .p-productBorder01 {
    display: flex;
    justify-content: center;
  }
}

.p-productDescriptionTitle {
  margin-top: 150px;
}

.p-productDescriptionTitle h2 {
  text-align: center;
  color: #5e1a00;
  font-family: "EB Garamond", "FOT-筑紫A丸ゴシック Std B", serif;
  font-size: 30px;
  line-height: 48px;
}

.p-productDescriptionTitle .p-productDescriptionTitle__border {
  display: none;
}

.p-productDescriptionTitle .p-productDescriptionTitle__border--sp {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .p-productDescriptionTitle {
    max-width: 1000px;
    margin: 130px auto 0;
  }
  .p-productDescriptionTitle h2 {
    font-size: 20px;
    line-height: 40px;
  }
  .p-productDescriptionTitle .p-productDescriptionTitle__border {
    display: block;
    margin-top: 15px;
  }
  .p-productDescriptionTitle .p-productDescriptionTitle__border--sp {
    display: none;
  }
}

.p-productNav01 {
  margin-top: 5px;
}

.p-productNav01 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  padding: 0;
}

.p-productNav01 ul li {
  position: relative;
  padding-left: 8px;
  margin-top: 30px;
}

.p-productNav01 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #5e1a00;
}

.p-productNav01 ul li a {
  color: #5e1a00;
  text-decoration: underline;
  font-size: 24px;
  line-height: 1.6;
  font-family: 'EB Garamond','FOT-筑紫A丸ゴシック Std B', serif;
}

@media (min-width: 768px) {
  .p-productNav01 {
    margin: 0;
  }
  .p-productNav01 ul {
    flex-direction: row;
    justify-content: center;
  }
  .p-productNav01 ul li {
    margin: 0 10px;
  }
  .p-productNav01 ul li::before {
    left: -2px;
    border-width: 5px;
  }
  .p-productNav01 ul li a {
    font-size: 15px;
    line-height: 1.4;
  }
}

.p-productNav02 {
  width: 100%;
  margin-top: 55px;
}

.p-productNav02 p {
  color: #ff6720;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 26px;
  line-height: 44px;
}

.p-productNav02 p::before {
  content: "";
  display: inline-block;
  background: url("/item/productIcon02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 5px;
}

.p-productNav02 p::after {
  content: "";
  display: inline-block;
  background: url("/item/productIcon03.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-left: 5px;
}

.p-productNav02 ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 10px;
}

.p-productNav02 ul li {
  width: 30%;
  margin: 10px 5px 0;
}

.p-productNav02 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e1a00;
  background: #f9c11e;
  padding: 10px;
  transition: 0.3s;
  border-radius: 4px;
  min-height: 120px;
  text-decoration: underline;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  font-family: "EB Garamond", "FOT-筑紫A丸ゴシック Std B", serif;
}

.p-productNav02 ul li.is-active a {
  background: rgba(249, 193, 30, 0.5);
}

@media (min-width: 768px) {
  .p-productNav02 {
    max-width: 600px;
    margin: 40px auto 0;
  }
  .p-productNav02 p {
    font-size: 18px;
    line-height: 35.7px;
  }
  .p-productNav02 p::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .p-productNav02 p::after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .p-productNav02 ul li {
    margin: 3px 3px 0;
  }
  .p-productNav02 ul li a {
    min-height: 60px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

.p-productNav03 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
}

.p-productNav03__item {
  position: relative;
  padding-left: 8px;
}

.p-productNav03__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #5e1a00;
}

.p-productNav03__item__link {
  color: #5e1a00;
  text-decoration: underline;
  font-size: 24px;
  line-height: 1.6;
  font-family: 'EB Garamond','FOT-筑紫A丸ゴシック Std B', serif;
}

@media (min-width: 768px) {
  .p-productNav03__item::before {
    left: -2px;
    border-width: 5px;
  }
  .p-productNav03__item__link {
    font-size: 15px;
    line-height: 1.4;
  }
}

.p-productOptionIcons {
  margin-top: 40px;
}

.p-productOptionIcons ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.p-productOptionIcons ul li {
  width: 88px;
  margin: 10px 5px 0;
}

.p-productOptionIcons ul li.invalid {
  opacity: 0.5;
}

.p-productOptionIcons ul li img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .p-productOptionIcons {
    max-width: 800px;
    margin: 40px auto 0;
  }
  .p-productOptionIcons ul li {
    width: 70px;
    margin: 0 4px;
  }
}

.p-productTable {
  width: 100%;
  margin-top: 55px;
}

.p-productTable table {
  border: 1px solid #d1c0b8;
  border-collapse: collapse;
}

.p-productTable table tbody tr th {
  border-right: 1px solid #e1d6d1;
  border-bottom: 1px solid #e1d6d1;
  background: #f1ecea;
  padding: 20px;
  text-align: center;
  vertical-align: top;
  font-size: 22px;
  line-height: 38px;
  width: 130px;
}

.p-productTable table tbody tr td {
  border-bottom: 1px solid #e1d6d1;
  background: #ffffff;
  padding: 20px;
  font-size: 22px;
  line-height: 38px;
}

.p-productTable table tbody tr td ul {
  padding-left: 2em;
  list-style-type: disc;
}

@media (min-width: 768px) {
  .p-productTable {
    width: 100%;
  }
  .p-productTable table {
    width: 100%;
  }
  .p-productTable table tbody tr th {
    padding: 20px;
    font-size: 15px;
    line-height: 2;
  }
  .p-productTable table tbody tr td {
    padding: 20px;
    font-size: 15px;
    line-height: 2;
  }
}

.fs-c-breadcrumb__list {
  padding: 5px 30px;
}

.p-subgroupBreadcrumbWrapper__inner {
  position: relative;
}

.p-subgroupBreadcrumbWrapper__inner__switch {
  content: "";
  display: block;
  width: 3.1vw;
  height: 3.1vw;
  background: url(./common/link_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2vw;
  top: -8vw;
  cursor: pointer;
}

.p-subgroupBreadcrumbWrapper__inner .fs-c-breadcrumb {
  display: none;
}

@media (min-width: 768px) {
  .fs-c-breadcrumb__list {
    padding: 5px;
  }
  .p-subgroupBreadcrumbWrapper__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-subgroupBreadcrumbWrapper__inner__switch {
    width: 10px;
    height: 10px;
    right: -10px;
    top: -24px;
  }
}

.p-toCartButton {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
}

.p-toCartButton.visible {
  display: block;
}


/* 雪白モニター募集ページ表組用 */
.p-monitorTable {
  width: 100%;
  margin-top: 10px;
}

.p-monitorTable table {
  border: 1px solid #d1c0b8;
  border-collapse: collapse;
}

.p-monitorTable table tbody tr th {
  border-right: 1px solid #e1d6d1;
  border-bottom: 1px solid #e1d6d1;
  background: #f1ecea;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 22px;
  line-height: 38px;
  width: 130px;
}

.p-monitorTable table tbody tr td {
  border-right: 1px solid #e1d6d1;
  border-bottom: 1px solid #e1d6d1;
  background: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 38px;
}

.p-monitorTable table tbody tr td ul {
  padding-left: 2em;
  list-style-type: disc;
}

@media (min-width: 768px) {
  .p-monitorTable {
    width: 100%;
  }
  .p-monitorTable table {
    width: 100%;
  }
  .p-monitorTable table tbody tr th {
    padding: 10px;
    font-size: 15px;
    line-height: 2;
  }
  .p-monitorTable table tbody tr td {
    padding: 10px;
    font-size: 15px;
    line-height: 2;
  }
