@charset "UTF-8";
/*@mixin linkArrow {
  &::after {
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 8px;
  }
}*/
.block-common-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.block-common-modal--container {
  -ms-overflow-style: none;
  background-color: #ffffff;
  box-sizing: border-box;
  max-height: calc(100% - 160px);
  max-width: 900px;
  position: absolute;
  width: calc(100% - 30px);
}
.block-common-modal--header {
  background-color: #000000;
  position: relative;
}
.block-common-modal--title {
  overflow-wrap: break-word;
  word-break: keep-all;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.block-common-modal--title__filter {
  position: relative;
}
.block-common-modal--title__filter::before {
  background-image: url("../../../img/decorte2023/icon_fiter_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 16px;
}
.block-common-modal--title__bookmark {
  position: relative;
}
.block-common-modal--title__bookmark::before {
  background-image: url("../../../img/decorte2023/icon_bookmark_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 16px;
}
.block-common-modal--slide-back {
  color: #ffffff;
  position: absolute;
  left: 20px;
  padding-left: 1em;
  top: calc(50% - 9px);
}
.block-common-modal--slide-back::before {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  left: 0;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(-135deg);
  width: 8px;
}
.block-common-modal--body {
  padding: 15px;
  position: relative;
}
.block-common-modal--body > *:last-child {
  margin-bottom: 0;
}
.block-common-modal--close {
  background-color: #000000;
  cursor: pointer;
  font-size: 0;
}

.block-common-products-list--item {
  text-align: center;
  position: relative;
}
.block-common-products-list--item-anchor {
  display: block;
}
.block-common-products-list--item-anchor > *:last-child {
  margin-bottom: 0;
}
.block-common-products-list--item-rank {
  left: 0;
  position: absolute;
  top: 0;
}
.block-common-products-list--item-type {
  background-color: #f0f0f0;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.2em 1em;
}
.block-common-products-list--item-name {
  overflow-wrap: break-word;
  word-break: keep-all;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.block-common-products-list--item-review {
  margin-bottom: 10px;
}
.block-common-products-list--item-other {
  margin-bottom: 10px;
  width: 100%;
}
.block-common-products-list--item-cart-button {
  background-color: #333333;
  bottom: 0;
  color: #ffffff;
  display: inline-block;
  margin-top: 20px;
  padding: 0.5em;
  position: absolute;
}

.js-modal-container {
  display: none;
}

.js-slick {
  position: relative;
}
.js-slick--arrow {
  background: none;
  border: none;
  box-sizing: border-box;
  color: #999999;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  z-index: 1;
}
.js-slick--arrow::after {
  border-top: 1px solid;
  border-right: 1px solid;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.js-slick--prev {
  left: 0;
}
.js-slick--prev::after {
  margin-left: 12px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.js-slick--next {
  right: 0;
}
.js-slick--next::after {
  margin-right: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-slick--dots {
  font-size: 0;
  text-align: center;
  width: 100%;
}
.js-slick--dots li {
  display: inline-block;
}
.js-slick--dots li.slick-active button {
  background-color: #000000;
}
.js-slick--dots button {
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #dbdbdb;
  margin: 0;
  outline: none;
  padding: 0;
}

.js-accordion-trigger {
  cursor: pointer;
}

.pane-contents .dummy {
  padding: 1000px 0;
}

/* --- header --- */
.block-header {
  max-width: 750px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
  transition: 0.4s;
}
.block-header__hide {
  transform: translateY(-100%);
}
.block-header--main-container {
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  font-size: 0;
  height: 60px;
  padding: 0 16px;
  position: relative;
}
.block-header--main-menu-area {
  align-items: center;
  display: flex;
  position: absolute;
  right: 16px;
}
.block-header--logo {
  background-image: url("../../../img/decorte2023/logo_decorte.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin-right: 10px;
  width: 98px;
}
.block-header--logo-anchor {
  display: block;
  height: 20px;
  width: 98px;
}
.block-header--guarantee {
  background-image: url("../../../img/decorte2023/guarantee.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}
.block-header--search-icon {
  background-image: url("../../../img/decorte2023/icon_search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.block-header--mypage-icon {
  background-image: url("../../../img/decorte2023/icon_mypage.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.block-header--mypage-icon-anchor {
  display: block;
  height: 100%;
  width: 100%;
}
.block-header--cart-icon {
  background-image: url("../../../img/decorte2023/icon_cart.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  margin-right: 20px;
  height: 20px;
  position: relative;
  width: 20px;
}
.block-header--cart-icon__cart-in::after {
  background-color: #e7ce19;
  border: 1px solid #ffffff;
  position: absolute;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  right: -6px;
  top: -6px;
  width: 9px;
}
.block-header--cart-icon-anchor {
  display: block;
  height: 100%;
  width: 100%;
}
.block-header--announce-list {
  background-color: #ffffff;
  width: 100%;
}
.block-header--announce-list-item {
  border-bottom: 1px solid #dbdbdb;
}
.block-header--announce-list-item-anchor {
  align-items: center;
  display: flex;
  font-size: 10px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.3;
  min-height: 29px;
  padding: 0.5em 0.3em;
  text-align: center;
  width: 100%;
}
.block-header--hamburger-open-trigger {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: block;
  font-size: 0;
  height: 17px;
  position: relative;
  width: 17px;
}
.block-header--hamburger-open-trigger::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.block-header--hamburger-close-trigger {
  display: block;
  font-size: 0;
  height: 21px;
  position: relative;
  width: 21px;
}
.block-header--hamburger-close-trigger::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  width: 100%;
}
.block-header--hamburger-close-trigger::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(45deg);
  width: 100%;
}
.block-header--hamburger-container {
  display: none;
  height: 100vh;
  padding-left: 55px;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-header--hamburger-container::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-header--hamburger-top-slide {
  background-color: #000000;
  color: #ffffff;
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: 0.4s;
  width: calc(100% - 55px);
}
.block-header--hamburger-top-slide.block-header--hamburger-slide__active {
  opacity: 1;
  transform: translateX(0);
}
.block-header--hamburger-top-slide-header {
  align-items: center;
  border-bottom: 1px solid #666666;
  display: flex;
  height: 60px;
  justify-content: flex-end;
  margin: 0 20px;
  position: relative;
}
.block-header--hamburger-top-slide-home-link {
  left: 0;
  position: absolute;
}
.block-header--hamburger-top-slide-home-link-anchor {
  color: #ffffff;
  padding-left: 10px;
  position: relative;
}
.block-header--hamburger-top-slide-home-link-anchor::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-header--hamburger-top-slide-home-link-anchor::after {
  left: 0;
  right: auto;
  transform: rotate(-135deg);
}
.block-header--hamburger-under-slide {
  background-color: #000000;
  color: #ffffff;
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: 0.4s;
  width: calc(100% - 55px);
}
.block-header--hamburger-under-slide.block-header--hamburger-slide__active {
  opacity: 1;
  transform: translateX(0);
}
.block-header--hamburger-under-slide-header {
  align-items: center;
  background-color: #333333;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
}
.block-header--hamburger-under-slide-title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.block-header--hamburger-under-slide-return-trigger {
  left: 20px;
  padding-left: 10px;
  position: absolute;
  width: 40px;
}
.block-header--hamburger-under-slide-return-trigger::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-header--hamburger-under-slide-return-trigger::after {
  left: 0;
  right: auto;
  transform: rotate(-135deg);
}
.block-header--hamburger-button-link {
  margin: 0 20px;
}
.block-header--hamburger-button-link-anchor {
  align-items: center;
  border: 1px solid;
  color: #ffffff;
  display: flex;
  font-size: 12px;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.block-header--hamburger-button-link + .block-header--hamburger-button-link {
  margin-top: 10px;
}
.block-header--hamburger-menu-list {
  margin: 0 20px 20px;
}
.block-header--hamburger-menu-list-item {
  border-bottom: 1px solid #666666;
  font-size: 12px;
  font-weight: 700;
}
.block-header--hamburger-menu-list-item-trigger {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 50px;
  padding-right: 20px;
  position: relative;
  overflow-wrap: break-word;
  word-break: break-all;
}
.block-header--hamburger-menu-list-item-trigger::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-header--hamburger-menu-list-item-trigger::after {
  right: 10px;
}
.block-header--hamburger-menu-list-item-anchor {
  align-items: center;
  color: #ffffff;
  display: flex;
  min-height: 50px;
  overflow-wrap: break-word;
  padding: 10px 0;
  word-break: break-all;
}
.block-header--hamburger-menu-list-item-label {
  align-items: center;
  display: flex;
  height: 50px;
}
.block-header--hamburger-menu-list-item-thumbnail {
  margin: 10px 0;
  width: 100%;
}
.block-header--hamburger-menu-list-item-thumbnail img {
  max-width: 390px;
  width: 80%;
}
.block-header--hamburger-sub-menu-trigger {
  padding-right: 20px;
  position: relative;
}
.block-header--hamburger-sub-menu-trigger::before {
  background-color: #707070;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
}
.block-header--hamburger-sub-menu-trigger::after {
  background-color: #707070;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.4s;
  transform: rotate(90deg);
  width: 15px;
}
.block-header--hamburger-sub-menu-trigger__active::after {
  transform: rotate(0deg);
}
.block-header--hamburger-sub-menu-list {
  background-color: #333333;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.block-header--hamburger-sub-menu-list-item {
  line-height: 1.5;
  padding: 10px;
  width: 50%;
}
.block-header--hamburger-sub-menu-list-item-anchor {
  color: #ffffff;
}
.block-header--hamburger-other-list {
  margin-bottom: 20px;
}
.block-header--hamburger-other-list-item {
  background-color: #333333;
}
.block-header--hamburger-other-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.block-header--hamburger-other-list-item-anchor, .block-header--hamburger-other-list-item-trigger {
  color: #ffffff;
  display: block;
  padding: 1em 20px;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.block-header--hamburger-other-list-item-trigger {
  position: relative;
}
.block-header--hamburger-other-list-item-trigger::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-header--hamburger-other-list-item-trigger::after {
  right: 30px;
}
.block-header--hamburger-sns-list {
  display: flex;
  justify-content: center;
}
.block-header--hamburger-sns-list:not(:last-child) {
  margin-bottom: 10px;
}
.block-header--hamburger-sns-list-item:not(:last-child) {
  margin-right: 20px;
}
.block-header--hamburger-sns-list-item__line .block-header--hamburger-sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_line.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-header--hamburger-sns-list-item__instagram .block-header--hamburger-sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_instagram.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-header--hamburger-sns-list-item__twitter .block-header--hamburger-sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_twitter.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-header--hamburger-sns-list-item__x .block-header--hamburger-sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_x.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-header--hamburger-sns-list-item__facebook .block-header--hamburger-sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_facebook.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-header--hamburger-sns-list-item__youtube .block-header--hamburger-sns-list-item-anchor {
  align-items: center;
  background-image: url("../../../img/decorte2023/icon_sns_youtube.png");
  background-position: left center;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  padding-left: 40px;
  height: 30px;
}
.block-header--hamburger-sns-list-item-anchor {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
}
.block-header--hamburger-line-menu {
  padding: 0px 30px 20px;
}
.block-header--hamburger-line-menu-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.block-header--hamburger-line-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-header--hamburger-line-menu-list-item {
  margin-bottom: 20px;
  width: calc(50% - 15px);
}
.block-header--hamburger-line-menu-list-item-name {
  color: #ffffff;
  display: block;
  line-height: 1.5;
  margin-top: 0.5em;
  text-align: center;
  width: 100%;
}
.block-header--hamburger-line-menu-button-link-anchor {
  align-items: center;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 50px;
  width: 100%;
}
.block-header--hamburger-line-menu-more-trigger {
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.block-header--hamburger-line-menu-more-trigger::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: calc(50% - 4em);
}
.block-header--hamburger-line-menu-more-trigger::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0.5em;
  width: calc(50% - 4em);
}
.block-header--hamburger-line-menu-more-trigger-text {
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
}
.block-header--hamburger-line-menu-more-trigger-text::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-header--hamburger-line-menu-more-trigger-text::after {
  bottom: 0;
  right: calc(50% - 5px);
  top: auto;
  transform: rotate(135deg);
}
.block-header--hamburger-products-menu-list {
  margin: 0 20px 20px;
}
.block-header--hamburger-products-menu-list-item {
  border-bottom: 1px solid #666666;
  padding-bottom: 16px;
}
.block-header--hamburger-products-menu-list-item:not(:last-child) {
  margin-bottom: 16px;
}
.block-header--hamburger-products-menu-list-item-anchor {
  align-items: center;
  display: flex;
}
.block-header--hamburger-products-menu-list-item-thumbnail {
  margin-right: 16px;
  width: 70px;
}
.block-header--hamburger-products-menu-list-item-name {
  color: #ffffff;
  width: calc(100% - 70px);
  overflow-wrap: break-word;
  word-break: keep-all;
}
.block-header--hamburger-counseling-menu-label {
  font-weight: 700;
  margin: 0 20px 10px;
}
.block-header--hamburger-counseling-menu-list {
  margin: 0 20px 20px;
}
.block-header--hamburger-counseling-menu-list-item {
  background-color: #222222;
  padding: 10px;
}
.block-header--hamburger-counseling-menu-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.block-header--hamburger-counseling-menu-list-item-anchor {
  display: flex;
  justify-content: space-between;
}
.block-header--hamburger-counseling-menu-list-item-thumbnail {
  margin-right: 16px;
  width: 100px;
}
.block-header--hamburger-counseling-menu-list-item-text-area {
  color: #ffffff;
  width: calc(100% - 110px);
}
.block-header--hamburger-counseling-menu-list-item-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.block-header--hamburger-counseling-menu-list-item-text {
  color: #ffffff;
  margin-bottom: 10px;
}
.block-header--hamburger-counseling-menu-list-item-more {
  border: 1px solid #666666;
  display: block;
  padding: 0.5em;
  position: relative;
  text-align: center;
}
.block-header--hamburger-counseling-menu-list-item-more::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-header--hamburger-counseling-menu-list-item-more::after {
  right: 10px;
}
.block-header--hamburger-counseling-menu-button-link {
  margin: 0 20px;
}
.block-header--hamburger-counseling-menu-button-link-anchor {
  align-items: center;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 50px;
  text-align: center;
  width: 100%;
}
.block-header--search-container {
  background-color: #000000;
  height: 100vh;
  padding-top: 60px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  transition: 0.4s;
}
.block-header--search-container.block-header--search-container__active {
  opacity: 1;
  transform: translateY(0);
}
.block-header--search-input-area {
  display: flex;
  margin: 0 20px 20px;
}
.block-header--search-input {
  background-color: #ffffff;
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  width: calc(100% - 40px);
}
.block-header--search-button {
  background-color: #333333;
  background-image: url("../../../img/decorte2023/icon_search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  font-size: 0;
  height: 40px;
  width: 40px;
}
.block-header--search-close-trigger {
  display: block;
  font-size: 0;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 19px;
  width: 21px;
}
.block-header--search-close-trigger::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  width: 100%;
}
.block-header--search-close-trigger::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(45deg);
  width: 100%;
}
.block-header--search-sub-label {
  background-color: #f0f0f0;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
}
.block-header--search-word-container {
  background-color: #ffffff;
  padding: 20px;
}
.block-header--search-word-anchor {
  display: inline-block;
  margin-right: 1em;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.block-header--search-list-container {
  background-color: #ffffff;
  overflow: hidden;
  padding: 0 0 20px;
}
.block-header--search-list-container .block-common-products-list--item {
  padding-top: 20px;
}
.block-header--search-contents-container {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
}
.block-header--search-contents-item {
  margin: 0 10px;
  width: calc(50% - 20px);
}
.block-header--search-contents-item-thumbnail {
  display: block;
  margin-bottom: 10px;
}
.block-header--search-contents-item-name {
  display: block;
  line-height: 1.5;
  text-align: center;
  width: 1005;
}

.block-koseid-header {
  height: auto;
  position: relative;
  width: 100%;
}
.block-koseid-header--logo {
  background-color: #000000;
  box-sizing: border-box;
  margin: 0;
  padding: 13px;
  width: 100%;
}
.block-koseid-header--logo-anchor {
  background-image: url("../../../img/decorte2023/logo_decorte.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  height: 20px;
  width: 100px;
}

/* --- footer --- */
.block-footer {
  background-color: #ffffff;
  border-top: 5px solid #f0f0f0;
  margin-top: 40px;
  position: relative;
}
.block-footer--float-page-top {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  bottom: 40px;
  display: flex;
  font-size: 0;
  height: 64px;
  justify-content: center;
  right: calc(50% - 162px);
  padding-top: 12px;
  position: fixed;
  width: 64px;
  z-index: 1;
}
.block-footer--float-page-top::before {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  content: "";
  display: block;
  height: 20px;
  transform: rotate(45deg);
  width: 20px;
}
.block-footer--page-top {
  align-items: center;
  border-radius: 4px 4px 0 0;
  background-color: #f0f0f0;
  display: flex;
  font-size: 10px;
  justify-content: center;
  left: calc(50% - 40px);
  position: absolute;
  text-align: center;
  top: -22px;
  width: 80px;
}
.block-footer--page-top::after {
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-bottom: 4px solid;
  border-top: 0;
  height: 4px;
  margin-left: 0.5em;
  width: 4px;
}
.block-footer--newsletter {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.block-footer--newsletter-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.block-footer--newsletter-input {
  border: 1px solid #333333;
  font-size: 14px;
  height: 30px;
  margin-right: 4px;
  padding: 10px;
  width: calc(100% - 70px);
}
.block-footer--newsletter-button {
  background-color: #333333;
  color: #ffffff;
  width: 66px;
}
.block-footer--newsletter-notes {
  margin-top: 10px;
  width: 100%;
}
.block-footer--newsletter-notes-check {
  border: 4px solid #d4d4d4;
  background-color: #d4d4d4;
  height: 18px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 18px;
}
.block-footer--newsletter-notes-check:checked {
  background-color: #242424;
}
.block-footer--newsletter-terms-label {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.block-footer--support {
  background-color: #f0f0f0;
  padding: 20px;
}
.block-footer--support-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.block-footer--support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-footer--support-list-item {
  background-color: #ffffff;
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: calc(50% - 3px);
}
.block-footer--support-list-item__shopping {
  background-image: url("../../../img/decorte2023/sp/footer/icon_support_shopping.png");
}
.block-footer--support-list-item__special {
  background-image: url("../../../img/decorte2023/sp/footer/icon_support_special.png");
}
.block-footer--support-list-item__qa {
  background-image: url("../../../img/decorte2023/sp/footer/icon_support_qa.png");
}
.block-footer--support-list-item__beginners {
  background-image: url("../../../img/decorte2023/sp/footer/icon_support_beginners.png");
}
.block-footer--support-list-item:nth-child(1) {
  margin-bottom: 6px;
}
.block-footer--support-list-item:nth-child(2) {
  margin-bottom: 6px;
}
.block-footer--support-list-item-anchor {
  display: block;
  padding: 0.5em 0.5em 0.5em 30px;
  width: 100%;
}
.block-footer--guide {
  background-color: #666666;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-footer--guide-item {
  background-color: #000000;
  background-position: top 10px center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  padding: 70px 20px 20px;
  width: calc((100% - 1px) / 2);
}
.block-footer--guide-item__counseling {
  background-image: url("../../../img/decorte2023/sp/footer/icon_guide_counseling.png");
}
.block-footer--guide-item__sample {
  background-image: url("../../../img/decorte2023/sp/footer/icon_guide_sample.png");
}
.block-footer--guide-item__postage {
  background-image: url("../../../img/decorte2023/sp/footer/icon_guide_postage.png");
}
.block-footer--guide-item__delivery {
  background-image: url("../../../img/decorte2023/sp/footer/icon_guide_delivery.png");
}
.block-footer--guide-item:nth-child(1) {
  margin-bottom: 1px;
}
.block-footer--guide-item:nth-child(2) {
  margin-bottom: 1px;
}
.block-footer--guide-item-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.block-footer--popular-list {
  background-color: #666666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1px;
}
.block-footer--popular-list-item {
  background-color: #ffffff;
  width: calc((100% - 1px) / 2);
}
.block-footer--popular-list-item:nth-child(1) {
  margin-bottom: 1px;
}
.block-footer--popular-list-item:nth-child(2) {
  margin-bottom: 1px;
}
.block-footer--popular-list-item-anchor {
  display: block;
  font-weight: 700;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.block-footer--popular-list-item-anchor::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-footer--popular-list-item-anchor::after {
  right: 20px;
}
.block-footer--popular-list-item-label {
  display: block;
  font-weight: 700;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.block-footer--popular-sub-list {
  background-color: #000000;
  display: none;
  position: absolute;
  width: 50%;
  z-index: 1;
}
.block-footer--popular-sub-list-trigger {
  z-index: 0;
}
.block-footer--popular-sub-list-trigger::before {
  border-top: 1px solid;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
}
.block-footer--popular-sub-list-trigger::after {
  border-top: 1px solid;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.4s;
  transform: rotate(90deg);
  width: 15px;
}
.block-footer--popular-sub-list-trigger::before {
  right: 16px;
}
.block-footer--popular-sub-list-trigger::after {
  right: 16px;
}
.block-footer--popular-sub-list-trigger__active::after {
  transform: rotate(0deg);
}
.block-footer--popular-sub-list-item {
  width: 100%;
}
.block-footer--popular-sub-list-item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.block-footer--popular-sub-list-item-anchor {
  color: #ffffff;
  display: block;
  padding: 10px 40px 10px 20px;
  position: relative;
}
.block-footer--popular-sub-list-item-anchor::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-footer--popular-sub-list-item-anchor::after {
  right: 20px;
}
.block-footer--contents-list {
  background-color: #f0f0f0;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.block-footer--contents-list-item {
  background-color: #ffffff;
  width: calc(50% - 3px);
}
.block-footer--contents-list-item:nth-child(1) {
  margin-bottom: 6px;
}
.block-footer--contents-list-item:nth-child(2) {
  margin-bottom: 6px;
}
.block-footer--contents-list-item:nth-child(3) {
  margin-bottom: 6px;
}
.block-footer--contents-list-item:nth-child(4) {
  margin-bottom: 6px;
}
.block-footer--contents-list-item-anchor {
  display: block;
  padding: 0.5em 1em;
}
.block-footer--other-list {
  background-color: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 10px;
}
.block-footer--other-list-item {
  padding: 0 10px;
  margin-bottom: 10px;
  width: 50%;
}
.block-footer--other-list-item-anchor[href="/site/s/global.aspx"]::after {
  background-image: url("../../../img/decorte2023/icon_outer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 4px;
  height: 10px;
  vertical-align: middle;
  width: 10px;
}
.block-footer--sns {
  background-color: #000000;
  padding: 20px;
}
.block-footer--sns-lead {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.block-footer--sns-lead::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 4px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 14px;
}
.block-footer--sns-lead::after {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 4px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 14px;
}
.block-footer--sns-list {
  display: flex;
  justify-content: center;
}
.block-footer--sns-list:not(:last-child) {
  margin-bottom: 10px;
}
.block-footer--sns-list-item:not(:last-child) {
  margin-right: 20px;
}
.block-footer--sns-list-item__line .block-footer--sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_line.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-footer--sns-list-item__instagram .block-footer--sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_instagram.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-footer--sns-list-item__twitter .block-footer--sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_twitter.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-footer--sns-list-item__x .block-footer--sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_x.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-footer--sns-list-item__facebook .block-footer--sns-list-item-anchor {
  background-image: url("../../../img/decorte2023/icon_sns_facebook.png");
  background-position: center;
  height: 30px;
  width: 30px;
}
.block-footer--sns-list-item__youtube .block-footer--sns-list-item-anchor {
  align-items: center;
  background-image: url("../../../img/decorte2023/icon_sns_youtube.png");
  background-position: left center;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  padding-left: 40px;
  height: 30px;
}
.block-footer--sns-list-item-anchor {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
}
.block-footer--copyright {
  background-color: #000000;
  border-top: 1px solid #666666;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

body.page-products .block-footer--float-page-top {
  bottom: 80px;
}
body.page-products .block-footer--float-page-top__high-position {
  bottom: 126px;
}

.block-cart-counseling--main-container {
  padding: 0 20px;
}
.block-cart-counseling--check-lead {
  margin-bottom: 20px;
}
.block-cart-counseling--all-check {
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
}
.block-cart-counseling--all-check-input {
  display: none;
}
.block-cart-counseling--all-check-input:checked + label::after {
  display: block;
}
.block-cart-counseling--all-check-label {
  align-items: center;
  display: flex;
  padding-left: 18px;
  position: relative;
}
.block-cart-counseling--all-check-label::before {
  background-color: #f0f0f0;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}
.block-cart-counseling--all-check-label::after {
  background-color: #333333;
  border-radius: 4px;
  content: "";
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  width: 10px;
}
.block-cart-counseling--all-check-label {
  font-weight: 700;
  padding-left: calc(18px + 1em);
}
.block-cart-counseling--check-list {
  margin-bottom: 20px;
}
.block-cart-counseling--check-list-item {
  border: 1px solid #666666;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}
.block-cart-counseling--check-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.block-cart-counseling--check-list-item-number {
  align-items: center;
  background-color: #f0f0f0;
  border-right: 1px solid #666666;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 0.5em;
  width: 30px;
}
.block-cart-counseling--check-list-item-check {
  align-items: center;
  border-right: 1px solid #666666;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 38px;
}
.block-cart-counseling--check-list-item-check-input {
  display: none;
}
.block-cart-counseling--check-list-item-check-input:checked + label::after {
  display: block;
}
.block-cart-counseling--check-list-item-check-label {
  align-items: center;
  display: flex;
  padding-left: 18px;
  position: relative;
}
.block-cart-counseling--check-list-item-check-label::before {
  background-color: #f0f0f0;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}
.block-cart-counseling--check-list-item-check-label::after {
  background-color: #333333;
  border-radius: 4px;
  content: "";
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  width: 10px;
}
.block-cart-counseling--check-list-item-check-label {
  font-size: 0;
  width: 18px;
}
.block-cart-counseling--check-list-item-text-area {
  padding: 10px;
  width: calc(100% - 68px);
}
.block-cart-counseling--check-list-item-text:not(:last-child) {
  margin-bottom: 10px;
}
.block-cart-counseling--check-list-item-notes {
  font-size: 10px;
}
.block-cart-counseling--cart-in-message {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.block-cart-counseling--cart-in-message-icon {
  display: flex;
  background: url("../../../img/decorte2023/icon_balloon.png") no-repeat center center/contain;
  height: 36px;
  margin-left: 0.5em;
  position: relative;
  width: 36px;
  animation-name: balloon1;
  animation-duration: 0.8s;
  /*animation-iteration-count:infinite;*/
  animation-timing-function: ease;
  animation-delay: 0.5s;
}
.block-cart-counseling--cart-in-message-icon::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  right: 7px;
  top: 10px;
  display: block;
  background: url("../../../img/decorte2023/icon_cart_white.png") no-repeat center center/contain;
  position: absolute;
}
.block-cart-counseling--reset {
  margin-bottom: 20px;
  text-align: center;
}
.block-cart-counseling--reset-button {
  padding-left: calc(14px + 0.5em);
  position: relative;
}
.block-cart-counseling--reset-button::before {
  background-image: url("../../../img/decorte2023/sign_re.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 14px;
}
.block-cart-counseling--run-button {
  align-items: center;
  color: #ffffff;
  background-color: #333333;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
  width: 100%;
}
.block-cart-counseling--action-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.block-cart-counseling--action-area .block-cart-counseling--continue {
  width: calc(50% - 5px);
}
.block-cart-counseling--action-area .block-cart-counseling--continue-anchor {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
  width: 100%;
}
.block-cart-counseling--action-area .block-cart-counseling--continue-anchor::before {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  left: 0;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(-135deg);
  width: 8px;
}
.block-cart-counseling--action-area .block-cart-counseling--continue-anchor::before {
  left: auto;
  margin-right: 0.5em;
  position: relative;
}
.block-cart-counseling--action-area .block-cart-counseling--cart {
  width: calc(50% - 5px);
}
.block-cart-counseling--action-area .block-cart-counseling--cart-anchor {
  align-items: center;
  color: #ffffff;
  background-color: #333333;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
  width: 100%;
}
.block-cart-counseling--action-area .block-cart-counseling--cart-anchor::before {
  background-image: url("../../../img/decorte2023/icon_cart_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  height: 14px;
  width: 14px;
}
.block-cart-counseling--action-area .block-cart-counseling--receive-button {
  align-items: center;
  color: #ffffff;
  background-color: #333333;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
  width: 100%;
}
.block-cart-counseling--reccomend-products {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 20px;
}
.block-cart-counseling--reccomend-products-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.block-cart-counseling--reccomend-products-list {
  display: flex;
  justify-content: space-between;
}
.block-cart-counseling--reccomend-products-list-item {
  font-size: 10px;
  text-align: center;
  width: calc((100% - 16px) / 3);
}
.block-cart-counseling--reccomend-products-list-item-anchor {
  display: block;
}
.block-cart-counseling--reccomend-products-list-item-image {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
}
.block-cart-counseling--reccomend-products-list-item-type {
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}
.block-cart-counseling--reccomend-products-list-item-name {
  overflow-wrap: break-word;
  word-break: keep-all;
  margin-bottom: 0.5em;
}
.block-cart-counseling--reccomend-products-list-item-review {
  margin-bottom: 0.5em;
}
.block-cart-counseling--products-select {
  margin-bottom: 20px;
}
.block-cart-counseling--products-select-anchor {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
}
.block-cart-counseling--products-map-link {
  text-align: center;
}
.block-cart-counseling--products-map-link-anchor {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.block-cart-counseling--result-lead {
  text-align: center;
}
.block-cart-counseling--result-lead:not(:last-child) {
  margin-bottom: 20px;
}
.block-cart-counseling--one-more {
  margin-bottom: 20px;
}
.block-cart-counseling--one-more-button {
  align-items: center;
  color: #ffffff;
  background-color: #333333;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
  width: 100%;
}
.block-cart-counseling--one-more-button::before {
  background-image: url("../../../img/decorte2023/sign_re_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 14px;
}
.block-cart-counseling--one-more-button::before {
  margin-right: 0.5em;
  position: relative;
}
.block-cart-counseling--return-link {
  text-align: center;
}
.block-cart-counseling--return-link-anchor {
  padding-left: 1em;
  position: relative;
}
.block-cart-counseling--return-link-anchor::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.block-cart-counseling--return-link-anchor::after {
  left: 0;
  right: auto;
  transform: rotate(-135deg);
}
.block-cart-counseling--modal-close {
  margin-top: 20px;
  text-align: center;
}
.block-cart-counseling--modal-close-trigger {
  padding-left: 1.5em;
  position: relative;
}
.block-cart-counseling--modal-close-trigger::before {
  background-color: #000000;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  height: 1px;
  width: 12px;
}
.block-cart-counseling--modal-close-trigger::after {
  background-color: #000000;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  height: 1px;
  width: 12px;
}
.block-cart-counseling--cart-in {
  margin-bottom: 20px;
}
.block-cart-counseling--cart-in-button {
  align-items: center;
  color: #ffffff;
  background-color: #333333;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
  width: 100%;
}
.block-cart-counseling--more-counseling {
  background-color: #f0f0f0;
  padding: 10px;
}
.block-cart-counseling--more-counseling-lead {
  margin-bottom: 10px;
  text-align: center;
}
.block-cart-counseling--more-counseling-run-button {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  min-height: 50px;
  width: 100%;
}
.block-cart-counseling--more-counseling-run-button::before {
  background-image: url("../../../img/decorte2023/icon_counseling.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  height: 20px;
  width: 20px;
}

.block-common-modal[id^=product-] .block-common-modal--container {
  max-height: calc(100% - 40px);
}

.block-common-modal--body .block-cart-counseling--reccomend-products {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

@keyframes balloon1 {
  0% {
    opacity: 0;
    transform: translateX(-35px) scale(0);
  }
  85% {
    opacity: 1;
    transform: translateX(5px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
/* --- page-product --- */
.page-list .block-common-bestcosme,
.page-products .block-common-bestcosme,
.page-contentssecure .block-common-bestcosme {
  background-color: #f0f0f0;
  padding: 30px 10px;
}
.page-list .block-common-bestcosme--container,
.page-products .block-common-bestcosme--container,
.page-contentssecure .block-common-bestcosme--container {
  background-color: #ffffff;
  background-image: url("../../../img/decorte2023/sp/bestcosme/list-decoration.png"), url("../../../img/decorte2023/sp/bestcosme/list-decoration.png");
  background-position: center top 10px, center bottom 10px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.page-list .block-common-bestcosme--container::before,
.page-products .block-common-bestcosme--container::before,
.page-contentssecure .block-common-bestcosme--container::before {
  border-bottom: 1px solid #c49549;
  border-top: 3px solid #c49549;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: -16px;
  width: 100%;
}
.page-list .block-common-bestcosme--container::after,
.page-products .block-common-bestcosme--container::after,
.page-contentssecure .block-common-bestcosme--container::after {
  border-bottom: 3px solid #c49549;
  border-top: 1px solid #c49549;
  bottom: -16px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-list .block-common-bestcosme--title,
.page-products .block-common-bestcosme--title,
.page-contentssecure .block-common-bestcosme--title {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
.page-list .block-common-bestcosme--logo-list,
.page-products .block-common-bestcosme--logo-list,
.page-contentssecure .block-common-bestcosme--logo-list {
  margin: 0 auto;
  width: 100%;
}

body:not(.page-cart):not(.page-order):not(.page-order-confirmation) {
  /*=============================================================================*/
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-page-title {
  color: #000000;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-sub-title {
  background-color: #666666;
  color: #ffffff;
  margin: 0 0 20px;
  padding: 0.5em 20px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-column-title {
  border-bottom: 1px solid #666666;
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 0 0.5em;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-text {
  margin-bottom: 1em;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-list {
  margin: 2em 0;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-list--item {
  margin-bottom: 1em;
  padding-left: 2em;
  position: relative;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-list--item-number {
  display: inline-block;
  margin-left: -2em;
  position: absolute;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-list--item-disc {
  display: inline-block;
  margin-left: -2em;
  position: absolute;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-list--item-disc::before {
  background-color: #666666;
  border-radius: 5px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-list--item-border {
  display: inline-block;
  margin-left: -2em;
  position: absolute;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-list--item-border::before {
  background-color: #666666;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 10px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-learn-more {
  border-bottom: 1px solid;
  color: #666666;
  line-height: 1;
  padding-bottom: 4px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-arrow {
  color: #666666;
  line-height: 1;
  padding-right: calc(0.5em + 10px);
  position: relative;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-arrow::after {
  -webkit-transform: rotate(45deg);
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  right: 5px;
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-mandatory {
  border: 1px solid #c60000;
  color: #c60000;
  display: inline-block;
  font-weight: normal;
  margin-left: 1em;
  padding: 0 0.5em;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-check {
  display: none;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-check:checked + label::after {
  content: "";
  display: block;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-check + label {
  cursor: pointer;
  display: inline-block;
  padding-left: calc(16px + 0.5em);
  position: relative;
  vertical-align: middle;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-check + label::before {
  background-color: #dbdbdb;
  border-radius: 4px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-check + label::after {
  background-color: #666666;
  border-radius: 2px;
  height: 8px;
  left: 4px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-radio {
  display: none;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-radio:checked + label::after {
  content: "";
  display: block;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-radio + label {
  cursor: pointer;
  display: inline-block;
  padding-left: calc(16px + 0.5em);
  position: relative;
  vertical-align: middle;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-radio + label::before {
  background-color: #dbdbdb;
  border-radius: 10px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-radio + label::after {
  background-color: #666666;
  border-radius: 4px;
  height: 8px;
  left: 4px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-text {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  display: inline-block;
  line-height: 1;
  padding: 0 1em;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-select {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  min-width: 100px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-select::before {
  background-color: #dbdbdb;
  content: "";
  display: block;
  height: 50%;
  right: 20px;
  top: 25%;
  position: absolute;
  width: 1px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-select::after {
  border: 4px solid transparent;
  border-top: 6px solid #666666;
  box-sizing: border-box;
  content: "";
  height: 4px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: calc(50% - 3px);
  width: 4px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-select > select {
  height: 100%;
  padding: 0 30px 0 10px;
  width: 100%;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-button {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-button:disabled {
  background-color: #dbdbdb;
  color: #666666;
  cursor: default;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-button__white {
  background-color: #ffffff;
  border: 1px solid #333333;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-page-title {
  font-size: 24px;
  margin: 20px 0;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-sub-title {
  font-size: 16px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-learn-more {
  font-size: 10px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-input-text {
  height: 40px;
  font-size: 16px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-select {
  height: 40px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-select option {
  color: #000000;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-button {
  font-size: 16px;
  line-height: 1.3;
  min-height: 50px;
  padding: calc((50px - 1.3em) / 2) 1em;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-button__white {
  font-size: 16px;
  line-height: 1.3;
  min-height: 50px;
  padding: calc((48px - 1.3em) / 2) 1em;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .common-button__white input {
  color: #000000;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .js-accordion-trigger:not([data-target-id]) {
  cursor: pointer;
  position: relative;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .js-accordion-trigger:not([data-target-id])::before {
  background-color: #666666;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 13px;
  transform: rotate(90deg);
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .js-accordion-trigger:not([data-target-id])::after {
  background-color: #666666;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 13px;
}
body:not(.page-cart):not(.page-order):not(.page-order-confirmation) .js-accordion-trigger:not([data-target-id]).js-accordion-trigger__active::before {
  transform: rotate(0deg);
}

.js-slick--dots li:not(:last-child) {
  margin-right: 10px;
}
.js-slick--dots button {
  height: 8px;
  width: 8px;
}

.block-common-modal--container {
  max-width: 750px;
  overflow-y: auto;
}
.block-common-modal--close {
  height: 21px;
  width: 20px;
  position: sticky;
  top: 13px;
  left: calc(100% - 36px);
  z-index: 1;
}
.block-common-modal--close::before {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 4px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  height: 1px;
  width: 12px;
}
.block-common-modal--close::after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 4px;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  height: 1px;
  width: 12px;
}
.block-common-modal--header {
  margin-top: -21px;
}
.block-common-modal--title {
  font-size: 13px;
  padding: 1em 36px;
}
.block-common-modal--title img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 20px;
}

.block-common-products-list {
  padding: 0 20px;
}
.block-common-products-list--item {
  padding: 20px 20px 40px;
}
.block-common-products-list--item-rank {
  align-items: flex-end;
  display: flex;
  height: 50px;
  width: 25px;
}
.block-common-products-list--item-type {
  font-size: 10px;
}
.block-common-products-list--item-cart-button {
  left: calc(50% - 60px);
  width: 120px;
}
.block-common-products-list .slick-track {
  display: flex;
}
.block-common-products-list .slick-slide {
  height: auto;
}
.block-common-products-list .js-slick--dots {
  margin-top: 20px;
}

.block-gift-set {
  margin-bottom: 8%;
}
.block-gift-set h2.engTitle {
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 5%;
  padding: 4% 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: #f0f0f0;
}
.block-gift-set h2.engTitle span {
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: 0;
}
.block-gift-set .block-common-products-list {
  margin: 0 auto 30px;
}
.block-gift-set .block-common-products-list--item {
  padding-top: 0;
}
.block-gift-set .block-common-products-list .js-slick--dots {
  margin-top: 30px;
}

.block-gift-ranking {
  margin-bottom: 8%;
}
.block-gift-ranking h2.engTitle {
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 5%;
  padding: 4% 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: #f0f0f0;
}
.block-gift-ranking h2.engTitle span {
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: 0;
}
.block-gift-ranking .block-common-products-list {
  margin: 0 auto;
}
.block-gift-ranking .block-common-products-list .js-slick--dots {
  margin-top: 30px;
}