@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

html:has(#floor-stand) #header {
  display: none;
}

html:has(#floor-stand) main {
  all: initial;
}

html:has(#floor-stand) .footer {
  min-width: initial;
}

html:has(#floor-stand) {
  overflow-x: hidden;
}

#floor-stand {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 769px) {
  #floor-stand .fs-pcdn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-spdn {
    display: none;
  }
}

#floor-stand .fs-contents {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-contents {
    gap: 70px;
  }
}

#floor-stand .fs-header {
  font-size: clamp(9.5px, 1.24vw, 16px);
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4em;
  background-color: #fff;
  font-weight: bold;
  position: fixed;
  z-index: 2;
  color: #333;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-header {
    padding: 0 3em;
  }
}

#floor-stand a:has(.fs-header_logo) {
  display: flex;
  align-items: center;
}

#floor-stand .fs-header_logo {
  width: clamp(100px, 13.02vw, 150px);
}

#floor-stand .fs-menu-group {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#floor-stand .fs-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8em;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-menu {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    flex-direction: column;
    font-size: 15px;
    transition: 0.3s;
    background-color: #e6f0fa;
  }
}

#floor-stand .fs-menu li {
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-menu li {
    height: -moz-fit-content;
    height: fit-content;
  }
}

#floor-stand .fs-menu li a:not(.fs-menu_contact) {
  height: 100%;
  display: flex;
  align-items: center;
}

#floor-stand .fs-menu_contact {
  padding: 0.3em 2em;
  background-color: #0c3388;
  color: #fff;
  border-radius: 10px;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-menu-group:has(.fs-hamburger-button.active) .fs-menu {
    transform: translateX(-100%);
    transition: 0.3s;
  }
}

#floor-stand .fs-hamburger-button {
  display: block;
  padding: 0;
  width: 25px;
  height: 15px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 769px) {
  #floor-stand .fs-hamburger-button {
    display: none;
  }
}

#floor-stand .fs-hamburger-button .fs-hamburger-button_bar {
  display: block;
  width: 25px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

#floor-stand .fs-hamburger-button .fs-hamburger-button_bar1 {
  top: 0;
}

#floor-stand .fs-hamburger-button .fs-hamburger-button_bar2 {
  top: 50%;
}

#floor-stand .fs-hamburger-button .fs-hamburger-button_bar3 {
  top: 100%;
}

#floor-stand .fs-hamburger-button.active .fs-hamburger-button_bar {
  width: 21.5px;
  left: 8px;
}

#floor-stand .fs-hamburger-button.active .fs-hamburger-button_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

#floor-stand .fs-hamburger-button.active .fs-hamburger-button_bar2 {
  opacity: 0;
}

#floor-stand .fs-hamburger-button.active .fs-hamburger-button_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

#floor-stand .fs-hamburger-button {
  color: #0c3388;
}

#floor-stand .fs-hamburger-button .fs-hamburger-button_bar {
  background-color: #0c3388;
}

#floor-stand .fs-mv {
  position: relative;
  width: 100%;
  height: auto;
  top: 70px;
  margin-bottom: 70px;
}

#floor-stand .fs-mv_kv {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 500px) {
  #floor-stand .fs-mv_kv {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }
}

#floor-stand .fs-mv_contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

@media screen and (max-width: 500px) {
  #floor-stand .fs-mv_contents {
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
  }
}

#floor-stand .fs-mv_heading {
  display: inline;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #005bac;
  font-size: clamp(15px, 3vw, 45px);
  line-height: 2;
}

#floor-stand .fs-mv_text {
  color: #fff;
  padding: clamp(15px, 3vw, 50px) 0;
  font-size: clamp(10px, 2vw, 20px);
}

#floor-stand .fs-mv_img {
  width: clamp(70px, 14vw, 400px);
  display: flex;
  gap: 2em;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-mv_img {
    gap: 1em;
  }
}

#floor-stand .fs-inner {
  max-width: calc(1100px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}

#floor-stand .fs-heading {
  font-size: clamp(15px, 4vw, 20px);
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #0c3388;
  line-height: 1;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-heading {
    margin-bottom: 50px;
  }
}

#floor-stand .fs-heading span {
  font-size: 350%;
  color: #d9d9d9;
}

#floor-stand .fs-product_kvs {
  display: flex;
  flex-direction: column;
  gap: 3em;
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-product_kvs {
    margin-bottom: 75px;
  }
}

#floor-stand .fs-product_kv {
  margin: 0 auto;
  display: block;
}

#floor-stand .fs-product_kv_line {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #0c3388;
  color: #0c3388;
  font-weight: bold;
}

#floor-stand .fs-product_kv_line-top::before {
  content: "オウルテックが選ばれる３つの強み";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 1em;
  font-size: clamp(16px, 4.27vw, 28px);
  width: -moz-max-content;
  width: max-content;
}

#floor-stand .fs-product_category {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-product_category {
    gap: 2.5em;
  }
}

#floor-stand .fs-product_category_item {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 15px 0px rgba(0, 91, 172, 0.2);
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-product_category_item {
    grid-template-columns: initial;
    gap: 1.5em;
  }
}

#floor-stand .fs-product_category_item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

#floor-stand .fs-product_category_item_text_heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 30px);
  color: #005bac;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-product_category_item_text_heading {
    font-size: clamp(20px, 5.33vw, 30px);
  }
}

#floor-stand .fs-product_category_item_text_heading span {
  font-size: 55%;
  color: #333;
}

#floor-stand .fs-product_category_item_text_icon,
#floor-stand .fs-product_category_item_text_icon::before,
#floor-stand .fs-product_category_item_text_icon::after {
  width: 6px;
  height: 6px;
  background-color: #005bac;
  border-radius: 999px;
}

#floor-stand .fs-product_category_item_text_icon {
  position: relative;
  margin: 1em auto 2.5em auto;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-product_category_item_text_icon {
    margin: 1em auto 1.5em auto;
  }
}

#floor-stand .fs-product_category_item_text_icon::before,
#floor-stand .fs-product_category_item_text_icon::after {
  content: "";
  position: absolute;
}

#floor-stand .fs-product_category_item_text_icon::before {
  right: 1em;
}

#floor-stand .fs-product_category_item_text_icon::after {
  left: 1em;
}

#floor-stand .fs-product_category_item_text_features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#floor-stand .fs-product_category_item_text_features_item {
  background-color: rgba(0, 92, 172, 0.1);
  padding: 0.8em 5em;
  display: flex;
  align-items: center;
  gap: 1.5em;
  font-size: clamp(10px, 1.3vw, 20px);
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-product_category_item_text_features_item {
    padding: 1em 0;
    justify-content: center;
    font-size: clamp(10px, 2.67vw, 20px);
  }
}

#floor-stand .fs-product_category_item_text_features_item span {
  width: 8%;
  aspect-ratio: 1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005bac;
  color: #fff;
}

#floor-stand .fs-product_category_item.item02 {
  box-shadow: 2px 2px 15px 0px rgba(200, 155, 6, 0.2);
}

#floor-stand .fs-product_category_item.item02 .fs-product_category_item_text_heading {
  color: #c89b06;
}

#floor-stand .fs-product_category_item.item02 .fs-product_category_item_text_features_item {
  background-color: rgba(200, 155, 6, 0.1);
}

#floor-stand .fs-product_category_item.item02 .fs-product_category_item_text_features_item span {
  background-color: #c89b06;
}

#floor-stand .fs-product_category_item.item02 .fs-product_category_item_text_icon,
#floor-stand .fs-product_category_item.item02 .fs-product_category_item_text_icon::before,
#floor-stand .fs-product_category_item.item02 .fs-product_category_item_text_icon::after {
  background-color: #c89b06;
}

#floor-stand .fs-product_category_item.item03 {
  box-shadow: 2px 2px 15px 0px rgba(172, 0, 0, 0.2);
}

#floor-stand .fs-product_category_item.item03 .fs-product_category_item_text_heading {
  color: #ac0000;
}

#floor-stand .fs-product_category_item.item03 .fs-product_category_item_text_features_item {
  background-color: rgba(172, 0, 0, 0.1);
}

#floor-stand .fs-product_category_item.item03 .fs-product_category_item_text_features_item span {
  background-color: #ac0000;
}

#floor-stand .fs-product_category_item.item03 .fs-product_category_item_text_icon,
#floor-stand .fs-product_category_item.item03 .fs-product_category_item_text_icon::before,
#floor-stand .fs-product_category_item.item03 .fs-product_category_item_text_icon::after {
  background-color: #ac0000;
}

#floor-stand .fs-slider {
  background-color: #e6f0fa;
  padding: 4em 0;
  overflow: hidden;
  z-index: -1;
}

#floor-stand .fs-heading-16 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0c3388;
  margin-bottom: 2em;
  font-size: clamp(13px, 3.47vw, 22px);
}

#floor-stand .fs-heading-16::before,
#floor-stand .fs-heading-16::after {
  width: 3px;
  height: 40px;
  background-color: #0c3388;
  content: "";
  border-radius: 999px;
}

#floor-stand .fs-heading-16::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

#floor-stand .fs-heading-16::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

#floor-stand .swiper-wrapper {
  transition-timing-function: linear;
}

#floor-stand .fs-section-padding {
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-section-padding {
    padding: 70px 0;
  }
}

#floor-stand .fs-order {
  background-color: #333;
}

#floor-stand .fs-order .fs-heading {
  color: transparent;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
}

#floor-stand .fs-order .fs-heading span {
  opacity: 0.5;
}

#floor-stand .fs-order_ul {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  color: #fff;
  text-align: center;
}

#floor-stand .fs-order_li {
  display: flex;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-order_li {
    flex-direction: column;
  }
}

#floor-stand .fs-order_li:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-order_li:nth-of-type(odd) {
    flex-direction: column;
  }
}

#floor-stand .fs-order_li>img {
  width: 60%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-order_li>img {
    width: 100%;
  }
}

#floor-stand .fs-order_li_text {
  width: 40%;
  background-color: #0c3388;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-order_li_text {
    width: 100%;
  }
}

#floor-stand .fs-order_li_text_number {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  line-height: 0.8;
  font-weight: bold;
}

#floor-stand .fs-order_li_text_number span {
  font-size: 25%;
}

#floor-stand .fs-order_li_text_heading {
  font-size: clamp(14px, 1.82vw, 19px);
}

#floor-stand .fs-order_li_text_img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-order_li_text_img {
    width: 60px;
  }
}

#floor-stand .fs-order-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-order-contact {
    text-align: center;
  }
}

#floor-stand .fs-order-contact_btn {
  background-color: #005bac;
  padding: 0.4em 1.5em;
  border-radius: 10px;
  transition: 0.3s;
}

#floor-stand .fs-order-contact_btn:hover {
  background: #fff;
  color: #005bac;
  transition: 0.3s;
}

#floor-stand .fs-flow {
  background-color: #efefef;
}

#floor-stand .fs-flow .fs-order-contact_btn {
  color: #fff;
  background-color: #0c3388;
  border: solid 2px #0c3388;
}

#floor-stand .fs-flow .fs-order-contact_btn:hover {
  background: none;
  color: #0c3388;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

#floor-stand .fs-flow_ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #d9d9d9;
  text-align: center;
  padding: 4em 4em 8em 4em;
  border-radius: 50px;
  margin: 2.5em 0;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-flow_ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    padding: 2em;
  }
}

#floor-stand .fs-flow_li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-flow_li {
    flex-direction: initial;
  }
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-flow_li:has(.icon02) {
    margin-bottom: 5em;
  }
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-flow_li_text {
    width: 110px;
  }
}

#floor-stand .fs-flow_li_text_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(30px, 3.9vw, 50px);
  font-weight: bold;
  color: #0c3388;
  line-height: 0.8;
  margin-bottom: 10px;
}

#floor-stand .fs-flow_li_text_number span {
  font-size: 25%;
}

#floor-stand .fs-flow_li_text_heading {
  font-size: clamp(12px, 1.56vw, 19px);
}

#floor-stand .fs-flow_li_icon {
  width: clamp(60px, 7.8vw, 120px);
}

#floor-stand .fs-flow_li .icon02 {
  position: relative;
  border: solid 2px #333;
  border-radius: 999px;
}

#floor-stand .fs-flow_li .icon02::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background-color: #333;
}

#floor-stand .fs-flow_li .icon02::after {
  content: "※ 特注相談の場合、必要に応じ実機サンプルをお借りして採寸を行う場合がございます。";
  position: absolute;
  top: calc(100% + 30px);
  left: -5em;
  width: -moz-max-content;
  width: max-content;
  border: solid 2px #333;
  border-radius: 999px;
  padding: 0.5em 1em;
  font-size: 12px;
}

@media screen and (max-width: 850px) {
  #floor-stand .fs-flow_li .icon02::after {
    left: -10em;
  }
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-flow_li .icon02::after {
    max-width: 270px;
    left: -17em;
    font-size: 10px;
  }
}

#floor-stand .fs-flow_li .icon02 .icon02-sub {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 999px;
}

#floor-stand .fs-flow_subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#floor-stand .fs-flow_subtitle span {
  font-size: 300%;
  color: #0c3388;
  line-height: 0;
}

#floor-stand .fs-question-q,
#floor-stand .fs-question-a {
  padding: 1em 1em 1em 3em;
  text-indent: -2em;
}

#floor-stand .fs-question-q::before,
#floor-stand .fs-question-a::before {
  font-size: 140%;
  line-height: 1;
}

#floor-stand .fs-question-q {
  background-color: #e6f0fa;
}

#floor-stand .fs-question-q::before {
  content: "Q";
  color: #0c3388;
}

#floor-stand .fs-question-a {
  background-color: #fff;
}

#floor-stand .fs-question-a::before {
  content: "A";
  color: #c89b06;
}

#floor-stand .fs-footer {
  background-color: #e6f0fa;
}

#floor-stand .fs-footer_subtitle {
  text-align: center;
  color: #0c3388;
  font-weight: bold;
  margin-bottom: 2em;
  font-size: clamp(13px, 3.47vw, 20px);
}

#floor-stand .fs-footer_contents {
  background-color: #fff;
  padding: 5em;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-footer_contents {
    padding: 2em;
  }
}

#floor-stand .fs-footer_contents_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0 auto;
}

#floor-stand .fs-footer_contents_li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-weight: bold;
}

#floor-stand .fs-footer_contents_li_text {
  font-size: clamp(14px, 1.82vw, 20px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #floor-stand .fs-footer_contents_li_text {
    font-size: clamp(10px, 2.67vw, 20px);
  }
}

#floor-stand .fs-footer_contents_li_img {
  width: clamp(60px, 16vw, 150px);
}

#floor-stand .fs-footer_contents_btn {
  display: block;
  background-color: #0c3388;
  color: #fff;
  width: 100%;
  margin: 2em auto 0 auto;
  text-align: center;
  padding: 0.5em;
  border-radius: 10px;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

#floor-stand .fs-footer_contents_btn:hover {
  background: none;
  color: #0c3388;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

#floor-stand .fs-search {
  background-color: #efefef;
}

#floor-stand .fs-search .fs-inner {
  max-width: calc(1300px + 10vw);
}

#floor-stand .floor-stand-search {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: #fff;
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  #floor-stand .floor-stand-search {
    padding: 1.5em;
  }
}

#floor-stand .floor-stand-search_item,
#floor-stand .filter-area {
  display: grid;
  gap: 1em;
}

#floor-stand .floor-stand-search_item {
  grid-template-columns: 0.7fr 1fr;
}

@media screen and (max-width: 1100px) {
  #floor-stand .floor-stand-search_item {
    grid-template-columns: repeat(1, 1fr);
  }
}

#floor-stand .filter-area {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 768px) {
  #floor-stand .filter-area {
    grid-template-columns: repeat(1, 1fr);
  }
}

#floor-stand .search-area input[type="text"],
#floor-stand .filter-area select,
#floor-stand #reset-button {
  width: 100%;
  border: none;
  height: 35px;
  background-color: #d9d9d9;
  border-radius: 999px;
  padding: 0.5em 1.5em;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  #floor-stand .search-area input[type="text"],
  #floor-stand .filter-area select,
  #floor-stand #reset-button {
    font-size: 12px;
  }
}

#floor-stand #reset-button {
  border: solid 1px #333;
  background: none;
  transition: 0.2s;
}

#floor-stand #reset-button:hover {
  background-color: #d9d9d9;
  border: solid 1px #d9d9d9;
  transition: 0.2s;
}

#floor-stand .filter-area select {
  -webkit-appearance: none;
  appearance: none;
}

#floor-stand .select_wrapper {
  position: relative;
}

#floor-stand .select_wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}

#floor-stand .target-area-master {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
}

@media screen and (max-width: 1300px) {
  #floor-stand .target-area-master {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  #floor-stand .target-area-master {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  #floor-stand .target-area-master {
    grid-template-columns: repeat(1, 1fr);
  }
}

#floor-stand .target-area-master_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.5em;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}

#floor-stand .hidden {
  display: none !important;
}

#floor-stand .popular-keyword-area {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}

#floor-stand .popular-keyword {
  text-decoration: underline;
  transition: 0.3s;
}

#floor-stand .popular-keyword:hover {
  color: #0c3388;
  transition: 0.3s;
}

#floor-stand .target-area-master_item_link {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  height: 100%;
  margin: -1.5em;
  padding: 1.5em;
}

#floor-stand .search-product-title {
  font-size: 16px;
  font-weight: bold;
  color: #0c3388;
}

#floor-stand .search-product-number {
  opacity: 0.5;
}

#floor-stand .search-product-category,
#floor-stand .search-product-model {
  width: fit-content;
  background-color: #efefef;
  padding: 0.2em 1em;
}

#floor-stand .search-product-model {
  border-radius: 999px;
  margin-top: 0.5em;
}

#floor-stand .search-product-contact {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #0c3388;
  color: #fff;
  padding: 0.5em;
  border-radius: 999px;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

#floor-stand .search-product-contact:hover {
  background: none;
  color: #0c3388;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

#floor-stand .search-product-inch::before {
  content: "・";
}

#floor-stand .secret-keyword {
  display: none;
}

#floor-stand .no-result {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding: 4em;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #floor-stand .no-result {
    padding: 2em;
  }
}

#floor-stand .no-result_link {
  background-color: #0c3388;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 10px;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

#floor-stand .no-result_link:hover {
  background: none;
  color: #0c3388;
  border: solid 2px #0c3388;
  transition: 0.3s;
}

#floor-stand #loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#floor-stand .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #0c3388;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 769px) {
  #floor-stand .fs-menu li a:not(.fs-menu_contact) {
    position: relative;
  }

  #floor-stand .fs-menu li a:not(.fs-menu_contact)::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: #0c3388;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }

  #floor-stand .fs-menu li a:not(.fs-menu_contact):hover::before {
    width: 100%;
  }

  #floor-stand .fs-menu li a:not(.fs-menu_contact):hover {
    color: #0c3388;
  }

  #floor-stand .fs-menu_contact:hover {
    border: solid 2px #0c3388;
    background-color: #fff;
    color: #0c3388;
    transition: 0.3s;
  }
}

#floor-stand #item-list li {
  display: none;
}

#floor-stand #item-list li.visible {
  display: flex;
}

#floor-stand #load-button {
  display: block;
  margin: 3em auto 0 auto;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 999px;
  background-color: #d9d9d9;
  border: solid 2px #d9d9d9;
  transition: 0.3s;
  font-size: clamp(12px, 3.2vw, 16px);
}

#floor-stand #load-button:hover {
  background-color: #fff;
  transition: 0.3s;
}

#floor-stand .fs-search:has(.target-area_initial.hidden) #load-button {
  display: none;
}

#floor-stand .hover_img {
  overflow: hidden;
}

#floor-stand .hover_img img {
  transition: 0.3s;
}

#floor-stand a:has(.hover_img):hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

#floor-stand #search-text:not(:placeholder-shown) {
  background-color: #e6f0fa;
}

#floor-stand .select_wrapper select.selected {
  background-color: #e6f0fa;
}

#floor-stand .search-product-categorys {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}