@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.dh_lp_background {
  background-color: #202124;
  margin-bottom: 40px;
}

.dh_lp_wrapper {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  background-color: #202124;
}
.dh_lp_wrapper p {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper a {
  color: #fff;
  transition: all 0.3s ease;
}
.dh_lp_wrapper h3 {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
}
.dh_lp_wrapper h3 span {
  padding: 0 0.8em;
}
.dh_lp_wrapper .main_area .box01 {
  position: relative;
}
.dh_lp_wrapper .main_area .box01 .mv_bg {
  width: 100%;
}
.dh_lp_wrapper #mv .box01 .tit {
  position: absolute;
  left: 50%;
  width: 52.5%;
  top: 21%;
}
.dh_lp_wrapper #mv .box01 .txt {
  position: absolute;
  left: 50%;
  width: 53%;
  top: 77%;
}
.dh_lp_wrapper #mv .box01 .tit img,
.dh_lp_wrapper #mv .box01 .txt img {
  width: 100%;
}
.dh_lp_wrapper #mv .box01 .tit {
  opacity: 0;
  transform: translate(-50%, 50px);
  transition: opacity 0.6s, transform 0.6s;
}
.dh_lp_wrapper #mv .box01 .tit.on {
  transform: translate(-50%, 0);
  opacity: 1;
}
.dh_lp_wrapper #mv .box01 .txt {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(-50%);
  transition: filter 1.2s, transform 1.2s, opacity 1.2s;
}
.dh_lp_wrapper #mv .box01 .txt.on {
  opacity: 1;
  filter: blur(0);
  transform: translateX(-50%);
}
.dh_lp_wrapper .line_text {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 29px;
  font-size: 19px;
  font-weight: bold;
}
.dh_lp_wrapper .line_text span {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 20px;
  background: linear-gradient(90deg, #bca87e 0%, #d9ccb2 82%, #bca87e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dh_lp_wrapper .line_text_02 span {
  background: linear-gradient(90deg, #9c9c9b 0%, #cecece 82%, #9c9c9b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dh_lp_wrapper .line_text span img {
  height: 16px;
}
.dh_lp_wrapper .line_text span .img_number {
  height: 30px;
}
.dh_lp_wrapper .line_text:before,
.dh_lp_wrapper .line_text:after {
  content: "";
  opacity: 0.6;
  flex-grow: 1;
  height: 1px;
  background: #c7ac75;
  margin: 0;
}
.dh_lp_wrapper .line_text_02:before,
.dh_lp_wrapper .line_text_02:after {
  background: #9c9c9b;
}
.dh_lp_wrapper .sec-margin {
  padding-top: 65px;
  margin: 32px auto;
  max-width: 975px;
}
.dh_lp_wrapper .lp_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.dh_lp_wrapper .brand_bg .lp_flex_wrap {
  position: relative;
  row-gap: 30px;
  -moz-column-gap: 1.025%;
  column-gap: 1.025%;
  z-index: 0;
}
.dh_lp_wrapper h2 {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  margin: 0 auto;
  line-height: 14px;
  color: #c7ac75;
}
.dh_lp_wrapper .title {
  font-size: 30px;
  line-height: 1.95em;
  margin: 0 auto 80px;
  font-weight: 700;
}
.dh_lp_wrapper .title span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 3;
}
.dh_lp_wrapper h1 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.9px;
  line-height: 1.7;
}
.dh_lp_wrapper .gender-link.bk_g {
  width: 100%;
  margin: 136px 0 0;
  background-image: linear-gradient(-13deg, #bca87e 0%, #c4b28d 20%, #d9ccb2 40%, #c3b18b 50%, #bca87e 100%);
  padding: 78px 0;
  max-width: none;
}
.dh_lp_wrapper .gender-link_contents {
  max-width: 646px;
  margin: 0 auto;
}
.dh_lp_wrapper .gender-link h3 {
  color: #202124;
}
.dh_lp_wrapper .gender-link h3 span {
  flex: 1 0 auto;
  display: flex;
}
.dh_lp_wrapper .gender-link h3:before,
.dh_lp_wrapper .gender-link h3:after {
  content: "";
  width: 100%;
  border-top: 1px solid;
}
.dh_lp_wrapper .gender-link li {
  background-color: #202124 !important;
}
.dh_lp_wrapper .gender-link li a {
  color: #fff !important;
}
.dh_lp_wrapper .gender-link .contents_arrow_r:after {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}
.dh_lp_wrapper .gender-link li a:hover {
  opacity: 0.6;
  background-color: #202124;
}
.dh_lp_wrapper .price_list,
.dh_lp_wrapper .search_price .sale_outlet {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.dh_lp_wrapper .gender-link .sale_outlet {
  margin: 0 auto 90px;
}
.dh_lp_wrapper .gender-link .sale_outlet.sec {
  margin: 0 auto;
}
.dh_lp_wrapper #search_price .title {
  margin: 0 auto 60px;
}
.dh_lp_wrapper .sale_outlet a:hover {
  opacity: 0.6;
  background-color: #f1f2f4;
  border-radius: 4px;
}
.dh_lp_wrapper .sale_outlet > li {
  width: 50%;
  max-width: 316px;
  min-width: 278px;
  font-size: 13px;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.dh_lp_wrapper .sale_outlet > li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #202124;
  padding: 20px 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.dh_lp_wrapper .second_one {
  margin-top: 10%;
}
.dh_lp_wrapper .contents_arrow {
  position: relative;
}
.dh_lp_wrapper ul.price_list li.contents_arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.dh_lp_wrapper .contents_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dh_lp_wrapper .contents_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.dh_lp_wrapper .contents_arrow_r::after {
  right: 8.5%;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #202124;
  border-right: 2px solid #202124;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.dh_lp_wrapper ul.price_list li.contents_arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.dh_lp_wrapper .contents_arrow_right::after {
  right: 5%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.dh_lp_wrapper .category_text .contents_arrow_r::after {
  right: 10%;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 641px) {
  .dh_lp_wrapper .pc {
    display: block;
  }
  .dh_lp_wrapper .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .dh_lp_wrapper {
    width: 100%;
    font-size: 14px;
  }
  .dh_lp_wrapper .pc {
    display: none;
  }
  .dh_lp_wrapper .sp {
    display: block;
  }
  .dh_lp_wrapper h2 {
    font-size: 14px;
    line-height: 2.2;
  }
  .dh_lp_wrapper h3 {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .dh_lp_wrapper .main_area .box01-sp {
    position: relative;
  }
  .dh_lp_wrapper .main_area .box01-sp .mv_bg {
    width: 100%;
  }
  .dh_lp_wrapper #mv .box01-sp .tit {
    position: absolute;
    left: 50%;
    width: 78%;
    top: 33%;
  }
  .dh_lp_wrapper #mv .box01-sp .txt {
    position: absolute;
    left: 50%;
    width: 79%;
    top: 25%;
  }
  .dh_lp_wrapper #mv .box01-sp .tit img,
  .dh_lp_wrapper #mv .box01-sp .txt img {
    width: 100%;
  }
  .dh_lp_wrapper #mv .box01-sp .tit {
    opacity: 0;
    transform: translate(-50%, 50px);
    transition: opacity 0.6s, transform 0.6s;
  }
  .dh_lp_wrapper #mv .box01-sp .tit.on {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  .dh_lp_wrapper #mv .box01-sp .txt {
    opacity: 0;
    filter: blur(8px);
    transform: translateX(-50%);
    transition: filter 1.2s, transform 1.2s, opacity 1.2s;
  }
  .dh_lp_wrapper #mv .box01-sp .txt.on {
    opacity: 1;
    filter: blur(0);
    transform: translateX(-50%);
  }
  .dh_lp_wrapper #outlet_item_content h3 {
    font-size: 19px;
  }
  .dh_lp_wrapper .title {
    font-size: 22.5px;
    text-align: center;
    margin-bottom: 32px;
    line-height: 30px;
  }
  .dh_lp_wrapper .title span {
    font-size: 12px;
    line-height: 1.5;
    margin: 14px 0 34px;
  }
  .dh_lp_wrapper h1 {
    font-size: 20px;
    line-height: 1.65em;
    margin-bottom: 16px;
  }
  .dh_lp_wrapper .gender-link h3 {
    max-width: 284px;
  }
  .dh_lp_wrapper .gender-link.bk_g {
    padding: 70px 0 60px;
  }
  .dh_lp_wrapper .price_list,
  .dh_lp_wrapper .sale_outlet {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }
  .dh_lp_wrapper .sale_outlet {
    margin: 0 auto 30px;
  }
  .dh_lp_wrapper .sale_outlet > li {
    width: 100%;
    max-width: 284px;
    min-width: 240px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
  }
  .dh_lp_wrapper .sale_outlet > li a {
    padding: 15px 0;
  }
  .dh_lp_wrapper .search_price .sale_outlet {
    row-gap: 20px;
  }
  .dh_lp_wrapper .contents_arrow_right::after {
    right: 5%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #202124;
    border-right: 1px solid #202124;
  }
}
.dh_lp_wrapper .jumplink {
  width: 100%;
  margin: 160px 0 95px 0;
  background-image: linear-gradient(-13deg, #bca87e 0%, #c4b28d 20%, #d9ccb2 40%, #c3b18b 50%, #bca87e 100%);
}
.dh_lp_wrapper .jumplink ol {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  padding: 2.87em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dh_lp_wrapper .jumplink ol li {
  width: 33.1%;
  border-left: solid 1px #fff;
}
.dh_lp_wrapper .jumplink li:first-of-type {
  border-left: none;
}
.dh_lp_wrapper .jumplink ol li a {
  width: 100%;
  display: inline-block;
  padding: 0.917em 0;
  text-decoration: none;
  line-height: 1.5em;
  color: #fff;
}
.dh_lp_wrapper .jumplink ol li.contents_arrow {
  position: relative;
}
.dh_lp_wrapper .jumplink ol li.contents_arrow::after {
  position: absolute;
  content: "";
}
.dh_lp_wrapper .jumplink ol li:first-of-type.contents_arrow.contents_arrow_how-to::after {
  right: 28%;
}
.dh_lp_wrapper .jumplink ol li:last-of-type.contents_arrow.contents_arrow_price::after {
  right: 15%;
}
.dh_lp_wrapper .contents_arrow_bottom::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  right: 20%;
  top: 42px;
}
.dh_lp_wrapper .howto {
  max-width: 1000px;
  margin: 0 auto;
}
.dh_lp_wrapper .howto p {
  margin: 0;
}
.dh_lp_wrapper .howto .coupon-code {
  margin: 0 0 23px;
  width: 56%;
}
.dh_lp_wrapper .howto img {
  width: 100%;
  margin: 0 auto;
  padding: 0 9.2%;
}
.dh_lp_wrapper .howto a {
  text-decoration: underline;
}
.dh_lp_wrapper .howto .title {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 33px;
}
.dh_lp_wrapper .howto .subtxt {
  color: #fff;
  margin-bottom: 23px;
  font-size: 14px;
}
.dh_lp_wrapper .howto-image {
  max-width: 975px;
  margin: 100px auto 0;
  padding: 50px 0 0;
  background-color: #f4f4f4;
  border-radius: 20px;
}
.dh_lp_wrapper .howto-image p {
  color: #202124;
  margin: 40px auto;
  padding: 0 9%;
}
.dh_lp_wrapper .howto-image p:first-child {
  display: inline-block;
  margin: 0 auto;
  padding: 0.18em 0.9em;
  color: #fff;
  background-color: #bea981;
  font-weight: 700;
}
.dh_lp_wrapper .notice {
  text-align: left;
  padding: 0px 22%;
  margin: 0 auto;
  font-size: 13px;
}
.dh_lp_wrapper .notice li {
  padding-left: 1em;
  text-indent: -1em;
}
.dh_lp_wrapper .notice li::before {
  content: "※";
  margin-right: 2px;
}
.dh_lp_wrapper .wrapper {
  margin-bottom: 88px;
}
.dh_lp_wrapper #sale_item_content h3 {
  color: #c7ac75;
  font-size: 21px;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.dh_lp_wrapper #outlet_item_content h3 {
  color: #9c9c9b;
  font-size: 21px;
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.dh_lp_wrapper .search_brand h3:before,
.dh_lp_wrapper .search_brand h3:after {
  content: none;
}
.dh_lp_wrapper .search_brand a {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  display: flex;
  height: 86px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.dh_lp_wrapper .search_brand a img:hover {
  opacity: 0.4;
}
.dh_lp_wrapper .brandlist span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
}
.dh_lp_wrapper .search_brand li.brandlist {
  width: 19.17%;
  color: #c6c6c6;
  font-size: 13px;
  z-index: 2;
}
.dh_lp_wrapper .search_brand li.brandlist span {
  margin: 7.5px auto 0;
  display: block;
  line-height: 14px;
}
.dh_lp_wrapper .search_brand li.brandlist img {
  width: 86%;
  max-height: 60px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  transition: all 0.3s ease;
}
.dh_lp_wrapper .search_brand li.brandlist a.tsh_logo {
  padding: 9.5% 0;
}
.dh_lp_wrapper .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;
}
.dh_lp_wrapper .tab_item {
  cursor: pointer;
  width: 50%;
  height: 50px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #adadad;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.dh_lp_wrapper input[name=tab_item] {
  display: none;
}
.dh_lp_wrapper .tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
.dh_lp_wrapper #sale_item:checked ~ #sale_item_content,
.dh_lp_wrapper #outlet_item:checked ~ #outlet_item_content {
  display: block;
}
.dh_lp_wrapper input:checked + .tab_item {
  border-bottom: 5px solid #fff;
  color: #fff;
}
.dh_lp_wrapper #search_category.sec-margin {
  padding-bottom: 1px;
}
.dh_lp_wrapper #search_category .title {
  margin: 0 auto 70px !important;
}
.dh_lp_wrapper #search_category .wrapper {
  margin-bottom: 76px !important;
}
.dh_lp_wrapper .search_item .lp_flex_wrap {
  -moz-column-gap: 0.8%;
  column-gap: 0.8%;
  row-gap: 1rem;
  justify-content: center;
  margin-bottom: 35px;
}
.dh_lp_wrapper li.category {
  width: 16%;
  position: relative;
  background-color: #202124;
  transition: all 0.3s ease;
}
.dh_lp_wrapper li.category img {
  opacity: 0.7;
  width: 100%;
  transition: all 0.3s;
}
.dh_lp_wrapper li.category:hover img {
  opacity: 0.9;
}
.dh_lp_wrapper .item_text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dh_lp_wrapper li.category_text a {
  display: block;
  line-height: 68px;
  color: #fff;
  padding-right: 7px;
  margin-top: 18px;
}
.dh_lp_wrapper .search_item li.keyword_box {
  background-color: #fff;
  max-width: 155px;
  width: 100%;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 600;
  color: #202124;
  transition: all 0.3s ease;
  border: 1px solid #202124;
}
.dh_lp_wrapper .search_item .all-item-button:hover {
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
}
.dh_lp_wrapper .keyword_box a {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 8px 0px;
  transition: 0.3s all ease;
  text-decoration: none;
}
.dh_lp_wrapper .keyword_box a:hover {
  color: #8a8a8a;
}
.dh_lp_wrapper .search_item .sale_outlet {
  max-width: 650px;
  flex-wrap: nowrap;
}
.dh_lp_wrapper .search_item .sale_outlet > li {
  max-width: 314px;
  min-width: unset;
  font-size: 13px;
}
.dh_lp_wrapper .pricesale {
  width: 32.5%;
  font-size: 18px;
  letter-spacing: 2px;
  background-color: #202124;
  color: #ffffff;
}
.dh_lp_wrapper .pricesale a {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 18px 0;
  text-decoration: none;
}
.dh_lp_wrapper .pricesale a span {
  color: #f00;
  font-size: 15px;
}
.dh_lp_wrapper .pricesale a:hover {
  background-color: #999a9c;
}
.dh_lp_wrapper .price_list,
.dh_lp_wrapper .sale_outlet {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dh_lp_wrapper .sale_outlet {
  margin: 0 auto 40px;
}
.dh_lp_wrapper .second_one {
  margin-top: 10%;
}
.dh_lp_wrapper .contents_arrow {
  position: relative;
}
.dh_lp_wrapper ul.price_list li.contents_arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.dh_lp_wrapper .contents_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dh_lp_wrapper .contents_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.dh_lp_wrapper ul.price_list li.contents_arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.dh_lp_wrapper #search_recommend .sale_outlet {
  justify-content: center;
  margin-top: 80px;
}
.dh_lp_wrapper .item_btn_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.dh_lp_wrapper .item_btn_wrap .sale_outlet {
  max-width: 650px;
  flex-wrap: nowrap;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  padding: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 870px) {
  .dh_lp_wrapper .contents_arrow_bottom::after {
    right: 10%;
  }
  .dh_lp_wrapper .jumplink ol li:first-of-type.contents_arrow.contents_arrow_how-to::after {
    right: 20%;
  }
  .dh_lp_wrapper .jumplink ol li:last-of-type.contents_arrow.contents_arrow_price::after {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .brand_bg .lp_flex_wrap {
    -moz-column-gap: 0.84%;
    column-gap: 0.84%;
    row-gap: 21px;
  }
  .dh_lp_wrapper .howto ul.notice {
    padding: 0 20px;
  }
  .dh_lp_wrapper .search_brand li.brandlist {
    width: 32.7%;
    font-size: 12px;
    line-height: 14px;
  }
  .dh_lp_wrapper .search_brand li.brandlist img {
    width: 72%;
    max-width: 105px;
  }
  .dh_lp_wrapper .search_item .lp_flex_wrap {
    -moz-column-gap: 1.6%;
    column-gap: 1.6%;
    row-gap: 12px;
  }
  .dh_lp_wrapper .search_item .lp_flex_wrap li {
    width: 32.2%;
  }
  .dh_lp_wrapper .item_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .dh_lp_wrapper #search_category .title,
  .dh_lp_wrapper #search_price .title {
    margin: 0 auto 30px !important;
  }
  .dh_lp_wrapper .jumplink {
    margin: 80px calc(50% - 50vw) 0;
  }
  .dh_lp_wrapper .jumplink ol {
    font-size: 12px;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
  }
  .dh_lp_wrapper .jumplink ol li {
    width: 100%;
    max-width: 284px;
    margin: 0 auto;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  .dh_lp_wrapper .jumplink ol li:last-child {
    border-bottom: none;
  }
  .dh_lp_wrapper .jumplink ol li a {
    font-size: 16px;
    padding: 1.6em 0;
  }
  .dh_lp_wrapper .jumplink ol li.contents_arrow::after {
    right: 7.5%;
  }
  .dh_lp_wrapper .jumplink ol li:first-of-type.contents_arrow.contents_arrow_how-to::after {
    right: 7.5%;
  }
  .dh_lp_wrapper .jumplink ol li:last-of-type.contents_arrow.contents_arrow_price::after {
    right: 7.5%;
  }
  .dh_lp_wrapper #search_brand {
    margin-top: 0px;
    padding-top: 60px;
    margin-bottom: 0;
  }
  .dh_lp_wrapper .howto {
    margin-top: 20px;
  }
  .dh_lp_wrapper .howto .coupon-code {
    width: 100%;
  }
  .dh_lp_wrapper .howto img {
    padding: 0 4.4%;
  }
  .dh_lp_wrapper .howto h2 {
    line-height: 2.2;
    margin-top: 5px;
  }
  .dh_lp_wrapper .howto .subtxt {
    max-width: 328px;
    margin: 31px auto 40px;
  }
  .dh_lp_wrapper .howto-image {
    margin-top: 44px;
    width: 100%;
    padding: 42px 0 0;
  }
  .dh_lp_wrapper .howto-image p {
    padding: 0px 8px;
    margin: 22px auto 20px;
  }
  .dh_lp_wrapper .howto-image p:nth-child(2) {
    line-height: 1.75;
  }
  .dh_lp_wrapper .notice {
    margin: 0 0 20px;
    font-size: 14px;
    text-decoration: none;
  }
  .dh_lp_wrapper .wrapper {
    margin-bottom: 30px;
  }
  .dh_lp_wrapper #search_category {
    margin-top: 0px;
  }
  .dh_lp_wrapper #search_category .wrapper {
    margin-bottom: 48px;
  }
  .dh_lp_wrapper .line_text {
    font-size: 18px;
  }
  .dh_lp_wrapper .wrapper:last-child {
    margin-bottom: 0;
  }
  .dh_lp_wrapper .gender {
    font-size: 16px;
  }
  .dh_lp_wrapper .search_brand li.brandlist span {
    font-size: 10px;
  }
  .dh_lp_wrapper .search_brand a {
    height: 55px;
  }
  .dh_lp_wrapper .search_brand li.brandlist img.tsh_logo {
    width: 80%;
  }
  .dh_lp_wrapper .tab_item {
    font-size: 14px;
    height: 40px;
  }
  .dh_lp_wrapper .tab_content {
    padding: 40px 0 40px;
  }
  .dh_lp_wrapper input:checked + .tab_item {
    border-bottom: 3px solid #fff;
  }
  .dh_lp_wrapper .search_item li.keyword_box {
    font-size: 10px;
  }
  .dh_lp_wrapper li.category:last-of-type,
  .dh_lp_wrapper li.category:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .dh_lp_wrapper li.category_text a {
    margin-top: 0;
  }
  .dh_lp_wrapper .search_item .sale_outlet {
    width: 90%;
    margin: 30px auto 30px;
  }
  .dh_lp_wrapper .search_item .sale_outlet > li {
    max-width: 284px;
    font-size: 14px;
    min-width: unset;
  }
  .dh_lp_wrapper .pricesale {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .dh_lp_wrapper .pricesale:last-of-type {
    margin-bottom: 0;
  }
  .dh_lp_wrapper .pricesale a span {
    font-size: 11px;
  }
  .dh_lp_wrapper .price_list,
  .dh_lp_wrapper .sale_outlet {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }
}
@media screen and (max-width: 320px) {
  .dh_lp_wrapper h1 {
    font-size: 18px;
    line-height: 1.6em;
  }
  .dh_lp_wrapper .item_text {
    font-size: 12px;
  }
  .dh_lp_wrapper .jumplink ol li a {
    font-size: 12px;
  }
}
.dh_lp_wrapper .search_brand .brandtxt {
  background-color: #ff3300;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  padding: 0.3em 0;
}
@media screen and (max-width: 749px) {
  .dh_lp_wrapper .search_brand .brandtxt {
    font-size: 10px;
    padding: 0.3em 0;
  }
}
.dh_lp_wrapper .coupon-code {
  display: inline-block;
  width: 90%;
  max-width: 780px;
  background-color: #f1f2f4;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 28px;
  padding: 12px 0;
  color: #202124;
}
.dh_lp_wrapper .coupon-code span {
  margin: 0 20px;
}
.dh_lp_wrapper .coupon-code span.code_number {
  font-size: 20px;
}
.dh_lp_wrapper .target-link {
  font-size: 13px;
  color: #555;
  margin-top: 2rem;
  margin-bottom: 0%;
  text-align: center;
}
.dh_lp_wrapper .button-group {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  /* ボタン間のスペース */
  border-radius: 0%;
  margin: 0 auto 60px;
  width: 90%;
}
.dh_lp_wrapper .btn {
  position: relative;
  display: block;
  width: 50%;
  max-width: 385px;
  background: #222;
  color: #fff;
  text-decoration: none;
  padding: 21px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  text-align: center;
}
.dh_lp_wrapper .btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.5%;
  font-size: 1;
}
.dh_lp_wrapper .btn:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .dh_lp_wrapper .coupon-code {
    font-size: 14px;
    width: 100%;
  }
  .dh_lp_wrapper .coupon1code span {
    margin: 0 10px;
  }
  .dh_lp_wrapper .coupon-code span.code_number {
    font-size: 16px;
  }
}
.dh_lp_wrapper .search_item .all-item-button {
  display: inline-block;
  position: relative;
  width: 79.5%;
  max-width: 298px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.58em;
  color: #202124;
  background-color: #fff;
  border-radius: 60px;
  transition: all 0.3s;
}
.dh_lp_wrapper .search_item .all-item-button:hover {
  background-color: #f1f2f4;
  border: none;
}
.dh_lp_wrapper .search_item .all-item-button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  vertical-align: middle;
  right: 8.5%;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #202124;
  border-right: 2px solid #202124;
}
@media (max-width: 640px) {
  .dh_lp_wrapper .search_item .all-item-button {
    padding: 13px 0;
  }
}
.dh_lp_wrapper .search_recommend .sec-wrapper {
  max-width: 1010px;
}
.dh_lp_wrapper .search_recommend .title {
  margin-bottom: 22px;
}
@media screen and (max-width: 749px) {
  .dh_lp_wrapper .search_recommend > ul {
    margin-bottom: 35px;
  }
  .dh_lp_wrapper .search_recommend .title {
    margin-bottom: 28px;
  }
}
.dh_lp_wrapper .recommendItems {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 60px 4px 0;
}
@media screen and (min-width: 750px) {
  .dh_lp_wrapper .recommendItems {
    padding: 60px 14px 0;
  }
}
.dh_lp_wrapper .recommendItems__item {
  width: calc(25% - 6px);
  list-style: none;
  margin-bottom: 14px !important;
}
@media screen and (max-width: 749px) {
  .dh_lp_wrapper .recommendItems__item {
    width: calc(33.3333% - 5.4px);
    margin-bottom: 0;
  }
  .dh_lp_wrapper .recommendItems__list {
    gap: 20px 8px;
  }
  .dh_lp_wrapper .productDetail .recommendItems__item,
  .dh_lp_wrapper .favorite .recommendItems__item,
  .dh_lp_wrapper .recommendItems__account .recommendItems__item,
  .dh_lp_wrapper .noResult .recommendItems__item,
  .dh_lp_wrapper .notFound .recommendItems__item,
  .dh_lp_wrapper .recommendPage .recommendItems__item {
    width: calc(50% - 4px);
  }
  .dh_lp_wrapper .recommendItems__account .recommendItems__vendor {
    margin-bottom: 4px !important;
    font-size: 11px !important;
  }
}
.dh_lp_wrapper .recommendItems__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.dh_lp_wrapper .search_recommend .splide__track.overflow_none {
  overflow: visible;
}
.dh_lp_wrapper .search_recommend .splide__track:not(.overflow_none) {
  overflow: visible;
  overflow-x: clip;
}
.dh_lp_wrapper .search_recommend .splide__pagination {
  bottom: -22px;
}
.dh_lp_wrapper .splide__pagination__page {
  width: 7px;
  height: 7px;
  margin: 0 7px;
}
.dh_lp_wrapper .splide:not(.is-overflow) .splide__pagination {
  display: flex;
}
@media screen and (max-width: 979px) {
  .dh_lp_wrapper .search_recommend .splide__pagination {
    bottom: -27px;
  }
  .dh_lp_wrapper .splide__pagination__page {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  .dh_lp_wrapper .search_recommend .sec-wrapper {
    max-width: 600px;
  }
}
@media screen and (max-width: 549px) {
  .dh_lp_wrapper .search_recommend .sec-wrapper {
    padding: 10px 0 0 10px !important;
    width: 100%;
  }
  .dh_lp_wrapper .search_recommend #splide01-list,
  .dh_lp_wrapper .search_recommend #splide02-list,
  .dh_lp_wrapper .search_recommend #splide03-list,
  .dh_lp_wrapper .search_recommend #splide04-list,
  .dh_lp_wrapper .search_recommend #splide05-list,
  .dh_lp_wrapper .search_recommend #splide06-list {
    width: 87%;
  }
}
.dh_lp_wrapper #splide01 {
  width: 100%;
}
.dh_lp_wrapper .search_recommend .sec-wrapper {
  background-color: #fff;
  max-width: 1010px;
  padding: 15px 15px 0px !important;
}
.dh_lp_wrapper .splide__arrow {
  pointer-events: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  transition: 0.2s;
}
.dh_lp_wrapper .splide__arrow:before {
  pointer-events: all;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
  transform: translateX(50%);
}
.dh_lp_wrapper .splide__arrow--next svg,
.dh_lp_wrapper .splide__arrow--prev svg {
  display: none;
}
.dh_lp_wrapper .splide__arrow--next:before {
  background-image: url(https://image.store.sanyo-shokai.co.jp/contents/special/all-blackfridaysale-20251114/images/arrow_right.png);
  left: 76px;
}
.dh_lp_wrapper .splide__arrow--prev:before {
  background-image: url(https://image.store.sanyo-shokai.co.jp/contents/special/all-blackfridaysale-20251114/images/arrow_left.png);
  left: -76px;
}
@media screen and (max-width: 549px) {
  .dh_lp_wrapper .splide__arrow:before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .dh_lp_wrapper .sec-margin {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */