@charset "utf-8";

/* CSS Document */

/* ==================================================
  Pageflyリセット
================================================== */
html {
  scroll-behavior: smooth;
}

.pf-c:has(#dh_lp_wrapper) {
  padding: 0;
}


.footer__container {
  margin: 0 auto !important;
}

@media screen and (max-width: 1025px) {
  .spFooter {
    margin-top: 0 !important;
  }
}


body {
  overflow-x: hidden;
}

/* ==================================================
  LP全体共通
================================================== */



#dh_lp_wrapper {
  letter-spacing: 0.06em;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  color: #242835;
  background-color: #f01e2c;
}

#dh_lp_wrapper a {
  text-decoration: none;
  color: #242835;
}

#dh_lp_wrapper p {
  margin: 0;
}

#dh_lp_wrapper .eng {
  font-family: "century-old-style-std", serif;
}

#dh_lp_wrapper .jp {
  font-family: "Noto Sans JP", sans-serif;
}

#dh_lp_wrapper .hover_item {
  transition: all .3s ease;
}

#dh_lp_wrapper .hover_item:hover {
  opacity: .7;
}

@media screen and (min-width: 979px) {
  #dh_lp_wrapper .pc {
    display: block !important;
  }

  #dh_lp_wrapper .sp {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .pc {
    display: none !important;
  }

  #dh_lp_wrapper .sp {
    display: block !important;
  }
}

/* ==================================================
  MV
================================================== */
#dh_lp_wrapper .mainVisual {
  position: relative;
  height: 667px;
  background-color: #f01e2c;
}

#dh_lp_wrapper .mainVisual .mainVisualText_box {
  z-index: 1;
  position: absolute;
  left: calc(50% - 482px);
  /* top: 223px; */
  top: 188px;
}

#dh_lp_wrapper .mainVisual .mainVisualBadge {
  margin-bottom: 41px;
}

#dh_lp_wrapper .mainVisual .mainVisualBadge .badge_pc {
  display: block !important;
}

#dh_lp_wrapper .mainVisual .mainVisualBadge .badge_sp {
  display: none !important;
}

#dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_upper {
  text-align: left;
  margin-bottom: 47px;
  font-size: 17px;
  font-weight: 500;
  color: #f7e6e0;
  letter-spacing: 0.8px;

}

#dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_main {
  text-align: center;
  margin-bottom: 40px;
  width: 422px;
  transform: translate(-3px, 0);
}

#dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_main img {
  vertical-align: top;
  width: 100%;
}

#dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_lower {
  display: flex;
  text-align: left;
  font-size: 27px;
  font-weight: 400;
  color: #f7e6e0;
  letter-spacing: 4px;
}

#dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_lower span {
  display: block;
  margin-bottom: 2px;
  transform: translate(0, -2px);
}

#dh_lp_wrapper .mainVisualText_info_box {
  overflow-x: clip;
  width: 100%;
}

#dh_lp_wrapper .mainVisualText_info {
  position: absolute;
  left: calc(50% - 482px);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #f7e6e0;
  line-height: 27px;
  letter-spacing: 1.5px;
  text-indent: 9px;
  /* transform: translate(-9px, -252px); */
  transform: translate(-9px, -246px);
}



#dh_lp_wrapper .mainVisual .mainVisual_bg {
  z-index: 0;
  position: absolute;
  left: calc(50% + 53px);
  text-align: center;
  height: 100%;
}

#dh_lp_wrapper .mainVisual .mainVisual_bg img {
  vertical-align: top;
  height: 100%;

}

@media screen and (max-width: 1160px) {
  #dh_lp_wrapper .mainVisual {}

  #dh_lp_wrapper .mainVisual .mainVisualText_box,
  #dh_lp_wrapper .mainVisualText_info {
    left: 80px;
  }

  #dh_lp_wrapper .mainVisual .mainVisual_bg {
    left: unset;
    right: 80px;
  }

}

@media screen and (min-width: 979px) {
  #dh_lp_wrapper .mv_pc {
    display: block !important;
  }

  #dh_lp_wrapper .mv_sp {
    display: none !important;
  }

  #dh_lp_wrapper .mv_sp_shadow {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .mv_pc {
    display: none !important;
  }

  #dh_lp_wrapper .mv_sp {
    display: block !important;
  }

  #dh_lp_wrapper .mv_sp_shadow {
    display: none !important;
  }


  #dh_lp_wrapper .mainVisual .mainVisualText_box,
  #dh_lp_wrapper .mainVisualText_info {
    left: 40px;

  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box {
    /* top: 273px; */
    top: 313px;

  }

  #dh_lp_wrapper .mainVisualText_info {
    transform: translate(-9px, -162px);

  }

  #dh_lp_wrapper .mainVisualText_info {

    color: #fff;

  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_upper {
    line-height: 28px;
  }

  #dh_lp_wrapper .mainVisual .mainVisual_bg {
    bottom: 0;
    left: unset;
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  #dh_lp_wrapper .mv_pc {
    display: none !important;
  }

  #dh_lp_wrapper .mv_sp {
    display: none !important;
  }

  #dh_lp_wrapper .mv_sp_shadow {
    display: block !important;
  }

  #dh_lp_wrapper .mainVisual .mainVisualBadge {
    margin-bottom: -4px;
  }

  #dh_lp_wrapper .mainVisual .mainVisualBadge .badge_pc {
    display: none !important;
  }

  #dh_lp_wrapper .mainVisual .mainVisualBadge .badge_sp {
    display: block !important;
    width: 158px;
  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_main {
    width: 372px;
    margin-bottom: 305px;
  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_lower {
    font-size: 20px;
  }

  #dh_lp_wrapper .mainVisualText_info {
    position: relative;
    transform: translate(-9px, -2px);
  }

}





@media screen and (max-width: 550px) {
  #dh_lp_wrapper .mainVisual {
    height: 453px;
  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box {
    /* top: 262px; */
    top: 247px;
    left: 20px;
  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_upper {
    margin-bottom: 21px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_main {
    margin-bottom: 100px;
    width: 211px;
  }

  #dh_lp_wrapper .mainVisual .mainVisualText_box .mainVisualText_lower {
    margin-bottom: 17px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
  }


  #dh_lp_wrapper .mainVisualText_info {
    left: 20px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.3px;
    text-indent: 7px;
    transform: translate(-7px, -7px);
  }

  #dh_lp_wrapper .mainVisualText_info span {
    line-height: 22px;
  }

}

/* ==================================================
  advance
================================================== */

#dh_lp_wrapper #advance {
  background-color: #F01D2C;
  padding-top: 108px;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper #advance {
    padding-top: 89px;
  }
}

/* ==================================================
  advance > countdown
================================================== */
#dh_lp_wrapper #advance .countdown_wrapper {
  margin: 0 0 50px;
}

#dh_lp_wrapper #advance .countdown_wrapper .text_count {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px;
}

#dh_lp_wrapper #advance .countdown_wrapper .text_count p,
#dh_lp_wrapper #advance .countdown_wrapper .text_count span {
  margin-top: 1px;
}


#dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.d,
#dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.h,
#dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.m,
#dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.s {
  margin-top: 0;
  font-size: 28px;
}

#dh_lp_wrapper #advance .countdown_wrapper .note {
  font-size: 13px;
  color: #efb5b9;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper #advance .countdown_wrapper {
    margin: 0 0 39px;
  }

  #dh_lp_wrapper #advance .countdown_wrapper .text_count {
    flex-direction: column;
    margin-bottom: 10px;
  }

  #dh_lp_wrapper #advance .countdown_wrapper .text_count p,
  #dh_lp_wrapper #advance .countdown_wrapper .text_count span {
    font-size: 14px;
  }

  #dh_lp_wrapper #advance .countdown_wrapper .text_count p {
    margin-bottom: 0px;
  }

  #dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.d,
  #dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.h,
  #dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.m,
  #dh_lp_wrapper #advance .countdown_wrapper .text_count #result span.s {
    font-size: 18px;
  }

  #dh_lp_wrapper #advance .countdown_wrapper .note {
    font-size: 10px;
    line-height: 14px;
  }
}

/* ==================================================
  advance > advance_area
================================================== */


#dh_lp_wrapper .advance_area {
  font-family: "Noto Sans JP", serif;
}

#dh_lp_wrapper .advance_area .advance_eng {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}

#dh_lp_wrapper .advance_area .advance_title {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
}

#dh_lp_wrapper .advance_area .advance_text {
  margin-bottom: 47px;
  font-size: 15px;
  color: #fff;
}

#dh_lp_wrapper .advance_area .advance_wrapper {
  padding-bottom: 96px;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .advance_area .advance_eng {
    margin-bottom: 12px;
    letter-spacing: 1px;
  }

  #dh_lp_wrapper .advance_area .advance_title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 35px;
  }

  #dh_lp_wrapper .advance_area .advance_text {
    margin-bottom: 29px;
    font-size: 13px;
    line-height: 21px;
  }

  #dh_lp_wrapper .advance_area .advance_wrapper {
    padding-bottom: 101px;
  }
}

/* ==================================================
  advance > sec(共通)(sec01基準)
================================================== */


#dh_lp_wrapper .advance_area .advance_sec {
  overflow: hidden;
  display: flex;
  margin: 0 auto 35px;
  max-width: 980px;
  width: 100%;
  height: 445px;
  border-radius: 20px;
  background-color: #FCF4F1;
}

#dh_lp_wrapper .advance_area .advance_sec .left_box {
  width: 50%;
}

#dh_lp_wrapper .advance_area .advance_sec .info_box {
  width: 380px;
  text-align: left;
  margin-top: 97px;
  margin-left: 60px;
}


#dh_lp_wrapper .advance_area .advance_sec .number_text {
  margin-bottom: 49px;
  color: #dd0e1c;
  font-size: 53px;
}

#dh_lp_wrapper .advance_area .advance_sec .main_text {

  margin-bottom: 15px;
  color: #202124;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
}

#dh_lp_wrapper .advance_area .advance_sec .detail_text {
  margin-bottom: 17px;
  color: #202124;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
}

#dh_lp_wrapper .advance_area .advance_sec .advance_button {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 14px;
  width: 380px;
  height: 56px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  background-color: #202125;
}

#dh_lp_wrapper .advance_area .advance_sec .advance_member {
  padding-right: 18px;
  margin-bottom: 1px;
  margin-left: 3px;
  color: #4c4c4c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0px;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 1px;
}

#dh_lp_wrapper .advance_area .advance_sec .advance_renewal {
  padding-right: 18px;
  margin-bottom: 1px;
  margin-left: 3px;
  color: #777a82;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  border-bottom: 1px solid #777a82;
  padding-bottom: 1px;
}

#dh_lp_wrapper .advance_area .advance_sec .small_arrow {
  position: relative;
}

#dh_lp_wrapper .advance_area .advance_sec .small_arrow:after {
  position: absolute;
  top: 50%;
  right: 2%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translate(-50%, -50%)rotate(45deg);
  color: #000;
}

#dh_lp_wrapper .advance_area .advance_sec .advance_renewal.small_arrow:after {
  color: #9699a3;
}


#dh_lp_wrapper .advance_area .advance_sec .note {
  color: #4c4c4c;
  font-size: 12px;
  letter-spacing: -0.01em;
}

#dh_lp_wrapper .advance_area .advance_sec .note a {
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 3px;
}


#dh_lp_wrapper .advance_area .advance_sec .right_box {
  width: 50%;
  background-color: #F4EAE8;
}

#dh_lp_wrapper .advance_area .advance_sec .upper_box {
  text-align: center;
}

#dh_lp_wrapper .advance_area .advance_sec .upper_box img {
  vertical-align: top;
}

#dh_lp_wrapper .advance_arrow::after {
  position: absolute;
  top: 50%;
  right: 8%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: translate(-50%, -50%)rotate(45deg);
  color: #fff;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .advance_area .img_box_sp {
    width: 100%;
  }

  #dh_lp_wrapper .advance_area .img_box_sp img {
    width: 100%;
  }

  #dh_lp_wrapper .advance_area .advance_sec {
    margin: 0 auto 10px;
    display: block;
    width: calc(100% - 22px);
    max-width: 456px;
    height: auto;
    border-radius: 17px;
  }

  #dh_lp_wrapper .advance_area .advance_sec .left_box {
    width: 100%;
  }

  #dh_lp_wrapper .advance_area .advance_sec .info_box {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
  }


  #dh_lp_wrapper .advance_area .advance_sec .number_text {
    padding-top: 32px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  #dh_lp_wrapper .advance_area .advance_sec .main_text {

    margin-bottom: 21px;
    font-size: 16px;
    line-height: 24px;
  }

  #dh_lp_wrapper .advance_area .advance_sec .detail_text {
    margin-bottom: 17px;
    font-size: 15px;
  }

  #dh_lp_wrapper .advance_area .advance_sec .img_box_sp {
    margin-bottom: 22px;
  }

  #dh_lp_wrapper .advance_area .advance_sec .advance_button {
    margin: 0 auto;
    margin-bottom: 14px;
    max-width: 305px;
    width: 90%;
    height: 45px;
    font-size: 13px;
    line-height: 45px;
  }

  #dh_lp_wrapper .advance_arrow::after {
    right: 4%;
  }


  #dh_lp_wrapper .advance_area .advance_sec .advance_member {
    padding-bottom: 3px;
    margin: 0 auto;
    margin-bottom: 1px;
    font-size: 12px;
  }

  #dh_lp_wrapper .advance_area .advance_sec .advance_renewal {
    padding-bottom: 3px;
    margin: 0 auto;
    margin-bottom: 1px;
    font-size: 11px;
  }

  #dh_lp_wrapper .advance_area .advance_sec .small_arrow {
    position: relative;
  }

  #dh_lp_wrapper .advance_area .advance_sec .small_arrow:after {
    right: 2%;
    margin: auto;
    width: 5px;
    height: 5px;
  }


  #dh_lp_wrapper .advance_area .advance_sec .note {
    padding-bottom: 39px;

    font-size: 10px;

  }

  #dh_lp_wrapper .advance_area .advance_sec .note a {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 3px;
  }

}

/* ==================================================
  advance > sec02
================================================== */
#dh_lp_wrapper .advance_area .sec_02 {
  height: 465px;
}

#dh_lp_wrapper .advance_area .sec_02 .info_box {
  margin-top: 71px;
}

#dh_lp_wrapper .advance_area .sec_02 .number_text {
  margin-bottom: 37px;

}

#dh_lp_wrapper .advance_area .sec_02 .main_text {
  margin-bottom: 8px;

}

#dh_lp_wrapper .advance_area .sec_02 .detail_text {
  margin-bottom: 17px;
  font-weight: 500;

}

#dh_lp_wrapper .advance_area .sec_02 .note {
  margin-top: 3px;

}

#dh_lp_wrapper .advance_area .sec_02 .advance_arrow:after {
  right: 4%;

}

#dh_lp_wrapper .advance_area .sec_02 .right_box {}

#dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box {
  position: relative;
}

#dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box {
  position: absolute;
  top: 45px;
  right: 44px;
  text-align: left;
  color: #928064;
}

#dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_main_text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 3px;
}

#dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_sub_text {
  width: 200px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.03em;
}

#dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_sub_text .space {
  margin: 0 8px;
}

#dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_sub_text .bold {
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .advance_area .sec_02 {
    height: auto;
  }

  #dh_lp_wrapper .advance_area .sec_02 .info_box {
    margin-top: 0px;
  }

  #dh_lp_wrapper .advance_area .sec_02 .number_text {
    padding-top: 32px;
    margin-bottom: 8px;
    font-size: 20px;

  }

  #dh_lp_wrapper .advance_area .sec_02 .main_text {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 24px;


  }



  #dh_lp_wrapper .advance_area .sec_02 .detail_text {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;

  }

  #dh_lp_wrapper .advance_area .sec_02 .note {
    margin-top: 3px;

  }

  #dh_lp_wrapper .advance_area .sec_02 .advance_arrow:after {
    right: 4%;
  }

  #dh_lp_wrapper .advance_area .sec_02 .img_box_sp {
    margin-bottom: 0px;
  }

  #dh_lp_wrapper .advance_area .sec_02 .lower_box {
    margin-bottom: 22px;
  }


  #dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box {
    position: relative;
  }

  #dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box {

    top: 50%;
    right: 8%;
    transform: translateY(-50%);
  }

  #dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_main_text {
    font-size: 11px;
    margin-bottom: 0px;
  }

  #dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_sub_text {
    width: 165px;
    font-size: 10px;
    line-height: 15px;
  }

  #dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_sub_text .space {
    margin: 0 2px;
  }

  #dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box .small_sub_text .bold {
    font-weight: 600;
  }

  #dh_lp_wrapper .advance_area .sec_02 .note {
    margin-top: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 549px) {
  #dh_lp_wrapper .advance_area .sec_02 .lower_box .img_box .text_box {
    right: 10px;
  }
}


/* ==================================================
  advance > sec03
================================================== */
#dh_lp_wrapper .advance_area .sec_03 .info_box {
  width: 379px;
  margin-top: 74px;
}

#dh_lp_wrapper .advance_area .sec_03 .number_text {
  margin-bottom: 37px;

}

#dh_lp_wrapper .advance_area .sec_03 .main_text {
  margin-bottom: 8px;

}

#dh_lp_wrapper .advance_area .sec_03 .detail_text {
  margin-bottom: 0;
  line-height: 25px;
}

#dh_lp_wrapper .advance_area .sec_03 .app_box {
  display: flex;
  column-gap: 11px;
  height: 40px;
}

#dh_lp_wrapper .advance_area .sec_03 .app_box a {
  height: 40px;
}

#dh_lp_wrapper .advance_area .sec_03 .app_box a img {
  height: 100%;
}

#dh_lp_wrapper .advance_area .sec_03 .lower_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 117px;
}

#dh_lp_wrapper .advance_area .sec_03 .lower_box .qr_img {
  width: 90px;
}

#dh_lp_wrapper .advance_area .sec_03 .text_box {
  text-align: left;
}

#dh_lp_wrapper .advance_area .sec_03 .small_main_text {
  margin-right: 24px;
  font-size: 12px;
  font-weight: 600;
  color: #3c3c3c;
  line-height: 19px;
  letter-spacing: 0px;

}

#dh_lp_wrapper .advance_area .sec_03 .note {
  margin-bottom: 20px;
}

#dh_lp_wrapper .advance_area .sec_03 .advance_button {
  background-color: #f01e2c;
}

#dh_lp_wrapper .advance_area .sec_03 .advance_arrow::after {
  right: 4%;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .advance_area .sec_03 .info_box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 41px;
  }

  #dh_lp_wrapper .advance_area .sec_03 .number_text {
    padding-top: 32px;
    margin-bottom: 8px;
    font-size: 20px;

  }

  #dh_lp_wrapper .advance_area .sec_03 .main_text {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  #dh_lp_wrapper .advance_area .sec_03 .detail_text {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  #dh_lp_wrapper .advance_area .sec_03 .note {
    padding: 0;
  }

  #dh_lp_wrapper .advance_area .sec_03 .advance_button {
    margin-bottom: 17px;
  }

  #dh_lp_wrapper .advance_area .sec_03 .app_box {
    justify-content: center;
    column-gap: 7px;
    height: 40px;
    padding-bottom: 86px;
  }

  #dh_lp_wrapper .advance_area .sec_03 .app_box a {
    height: 38px;
  }

  #dh_lp_wrapper .advance_area .sec_03 .app_box a img {
    height: 100%;
  }

  #dh_lp_wrapper .advance_area .sec_03 .lower_box {}

  #dh_lp_wrapper .advance_area .sec_03 .text_box {
    text-align: left;
  }

  #dh_lp_wrapper .advance_area .sec_03 .small_main_text {
    font-size: 12px;
    font-weight: 600;
    color: #3c3c3c;
    letter-spacing: 0px;

  }
}



/* ==================================================
  advance > sec04
================================================== */
#dh_lp_wrapper .advance_area .sec_04 .info_box {
  width: 379px;
  margin-top: 110px;
}

#dh_lp_wrapper .advance_area .sec_04 .number_text {
  margin-bottom: 37px;

}

#dh_lp_wrapper .advance_area .sec_04 .main_text {
  margin-bottom: 8px;

}

#dh_lp_wrapper .advance_area .sec_04 .detail_text {
  margin-bottom: 20px;
  line-height: 25px;
}


#dh_lp_wrapper .advance_area .sec_04 .lower_box {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-left: 79px;
  height: 130px;
}

#dh_lp_wrapper .advance_area .sec_04 .text_box {
  text-align: left;
}

#dh_lp_wrapper .advance_area .sec_04 .small_main_text {
  font-size: 12px;
  font-weight: 600;
  color: #3c3c3c;
  letter-spacing: 0px;
}

#dh_lp_wrapper .advance_area .sec_04 .small_sub_text {

  font-size: 10px;
  font-weight: 400;
  color: #898989;
  line-height: 16px;
  letter-spacing: 0px;
}

#dh_lp_wrapper .advance_area .sec_04 .advance_arrow::after {
  right: 9%;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .advance_area .sec_04 .info_box {
    width: 100%;
    margin-top: 0;
  }

  #dh_lp_wrapper .advance_area .sec_04 .number_text {
    padding-top: 32px;
    margin-bottom: 8px;
    font-size: 20px;

  }

  #dh_lp_wrapper .advance_area .sec_04 .main_text {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px;

  }

  #dh_lp_wrapper .advance_area .sec_04 .detail_text {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  #dh_lp_wrapper .advance_area .sec_04 .advance_button {
    margin-bottom: 44px;
  }


  #dh_lp_wrapper .advance_area .sec_04 .lower_box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-left: 79px;
    height: 130px;
  }

  #dh_lp_wrapper .advance_area .sec_04 .text_box {
    text-align: left;
  }

  #dh_lp_wrapper .advance_area .sec_04 .small_main_text {
    font-size: 12px;
    font-weight: 600;
    color: #3c3c3c;
    letter-spacing: 0px;
  }

  #dh_lp_wrapper .advance_area .sec_04 .small_sub_text {

    font-size: 10px;
    font-weight: 400;
    color: #898989;
    line-height: 16px;
    letter-spacing: 0px;
  }
}


/* ==================================================
  main
================================================== */
#dh_lp_wrapper #main {
  padding-top: 49px;
}


@media screen and (max-width: 750px) {
  #dh_lp_wrapper #main {
    padding-top: 112px;
  }
}

@media screen and (max-width: 550px) {
  #dh_lp_wrapper #main {
    padding-top: 15px;
  }
}

/*==================================================*/
/*タブ分け===========================================*/
/*==================================================*/

#dh_lp_wrapper .tabMenu {
  width: 980px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0 88px;
}

#dh_lp_wrapper .tabMenu li {
  text-align: center;
  border-bottom: #EBD4B5 2px solid;
  transition: all .5s;
  width: 50%;
  padding-bottom: 4px;
  background: none;
  opacity: .5;
}

#dh_lp_wrapper .tabMenu li a {
  color: #fbf3f0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  background: none;
  text-decoration: none;
}

#dh_lp_wrapper .tabMenu li.tab_select {
  border-bottom: #fbf3f0 2px solid;

  opacity: 1;
}

#dh_lp_wrapper .tabContent.disnon {
  display: none;
}

#dh_lp_wrapper .tabContent.tab_select {
  display: block;
}

@media(max-width: 979px) {
  #dh_lp_wrapper .tabMenu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0 10px;
  }

  #dh_lp_wrapper .tabMenu li {
    padding-bottom: 12px;
  }
}

/* ==================================================
  item > sec(共通)
================================================== */
#dh_lp_wrapper .sec-margin {
  padding: 6px 0 142px;
}

#dh_lp_wrapper .hot_word .sec-margin {
  padding-top: 80px;
}

#dh_lp_wrapper .search_brand_sec .sec-margin {
  padding-top: 80px;
}



#dh_lp_wrapper .sec-wrapper {
  max-width: 980px;
  margin: 0 auto !important;
}

#dh_lp_wrapper .search_recommend .sec-wrapper {
  max-width: 1010px;
}


#dh_lp_wrapper .title-en {
  font-weight: 600;
  font-size: 17px;
  color: #fbf4f0;
  margin: 0 auto;
  margin-bottom: 0px;
  line-height: 14px;
  letter-spacing: 2px;
}

#dh_lp_wrapper .title {
  color: #fbf4f0;
  font-size: 30px;
  line-height: 1.95em;
  margin: 0 auto 36px;
  font-weight: 500;
  letter-spacing: 3px;
}

#dh_lp_wrapper .title img {
  padding-bottom: 5px;
}

#dh_lp_wrapper .title span {
  font-size: 14px;
  font-weight: normal;
}

#dh_lp_wrapper .search_recommend .title {
  margin-bottom: 22px;
}

#dh_lp_wrapper .lp_btn {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 48%;
  max-width: 435px;
  border-radius: 6px;
  background-color: #202124;
  transition: all 0.3s ease;
  margin-top: 38px;
}

#dh_lp_wrapper .lp_btn a {
  display: inline-block;
  width: 100%;
  padding: 1.153em 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

#dh_lp_wrapper .lp_btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .lp_btn {
    max-width: 327px;
    width: 90%;
    margin-top: 19px;
  }
}

#dh_lp_wrapper .lp_arrow::after {
  position: absolute;
  top: 50%;
  right: 8%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: translate(-50%, -50%)rotate(45deg);
  color: #fff;
}



#dh_lp_wrapper .lp_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

#dh_lp_wrapper .brand_bg .lp_flex_wrap {
  position: relative;
  row-gap: 20px;
  column-gap: 1.025%;
  z-index: 0;
}

#dh_lp_wrapper .wrapper {
  margin-bottom: 0;
}

#dh_lp_wrapper .subtitle-line {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 13px;
  padding-top: 41px;

}


#dh_lp_wrapper .subtitle-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #fff;
  margin: 0;
  opacity: 0.4;
}

#dh_lp_wrapper .gender {
  padding-right: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  line-height: 18px;
  letter-spacing: 2px;

}

/* ==================================================
  item > sec(共通)
================================================== */

/* ==================================================
  item > campaign
================================================== */

#dh_lp_wrapper .campaign {
  padding: 19px 0 125px;
}

#dh_lp_wrapper .campaign .title {
  font-size: 29px;
  margin-bottom: 27px;
}

#dh_lp_wrapper .campaign_bnr_list {
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

#dh_lp_wrapper .campaign_bnr_list li {
  max-width: 290px;
  width: 90%;
}

#dh_lp_wrapper .campaign_bnr_list li a {
  display: block;
  height: 100%;
  transition: all .3s ease;

}


#dh_lp_wrapper .hover_item:hover {
  opacity: .7;
}

#dh_lp_wrapper .campaign_bnr_list li a:hover {
  opacity: .7;
}

#dh_lp_wrapper .campaign_bnr_list li img {
  width: 100%;
}


@media screen and (max-width: 750px) {
  #dh_lp_wrapper .sec-margin.campaign {
    padding: 59px 0 0px;
  }

  #dh_lp_wrapper .campaign .title {
    font-size: 20px;
    margin-bottom: 26px;
  }

  #dh_lp_wrapper .campaign_bnr_list {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  #dh_lp_wrapper .campaign_bnr_list li {
    max-width: 265px;
  }
}

/* ==================================================
  item > campaign
================================================== */

/*----------あなたにオススメ--------*/
@media screen and (max-width: 749px) {

  #dh_lp_wrapper .search_recommend>ul,
  #dh_lp_wrapper #search_ranking>ul {
    margin-bottom: 35px;
  }
}

#dh_lp_wrapper .search_recommend .title-en {
  margin-bottom: 2px;
}

@media screen and (max-width: 749px) {
  #dh_lp_wrapper .search_recommend .title-en {
    margin-bottom: 6px;
    line-height: 20px;
  }

  #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;
}

#dh_lp_wrapper .customer .recommendItems {
  padding: 60px 0 0;
}

@media screen and (max-width: 749px) {
  #dh_lp_wrapper .customer .recommendItems {
    padding: 60px 14px 0;
  }
}

@media screen and (min-width: 750px) {

  #dh_lp_wrapper .recommendItems {
    padding: 60px 14px 0;
  }
}

#dh_lp_wrapper .recommendItems.productDetail {
  padding: 92px 0px 60px !important;
}

#dh_lp_wrapper .recommendItems.recommendItems__account {
  margin-top: 60px;
}

#dh_lp_wrapper .products-card-list+.recommendItems.recommendItems__productCard {
  margin-top: 60px !important;
}

#dh_lp_wrapper .favorite-products-container .recommendItems {
  padding: 60px 0 0;
}

@media screen and (max-width: 749px) {
  #dh_lp_wrapper .recommendItems.productDetail {
    padding: 38px 15px !important;
  }

  #dh_lp_wrapper .products-card-list+.recommendItems.recommendItems__productCard {
    padding: 0;
    margin-top: 30px !important;
  }
}

#dh_lp_wrapper .recommendItems__header {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

#dh_lp_wrapper .recommendItems__header__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  color: #202124;
  display: flex;
}

@media screen and (max-width: 749px) {
  #dh_lp_wrapper .recommendItems__header__title {
    font-size: 14px;
  }

  #dh_lp_wrapper .recommendItems__header {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

#dh_lp_wrapper .recommendItems__header__title .outlet__tag {
  color: #db3c59;
  font-size: 10px;
  text-align: center;
  margin-left: 15px;
  line-height: 10px;
  height: 22px;
  display: flex;
  align-items: center;
  padding: 3px 7px;
  border: 1px solid #db3c59;
  border-radius: 2px;
}

#dh_lp_wrapper .customer ul.recommendItems__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px 8px;
  width: 100%;
  padding: 0;
}

#dh_lp_wrapper .recommendItems__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px 8px;
  width: 100%;
  padding: 0;
}

#dh_lp_wrapper .recommendItems__item {
  width: calc(25% - 6px);
  list-style: none;
  margin-bottom: 14px !important;
}

@media screen and (max-width: 979px) {}

#dh_lp_wrapper .recommendItems__account .recommendItems__vendor {
  margin-bottom: 4px !important;
  font-size: 11px !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;
}

@media screen and (max-width: 749px) {
  #dh_lp_wrapper .recommendItems__title {
    font-size: 12px;
  }
}

#dh_lp_wrapper .recommendItems__item a {
  display: flex;
  flex-wrap: wrap;
  color: #202124;
  width: 100%;
  text-decoration: none;
}

#dh_lp_wrapper .customer ul.recommendItems__item a {
  display: flex !important;
  width: 100%;
  text-decoration: none;
  color: #202124;
}

#dh_lp_wrapper .recommendItems__item a:hover {
  opacity: 0.8;
}

#dh_lp_wrapper .recommendItems__img {
  margin-bottom: 4px;
  aspect-ratio: 5/6;
  object-fit: cover;
  width: 100%;
}


@media screen and (max-width:979px) {
  #dh_lp_wrapper .recommendItems__img {
    margin-bottom: 4px;
  }
}



#dh_lp_wrapper .recommendItems__vendor {
  width: 100%;
  font-weight: 700;
  font-size: 11px;
  line-height: 2em;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;

}


#dh_lp_wrapper .recommendItems__product__title {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4em;
  margin-bottom: 4px;
  overflow-x: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .recommendItems__product__title {
    margin-bottom: 4px;
  }

}

#dh_lp_wrapper .recommendItems__price__wrapper .price-area {
  line-height: 1;

}

#dh_lp_wrapper .recommendItems__price__wrapper .price {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4em;

}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .recommendItems__price__wrapper .price {
    font-size: 12px;
  }
}

#dh_lp_wrapper .recommendItems__price__wrapper .tax-in {
  font-size: 10px;
  margin-left: 4px;
  margin-right: 8px;
}

#dh_lp_wrapper .recommendItems__price__wrapper .discount {
  font-size: 11px;
}

@media screen and (max-width: 749px) {
  #dh_lp_wrapper .recommendItems__price__wrapper .discount {
    font-size: 11px;
  }
}

#dh_lp_wrapper .recommendItems__price__wrapper .discount .price {
  color: #e04f4f;
}

#dh_lp_wrapper .recommendItems__readMoreBlock {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px auto;
}


@media screen and (max-width: 749px) {
  #dh_lp_wrapper .recommendItems__readMoreBlock {
    margin-top: 32px;
  }

}

#dh_lp_wrapper .recommendItems__bottomBlock {
  margin-bottom: 50px;
}


@media screen and (max-width: 749px) {
  #dh_lp_wrapper .recommendItems__bottomBlock {
    margin-bottom: 128px;
  }

}

#dh_lp_wrapper .recommendItems__view-all {
  color: #202124;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  width: 240px;
  padding: 11px 0;
  height: 44px;
  border: 1px solid #202124;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}

#dh_lp_wrapper .recommendItems__view-all span {
  display: block;
  padding-right: 10px;
  position: relative;
}

#dh_lp_wrapper .recommendItems__view-all span:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  top: calc(50% + 0.5px);
  transform: translateY(-50%);
  right: 27%;

}


#dh_lp_wrapper .search_recommend .sec-wrapper {
  background-color: #fbf4f0;
  max-width: 1010px;
  padding: 15px 15px 0px !important;
}


#dh_lp_wrapper .splide {
  width: 100%;
}

#dh_lp_wrapper .splide__pagination li:only-child {
  display: none;
}



#dh_lp_wrapper .search_recommend .splide__track {
  overflow: visible;
  overflow-x: clip;
}

#dh_lp_wrapper .search_recommend .splide__track--draggable {}

#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 .splide__pagination li .is-active {
  transform: scale(1);
}

/*==================================================*/
/*arrow===========================================*/
/*==================================================*/
#dh_lp_wrapper .splide__arrow {
  pointer-events: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  transition: .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-summer-clearance-sale-20250627/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-summer-clearance-sale-20250627/images/arrow_left.png);
  left: -76px;
}

@media screen and (max-width: 549px) {
  #dh_lp_wrapper .splide__arrow:before {
    display: none;
  }
}




/*==================================================*/
/*ホットワード===========================================*/
/*==================================================*/
#dh_lp_wrapper .hot_word {
  padding-bottom: 118px;
}

#dh_lp_wrapper .hot_word .hot-word-box .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 14px;
  column-gap: 10px;
}

#dh_lp_wrapper .hot_word .words {
  text-align: center;
  padding: 0 20px;
  background-color: #fbf4f0;
  border-radius: 17px;
  color: #202124;
  font-size: 12px;
  font-weight: 600;
  line-height: 35px;
  transition: all 0.3s ease;
}

#dh_lp_wrapper .hot_word .words:hover {
  opacity: .8;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper section.hot_word {
    padding-top: 70px;
    padding-bottom: 14px;
  }

  #dh_lp_wrapper .hot_word .hot-word-box .wrapper {
    row-gap: 15px;
    column-gap: 9px;
  }

  #dh_lp_wrapper .hot_word .words {
    padding: 0 10px;
    line-height: 27px;
    font-size: 11px;
    font-weight: 500;
  }
}




/*==================================================*/
/*ブランド==============================================*/
/*==================================================*/

/*ブランドから*/
#dh_lp_wrapper .search_brand_sec {
  width: 100%;
  max-width: inherit;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 112px;
}

#dh_lp_wrapper .search_brand {
  margin: 0 auto;
}

#dh_lp_wrapper .search_brand .lp_flex_wrap .brandlist a span {
  color: #fff;
}

#dh_lp_wrapper .search_brand a {
  background-color: #fff;
  display: flex;
  height: 88px;
  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: #242835;
  font-size: 13px;
}

#dh_lp_wrapper .search_brand li.brandlist span {
  margin: 7.5px auto 0;
  display: block;
  line-height: 14px;
  color: #fff;
}

#dh_lp_wrapper .search_brand li.brandlist img {
  width: 86%;
  max-height: 61px;
  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 .search_brand .brandtxt {
  background-color: #eecf69;
  color: #b50001;
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
  padding: 0.3em 0;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .search_brand .brandtxt {
    font-size: 10px;
    padding: 0.3em 0;
    line-height: 1.2;
  }
}

/*==================================================*/
/*カテゴリ==============================================*/
/*==================================================*/
#dh_lp_wrapper .search_category {
  width: 100%;
  padding-bottom: 116px;
  max-width: inherit;
  background-repeat: no-repeat;
  background-size: 100%;
}

#dh_lp_wrapper .search_item {
  margin: 0 auto;
}

#dh_lp_wrapper .search_item .lp_flex_wrap {
  column-gap: 0.8%;
  margin-bottom: 16px;
  justify-content: center;
  row-gap: 12px;
}

#dh_lp_wrapper .search_item .all-item-button {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 298px;
  font-size: 14px;
  text-decoration: none;
  padding: 0.58em;
  color: #202124;
  border: 1px solid #202124;
  border-radius: 60px;
  margin-top: 30px;
}

#dh_lp_wrapper .search_item .lp_btn {
  margin-top: 33px;
}

#dh_lp_wrapper .search_item li:hover {
  opacity: .8;
}

#dh_lp_wrapper li.category {
  width: 16%;
  position: relative;
  background-color: #000;
  transition: all 0.3s ease;
}

#dh_lp_wrapper li.category img {
  width: 100%;
  opacity: 0.7;
}

#dh_lp_wrapper li.category_text a {
  display: block;
  line-height: 68px;
  color: #fff;
  padding-right: 7px;
  margin-top: 18px;
}

#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 .keyword_box a {
  display: inline-block;
  width: 100%;
  padding: 0.7em 0;
  transition: 0.3s all ease;
}

#dh_lp_wrapper .search_item li.keyword_box {
  background-color: #fbf4f0;
  width: 16%;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #202124;
  transition: all 0.3s ease;
}


/*==================================================*/
/*feature==============================================*/
/*==================================================*/
#dh_lp_wrapper .feature {
  padding-bottom: 121px;
}

#dh_lp_wrapper .featurelist {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

#dh_lp_wrapper .feature .featurebrand {
  margin-top: 9px;
  color: #fb9fa6;
  font-size: 10px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#dh_lp_wrapper .feature .featuretext {
  margin-top: 4px;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#dh_lp_wrapper .feature .splide__track {

  margin-bottom: 8px;
}

#dh_lp_wrapper .feature .splide__list {
  width: 95%;
}

#dh_lp_wrapper .feature .splide__slide {
  transition: all 0.3s ease;
}

#dh_lp_wrapper .feature .splide__slide:hover {
  opacity: .8;
}

#dh_lp_wrapper .feature .splide__slide .label {
  width: 113px;
}

#dh_lp_wrapper .feature .splide__slide img {
  width: 100%;
}

#dh_lp_wrapper .feature .splide__pagination {
  bottom: -19px;
}

#dh_lp_wrapper .feature .lp_btn {
  margin-top: 68px;
}

#dh_lp_wrapper .feature .lp_btn.lp_btn_blog {
  margin-top: 17px;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper section.feature {
    padding-top: 57px;
    padding-bottom: 89px;
  }

  #dh_lp_wrapper .feature .featurelist {
    max-width: 600px;
    width: 95%;
  }

  #dh_lp_wrapper .feature .featurebrand {
    font-size: 10px;
  }

  #dh_lp_wrapper .feature .featuretext {
    font-size: 10px;
  }

  #dh_lp_wrapper .feature .splide__pagination {
    bottom: -17px;
  }

  #dh_lp_wrapper .feature #dh_lp_wrapper .lp_btn {
    margin-top: 21px;
  }

  #dh_lp_wrapper .feature .splide__list {}

  #dh_lp_wrapper .feature .splide__slide .label {
    width: 100px;
  }

  #dh_lp_wrapper .feature .lp_btn {
    margin-top: 35px;
  }

  #dh_lp_wrapper .feature .lp_btn.lp_btn_blog {
    margin-top: 13px;
  }
}

@media screen and (max-width: 549px) {
  #dh_lp_wrapper .feature .featurelist {
    max-width: 100%;
    width: 100%;
    padding-left: 10px !important;
  }

  #dh_lp_wrapper .feature .splide__list {
    width: 90%;
  }

  #dh_lp_wrapper .feature .splide__slide .label {
    width: 100px;
  }

}





/*==================================================*/
/*全てのアイテム==============================================*/
/*==================================================*/

#dh_lp_wrapper .all_item {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0;
  background-color: #e30a18;
}

#dh_lp_wrapper .all_item .bg_img {
  position: absolute;
  left: calc(50% - 524px);
  transform: translate(-50%, 0);
  height: 100%;
  opacity: .45;

}

@media screen and (max-width: 1385px) {
  #dh_lp_wrapper .all_item .bg_img {
    left: -20px;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 549px) {
  #dh_lp_wrapper .all_item .bg_img {
    width: 165px;
    bottom: 0;
    height: unset;

  }

  #dh_lp_wrapper .all_item .bg_img img {
    width: 100%;
    height: unset;
  }
}


#dh_lp_wrapper .all_item .bg_img img {
  height: 100%;

}

#dh_lp_wrapper .all_item .all_item_text,
#dh_lp_wrapper .all_item .all_item_btn,
#dh_lp_wrapper .all_item .other_link,
#dh_lp_wrapper .all_item .all_item_note {
  position: relative;
  z-index: 1;
}


#dh_lp_wrapper .all_item .all_item_text {
  display: inline-block;
  position: relative;
  padding-top: 112px;
  margin-bottom: 55px;
  color: #fbf4f0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

#dh_lp_wrapper .all_item .all_item_text::before,
#dh_lp_wrapper .all_item .all_item_text::after {
  position: absolute;
  bottom: 3px;
  content: "";
  width: 38px;
  height: 1px;
  background-color: #fbf4f0;
  margin: 0px 4px 4px;
}

#dh_lp_wrapper .all_item .all_item_text::before {
  left: -54px;
  transform: translateX(-50%) rotate(55deg);
}

#dh_lp_wrapper .all_item .all_item_text::after {
  right: -54px;
  transform: translateX(50%) rotate(-55deg);
}

#dh_lp_wrapper .all_item .all_item_btn {
  display: block;
  margin: 0 auto 48px;
  color: #fbf4f0;
  font-size: 24px;
  font-weight: 500;
  max-width: 695px;
  width: 695px;
  height: 83px;
  background-color: #202124;
}

#dh_lp_wrapper .all_item .all_item_btn a {
  font-size: 24px;
}

#dh_lp_wrapper .all_item .all_item_arrow:after {
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: translate(-50%, -50%)rotate(45deg);
  color: #fbf4f0;


}

#dh_lp_wrapper .all_item .other_link {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 300px;
  margin: 0 auto;
}

#dh_lp_wrapper #men .all_item .other_link {
  width: 360px;
}

#dh_lp_wrapper .all_item .other_all_item {
  display: block;
  position: relative;
  margin-bottom: 0px;
  padding-right: 13px;
  padding-bottom: 3px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}

#dh_lp_wrapper .all_item .small_arrow:after {
  position: absolute;
  top: 50%;
  right: 2px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translate(-50%, -50%) rotate(45deg);
  color: #000;
}

#dh_lp_wrapper .all_item .all_item_note {
  margin: 0 auto;
  margin-top: 49px;
  padding-bottom: 121px;
  width: 683px;
}


#dh_lp_wrapper .all_item .all_item_note p {
  text-align: left;
  margin: 0;
  color: #fbf4f0;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.06em;
}

#dh_lp_wrapper .all_item .all_item_note p span {
  margin-right: 10px;
}



@media screen and (max-width: 979px) {
  #dh_lp_wrapper section.all_item {
    padding-top: 3px;
  }


  #dh_lp_wrapper .all_item .all_item_text {
    padding-top: 82px;
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
  }

  #dh_lp_wrapper .all_item .all_item_text::before,
  #dh_lp_wrapper .all_item .all_item_text::after {
    bottom: 16px;
  }

  #dh_lp_wrapper .all_item .all_item_text::before {
    left: -42px;
  }

  #dh_lp_wrapper .all_item .all_item_text::after {
    right: -42px;
  }

  #dh_lp_wrapper .all_item .all_item_btn {
    margin-bottom: 33px;
    font-size: 16px;
    max-width: 330px;
    width: 330px;
    height: 60px;
  }

  #dh_lp_wrapper .all_item .all_item_btn a {
    font-size: 16px;
  }

  #dh_lp_wrapper .all_item .all_item_arrow:after {
    position: absolute;
    top: 50%;
    right: 6%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: translate(-50%, -50%)rotate(45deg);
    color: #fbf4f0;


  }

  #dh_lp_wrapper .all_item .other_link {
    width: 236px;
    row-gap: 20px;
  }

  #dh_lp_wrapper #men .all_item .other_link {
    width: 264px;
  }

  #dh_lp_wrapper .all_item .other_all_item {
    margin-bottom: 0px;
    padding-right: 13px;
    padding-bottom: 1px;
    font-size: 12px;
  }

  #dh_lp_wrapper .all_item .small_arrow:after {
    position: absolute;
    top: 50%;
    right: 2px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    transform: translate(-50%, -50%) rotate(45deg);
    color: #000;
  }

  #dh_lp_wrapper .all_item .all_item_note {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
    padding-bottom: 37px;
    padding-left: 9px;
    width: 84%;
    max-width: 461px;

  }

  #dh_lp_wrapper .all_item .all_item_note p {

    color: #fff;
    font-size: 10px;
    line-height: 17px;
    text-indent: -13px;
  }

  #dh_lp_wrapper .all_item .all_item_note p span {
    margin-right: 0px;
  }
}












@media screen and (max-width: 979px) {

  /*共通*/
  #dh_lp_wrapper {
    font-size: 14px;
  }

  #dh_lp_wrapper .lp_btn a {
    font-size: 12px;
  }

  #dh_lp_wrapper .sec-margin {
    padding: 58px 0 34px;
  }

  #dh_lp_wrapper .sec-wrapper {
    max-width: 456px;
    width: 94%;
  }



  /*==================================================*/
  /*タブ==============================================*/
  /*==================================================*/

  #dh_lp_wrapper #gender_tab .tab3-headers-wrapper {
    padding: 14px 0 0;
  }

  #dh_lp_wrapper #gender_tab [data-pf-type=TabsMenu3] {
    width: 100%;
  }

  #dh_lp_wrapper #gender_tab label {
    border-bottom: #EBD4B5 2px solid;
    transition: all 0s;
    font-size: 26px;
    padding-bottom: 10px;
  }

  #dh_lp_wrapper #gender_tab label[data-pf-tab-active=true] {
    border-bottom: #EBD4B5 3px solid;
  }

  #dh_lp_wrapper #gender_tab label[data-pf-tab-active=false] {
    border-bottom: #EBD4B5 2px solid;
  }




  /*セクション*/
  #dh_lp_wrapper .wrapper {
    margin-bottom: 46px;
  }


  #dh_lp_wrapper .wrapper:nth-child(2) {
    margin-bottom: 50px
  }

  #dh_lp_wrapper .wrapper:last-child {
    margin-bottom: 0;
  }

  #dh_lp_wrapper .brand_bg .lp_flex_wrap {
    column-gap: 0.84%;
    row-gap: 18px;
    padding: 0;
  }

  #dh_lp_wrapper .title-en {
    font-size: 15px;
    line-height: 2.2;
  }

  #dh_lp_wrapper .title {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
  }

  #dh_lp_wrapper .title img {
    transform: scale(0.75);
  }

  #dh_lp_wrapper h3.title {
    margin-bottom: 33px;
    letter-spacing: 1px;
  }

  #dh_lp_wrapper .subtitle-line {
    padding-top: 37px;
  }

  #dh_lp_wrapper .gender {
    font-size: 10px;
  }

  /*----------ブランドから--------*/
  #dh_lp_wrapper .search_brand_sec {
    padding-top: 68px;
    padding-bottom: 10px;
  }

  #dh_lp_wrapper .search_brand_sec .wrapper {
    margin-bottom: 0px;
  }



  #dh_lp_wrapper .search_brand a {
    height: 55px;
  }

  #dh_lp_wrapper .search_brand li.brandlist {
    width: 32.7%;
    font-size: 12px;
    line-height: 14px;
  }

  #dh_lp_wrapper .search_brand li.brandlist span {
    font-size: 10px;
  }

  #dh_lp_wrapper .search_brand li.brandlist img {
    width: 72%;
    max-width: 105px;
  }

  /*----------カテゴリから--------*/
  #dh_lp_wrapper .search_category {
    padding-top: 78px;
    padding-bottom: 25px;
  }

  #dh_lp_wrapper .search_category .title-en {
    line-height: 20px;
    margin-bottom: 10px;
  }

  #dh_lp_wrapper .search_item .lp_flex_wrap {
    /*width: 95%;*/
    margin: 0 auto 16px;
    column-gap: 1.6%;
    row-gap: 15px;
    justify-content: center;
    padding: 0;
  }

  #dh_lp_wrapper .search_item .lp_flex_wrap li.category {
    width: 32.2%;
  }

  #dh_lp_wrapper .search_item .lp_btn {
    margin-top: 5px;
  }

  #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;
  }

  .search_category #dh_lp_wrapper .subtitle-line {
    padding-top: 37px;
    width: 95%;
    margin: 0 auto 27px;
  }

  #dh_lp_wrapper .search_item li.keyword_box {
    max-width: 180px;
    font-size: 10px;
  }

  #dh_lp_wrapper .item_text {
    font-size: 16px;
  }

  #dh_lp_wrapper .search_item li.keyword_box {
    width: unset;
    height: 36px;
  }

  #dh_lp_wrapper .search_item li.keyword_box a {
    line-height: 36px;
    font-size: 10px;
    padding: 0 14px;
  }

  /*----------価格から探す----------*/
  #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 .readtext p {
    font-size: 13px;
    line-height: 1.6em;
  }

  #dh_lp_wrapper .readtext p.ttl {
    font-size: 18px;
    line-height: 1.6em;
  }

  #dh_lp_wrapper .readtext p.info {
    font-size: 13px;
    line-height: 1.6em;
  }


  /*----------カテゴリから--------*/
  #dh_lp_wrapper .item_text {
    font-size: 12px;
  }
}





/*==================================================*/
/*ランキングナンバー===================================*/
/*==================================================*/
#dh_lp_wrapper .ranking__img__container {
  position: relative;
}

#dh_lp_wrapper .ranking__img__container span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 8px;
  top: 5px;
  background-color: #87878780;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

#dh_lp_wrapper .ranking__img__container span:after {
  position: absolute;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

#dh_lp_wrapper .recommendItems__item[aria-label^="1 of"] .ranking__img__container span {
  background-color: #e2ce5f;
}

#dh_lp_wrapper .recommendItems__item[aria-label^="2 of"] .ranking__img__container span {
  background-color: #d8d8d8e2;
}

#dh_lp_wrapper .recommendItems__item[aria-label^="3 of"] .ranking__img__container span {
  background-color: #e2ba94;
}

#dh_lp_wrapper .recommendItems__item[aria-label^="1 of"] .ranking__img__container span:after {
  content: "1";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="2 of"] .ranking__img__container span:after {
  content: "2";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="3 of"] .ranking__img__container span:after {
  content: "3";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="4 of"] .ranking__img__container span:after {
  content: "4";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="5 of"] .ranking__img__container span:after {
  content: "5";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="6 of"] .ranking__img__container span:after {
  content: "6";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="7 of"] .ranking__img__container span:after {
  content: "7";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="8 of"] .ranking__img__container span:after {
  content: "8";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="9 of"] .ranking__img__container span:after {
  content: "9";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="10 of"] .ranking__img__container span:after {
  content: "10";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="11 of"] .ranking__img__container span:after {
  content: "11";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="12 of"] .ranking__img__container span:after {
  content: "12";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="13 of"] .ranking__img__container span:after {
  content: "13";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="14 of"] .ranking__img__container span:after {
  content: "14";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="15 of"] .ranking__img__container span:after {
  content: "15";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="16 of"] .ranking__img__container span:after {
  content: "16";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="17 of"] .ranking__img__container span:after {
  content: "17";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="18 of"] .ranking__img__container span:after {
  content: "18";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="19 of"] .ranking__img__container span:after {
  content: "19";
}

#dh_lp_wrapper .recommendItems__item[aria-label^="20 of"] .ranking__img__container span:after {
  content: "20";
}





@media screen and (max-width: 979px) {
  #dh_lp_wrapper .ranking__img__container span {
    left: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
  }

  #dh_lp_wrapper .ranking__img__container span:after {
    font-size: 10px;
  }

}


/*==================================================*/
/*go_top=============================================*/
/*==================================================*/

#dh_lp_wrapper .go_top {
  margin: 0 auto 155px;
  width: 140px;
}

#dh_lp_wrapper .go_top img {
  width: 100%;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .go_top {
    margin-bottom: 144px;
    width: 100px;
  }

}

/*==================================================*/
/*go_top=============================================*/
/*==================================================*/


#dh_lp_wrapper .search_brand .brandtxt {
  background-color: #d5ff10;
  color: #e9260f;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  padding: 0.3em 0;
}

@media screen and (max-width: 979px) {
  #dh_lp_wrapper .search_brand .brandtxt {
    font-size: 10px;
    padding: 0.3em 0;
    line-height: 1.2;
  }
}