a:hover {
  text-decoration: none;
}

.product-list .img-wrapper {
  position: relative;
}
.product-list .category {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
}
.product-list .category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  font-weight: 900;
  margin-right: 7px;
}
.product-list .title {
  font-size: 20px;
  font-weight: 700;
}

.category-list .title {
  font-weight: 500;
  font-size: 18px;
}
.category-list .item {
  border-bottom: 1px solid #ddd;
}
.category-list .item a {
  display: block;
  padding: 12px;
}
.category-list .item a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 7px;
}

.page-nation {
  display: flex;
  justify-content: center;
}
.page-nation .item + .item {
  margin-left: 8px;
}
.page-nation .item a {
  display: block;
  border: 1px solid #d2d2d2;
  padding: 8px 12px;
  background-color: #fff;
}
.page-nation .item.prev a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 900;
}
.page-nation .item.next a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
.page-nation .item.current a {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.title01 {
  font-size: 24px;
  font-weight: 500;
  padding: 8px 10px;
  position: relative;
}
.title01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #000 0%, #000 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
}

.category01 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 2px 8px;
}
.category01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  font-weight: 900;
  margin-right: 7px;
}

.heading01 {
  position: relative;
}

.heading01 .wrapper {
  display: block;
  width: 200px;
  padding: 24px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.heading01:after {
  content: "";
  height: 1px;
  width: 900px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.heading01 .annotation {
  display: block;
  font-size: 0.75rem;
  font-weight: 100;
}

.heading02 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 7px;
}
.heading02:after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #2f2f2f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media (max-width: 768px) {
  .heading01 {
    width: 100%;
    background: none;
    padding: 16px 10px;
    font-size: 1.3rem;
  }
}

.heading03 {
  text-align: center;
  margin-bottom: 2%;
  padding-top: 2%;
}

.heading03 .title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.heading03 .sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 100;
}

.heading04 {
  position: relative;
}

.heading04 .wrapper {
  padding: 24px 0;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  width: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.heading04 .sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 100;
}

.heading04::after {
  content: "";
  height: 1px;
  width: 900px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-detail {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.product-detail h1 {
  text-align: left;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  position: relative;
}
.product-detail h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #000;
}
.product-detail h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-detail h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
}

.detail-main-wrapper.white, .detail-main-wrapper.white .base-color {
  background-color: #ebfcff;
}

.detail-main-wrapper.yellow, .detail-main-wrapper.yellow .base-color {
  background-color: #fffceb;
}

.detail-main-wrapper.pink, .detail-main-wrapper.pink .base-color {
  background-color: #FFEBF1;
}

.detail-main-wrapper.blue, .detail-main-wrapper.blue .base-color {
  background-color: #f1ebff;
}

.product-section-list .section + .section {
  margin-top: 30px;
}
.product-section-list .name {
  margin-top: 10px;
}

/* 見たまま編集画面 */

[data-element-id] header.fixed {
  position: absolute;
}

[data-element-id] header.fixed h1 {
  height: auto;
}

[data-element-id] header.fixed .headnavi {
  padding: 24px 16px 0;
}
