/* Base */
[data-browse-mode="P"] .page_drystand .sp-only {
  display: none;
}
[data-browse-mode="S"] .page_drystand .pc-only {
  display: none;
}
.page_drystand h1,
.page_drystand h2,
.page_drystand h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.page_drystand picture {
  display: block;
}
[data-browse-mode="S"] .page_drystand em {
  font-style: normal;
}

/* Page */
[data-browse-mode="P"] .page_drystand {
  margin: 60px auto 120px;
  width: 1000px;
}
[data-browse-mode="S"] .page_drystand {
  margin: 30px 10px 70px;
}
.drystand_h1 {
  font-weight: bold;
  text-align: center;
}
[data-browse-mode="S"] .drystand_h1 {
  font-size: 23px;
  letter-spacing: .4px;
  line-height: 1.57143;
}
.drystand_top_links {
  display: flex;
  flex-wrap: wrap;
}
[data-browse-mode="P"] .drystand_top_links {
  margin: 30px auto 0;
  max-width: 600px;
  gap: 20px;
}
[data-browse-mode="S"] .drystand_top_links {
  margin: 30px 0 0;
  gap: 10px;
}
.drystand_top_link {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d4d4d4;
  background-color: #f6f6f6;
  position: relative;
}
[data-browse-mode="P"] .drystand_top_link {
  padding: 16px 25px 13px 20px;
  min-height: 60px;
  font-size: 17px;
}
[data-browse-mode="S"] .drystand_top_link {
  padding: 10px 20px 10px 5px;
  min-height: 70px;
  font-size: 13px;
}
.drystand_top_link::after {
  position: absolute;
  content: "";
  top: 50%;
  display: block;
  transition: .15s ease;
}
[data-browse-mode="P"] .drystand_top_link::after {
  right: 7px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("https://store.kadenfan.hitachi.co.jp/img/usr/pc/icon_btn_arrow.png") no-repeat center center / 10px auto;
}
[data-browse-mode="S"] .drystand_top_link::after {
  right: 3px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url("https://store.kadenfan.hitachi.co.jp/img/usr/pc/icon_btn_arrow.png") no-repeat center center / 8px auto;
  transform: rotate(90deg);
}
.drystand_top_link:hover {
  opacity: 1;
  border: 1px solid#e60027;
}
.drystand_top_link:hover::after {
  transform: rotate(90deg);
}
[data-browse-mode="P"] .drystand_top_link:not(._full) {
  width: calc((100% - 20px) / 2);
}
[data-browse-mode="S"] .drystand_top_link:not(._full) {
  width: calc((100% - 10px) / 2);
}
.drystand_top_link._full {
  width: 100%;
}
[data-browse-mode="P"] .drystand_sec {
  margin-top: 90px;
}
[data-browse-mode="P"] .drystand_sec + .drystand_sec {
  margin-top: 120px;
}
[data-browse-mode="S"] .drystand_sec {
  margin-top: 40px;
}
.page_drystand .drystand_h2 {
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.46667;
  border-bottom: 2px solid #e60027;
}
[data-browse-mode="P"] .drystand_h2 {
  padding-bottom: 10px;
  font-size: 22px;
}
[data-browse-mode="S"] .drystand_h2 {
  padding-bottom: 5px;
  font-size: 20px;
}
.drystand_point {
  background-color: #fffce4;
}
[data-browse-mode="P"] .drystand_point {
  margin: 30px 0 0;
  padding: 20px 50px;
}
[data-browse-mode="S"] .drystand_point {
  margin: 20px 0 0;
  padding: 20px 15px;
}
.drystand_point_ttl {
  font-weight: bold;
  color: #e61d26;
}
[data-browse-mode="P"] .drystand_point_ttl,
[data-browse-mode="P"] .drystand_point_list .num {
  font-size: 18px;
}
[data-browse-mode="S"] .drystand_point_ttl,
[data-browse-mode="S"] .drystand_point_list .num {
  font-size: 14px;
}
.drystand_point_detail {
  margin: 10px 0 0 7px;
}
.drystand_point_list > li {
  display: flex;
  gap: 15px;
}
.drystand_point_list em {
  font-weight: bold;
}
[data-browse-mode="P"] .drystand_point_list > li {
  align-items: center;
}
[data-browse-mode="S"] .drystand_point_list > li {
  align-items: flex-start;
}
.drystand_point_list > li + li {
  margin-top: 10px;
}
.drystand_point_list .num {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}
[data-browse-mode="S"] .drystand_point_list .num {
  position: relative;
  top: 6px;
}
.drystand_point_list .num::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: #e61d26;
  transform: translate(-50%, -50%);
}
[data-browse-mode="P"] .drystand_point_list .num::after {
  width: 28px;
  height: 28px;
}
[data-browse-mode="S"] .drystand_point_list .num::after {
  width: 22px;
  height: 22px;
}
[data-browse-mode="P"] .drystand_point_list .txt {
  flex: 1;
  font-size: 18px;
}
[data-browse-mode="S"] .drystand_point_list .txt {
  flex: 1;
  font-size: 14px;
}
[data-browse-mode="P"] .drystand_sec_nest {
  margin-top: 40px;
}
[data-browse-mode="P"] .drystand_sec_nest + .drystand_sec_nest {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #848484;
}
[data-browse-mode="S"] .drystand_sec_nest {
  margin-top: 30px;
}
[data-browse-mode="S"] .drystand_sec_nest + .drystand_sec_nest {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #848484;
}
.page_drystand .drystand_h3 {
  padding-left: .5em;
  font-weight: bold;
  position: relative;
}
[data-browse-mode="P"] .drystand_h3 {
  font-size: 22px;
}
[data-browse-mode="S"] .drystand_h3 {
  font-size: 18px;
}
.page_drystand .drystand_h3::before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #000;
}
[data-browse-mode="P"] .page_drystand .drystand_h3::before {
  top: 6px;
}
[data-browse-mode="S"] .page_drystand .drystand_h3::before {
  top: 2px;
}
[data-browse-mode="P"] .drystand_h3 + p {
  margin: 10px 0 0 11px;
  font-size: 15px;
}
[data-browse-mode="S"] .drystand_h3 + p {
  margin: 10px 0 0 11px;
  font-size: 14px;
}
.drystand_pattern {
  margin: 10px 0 0;
}
[data-browse-mode="P"] .drystand_pattern_item + .drystand_pattern_item {
  margin-top: 50px;
}
[data-browse-mode="S"] .drystand_pattern_item + .drystand_pattern_item {
  margin-top: 30px;
}
.drystand_pattern_ttl {
  display: flex;
  font-weight: bold;
}
[data-browse-mode="P"] .drystand_pattern_ttl {
  font-size: 20px;
}
.drystand_pattern_ttl > .num {}
.drystand_pattern_ttl > .txt {
  flex: 1;
}
.drystand_pattern_detail {
  margin-top: 10px;
}
[data-browse-mode="P"] .drystand_pattern_detail {
  margin-left: 40px;
  font-size: 15px;
}
[data-browse-mode="S"] .drystand_pattern_detail {
  margin-left: 28px;
  font-size: 14px;
}
.drystand_pattern_detail b {
  font-weight: bold;
}
.drystand_pattern_detail .color_consider {
  font-weight: bold;
  color: #e61d26;
}
.drystand_pattern_detail .color_handheld {
  font-weight: bold;
  color: #1d8fe6;
}
.drystand_pattern_detail .color_type {
  font-weight: bold;
  color: #17a000;
}
.drystand_search_img {
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
[data-browse-mode="P"] .drystand_imgs {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
[data-browse-mode="S"] .drystand_imgs {
  margin: 20px 0 0;
}
.drystand_search_link {
  margin-top: 10px;
  padding-left: 15px;
  display: inline-block;
  background: url("/img/usr/pc/icon_arrow_red_lg.png") no-repeat left top / 9px auto;
}
[data-browse-mode="P"] .drystand_search_link {
  font-size: 15px;
}
[data-browse-mode="S"] .drystand_search_link {
  font-size: 14px;
}
.drystand_img {}
.drystand_btn_large {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background-color: #4d4d4d;
  position: relative;
}
[data-browse-mode="P"] .drystand_btn_large {
  margin: 60px auto 0;
  padding: 6px 45px 4px 30px;
  max-width: 560px;
  min-height: 50px;
  font-size: 16px;
}
[data-browse-mode="S"] .drystand_btn_large {
  margin: 30px auto 0;
  padding: 5px 40px 5px 30px;
  min-height: 36px;
  font-size: 14px;
  text-align: center;
}
.drystand_btn_large::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g transform="translate(-1 -1)"><circle cx="7.5" cy="7.5" r="7.5" transform="translate(1 1)" fill="%23f2f2f2"/><path d="M0,4.387,2.742,2.194,0,0" transform="translate(7.403 6.306)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>') no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}
.drystand_btn_large:hover::after {
  right: 15px;
}
.drystand_bottom_link {
  background-color: #ededed;
}
[data-browse-mode="P"] .drystand_bottom_link {
  margin: 130px 0 0;
  padding: 30px;
}
[data-browse-mode="S"] .drystand_bottom_link {
  margin: 60px 0 0;
  padding: 20px 15px;
}
.drystand_bottom_link .drystand_btn_large {
  margin-top: 15px;
}
.drystand_bottom_list {
  margin: 0 auto;
  width: fit-content;
}
.drystand_bottom_list > li {
  margin-left: 1em;
  text-indent: -1em;
}
[data-browse-mode="P"] .drystand_bottom_list > li {
  font-size: 18px;
}
[data-browse-mode="S"] .drystand_bottom_list > li {
  font-size: 15px;
}
.drystand_bottom_list > li + li {
  margin-top: 5px;
}
.drystand_bottom_list > li::before {
  content: "\30FB";
}

/* goods style */
.page_drystand .event-products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
[data-browse-mode="S"] .page_drystand .event-products {
  gap: 12px;
}
.page_drystand .event-products-item {
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px * 3) / 4);
  position: relative;
  z-index: 0;
}
.page_drystand .is-soldout .event-products-item::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: calc(100% + 15px);
  background-color: rgba(255, 255, 255, .6);
}
[data-browse-mode="S"] .page_drystand .event-products-item {
  padding: 20px 0 0;
  width: calc((100% - 12px) / 2);
}
.page_drystand .event-products-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
  border-radius: 20px;
  border: 1px solid #000;
  background-color: #fff;
}
[data-browse-mode="P"] .page_drystand .event-products-link {
  margin: 10px 0 0;
  min-height: 40px;
  font-size: 14px;
}
[data-browse-mode="S"] .page_drystand .event-products-link {
  margin: 5px 0 0;
  min-height: 35px;
  font-size: 13px;
}
.page_drystand .is-soldout .event-products-link {
  pointer-events: none;
}
.page_drystand .txt-limited-sale {
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
  min-height: 30px;
  line-height: 1;
  text-align: center;
}
.page_drystand .txt-limited-sale em {
  padding: 0 .8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: .025em;
  color: #e60027;
  position: relative;
}
.page_drystand .txt-limited-sale em b {
  font-family: "Anton", sans-serif;
  font-weight: normal;
  position: relative;
  top: -4px;
}
.page_drystand .event-products-item:nth-child(n + 4) .txt-limited-sale em {
  font-size: 22px;
}
.page_drystand .event-products-item:nth-child(n + 4) .txt-limited-sale em b {
  font-size: 30px;
}
.page_drystand .txt-limited-sale em::before,
.page_drystand .txt-limited-sale em::after {
  position: absolute;
  content: "";
  bottom: 3px;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: #e60027;
}
.page_drystand .txt-limited-sale em::before {
  left: 2px;
  transform: rotate(-15deg);
}
.page_drystand .txt-limited-sale em::after {
  right: 2px;
  transform: rotate(15deg);
}
.page_drystand .event-products-area-img {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.page_drystand .event-products-img {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
[data-browse-mode="S"] .page_drystand .event-products-img {
  height: calc((100vw - 52px) / 2);
}
.page_drystand .is-soldout .event-products-img::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 200px;
  height: 87px;
  background: url(https://store.kadenfan.hitachi.co.jp/img/usr/freepage/2501opcpcoupon/sold_out.png) no-repeat center / contain;
  transform: translate(-50%, -50%);
}
.page_drystand .event-products-img img {
  width: auto;
  height: auto;
  max-height: 200px;
  display: block;
}
[data-browse-mode="S"] .page_drystand .event-products-img img {
  max-height: 170px;
}
.page_drystand .event-products-icn {
  padding: 5px 0;
  display: block;
  background-color: #fff500;
}
.page_drystand .event-products-icn img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 24px;
}
.page_drystand .event-products-area-detail {
  margin-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page_drystand .event-products-ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42;
}
[data-browse-mode="S"] .page_drystand .event-products-ttl {
  font-size: 14px;
}
.page_drystand .event-products-code,
.page_drystand .event-products-color {
  font-size: 12px;
  line-height: 1.2;
}
.page_drystand .event-products-code {
  margin: 8px 0 0;
}
.page_drystand .event-products-color {
  margin-top: auto;
  padding-top: 3px;
}
.page_drystand .event-products-price {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.page_drystand .event-products-price .fs-sm {
  font-size: 10px;
  font-weight: normal;
}
.page_drystand .event-products-stock {
  padding: 1px;
  display: inline-block;
  width: 70px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #3e3e3d;
}
.page_drystand .event-products + .btn-topMain {
  margin-top: 45px;
}
.page_drystand .event-products .block-icon {
  padding: 0 5px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px 2px;
  min-height: 40px;
}
[data-browse-mode="S"] .page_drystand .event-products .block-icon {
  min-height: 18px;
}
.page_drystand .event-products .block-icon img {
  width: auto;
  height: 18px;
  display: block;
}
[data-browse-mode="S"] .page_drystand .event-products .block-icon img {
  height: 13px;
}