@charset "UTF-8";
body div#main-content,
body div#main-contents {
  font-size: 0.9em;
}

div#smartphone-side,
#wrap-container .lift-desk-sp {
  display: none !important;
}

#wrap-container .lift-desk-pc {
  display: block;
}

#wrap-container {
  width: 1210px;
}

.flat-sp {
  display: none;
}

/*---------------------------
タイトル
---------------------------*/
h1 {
  margin: 0 0 0 2px !important;
  padding-bottom: 3px !important;
  border-bottom: 1px solid #CCCCCC;
  font-weight: normal;
  font-size: 1.6em !important;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.title-banner {
  margin: 0 0 10px 0;
}

.banner-jokin {
  margin: 0 0 20px 0;
}

body #container {
  font-family: 'Noto Sans JP',Meiryo, メイリオ,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
  width: 100%;
  margin: 0 0 120px;
  font-size: 1.08em;
  position: relative;
  display: flex;
}

body.mac #container {
  font-size: 16px;
}

#container {
  width: 100%;
}

/*---------------------------
メイン
---------------------------*/
#main-contents {
  width: 980px;
}

/* 見出し画像 */
#top-image {
  margin: 2.6% 0 0;
}

#top-image img {
  width: 100%;
}

/* 昇降デスク メニューボタン */
#lift-desk-type {
  width: 95.6%;
  display: flex;
  margin: 3.5% auto 3.4%;
}

#lift-desk-type a {
  width: 300px;
  border: 1px solid #DEDEDE;
  border-radius: 15px;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  margin: 0 18px 0 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

#lift-desk-type a:hover {
  opacity: 0.7;
}

#lift-desk-type a img {
  width: 270px;
}

#lift-desk-type a p {
  padding: 3.2% 0 4.2%;
  border-radius: 0 0 15px 15px;
}

#lift-desk-type .electric-type {
  background-color: #F0F8FF;
}

#lift-desk-type .electric-type p {
  background-color: #022E66;
}

#lift-desk-type .gas-type {
  background-color: #EFFFF4;
}

#lift-desk-type .gas-type p {
  background-color: #3B725F;
}

#lift-desk-type .manual-type {
  background-color: #FFF8F7;
  margin-right: 0;
}

#lift-desk-type .manual-type p {
  background-color: #980B32;
}

.size-link {
  width: 420px;
  margin: 0 auto 9.6%;
  position: relative;
}

.size-link a {
  width: 100%;
  padding: 6.5% 0;
  background-color: #FFFFFF;
  border: 1px solid #184EAE;
  border-radius: 8px;
  display: block;
  font-size: 1.466em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: 0.3s;
}

.size-link a:hover {
  color: #184EAE;
  opacity: 0.6;
}

.size-link a span {
  margin-left: 35px;
}

.size-link a::before {
  content: "";
  position: absolute;
  top: 18.6%;
  left: 22.1%;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(/static/images/product/desk_rack/desk/lift_desk/icn_sixe.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.size-link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 3px #184EAE;
  border-right: solid 3px #184EAE;
  position: absolute;
  top: 44.5%;
  right: 8.7%;
  transform: rotate(45deg);
  margin: auto;
}

/* デスク */
.lift-desk-gp {
  margin: 9.6% 0 14.7%;
}

.lift-desk-gp .electric-type-ttl {
  background-color: #022E66;
}

.lift-desk-gp .gas-type-ttl {
  background-color: #3B725F;
}

.lift-desk-gp .manual-type-ttl {
  background-color: #980B32;
}

.lift-desk-gp h2 {
  font-size: 2.133em;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1.8% 0 2.1% 2.6%;
}

.main-desk-cate {
  margin: 4% 0 0;
}

.main-desk-cate .main-desk-ttl {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  padding: 0 1% 1.4%;
}

.main-desk-cate .main-desk-ttl h3 {
  font-size: 1.866em;
  font-weight: bold;
  letter-spacing: 0.02em;
  border: none;
  padding: 0;
}

.main-desk-cate .main-desk-ttl .series-name {
  font-size: 1.35em;
  font-weight: bold;
  color: #AC8B42;
  margin: 0 0 0 1.2%;
  letter-spacing: 0.05em;
}

.main-desk-cate .main-desk-ttl .pattern-num {
  background-color: #AC8B42;
  color: #fff;
  font-weight: 500;
  font-size: 1.35em;
  letter-spacing: 0.08em;
  margin: 0 0 0 2%;
  padding: 0.5% 1.7%;
}

.main-desk-cate .main-desk-ttl .pattern-num strong {
  font-size: 1.8rem;
  font-weight: 500;
}

.main-desk-cate .cap-box {
  display: flex;
}

.main-desk-cate .cap-box .cap-txt {
  width: 50%;
  font-size: 1.13333em;
  margin: 1% 0 0 1%;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.main-desk-cate .cap-box .cap-img {
  width: 50%;
  margin: 1.5% 0 1.1%;
}

.main-desk-cate .cap-box .cap-img-kari {
  width: 483px;
  height: 290px;
  background-color: #C9C9C9;
}

.main-desk-cate .detail-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0.2% auto 0;
  width: 98%;
}

.main-desk-cate .detail-box .detail-item {
  width: 300px;
  margin-right: 3%;
}

.main-desk-cate .detail-box .detail-item:nth-of-type(3) {
  margin-right: 0;
}

.main-desk-cate .detail-box .detail-item img {
  border: 1px solid #E6E6E6;
  width: 100%;
}

.main-desk-cate .detail-box .detail-item .detail-item-img-kari {
  width: 300px;
  height: 300px;
  background-color: #C9C9C9;
}

.main-desk-cate .detail-box .detail-item .txt {
  line-height: 1.4;
  margin: 9px 0 0;
  letter-spacing: 0.03em;
}

.main-desk-cate .link-btn {
  background-color: #E58400;
  color: #fff;
  border-radius: 20px;
  position: relative;
  width: 21.5%;
  display: block;
  margin: 1.2% 0.9% 0 auto;
  padding: 1% 1.3% 1.2% 0;
  text-align: center;
  font-size: 1.2666em;
  box-sizing: border-box;
}

.main-desk-cate .link-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  top: 0;
  bottom: 0;
  right: 15%;
  margin: auto;
}

#gas-pressure-lift-desk {
  margin: 9.6% 0 10.2%;
}

#gas-pressure-lift-desk .main-desk-cate {
  margin-top: 4.1%;
}

#manual-lift-desk {
  margin: 9.6% 0 10.2%;
}

#manual-lift-desk .main-desk-cate {
  margin-top: 4%;
}

.lift-desk-cate {
  margin: 10.2% 0 0;
}

.lift-desk-cate h3 {
  font-size: 1.866em;
  letter-spacing: 0.02em;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  padding: 0 1% 1.7%;
}

.lift-desk-cate h3 span {
  font-size: 0.69em;
  color: #AC8B42;
  margin: 0 0 0 1.4%;
  letter-spacing: 0.05em;
}

.lift-desk-cate .cap {
  font-size: 1.13333em;
  margin: 1% 0 0 1%;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.lift-desk-cate .detail-box {
  display: flex;
  margin: 1.3% 0 0;
}

.lift-desk-cate .detail-box .left {
  width: 280px;
  margin: 0 0 0 1.4%;
}

.lift-desk-cate .detail-box .left img {
  width: 100%;
}

.lift-desk-cate .detail-box .right {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 3.9%;
}

.lift-desk-cate .detail-box .right .detail-item {
  width: 200px;
  margin-right: 3%;
}

.lift-desk-cate .detail-box .right .detail-item:nth-of-type(3) {
  margin-right: 0;
}

.lift-desk-cate .detail-box .right .detail-item:nth-of-type(n + 4) {
  margin-top: 4.7%;
}

.lift-desk-cate .detail-box .right .detail-item img {
  border: 1px solid #E6E6E6;
  width: 100%;
}

.lift-desk-cate .detail-box .right .detail-item .option-name {
  font-size: 0.9333em;
  font-weight: bold;
  margin: 4.6% 0 3% 2%;
}

.lift-desk-cate .detail-box .right .detail-item .option-name span {
  background-color: #365EA9;
  border-radius: 4px;
  font-weight: normal;
  color: #fff;
  padding: 1% 4.2%;
  font-size: 0.8571em;
  margin-right: 3%;
}

.lift-desk-cate .detail-box .right .detail-item .txt {
  line-height: 1.45;
  margin: 5px 0 0;
  letter-spacing: 0.03em;
}

.lift-desk-cate .detail-box .right-btm {
  width: 100%;
  margin: 11% auto 10.7%;
}

.lift-desk-cate .detail-box .right-btm h5 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box {
  display: flex;
  justify-content: space-between;
  margin: 2% auto 0;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box .right-btm-detail-item {
  width: 307px;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box .right-btm-detail-item strong {
  font-size: 1.2em;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box .right-btm-detail-item img {
  border: 1px solid #E6E6E6;
  width: 100%;
  margin-bottom: 2.5%;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box .right-btm-detail-item .link-btn {
  width: 100%;
  padding: 3.6% 6% 3.5% 0;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box .right-btm-detail-item .link-btn::after {
  right: 7.9%;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box .right-btm-detail-item .txt {
  line-height: 1.45;
  margin: 5px 0 8.2px;
  letter-spacing: 0.03em;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box #melamine_type .link-btn {
  margin-top: 9.6%;
  padding: 3% 6% 4.2% 0;
}

.lift-desk-cate .detail-box .right-btm .right-btm-detail-box #melamine_type .link-btn::after {
  right: 4.9%;
}

.lift-desk-cate .link-btn {
  background-color: #E58400;
  color: #fff;
  border-radius: 20px;
  position: relative;
  width: 21.5%;
  display: block;
  margin: 1.5% 0.9% 0 auto;
  padding: 1% 1.3% 1.2% 0;
  text-align: center;
  font-size: 1.2666em;
  box-sizing: border-box;
}

.lift-desk-cate .link-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  top: 0;
  bottom: 0;
  right: 14%;
  margin: auto;
}

.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 14.3% auto 0;
  width: 94%;
}

.banner-area a {
  display: block;
  width: 49%;
  margin-bottom: 2%;
}

.banner-area a img {
  width: 100%;
}

.banner-area a.long {
  width: 100%;
}

/* サイドメニュー */
div#side-menu {
  text-align: center;
  width: 178px;
  margin: -8px 0 0 40px;
}

#header-space-block {
  content: "";
  width: 225px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 100%;
  display: none;
  background-color: #4B4B4B;
}

#cate-banner-area {
  margin-bottom: 25px;
}

#cate-banner-area ul li a img {
  max-width: 100%;
  filter: drop-shadow(1px 1px 1px #DDD);
}

#cate-banner-area ul li.online-banner a img {
  margin: 0 0 5%;
}

#recommend {
  margin: 0;
}

.recommend-item-first {
  margin-bottom: 9.5%;
}

body .recommend-wrapper {
  background-color: #FFF;
  margin: 0 auto 25px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  filter: drop-shadow(1px 1px 1px #C9C9C9);
}

.recommend-wrapper h4 {
  margin: 0;
  padding: 8px 0;
  text-align: center;
  background-color: #4B4B4B;
  color: #FFF;
}

.recommend-wrapper h4 span {
  display: block;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.recommend-items {
  border: 1px solid #D4D4D3;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.recommend-items div.page-unit {
  margin: 0 auto;
}

.recommend-items div.recommend-item {
  padding: 15px 5px 12px;
  border-top: 1px solid #D4D4D3;
  text-align: center;
  box-sizing: border-box;
}

.recommend-items div.recommend-item.rel {
  padding: 20px 5px;
}

body.ie .recommend-items div.recommend-item {
  border-top: 1px solid #D4D4D3;
}

.recommend-items div.first-item {
  border-top: 0;
}

body.ie .recommend-items div.first-item {
  border-top: 0;
}

.recommend-items div.recommend-item img {
  margin: 2px auto;
  position: relative;
}

.recommend-items div.recommend-item span.item-sku,
.recommend-items div.recommend-item span.item-name {
  font-size: 0.78em;
  line-height: 1.2em;
  position: relative;
}

.recommend-items div.recommend-item img.rel-ico {
  margin: 0 auto;
  max-width: 90%;
}

.recommend-items div.recommend-item img.cate-img {
  margin: 0 auto;
  max-width: 100px;
}

.recommend-items div.recommend-item span.item-name {
  font-weight: bold;
  margin-top: 5px;
  display: block;
  line-height: 1.4;
}

.recommend-items div.recommend-item a {
  display: block;
}

.recommend-items div.recommend-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #1C64B3;
}

.recommend-items div.recommend-item a:hover span {
  opacity: 0.6;
}

.recommend-items div.recommend-item a:hover img {
  opacity: 1 !important;
}
