#contents-pc #mainCont01 {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
#contents-pc .contFstBnr {
  text-align: center;
  margin: 20px 0;
}
#contents-pc .header-thop-container {
  display: flex;
  flex-direction: column;
}
#contents-pc .editor-choice {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 8px;
  box-sizing: border-box;
}
#contents-pc .editor-choice__featured {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  margin: 0 0 36px;
}
#contents-pc .editor-choice__featured-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}
#contents-pc .editor-choice__featured-image {
  width: 100%;
  line-height: 0;
}
#contents-pc .editor-choice__featured-image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #cbcbcb;
  box-shadow: -1px -1px 14px -3px rgb(185, 185, 185);
}
#contents-pc .editor-choice__featured-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  min-height: 180px;
  height: 180px;
  margin: -72px auto 0;
  padding: 0 15px 44px;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 5px 0 5px -5px rgb(185, 185, 185), 0 5px 5px -5px rgb(185, 185, 185), -5px 0 5px -5px rgb(185, 185, 185);
}
#contents-pc .editor-choice__featured-subtitle {
  flex-shrink: 0;
  font-size: 0.8rem;
  padding: 5px;
  border-bottom: 1px dotted #cbcbcb;
  color: #6d6d6d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#contents-pc .editor-choice__featured-title {
  flex: 1 1 auto;
  min-height: 6.75em;
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
}
#contents-pc .editor-choice__featured-title a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
}
#contents-pc .editor-choice__featured-footer {
  position: absolute;
  left: 5px;
  right: 15px;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  width: auto;
  margin: 0;
}
#contents-pc .editor-choice__featured-footer .d-flex {
  flex-wrap: wrap;
  gap: 2px;
}
#contents-pc .editor-choice__featured-footer .footer-child-box {
  margin-right: 2px;
}
#contents-pc .editor-choice__compact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  margin: 0 0 28px;
}
#contents-pc .editor-choice__compact--extra {
  margin-top: 0;
}
#contents-pc .editor-choice--line2-only .editor-choice__compact {
  margin-top: 0;
}
#contents-pc .editor-choice__compact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: -1px -1px 14px -3px rgb(185, 185, 185);
  overflow: hidden;
}
#contents-pc .editor-choice__compact-image {
  flex-shrink: 0;
}
#contents-pc .editor-choice__compact-image img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-bottom: 1px solid #cbcbcb;
}
#contents-pc .editor-choice__compact-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: calc(5.4em + 16px);
  padding: 8px 15px 0;
  box-sizing: border-box;
}
#contents-pc .editor-choice__compact-title {
  flex: 1 1 auto;
  min-height: 5.4em;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#contents-pc .editor-choice__compact-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
}
#contents-pc .editor-choice__compact-footer {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  width: 100%;
  padding: 8px 15px 12px 5px;
  box-sizing: border-box;
}
#contents-pc .editor-choice__compact-footer .d-flex {
  flex-wrap: wrap;
  gap: 2px;
}
#contents-pc .editor-choice__compact-footer .footer-child-box {
  margin-right: 2px;
}
#contents-pc .editor-choice [data-batch-index][hidden] {
  display: none !important;
}
#contents-pc .editor-choice__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-pc .editor-choice__footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-pc .editor-choice__footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-pc .editor-choice__footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-pc .editor-choice__footer {
  margin-top: 4px;
}
#contents-pc .editor-choice__load-more {
  color: inherit;
  text-decoration: none;
}
#contents-pc .item-product-container .item-content-footer {
  width: 100%;
  padding-right: 0;
}
#contents-pc .item-product-container-large .item-content-footer {
  width: 100%;
  padding-right: 0;
}
#contents-pc .item-product-container-medium .item-content-footer,
#contents-pc .item-product-container-large .item-content-footer {
  width: 100%;
  padding-right: 0;
  padding-left: 185px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#contents-pc .item-product-container-medium .item-content-footer .d-flex,
#contents-pc .item-product-container-large .item-content-footer .d-flex {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
#contents-pc .item-product-container-medium .item-content-footer .footer-child-time,
#contents-pc .item-product-container-large .item-content-footer .footer-child-time {
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  margin-left: auto;
}
#contents-pc .item-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
  margin-top: auto;
}
#contents-pc .item-content-footer .d-flex {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
#contents-pc .item-content-footer .content-footer-count-number {
  text-align: end;
  white-space: nowrap;
}
#contents-pc .footer-child-box {
  font-size: 0.7rem;
  padding: 0px 7px;
  border: 1px solid #b9b9b9;
  margin-right: 2px;
  line-height: 16px;
  color: #6d6d6d;
  background: #ffffff;
}
#contents-pc .item-product-container .item-product-infor {
  width: calc(100% - 100px);
  height: fit-content;
  -webkit-line-clamp: 5;
}
#contents-pc .item-product-container {
  position: relative;
  width: calc(33.3333333333% - 20px);
  min-height: 130px;
  margin: 10px;
}
#contents-pc .item-product-infor {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  font-size: 1rem;
  height: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 18px;
}
#contents-pc .item-product-content {
  display: flex;
  height: 90px;
}
#contents-pc .item-product-content .item-product-picture img {
  width: 80px;
  height: 90px;
  object-fit: cover;
  margin-right: 15px;
}
#contents-pc .footer-child-time {
  font-size: 0.7rem;
  color: #868686;
  margin-left: auto;
  text-align: right;
}
#contents-pc .header-top-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-pc .header-top-footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-pc .header-top-footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-pc .header-top-footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-pc .header-top-footer {
  margin-top: 16px;
  margin-bottom: 20px;
}
#contents-pc .item-product-container-large {
  display: flex;
  position: relative;
  width: calc(100% - 20px);
  min-height: 130px;
  margin: 10px;
}
#contents-pc .item-product-container-large .item-product-picture img {
  width: 130px;
  height: 150px;
  object-fit: cover;
}
#contents-pc .item-product-container-large .item-product-infor {
  width: calc(100% - 10px);
  height: fit-content;
  -webkit-line-clamp: 5;
}
#contents-pc .item-product-container-large .item-product-content {
  padding-left: 20px;
}
#contents-pc .item-product-container-medium {
  display: block;
  position: relative;
  width: calc(66.6666666667% - 20px);
  min-height: 150px; /* Increased height */
  margin: 20px 10px;
  padding-bottom: 30px; /* Space for footer */
}
#contents-pc .item-product-container-medium .item-product-content,
#contents-pc .item-product-container-large .item-product-content {
  padding-left: 0;
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
#contents-pc .item-product-container-medium .item-product-picture,
#contents-pc .item-product-container-large .item-product-picture {
  min-width: 130px;
  height: 150px;
  margin-right: 20px;
}
#contents-pc .item-product-container-medium .item-product-picture img,
#contents-pc .item-product-container-large .item-product-picture img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#contents-pc .item-product-right-content {
  flex: 1;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#contents-pc .item-product-container-medium .item-product-infor,
#contents-pc .item-product-container-large .item-product-infor {
  height: fit-content;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  font-size: 1.1rem;
  line-height: 1.3;
}
#contents-pc .what-new-form-container {
  background: rgb(239, 242, 255);
  padding: 15px;
  margin-bottom: 50px;
}
#contents-pc .what-new-form-container .title {
  padding: 5px 50px 5px 20px;
  background-color: #ffffff;
  width: fit-content;
  min-width: 50px;
  font-size: 1rem;
  line-height: 1;
  color: #828282;
  font-weight: 500;
}
#contents-pc .what-new-item-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#contents-pc .what-new-list-item {
  padding: 20px;
}
#contents-pc .what-new-text-style {
  font-size: 1rem;
  line-height: 16px;
  margin-right: 10px;
}
#contents-pc .button-what-new {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 5px 7px;
  border: 1px solid #b9b9b9;
  line-height: 16px;
  color: #696969;
  font-weight: 500;
  background: #ffffff;
  margin-top: 15px;
}
#contents-pc .item-menu-container .header-container,
#contents-pc .list-content-container,
#contents-pc .full-row-message {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#contents-pc .header-container {
  font-size: 1rem;
  line-height: 16px;
  min-height: 26px;
  background-color: rgb(120, 120, 120);
  color: #ffffff;
  display: flex;
  align-items: center;
}
#contents-pc .list-content-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents-pc .item-menu-container .header-container,
#contents-pc .list-content-container {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#contents-pc .item-menu-container .header-container .header-title {
  margin: 0 12px;
  width: auto;
  position: relative;
  font-size: 1.2rem;
}
#contents-pc .mix-articles__load-more {
  color: inherit;
  text-decoration: none;
}
#contents-pc .list-item-product {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  justify-content: flex-start;
  padding-right: 12px;
}
#contents-pc .list-item-product .item-product-container-large {
  display: block;
  position: relative;
  width: calc(100% - 16px);
  min-height: 150px;
  margin: 8px;
  padding: 10px;
}
#contents-pc .list-item-product .item-product-container-medium {
  display: block;
  position: relative;
  width: calc(66.666% - 16px);
  min-height: 150px;
  margin: 8px;
  padding: 10px;
}
#contents-pc .list-item-product .item-product-container {
  display: block;
  position: relative;
  width: calc(33.333% - 16px);
  margin: 8px;
  padding: 10px;
}
#contents-pc .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#contents-pc .item-content .content-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 16px;
}
#contents-pc .item-content .content-text {
  padding: 10px 8px;
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: 400;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#contents-pc .item-content .content-text a {
  color: #333;
  text-decoration: none;
}
#contents-pc .item-menu-container .header-container-picture {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
#contents-pc .item-menu-container .header-container-picture img {
  height: 20px;
  width: auto;
}
#contents-pc .item-content .content-picture {
  width: 100%;
  height: 110px;
  overflow: hidden;
}
#contents-pc .item-content .content-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents-pc .item-content .item-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 8px 8px;
  width: 100%;
  margin-top: auto;
}
#contents-pc .item-content .item-content-footer .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#contents-pc .content-footer-count-number {
  font-size: 0.7rem;
  color: #868686;
  white-space: nowrap;
}
#contents-pc .list-menu-container .item-product-container-large .item-product-infor {
  width: 365px;
}
#contents-pc .list-menu-container .item-product-container-large .item-content-footer {
  width: 365px;
}

#contents-sp #mainCont01 {
  padding: 0 10px 24px;
}
#contents-sp .contFstBnr {
  margin: 18px 0 22px;
}
#contents-sp .contFstBnr img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
#contents-sp .sp-top-editor-choice {
  margin-top: 0;
}
#contents-sp .sp-top-hero-list {
  display: block !important;
}
#contents-sp .sp-top-card--hero {
  display: block;
  margin: 0 0 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
#contents-sp .sp-top-card--hero .sp-top-card__image {
  display: block;
  width: calc(100% + 20px);
  height: 246px;
  margin: 0 -10px;
  background: #ffffff;
}
#contents-sp .sp-top-card--hero .sp-top-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents-sp .sp-top-card--hero .sp-top-card__body {
  position: relative;
  width: calc(100% - 28px);
  min-height: 158px;
  margin: -22px auto 0;
  padding: 16px 18px 42px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 7px 9px 0 rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
#contents-sp .sp-top-card__subtitle {
  margin-bottom: 15px;
  padding: 0;
  border: 0;
  color: #9a9a9a;
  font-size: 0.74rem;
  line-height: 1.35;
}
#contents-sp .sp-top-card--hero .sp-top-card__title a {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
#contents-sp .sp-top-card--hero .sp-top-card__meta {
  left: 18px;
  right: 18px;
  bottom: 14px;
}
#contents-sp .sp-top-card__tags {
  gap: 7px;
}
#contents-sp .footer-child-box,
#contents-sp .sp-top-card__tags .footer-child-box {
  min-width: 0;
  padding: 2px 7px;
  border: 1px solid #c9c9c9;
  background: #ffffff;
  color: #8a8a8a;
  font-size: 0.66rem;
  line-height: 1;
  white-space: nowrap;
}
#contents-sp .sp-top-card__date {
  color: #8a8a8a;
  font-size: 0.72rem;
}
#contents-sp .sp-top-list,
#contents-sp .sp-top-list .mix-articles__row,
#contents-sp .sp-top-list .homepage-post-row,
#contents-sp .sp-top-list .specialprice-row {
  display: block !important;
}
#contents-sp .sp-top-card--compact {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 13px;
  min-height: 128px;
  padding: 12px 0;
  border-bottom: 0;
  background: #ffffff;
}
#contents-sp .sp-top-card--compact + .sp-top-card--compact {
  border-top: 1px solid #f0f0f0;
}
#contents-sp .sp-top-card--compact .sp-top-card__image {
  width: 112px;
  height: 100px;
  border: 1px solid #dddddd;
  background: #f7f7f7;
}
#contents-sp .sp-top-card--compact .sp-top-card__body {
  min-height: 100px;
}
#contents-sp .sp-top-card--compact .sp-top-card__title a {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: #333333;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.01em;
}
#contents-sp .sp-top-card--compact .sp-top-card__meta {
  margin-top: 7px;
  padding-top: 0;
}
#contents-sp .sp-top-more {
  display: block;
  min-height: 0;
  margin: 12px 0 30px;
  text-align: center;
}
#contents-sp .sp-top-more::before {
  display: none;
}
#contents-sp .sp-top-more a {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 4px 10px;
  border: 1px solid #777777;
  background: #ffffff;
  color: #555555;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
}

#contents-sp .contFstBnr {
  margin: 30px 15px 30px 15px;
}
#contents-sp .contFstBnr img.banner-image {
  width: 100%;
  max-width: 800px;
  object-fit: cover;
}
#contents-sp .header-thop-container {
  display: flex;
  flex-direction: column;
}
#contents-sp .editor-choice {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
#contents-sp .editor-choice__featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 0 24px;
}
#contents-sp .editor-choice__featured-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#contents-sp .editor-choice__featured-image img {
  position: static;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border: 1px solid #cbcbcb;
  box-shadow: -1px -1px 14px -3px rgb(185, 185, 185);
}
#contents-sp .editor-choice__featured-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 24px);
  max-width: 100%;
  min-height: 160px;
  height: 160px;
  margin: -60px auto 0;
  padding: 0 15px 44px;
  box-sizing: border-box;
}
#contents-sp .editor-choice__featured-subtitle {
  flex-shrink: 0;
  font-size: 0.8rem;
  padding: 5px;
  border-bottom: 1px dotted #cbcbcb;
}
#contents-sp .editor-choice__featured-title {
  flex: 1 1 auto;
  min-height: 6.75em;
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
}
#contents-sp .editor-choice__featured-title a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
}
#contents-sp .editor-choice__featured-footer {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  width: auto;
}
#contents-sp .editor-choice__featured-footer .d-flex {
  flex-wrap: wrap;
  gap: 2px;
}
#contents-sp .editor-choice__featured-footer .footer-child-box {
  margin-right: 2px;
}
#contents-sp .editor-choice__compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 20px;
}
#contents-sp .editor-choice__compact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
}
#contents-sp .editor-choice__compact-image {
  flex-shrink: 0;
}
#contents-sp .editor-choice__compact-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
#contents-sp .editor-choice__compact-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: calc(5.4em + 12px);
  padding: 8px 12px 0;
  box-sizing: border-box;
}
#contents-sp .editor-choice__compact-title {
  flex: 1 1 auto;
  min-height: 5.4em;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#contents-sp .editor-choice__compact-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
}
#contents-sp .editor-choice__compact-footer {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  padding: 8px 12px 10px 5px;
  box-sizing: border-box;
}
#contents-sp .editor-choice__compact-footer .d-flex {
  flex-wrap: wrap;
  gap: 2px;
}
#contents-sp .editor-choice__compact-footer .footer-child-box {
  margin-right: 2px;
}
#contents-sp .editor-choice [data-batch-index][hidden] {
  display: none !important;
}
#contents-sp .editor-choice__footer.header-top-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-sp .editor-choice__footer.header-top-footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-sp .editor-choice__footer.header-top-footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-sp .editor-choice__footer.header-top-footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-sp .editor-choice__footer.header-top-footer {
  margin-bottom: 30px;
}
#contents-sp .editor-choice__footer.header-top-footer .header-top-footer-box {
  padding: 8px 24px;
  font-size: 0.9rem;
}
#contents-sp .item-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
  margin-top: auto;
}
#contents-sp .item-content-footer .d-flex {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
#contents-sp .item-content-footer .content-footer-count-number {
  white-space: nowrap;
}
#contents-sp .footer-child-box {
  font-size: 0.7rem;
  padding: 0px 7px;
  border: 1px solid #b9b9b9;
  margin-right: 5px;
  line-height: 16px;
  color: #6d6d6d;
  background: #ffffff;
}
#contents-sp .list-item-product {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#contents-sp .item-product-container {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 350px;
  min-height: 130px;
}
#contents-sp .item-product-infor {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  height: 100%;
  overflow: hidden;
  font-size: 1rem;
  line-height: 18px;
  width: calc(100% - 80px);
}
#contents-sp .item-product-content {
  display: flex;
  height: 90px;
}
#contents-sp .item-product-content .item-product-picture img {
  width: 80px;
  height: 90px;
  object-fit: cover;
  margin-right: 15px;
}
#contents-sp .footer-child-time {
  font-size: 0.7rem;
  color: #868686;
  margin-left: auto;
  text-align: right;
}
#contents-sp .homepage-post-section .homepage-post-footer,
#contents-sp .specialprice-section .specialprice-footer,
#contents-sp .mix-articles-section .mix-articles__footer,
#contents-sp .editor-choice__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .homepage-post-footer .break-line,
#contents-sp .specialprice-section .specialprice-footer .break-line,
#contents-sp .mix-articles-section .mix-articles__footer .break-line,
#contents-sp .editor-choice__footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-sp .homepage-post-section .homepage-post-footer .header-top-footer-box,
#contents-sp .specialprice-section .specialprice-footer .header-top-footer-box,
#contents-sp .mix-articles-section .mix-articles__footer .header-top-footer-box,
#contents-sp .editor-choice__footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .homepage-post-footer .header-top-footer-box a,
#contents-sp .specialprice-section .specialprice-footer .header-top-footer-box a,
#contents-sp .mix-articles-section .mix-articles__footer .header-top-footer-box a,
#contents-sp .editor-choice__footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-sp .homepage-post-section .homepage-post-footer,
#contents-sp .specialprice-section .specialprice-footer,
#contents-sp .mix-articles-section .mix-articles__footer,
#contents-sp .editor-choice__footer {
  margin-bottom: 30px;
}
#contents-sp .homepage-post-section .homepage-post-footer .header-top-footer-box,
#contents-sp .specialprice-section .specialprice-footer .header-top-footer-box,
#contents-sp .mix-articles-section .mix-articles__footer .header-top-footer-box,
#contents-sp .editor-choice__footer .header-top-footer-box {
  padding: 8px 24px;
  font-size: 0.9rem;
}
#contents-sp .item-product-container-large {
  display: none;
  position: relative;
  width: 100%;
  max-width: 350px;
  min-height: 130px;
}
#contents-sp .item-product-container-large .item-product-picture img {
  width: 100px;
  height: 120px;
  object-fit: cover;
  margin-right: 15px;
}
#contents-sp .item-product-container-large .item-product-content {
  position: relative;
}
#contents-sp .item-product-container-large .item-product-infor {
  width: calc(100% - 120px);
  height: fit-content;
  -webkit-line-clamp: 5;
}
#contents-sp .item-product-container-medium {
  display: none;
  position: relative;
  width: 100%;
  max-width: 350px;
  min-height: 130px;
}
#contents-sp .item-product-container-medium .item-product-picture img {
  width: 100px;
  height: 120px;
  object-fit: cover;
  margin-right: 15px;
}
#contents-sp .item-product-container-medium .item-product-content {
  position: relative;
}
#contents-sp .item-product-container-medium .item-product-infor {
  width: calc(100% - 120px);
  height: fit-content;
  -webkit-line-clamp: 5;
}
#contents-sp .what-new-form-container {
  background: rgb(239, 242, 255);
  padding: 15px;
  margin-bottom: 50px;
}
#contents-sp .what-new-form-container .title {
  padding: 5px 50px 5px 20px;
  background-color: #ffffff;
  width: fit-content;
  min-width: 50px;
  font-size: 1rem;
  line-height: 1;
  color: #828282;
  font-weight: 500;
}
#contents-sp .what-new-item-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  flex-direction: column;
}
#contents-sp .what-new-list-item {
  padding: 20px;
}
#contents-sp .what-new-text-style {
  font-size: 1rem;
  line-height: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#contents-sp .button-what-new {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 5px 7px;
  border: 1px solid #b9b9b9;
  line-height: 16px;
  color: #696969;
  font-weight: 500;
  background: #ffffff;
  margin-top: 15px;
}
#contents-sp .item-menu-container .header-container {
  width: 100%;
  font-size: 1rem;
  line-height: 16px;
  min-height: 26px;
  background-color: rgb(120, 120, 120);
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
#contents-sp .item-menu-container .header-container .header-title {
  margin: 0 12px;
}
#contents-sp .item-menu-container .header-container .content-picture img {
  width: 200px;
  height: 100px;
  object-fit: cover;
}
#contents-sp .list-content-container {
  display: flex;
  flex-wrap: wrap;
}
#contents-sp .item-content {
  margin: 12px;
  width: 100%;
  max-width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
}
#contents-sp .item-content .content-container {
  display: flex;
  gap: 12px;
  flex: 1;
  margin-bottom: 16px;
}
#contents-sp .item-content .content-text {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  padding-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 400;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#contents-sp .item-content .content-text a {
  color: #333;
  text-decoration: none;
}
#contents-sp .item-menu-container .header-container-picture {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
#contents-sp .item-menu-container .header-container-picture img {
  height: 23px;
  width: auto;
}
#contents-sp .item-content .content-picture {
  flex-shrink: 0;
  width: 150px;
  height: 100px;
  overflow: hidden;
}
#contents-sp .item-content .content-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents-sp .item-content .item-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 0;
  width: 100%;
  margin-top: auto;
}
#contents-sp .item-content .item-content-footer .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#contents-sp .content-footer-count-number {
  font-size: 0.7rem;
  color: #868686;
  white-space: nowrap;
}
#contents-sp .list-menu-container .item-product-container-large .item-product-infor {
  width: 365px;
}
#contents-sp .list-menu-container .item-product-container-large .item-content-footer {
  width: 365px;
}

.full-row-message {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  height: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#contents-sp .sp-top-section {
  width: 100%;
  margin: 0 0 18px;
  box-sizing: border-box;
}
#contents-sp .sp-top-hero-list,
#contents-sp .sp-top-list,
#contents-sp .sp-top-list .mix-articles__row,
#contents-sp .sp-top-list .homepage-post-row,
#contents-sp .sp-top-list .specialprice-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0;
  width: 100%;
  margin: 0;
}
#contents-sp .sp-top-card {
  background: #ffffff;
  box-sizing: border-box;
}
#contents-sp .sp-top-card a {
  color: #333333;
  text-decoration: none;
}
#contents-sp .sp-top-card--hero {
  margin-bottom: 18px;
  border: 1px solid #dedede;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
#contents-sp .sp-top-card--hero .sp-top-card__image {
  display: block;
  width: 100%;
  height: 198px;
  background: #f8f8f8;
}
#contents-sp .sp-top-card--hero .sp-top-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents-sp .sp-top-card--hero .sp-top-card__body {
  position: relative;
  min-height: 118px;
  padding: 9px 12px 34px;
}
#contents-sp .sp-top-card__subtitle {
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d0d0d0;
  color: #777777;
  font-size: 0.72rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contents-sp .sp-top-card__title {
  margin: 0;
  font-weight: 400;
}
#contents-sp .sp-top-card--hero .sp-top-card__title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.45;
}
#contents-sp .sp-top-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
}
#contents-sp .sp-top-card--hero .sp-top-card__meta {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  width: auto;
}
#contents-sp .sp-top-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  min-width: 0;
}
#contents-sp .sp-top-card__date {
  flex: 0 0 auto;
  color: #8a8a8a;
  font-size: 0.66rem;
  line-height: 1.35;
  white-space: nowrap;
}
#contents-sp .sp-top-card--compact {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  min-height: 96px;
  padding: 9px 0;
  border-bottom: 1px solid #dddddd;
}
#contents-sp .sp-top-card--compact .sp-top-card__image {
  display: block;
  width: 92px;
  height: 76px;
  overflow: hidden;
  background: #f8f8f8;
}
#contents-sp .sp-top-card--compact .sp-top-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents-sp .sp-top-card--compact .sp-top-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 76px;
}
#contents-sp .sp-top-card--compact .sp-top-card__title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.78rem;
  line-height: 1.38;
}
#contents-sp .sp-top-card--compact .sp-top-card__meta {
  margin-top: auto;
  padding-top: 5px;
}
#contents-sp .sp-top-more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px;
  min-height: 24px;
  text-align: center;
}
#contents-sp .sp-top-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #d7d7d7;
}
#contents-sp .sp-top-more a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 120px;
  padding: 5px 20px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #777777;
  font-size: 0.72rem;
  line-height: 1.2;
  text-decoration: none;
}
#contents-sp .sp-top-empty {
  padding: 20px 10px;
  color: #777777;
  font-size: 0.8rem;
  text-align: center;
}
#contents-sp .sp-top-empty p {
  margin: 0 0 4px;
}

#contents-pc .homepage-post-section,
#contents-pc .specialprice-section {
  width: 100%;
  box-sizing: border-box;
}
#contents-pc .homepage-post-section .list-content-container,
#contents-pc .specialprice-section .list-content-container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#contents-pc .homepage-post-section .list-content-container,
#contents-pc .specialprice-section .list-content-container {
  margin-top: 10px;
}
#contents-pc .homepage-post-grid,
#contents-pc .specialprice-grid {
  width: 100%;
}
#contents-pc .homepage-post-grid .homepage-post-row,
#contents-pc .specialprice-grid .specialprice-row {
  display: grid !important;
  flex-wrap: unset !important;
  gap: 16px;
  width: 100%;
  margin: 0 0 16px;
}
#contents-pc .homepage-post-grid.cols-3 .homepage-post-row,
#contents-pc .specialprice-grid.cols-3 .specialprice-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#contents-pc .homepage-post-grid.cols-4 .homepage-post-row,
#contents-pc .specialprice-grid.cols-4 .specialprice-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#contents-pc .homepage-post-grid .homepage-post-row[hidden],
#contents-pc .specialprice-grid .specialprice-row[hidden] {
  display: none !important;
}
#contents-pc .homepage-post-section .special-price-item,
#contents-pc .specialprice-section .special-price-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
  max-width: none;
  overflow: hidden;
  box-sizing: border-box;
}
#contents-pc .homepage-post-section .special-price-item .content-picture,
#contents-pc .specialprice-section .special-price-item .content-picture {
  flex-shrink: 0;
  width: 100%;
  height: 110px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
#contents-pc .homepage-post-section .special-price-item .content-picture img,
#contents-pc .specialprice-section .special-price-item .content-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#contents-pc .homepage-post-section .special-price-item .special-price-item__body,
#contents-pc .specialprice-section .special-price-item .special-price-item__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: calc(7em + 56px);
}
#contents-pc .homepage-post-section .special-price-item .content-text,
#contents-pc .specialprice-section .special-price-item .content-text {
  flex: 1 1 auto;
  min-height: 7em;
  margin: 0;
  padding: 8px 12px 0;
  box-sizing: border-box;
  word-break: break-word;
}
#contents-pc .homepage-post-section .special-price-item .content-text a,
#contents-pc .specialprice-section .special-price-item .content-text a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}
#contents-pc .homepage-post-section .special-price-item .item-content-footer.two-line,
#contents-pc .specialprice-section .special-price-item .item-content-footer.two-line {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
  padding: 8px 5px 12px 5px;
  box-sizing: border-box;
}
#contents-pc .homepage-post-section .special-price-item .item-content-footer.two-line .d-flex,
#contents-pc .specialprice-section .special-price-item .item-content-footer.two-line .d-flex {
  flex-wrap: wrap;
  gap: 2px;
}
#contents-pc .homepage-post-section .special-price-item .item-content-footer.two-line .footer-child-box,
#contents-pc .specialprice-section .special-price-item .item-content-footer.two-line .footer-child-box {
  margin-right: 2px;
}
#contents-pc .homepage-post-section .special-price-item .item-content-footer.two-line .content-footer-count-number,
#contents-pc .specialprice-section .special-price-item .item-content-footer.two-line .content-footer-count-number {
  width: 100%;
  font-size: 0.7rem;
  color: #868686;
  text-align: right;
  white-space: nowrap;
}
#contents-pc .homepage-post-section .homepage-post-footer,
#contents-pc .specialprice-section .specialprice-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-pc .homepage-post-section .homepage-post-footer .break-line,
#contents-pc .specialprice-section .specialprice-footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-pc .homepage-post-section .homepage-post-footer .header-top-footer-box,
#contents-pc .specialprice-section .specialprice-footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-pc .homepage-post-section .homepage-post-footer .header-top-footer-box a,
#contents-pc .specialprice-section .specialprice-footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-pc .homepage-post-section .homepage-post-footer,
#contents-pc .specialprice-section .specialprice-footer {
  margin-top: 8px;
}
#contents-pc .homepage-post-load-more,
#contents-pc .specialprice-load-more {
  color: inherit;
  text-decoration: none;
}

#contents-sp .homepage-post-grid .homepage-post-row,
#contents-sp .specialprice-grid .specialprice-row {
  display: grid !important;
  flex-wrap: unset !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0 0 12px;
}
#contents-sp .homepage-post-grid .homepage-post-row[hidden],
#contents-sp .specialprice-grid .specialprice-row[hidden] {
  display: none !important;
}
#contents-sp .homepage-post-section .special-price-item,
#contents-sp .specialprice-section .special-price-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
  max-width: none;
  overflow: hidden;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .special-price-item .content-picture,
#contents-sp .specialprice-section .special-price-item .content-picture {
  flex-shrink: 0;
  width: 100%;
  height: 110px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
#contents-sp .homepage-post-section .special-price-item .content-picture img,
#contents-sp .specialprice-section .special-price-item .content-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#contents-sp .homepage-post-section .special-price-item .special-price-item__body,
#contents-sp .specialprice-section .special-price-item .special-price-item__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: calc(7em + 56px);
}
#contents-sp .homepage-post-section .special-price-item .content-text,
#contents-sp .specialprice-section .special-price-item .content-text {
  flex: 1 1 auto;
  min-height: 7em;
  margin: 0;
  padding: 8px 12px 0;
  box-sizing: border-box;
  word-break: break-word;
}
#contents-sp .homepage-post-section .special-price-item .content-text a,
#contents-sp .specialprice-section .special-price-item .content-text a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}
#contents-sp .homepage-post-section .special-price-item .item-content-footer.two-line,
#contents-sp .specialprice-section .special-price-item .item-content-footer.two-line {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
  padding: 8px 5px 12px 5px;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .special-price-item .item-content-footer.two-line .d-flex,
#contents-sp .specialprice-section .special-price-item .item-content-footer.two-line .d-flex {
  flex-wrap: wrap;
  gap: 2px;
}
#contents-sp .homepage-post-section .special-price-item .item-content-footer.two-line .footer-child-box,
#contents-sp .specialprice-section .special-price-item .item-content-footer.two-line .footer-child-box {
  margin-right: 2px;
}
#contents-sp .homepage-post-section .special-price-item .item-content-footer.two-line .content-footer-count-number,
#contents-sp .specialprice-section .special-price-item .item-content-footer.two-line .content-footer-count-number {
  width: 100%;
  font-size: 0.7rem;
  color: #868686;
  text-align: right;
  white-space: nowrap;
}
#contents-sp .homepage-post-section .special-price-item .content-picture,
#contents-sp .specialprice-section .special-price-item .content-picture {
  width: 100%;
  height: 150px;
}
#contents-sp .homepage-post-section .special-price-item .special-price-item__body,
#contents-sp .specialprice-section .special-price-item .special-price-item__body {
  min-height: calc(7em + 48px);
}
#contents-sp .homepage-post-section .homepage-post-footer,
#contents-sp .specialprice-section .specialprice-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .homepage-post-footer .break-line,
#contents-sp .specialprice-section .specialprice-footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-sp .homepage-post-section .homepage-post-footer .header-top-footer-box,
#contents-sp .specialprice-section .specialprice-footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .homepage-post-footer .header-top-footer-box a,
#contents-sp .specialprice-section .specialprice-footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-sp .homepage-post-section .homepage-post-footer,
#contents-sp .specialprice-section .specialprice-footer {
  margin-bottom: 30px;
}
#contents-sp .homepage-post-section .homepage-post-footer .header-top-footer-box,
#contents-sp .specialprice-section .specialprice-footer .header-top-footer-box {
  padding: 8px 24px;
  font-size: 0.9rem;
}

#contents-pc .mix-articles-section {
  width: 100%;
  box-sizing: border-box;
}
#contents-pc .mix-articles-section .mix-articles__grid {
  width: 100%;
}
#contents-pc .mix-articles-section .mix-articles__row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  flex-wrap: unset !important;
}
#contents-pc .mix-articles-section .mix-articles__row[hidden] {
  display: none !important;
}
#contents-pc .mix-articles-section .mix-article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 130px;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__main {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  align-items: flex-start;
  gap: 12px;
  min-height: 0;
  width: 100%;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__media {
  flex-shrink: 0;
  line-height: 0;
  background-color: #e8e8e8;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__media img {
  display: block;
  object-fit: cover;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__body {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 6.5em;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__title a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__footer {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px 8px;
  width: 100%;
  padding-top: 8px;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
#contents-pc .mix-articles-section .mix-article-card .mix-article-card__date {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: #868686;
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
}
#contents-pc .mix-articles-section .mix-article-card--span-1 {
  grid-column: span 1;
}
#contents-pc .mix-articles-section .mix-article-card--span-1 .mix-article-card__media img {
  width: 80px;
  height: 90px;
}
#contents-pc .mix-articles-section .mix-article-card--span-2 {
  grid-column: span 2;
}
#contents-pc .mix-articles-section .mix-article-card--span-2 .mix-article-card__media img {
  width: 100px;
  height: 120px;
}
#contents-pc .mix-articles-section .mix-article-card--span-3 {
  grid-column: span 3;
}
#contents-pc .mix-articles-section .mix-article-card--span-3 .mix-article-card__media img {
  width: 130px;
  height: 150px;
}
#contents-pc .mix-articles-section .mix-article-card--span-3 .mix-article-card__title a {
  font-size: 1.1rem;
}
#contents-pc .mix-articles-section .mix-articles__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-pc .mix-articles-section .mix-articles__footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-pc .mix-articles-section .mix-articles__footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-pc .mix-articles-section .mix-articles__footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-pc .mix-articles-section .mix-articles__footer {
  margin-top: 8px;
}
#contents-pc .mix-articles-section .mix-articles__load-more {
  color: inherit;
  text-decoration: none;
}

#contents-sp .mix-articles-section .mix-articles__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 12px;
}
#contents-sp .mix-articles-section .mix-article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 130px;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__main {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  align-items: flex-start;
  gap: 12px;
  min-height: 0;
  width: 100%;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__media {
  flex-shrink: 0;
  line-height: 0;
  background-color: #e8e8e8;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__media img {
  display: block;
  object-fit: cover;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__body {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 6.5em;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__title a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__footer {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px 8px;
  width: 100%;
  padding-top: 8px;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
#contents-sp .mix-articles-section .mix-article-card .mix-article-card__date {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: #868686;
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
}
#contents-sp .mix-articles-section .mix-article-card {
  grid-column: span 1;
  max-width: 100%;
}
#contents-sp .mix-articles-section .mix-article-card--span-1 .mix-article-card__media img,
#contents-sp .mix-articles-section .mix-article-card--span-2 .mix-article-card__media img,
#contents-sp .mix-articles-section .mix-article-card--span-3 .mix-article-card__media img {
  width: 80px;
  height: 90px;
}
#contents-sp .mix-articles-section .mix-articles__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
#contents-sp .mix-articles-section .mix-articles__footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
#contents-sp .mix-articles-section .mix-articles__footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
#contents-sp .mix-articles-section .mix-articles__footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
#contents-sp .mix-articles-section .mix-articles__footer {
  margin-bottom: 30px;
}
#contents-sp .mix-articles-section .mix-articles__footer .header-top-footer-box {
  padding: 8px 24px;
  font-size: 0.9rem;
}

#contents-sp {
  background: #ffffff;
}
#contents-sp > .d-flex {
  display: block !important;
}
#contents-sp #mainCont01 {
  float: none;
  width: 100%;
  padding: 0 8px 28px;
  box-sizing: border-box;
}
#contents-sp .contFstBnr {
  margin: 14px 0;
  text-align: center;
}
#contents-sp .contFstBnr img,
#contents-sp .contFstBnr iframe {
  max-width: 100%;
  height: auto;
}
#contents-sp .editor-choice {
  padding: 0;
  margin-top: 12px;
}
#contents-sp .editor-choice__featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
#contents-sp .editor-choice__featured-card,
#contents-sp .editor-choice__compact-card {
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
#contents-sp .editor-choice__featured-image img {
  display: block;
  height: 198px;
  border: 0;
  box-shadow: none;
}
#contents-sp .editor-choice__featured-content {
  width: 100%;
  height: auto;
  min-height: 116px;
  margin: 0;
  padding: 9px 12px 34px;
  border: 0;
  box-shadow: none;
  position: relative;
}
#contents-sp .editor-choice__featured-subtitle {
  padding: 0 0 5px;
  border-bottom: 1px dotted #d0d0d0;
  color: #777777;
  font-size: 0.72rem;
}
#contents-sp .editor-choice__featured-title {
  min-height: 0;
  padding: 8px 0 0;
}
#contents-sp .editor-choice__featured-title a {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 0.86rem;
  line-height: 1.45;
}
#contents-sp .editor-choice__featured-footer {
  left: 10px;
  right: 10px;
  bottom: 8px;
}
#contents-sp .editor-choice__compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 18px;
}
#contents-sp .editor-choice__compact-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 112px;
}
#contents-sp .editor-choice__compact-image img {
  height: 112px;
  border: 0;
}
#contents-sp .editor-choice__compact-content {
  min-height: 0;
  padding: 8px 10px 0;
}
#contents-sp .editor-choice__compact-title {
  min-height: 0;
}
#contents-sp .editor-choice__compact-title a {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 0.84rem;
  line-height: 1.38;
}
#contents-sp .editor-choice__compact-footer {
  grid-column: 2;
  padding: 4px 10px 8px;
}
#contents-sp .mix-articles-section {
  margin-top: 14px !important;
}
#contents-sp .mix-articles__grid,
#contents-sp .homepage-post-section .list-content-container,
#contents-sp .specialprice-section .list-content-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
#contents-sp .mix-articles__row,
#contents-sp .homepage-post-grid .homepage-post-row,
#contents-sp .specialprice-grid .specialprice-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0;
  margin: 0;
}
#contents-sp .mix-article-card,
#contents-sp .homepage-post-section .special-price-item,
#contents-sp .specialprice-section .special-price-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  min-height: 96px;
  margin: 0;
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
}
#contents-sp .mix-article-card__main {
  display: contents;
}
#contents-sp .mix-article-card__media,
#contents-sp .homepage-post-section .special-price-item .content-picture,
#contents-sp .specialprice-section .special-price-item .content-picture {
  width: 92px;
  height: 76px;
  overflow: hidden;
}
#contents-sp .mix-article-card__media img,
#contents-sp .homepage-post-section .special-price-item .content-picture img,
#contents-sp .specialprice-section .special-price-item .content-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents-sp .mix-article-card__body,
#contents-sp .homepage-post-section .special-price-item__body,
#contents-sp .specialprice-section .special-price-item__body {
  min-width: 0;
  min-height: 0;
  padding: 0;
}
#contents-sp .mix-article-card__title,
#contents-sp .homepage-post-section .content-text,
#contents-sp .specialprice-section .content-text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.38;
  font-weight: 400;
}
#contents-sp .mix-article-card__title a,
#contents-sp .homepage-post-section .content-text a,
#contents-sp .specialprice-section .content-text a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
  text-decoration: none;
}
#contents-sp .mix-article-card__footer,
#contents-sp .homepage-post-section .item-content-footer,
#contents-sp .specialprice-section .item-content-footer {
  grid-column: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6px;
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
}
#contents-sp .mix-article-card__tags,
#contents-sp .homepage-post-section .item-content-footer .d-flex,
#contents-sp .specialprice-section .item-content-footer .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
#contents-sp .mix-article-card__date,
#contents-sp .content-footer-count-number {
  color: #8a8a8a;
  font-size: 0.66rem;
  white-space: nowrap;
}
#contents-sp .list-menu-container {
  margin-top: 18px;
}
#contents-sp .item-menu-container {
  border-top: 0;
}
#contents-sp .header-container {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  background: #777777;
  border-bottom: 1px solid #c9c9c9;
}
#contents-sp .header-container-picture {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
#contents-sp .header-container-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#contents-sp .header-title {
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
}
#contents-sp .homepage-post-section .homepage-post-footer,
#contents-sp .specialprice-section .specialprice-footer,
#contents-sp .mix-articles-section .mix-articles__footer,
#contents-sp .editor-choice__footer {
  margin: 10px 0 20px;
}
#contents-sp .homepage-post-section .homepage-post-footer .header-top-footer-box,
#contents-sp .specialprice-section .specialprice-footer .header-top-footer-box,
#contents-sp .mix-articles-section .mix-articles__footer .header-top-footer-box,
#contents-sp .editor-choice__footer .header-top-footer-box {
  padding: 5px 20px;
  font-size: 0.72rem;
  background: #ffffff;
}

#contents-sp > .d-flex {
  display: block !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#contents-sp #mainCont01 {
  float: none !important;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 0 24px;
  margin: 0;
  box-sizing: border-box;
}
#contents-sp .sp-top-section.homepage-post-section,
#contents-sp .sp-top-section.specialprice-section {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 18px 0;
  padding: 0;
  border-top: 0;
  box-sizing: border-box;
}
#contents-sp .sp-top-section {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 0;
  box-sizing: border-box;
}
#contents-sp .sp-top-editor-choice {
  margin-top: 0;
}
#contents-sp .sp-top-hero-list,
#contents-sp .sp-top-list,
#contents-sp .sp-top-list .mix-articles__row,
#contents-sp .sp-top-list .homepage-post-row,
#contents-sp .sp-top-list .specialprice-row {
  display: block !important;
}
#contents-sp .sp-top-card--hero {
  display: block;
  margin: 0 0 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
#contents-sp .sp-top-card--hero .sp-top-card__image {
  display: block;
  width: 100%;
  height: 222px;
  margin: 0;
  background: #ffffff;
}
#contents-sp .sp-top-card--hero .sp-top-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents-sp .sp-top-card--hero .sp-top-card__body {
  position: relative;
  width: calc(100% - 32px);
  min-height: 136px;
  margin: -18px auto 0;
  padding: 13px 16px 36px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 6px 8px 0 rgba(0, 0, 0, 0.13), 0 2px 7px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#contents-sp .sp-top-card__subtitle {
  margin-bottom: 11px;
  padding: 0;
  border: 0;
  color: #9a9a9a;
  font-size: 11px;
  line-height: 1.35;
}
#contents-sp .sp-top-card--hero .sp-top-card__title a {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  color: #333333;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}
#contents-sp .sp-top-card--hero .sp-top-card__meta {
  left: 16px;
  right: 16px;
  bottom: 12px;
}
#contents-sp .sp-top-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}
#contents-sp .footer-child-box,
#contents-sp .sp-top-card__tags .footer-child-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  min-height: 16px;
  padding: 2px 6px;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #777777;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}
#contents-sp .sp-top-card__date {
  color: #8a8a8a;
  font-size: 10.5px;
  line-height: 1.2;
}
#contents-sp .sp-top-card--compact {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 10px;
  min-height: 84px;
  padding: 8px 0;
  border-bottom: 0;
  background: #ffffff;
}
#contents-sp .sp-top-card--compact + .sp-top-card--compact {
  border-top: 1px solid #f0f0f0;
}
#contents-sp .sp-top-card--compact .sp-top-card__image {
  width: 94px;
  height: 72px;
  border: 1px solid #dddddd;
  background: #f7f7f7;
}
#contents-sp .sp-top-card--compact .sp-top-card__body {
  min-height: 72px;
}
#contents-sp .sp-top-card--compact .sp-top-card__title a {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: #333333;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0;
}
#contents-sp .sp-top-card--compact .sp-top-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  margin-top: 5px;
  padding-top: 0;
}
#contents-sp .sp-top-list,
#contents-sp .sp-top-empty {
  padding: 0 8px;
  box-sizing: border-box;
}
#contents-sp .sp-top-section > header.sp-top-section__header {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  max-width: none !important;
  min-height: 27px;
  margin: 0 0 10px !important;
  padding: 3px 8px;
  border: 0;
  border-top: 0 !important;
  border-bottom: 1px solid #c9c9c9;
  background: #777777 !important;
  background-color: #777777 !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
}
#contents-sp .sp-top-section > header.sp-top-section__header img {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  object-fit: contain;
  filter: grayscale(1) brightness(10);
}
#contents-sp .homepage-post-section .sp-top-more.homepage-post-footer,
#contents-sp .specialprice-section .sp-top-more.specialprice-footer,
#contents-sp .mix-articles .sp-top-more.mix-articles__footer,
#contents-sp .sp-top-more {
  display: block !important;
  flex: none !important;
  justify-content: unset !important;
  align-items: unset !important;
  width: 100%;
  min-height: 0;
  margin: 10px 0 24px;
  padding: 0 8px;
  text-align: center;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .sp-top-more.homepage-post-footer::before,
#contents-sp .specialprice-section .sp-top-more.specialprice-footer::before,
#contents-sp .mix-articles .sp-top-more.mix-articles__footer::before,
#contents-sp .sp-top-more::before,
#contents-sp .homepage-post-section .sp-top-more.homepage-post-footer .break-line,
#contents-sp .specialprice-section .sp-top-more.specialprice-footer .break-line,
#contents-sp .mix-articles .sp-top-more.mix-articles__footer .break-line {
  display: none !important;
}
#contents-sp .homepage-post-section .sp-top-more.homepage-post-footer a,
#contents-sp .specialprice-section .sp-top-more.specialprice-footer a,
#contents-sp .mix-articles .sp-top-more.mix-articles__footer a,
#contents-sp .sp-top-more a {
  position: relative;
  display: block !important;
  width: 100%;
  min-width: 0;
  min-height: 28px;
  padding: 6px 34px 6px 12px;
  border: 1px solid #d7d7d7;
  background: #ffffff !important;
  color: #555555 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
#contents-sp .homepage-post-section .sp-top-more.homepage-post-footer a::after,
#contents-sp .specialprice-section .sp-top-more.specialprice-footer a::after,
#contents-sp .mix-articles .sp-top-more.mix-articles__footer a::after,
#contents-sp .sp-top-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.maker-page {
  --maker-bg-main: transparent;
  --maker-bg-image: none;
  --maker-row1-bg: #fff;
  --maker-row1-h2-bg: transparent;
  --maker-row1-h2-color: #222;
  --maker-row1-col-border: 1px solid #d8d8d8;
  --maker-row1-image-border: 1px solid #e0e0e0;
  --maker-row2-border: 1px solid #e0e0e0;
  --maker-row4-h2-bg: transparent;
  --maker-row4-bg: #fff;
  --maker-article-link-color: #222;
  --maker-article-link-hover-color: #254da2;
  --maker-load-more-bg: transparent;
  --maker-load-more-color: #254da2;
  --maker-load-more-hover-color: #1a3678;
  --maker-load-more-hover-decoration: underline;
  --maker-tag-bg-primary-row1: #d46464;
  --maker-tag-bg-warning: #e8a030;
  --maker-tag-bg-primary-row3: #5ba4d9;
}

.maker-page,
.maker-page header.headerwidth,
.maker-page #header-pc,
.maker-page #header-sp,
.maker-page .content__wrapper,
.maker-page .content-container,
.maker-page #contents-pc,
.maker-page .custom_content_container {
  background: var(--maker-bg-image, none), var(--maker-bg-main);
  background-repeat: repeat;
  background-position: top left;
}

.maker-page #head,
.maker-page #headInner {
  background: transparent;
}

.maker-page #header-pc p.logo-white-text,
.maker-page #header-sp p.logo-white-text {
  color: var(--maker-row1-h2-color, #092844) !important;
}

.maker-page #headInner .logo-navy {
  display: block !important;
}

.maker-page #headInner .logo-white {
  display: none !important;
}

.maker-page .site-footer,
.maker-page #foot.site-footer__panel {
  background-color: #fff;
}

.maker-page #contInner {
  background: transparent;
  padding-bottom: 2rem;
}

.maker-page #headNav {
  background-color: var(--maker-navbar-bg, #254da2) !important;
  border-top: var(--maker-navbar-border-top, none);
  border-bottom: var(--maker-navbar-border-bottom, none);
}

.maker-page #headNav a.nav-link {
  color: var(--maker-navbar-link-color, #fff);
}

.maker-page #header-pc #headNav .navbar-nav > .nav-item,
.maker-page #header-pc #headNav li.nav-item {
  border-left: 0 !important;
  border-right: 0 !important;
}

.maker-page #header-pc #headNav .navbar-nav > .nav-item::before,
.maker-page #header-pc #headNav li.nav-item::before {
  content: none !important;
  display: none !important;
}

.maker-page #header-pc #headNav li.nav-item:hover,
.maker-page #header-pc #headNav li.nav-item.active {
  border-left: 0 !important;
  border-right: 0 !important;
  background: var(--maker-navbar-link-hover-bg, #fff);
}

.maker-page #header-pc #headNav li.nav-item:hover > a,
.maker-page #header-pc #headNav li.nav-item.active > a {
  color: var(--maker-navbar-link-color, #fff);
}

.maker-page #header-pc #headNav li.nav-item:hover a.nav-link.has-dropdown::after,
.maker-page #header-pc #headNav li.nav-item.active a.nav-link.has-dropdown::after {
  border-top-color: var(--maker-navbar-link-color, #fff);
}

.maker-page #header-pc > .main-content.bg-main.default {
  background: var(--maker-categorybar-bg, #fff) !important;
  margin-top: 5px;
  border-top: none;
  border-bottom: none;
}

.maker-page #header-pc > .main-content.bg-main.default .menu-global-navi-sub-menu-container {
  border-top: var(--maker-categorybar-maker2-border-top, none);
  border-bottom: var(--maker-categorybar-maker2-border-bottom, none);
}

.maker-page .main-content .categorybar-cl.default {
  background: var(--maker-categorybar-bg, #fff) !important;
}

.maker-page #header-pc .main-content .category li {
  position: relative;
  border-left: none !important;
  border-right: none !important;
}

.maker-page #header-pc .main-content .category li:last-of-type {
  border-right: none !important;
}

.maker-page .main-content .category li a {
  color: var(--maker-category-link-color, #222) !important;
}

.maker-page .main-content .category li:hover {
  background: var(--maker-category-link-hover-bg, transparent) !important;
}

.maker-page .main-content .category li:hover a {
  background: transparent !important;
  color: var(--maker-category-link-hover-color, #222) !important;
}

.maker-page #header-pc .main-content .category li::before,
.maker-page #header-pc .main-content .category li::after {
  content: none !important;
  display: none !important;
  border: none !important;
}

.maker-page #header-pc .main-content .category li:not(:last-child)::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px !important;
  width: 1px;
  background-color: #fff;
  pointer-events: none;
}

.maker-page #header-pc .main-content .category li:hover::before {
  display: none !important;
}

.maker-page #contInner .breadcrumb,
.maker-page #contInner .breadcrumb-item,
.maker-page #contInner .breadcrumb-item.active,
.maker-page #contInner .breadcrumb-item a {
  color: var(--maker-row1-h2-color, #6c757d) !important;
}

.maker-page #contInner .breadcrumb-item + .breadcrumb-item::before {
  color: var(--maker-row1-h2-color, #6c757d) !important;
}

.maker-page #contInner .breadcrumb-item a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

#contents-pc #mainCont01.maker-page-content {
  flex: 1 1 auto;
  min-width: 0;
}

.maker-page-content {
  width: 100%;
}

.maker-page-heading {
  margin: 0 0 1.75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--maker-row1-h2-color, #222);
}

.maker-page-heading__logo {
  display: block;
  max-height: 72px;
  width: auto;
}

.maker-page-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.maker-page-main {
  flex: 1 1 0;
  min-width: 0;
}

.maker-page-aside {
  flex: 0 0 250px;
  width: 250px;
  max-width: 100%;
}

.maker-section {
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem 1.5rem;
  border: var(--maker-row1-col-border, 1px solid #d8d8d8);
  border-radius: 0;
  background: var(--maker-row1-bg, #fff);
}

.maker-section--crew {
  border: var(--maker-row2-border, var(--maker-row1-col-border, 1px solid #d8d8d8));
}

.maker-section__title {
  margin: -1.25rem -1.5rem 1.25rem;
  padding: 0.55rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1.35rem;
  font-weight: 700;
  background: var(--maker-row1-h2-bg, transparent);
  color: var(--maker-row1-h2-color, #222);
}

.maker-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
}

.maker-section__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0 50px;
  padding: 0;
  box-sizing: border-box;
}
.maker-section__footer .break-line {
  flex: 1 1 auto;
  align-self: center;
  width: auto;
  min-width: 0;
  height: 1px;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  background-color: #666;
}
.maker-section__footer .header-top-footer-box {
  flex: 0 0 auto;
  padding: 4px 20px;
  min-width: 120px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid #666;
  white-space: nowrap;
  background: #fff;
  box-sizing: border-box;
}
.maker-section__footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.maker-section__footer {
  margin-top: 1rem;
  margin-bottom: 0;
}

.maker-section-load-more,
.maker-section__footer .header-top-footer-box a {
  color: inherit;
  text-decoration: none;
}

.maker-page .maker-card__meta.post-archive__tags {
  margin-top: 0;
  margin-bottom: 0.45rem;
  padding-top: 0;
}

.maker-page .post-archive__tag,
.maker-page .post-archive__tags .footer-child-box {
  font-size: 0.68rem;
  padding: 0 6px;
  border: 1px solid #b9b9b9;
  line-height: 16px;
  color: #6d6d6d;
  background: #fff;
  text-decoration: none;
}

.maker-page .post-archive__tag:hover {
  text-decoration: underline;
}

.maker-section__item--hidden {
  display: none;
}

.maker-section__item--wide {
  grid-column: 1/-1;
}

.maker-card {
  display: flex;
  gap: 1rem;
  min-width: 0;
}

.maker-card--featured {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: var(--maker-row1-col-border, 1px solid #ececec);
}

.maker-card--text-only .maker-card__thumb-link {
  display: none;
}

.maker-card__thumb-link {
  flex: 0 0 auto;
  display: block;
  color: inherit;
  text-decoration: none;
}
.maker-card__thumb-link:focus-visible {
  outline: 2px solid #254da2;
  outline-offset: 2px;
}

.maker-card__thumb {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: var(--maker-row1-image-border, 1px solid #e0e0e0);
  background: #f4f4f4;
}

.maker-card--compact .maker-card__thumb {
  width: 100px;
  height: 100px;
}

.maker-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.maker-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.5rem;
  margin-bottom: 0.45rem;
}

.maker-card__meta-end {
  margin-left: auto;
}

.maker-card__date {
  font-size: 0.78rem;
  color: #868686;
  white-space: nowrap;
}

.maker-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}
.maker-card__title a {
  color: var(--maker-article-link-color, #222);
  text-decoration: none;
}
.maker-card__title a:hover {
  color: var(--maker-article-link-hover-color, #254da2);
  text-decoration: underline;
}

.maker-card--featured .maker-card__title {
  font-size: 1.2rem;
}

.maker-card__excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #575757;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.maker-card--compact .maker-card__excerpt {
  -webkit-line-clamp: 2;
  font-size: 0.85rem;
}

.maker-archive {
  margin-bottom: 2rem;
  padding: 0;
  border: var(--maker-row1-col-border, 1px solid #d8d8d8);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.maker-archive__title {
  margin: 0;
  padding: 0.55rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1.35rem;
  font-weight: 700;
  background: var(--maker-row4-h2-bg, var(--maker-row1-h2-bg, transparent));
  color: var(--maker-row1-h2-color, #222);
}

.maker-archive__body {
  padding: 0.75rem 1.5rem 1.5rem;
  background: var(--maker-row4-bg, #fff);
}

.maker-archive__group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--maker-row4-link-color, var(--maker-article-link-color, #444)) 22%, transparent);
}
.maker-archive__group:last-child {
  border-bottom: none;
}

.maker-archive__label {
  flex: 0 0 5rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--maker-row4-link-color, var(--maker-article-link-color, #444));
}

.maker-archive__months {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.maker-archive__months a {
  font-size: 0.85rem;
  color: var(--maker-row4-link-color, var(--maker-article-link-color, #254da2));
  text-decoration: none;
}
.maker-archive__months a:hover {
  color: var(--maker-row4-link-hover-color, var(--maker-article-link-hover-color, #254da2));
  text-decoration: underline;
}

.maker-archive__ads {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.maker-sidebar__block {
  margin-bottom: 1.25rem;
}

.maker-sidebar__block:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #contents-pc #mainCont01.maker-page-content {
    max-width: 100%;
  }
  .maker-page-layout {
    flex-direction: column;
  }
  .maker-page-aside {
    flex: 1 1 auto;
    width: 100%;
  }
  .maker-section__grid {
    grid-template-columns: 1fr;
  }
  .maker-card {
    flex-direction: column;
  }
  .maker-card__thumb {
    width: 100%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 1;
  }
}