@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Syriac:wght@100..900&display=swap');


/* ------blind_new03.css------ */

#blind_top #sec_nav .nav_spe .nav_flex a {
  width: 19%;
}

#screen_top #blind_top #secRanking .rankWrap {
  padding-top: 1.4rem;
  padding-left: .9rem;
}

#screen_top #blind_top #secRanking .rankWrap .rankItem::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -23px;
  left: -15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  opacity: .9;
}

#screen_top #blind_top #secRanking .rankWrap>div:nth-child(1):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank1_bg.png) no-repeat center/contain;
}

#screen_top #blind_top #secRanking .rankWrap>div:nth-child(2):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank2_bg.png) no-repeat center/contain;
}

#screen_top #blind_top #secRanking .rankWrap>div:nth-child(3):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank3_bg.png) no-repeat center/contain;
}

#screen_top #blind_top #secRanking .rankWrap>div:nth-child(n+4):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank4_bg.png) no-repeat center/contain;
}

#sec_lineup .seriesWrap .seriesTit .minTit {
  margin: 2rem auto 0;
}

.point.d_flex {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  text-align: center;
}

.point .flex_inner {
  width: 23%;
}

.about_area {
  margin-bottom: 2rem;
}

.about_area .about_tit {
  font-weight: bold;
  display: inline-block;
  padding: 0.4em 1.2rem;
  margin: 2.2rem 0 1rem;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

#alumi .about_area .about_txt {
  margin-bottom: 1rem;
}

#alumi .about_area .about_img {
  width: 55%;
}

.metaTit {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3rem;
  position: relative;
}

.en {
  font-family: "Oooh Baby", cursive;
  transform: rotate(-16deg);
  font-size: 2rem;
  color: #EBEB24;
  opacity: .7;
  position: absolute;
  top: -1.2rem;
  left: 19rem;
  text-align: center;
  letter-spacing: 3px;
}

.instTit {
  border-bottom: 1px solid;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}

#screen_top .instTit img {
  width: 1.85rem;
  height: auto;
  margin-right: 0.5rem;
  margin-bottom: -3px;
}

.instTit .min {
  font-size: .8rem;
  font-weight: normal;
  margin-left: 0.5rem;
}

#blind_top #sec_lineup .lineup .lineupCover .typeTit_min {
  margin-top: 0;
}

.seriesInner {
  width: 1120px;
  margin: 0 auto;
}

.seriesWrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}

#alumi.seriesWrap {
  background: #e7ebeb;
}

#sec_lineup .seriesWrap .typeWrap {
  padding: 1.5rem 2rem;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 4rem;
}

#sec_lineup .lineup .lineupCover p {
  margin: .4rem 0;
}

#pvc .point .flex_inner {
  width: 18%;
}

.banner {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5rem;
}

#pvc.seriesWrap {
  background: #F6F6F2;
}

/* wood */

#wood #sec_ranking .sec_head {
  margin-bottom: 1.5rem;
  position: relative;

}

#wood #sec_ranking .sec_head:before {
  position: absolute;
  position: absolute;
  top: calc(50% - 1px);
  left: 22%;
  width: 56%;
  height: 1px;
  content: '';
  background: #4b4b4b;
}

#wood #sec_ranking .d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#wood #sec_ranking .rank_wrap>div {
  position: relative;
}

#wood #sec_ranking .rank_item {
  flex: 0 1 23%;
  text-align: right;
}

#wood #sec_ranking .sec_desc {
  line-height: 1.8;
  margin-top: 1.5rem !important;
  font-size: 14px;
}

#wood #sec_ranking .rank_wrap {
  counter-reset: number 0;
}

#wood #sec_ranking {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#wood #sec_ranking .rank_wrap>div {
  position: relative;
}

#wood #sec_ranking .rank_wrap>div::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -23px;
  left: -15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  opacity: .9;
}

#wood #sec_ranking .rank_wrap>div:nth-child(1):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank1_bg.png) no-repeat center/contain;
}

#wood #sec_ranking .rank_wrap>div:nth-child(2):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank2_bg.png) no-repeat center/contain;
}

#wood #sec_ranking .rank_wrap>div:nth-child(3):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank3_bg.png) no-repeat center/contain;
}

#wood #sec_ranking .rank_wrap>div:nth-child(n+4):before {
  content: counter(number);
  background: url(https://bicklycarpet.photo/blind/top/rank4_bg.png) no-repeat center/contain;
}

#wood .rank_item {
  flex: 0 1 24%;
  margin-bottom: 2rem;
}

#wood .rank_item a {
  display: block;
  overflow: hidden;
  text-align: right;
}

#wood .rank_item a div.item_h {
  text-align: left;
}

#blind_top #wood #sec_ranking {
  text-align: center;
  margin: 0 auto;
  padding: 1rem 7rem 2rem;
  width: 100%;
  margin-top: 2rem;
}

#blind_top #wood #sec_ranking h3 {
  margin: 2em 0 2em 0;
}

#blind_top #wood #sec_ranking {
  margin-top: 0;
  padding: 0 2rem;
}

#wood .item_wrap {
  border-bottom: #2F1A0E 2px dotted;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 4rem auto;
  padding-bottom: 4rem;
  border-bottom: #526e7e 2px dotted;
}

#wood .item_wrap:first-child {
  margin-top: 0;
}

#wood .item_wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#wood .ribbon-wrapper {
  position: relative;
  box-sizing: border-box;
}

#wood .ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 8px;
  margin: 0;
  padding: 7px;
  z-index: 1;
  width: 56px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: white;
  font-weight: bold;
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}

.ribbon03 {
  background: #dd9dae;
  padding: 1rem 7px;
}

.ribbon03:after {
  border-left: 28px solid #dd9dae;
  border-right: 28px solid #dd9dae;
  border-bottom: 8px solid transparent;
}

#wood .item_inner {
  width: 50%;
  margin-right: 10px;
  line-height: 1.6em;
}

#wood .item_inner:last-child {
  margin-right: 0;
  margin-left: 10px;
}

#wood .d_flex {
  display: flex;
  justify-content: space-between;
}

#wood .flex_inner {
  width: 46%;
}

#wood .d_flex p {
  width: 50%;
  margin: 0 10px 10px 0;
}

#wood .d_flex p:last-child {
  margin-right: 0;
}

#wood .item_inner figure {
  margin: 0 0 10px 0;
}

#wood .item_inner .item_tit {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 12px 0 8px;
}

#wood .item_inner .item_tit {
  color: inherit;
  border-bottom: none;
}

#wood .item_inner .item_belong {
  display: inline-block;
  padding: 0 0.5rem;
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 5px;
  vertical-align: middle;
  line-height: 2;
}

#wood .item_inner .item_belong.size_belong {
  margin-top: 8px;
  background: #ffffff;
  color: #333;
  border: 1px solid;
}

#wood .item_inner .item_txt {
  display: block;
  margin-bottom: 8px;
}

#wood .item_inner .item_pr {
  text-align: right;
  display: block;
  font-weight: bold;
  color: #B53434;
  font-size: 1.3em;
  margin-bottom: 2px;
}

#wood .item_inner .item_pr .min {
  font-size: 0.8em;
}

#wood .item-btn_ab {
  display: block;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

#wood .item-btn_ab .item-btn {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #FFF;
  text-decoration: none;
  padding: 8px 0;
  background: #889592;
  width: 60%;
  font-weight: bold;
  margin: 0 0 0 auto;
  margin-bottom: 3px;
  line-height: 2;
}

#wood .item-btn_ab .item-btn {
  width: 76%;
}

#wood .item-btn_ab .btn_100 {
  width: 100%;
}

#wood .gotto_sub {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 90px;
}

#wood .gotto_sub span {
  border: solid 3px #333;
  border-radius: 50px;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px;
  background: #fff;
}

#wood .gotto_sub a {
  padding: 3rem;
}

#wood .gotto_sub span:hover {
  border: 3px solid #526e7e;
}

#wood .gotto_sub a:hover {
  color: #526e7e;
}


#wood .gotto_sub span:hover {
  border: 3px solid #74523D;
}

#wood .gotto_sub a:hover {
  color: #74523D;
}

.linkbnr_gekiyasu {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.linkbnr_img p {
  text-align: right;
  color: #BE3232;
  font-size: 16px;
  font-weight: bold;
}

#wood {
  background: #F8F2EB;
}

#blind_top #wood .tit_area h2,
#blind_top #wood .tit_area div {
  background: #74523D;
  color: #fff;
}

#wood #sec_ranking .rank_item .item_pr {
  font-weight: bold;
  text-align: right;
  margin-top: 0.3em;
  display: inline-block;
}

#wood .about_area {
  margin-top: 3rem;
}

#wood .about_inner .about_tit {
  font-weight: bold;
  display: block;
  width: 13rem;
  padding: 0.4em 1.2rem;
  margin: 2.2rem 0 1rem;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

#wood .about_img.flex_inner {
  width: 58%
}

#wood .about_txt.flex_inner {
  width: 38%
}

#wood .item_tx-e {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2em;
  color: #2F1A0E;
  display: inline !important;
}

#wood .marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FCF6AF 60%);
}

#wood .item-btn_ab .item-btn {
  background-color: #74523D;
}

#wood .item-btn_ab.btn_pole::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 40px;
  background: url(https://bicklycarpet.photo/blind/top/pole.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 9.5rem;
}

#wood .item-btn_ab.btn_loop::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 60px;
  background: url(https://bicklycarpet.photo/blind/top/loop.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 8.5rem;
}

#wood .item_ttl_txt {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}

#wood .patio_area .item_wrap {
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: none;
}

#wood .patio_area .item-btn_ab .item-btn {
  text-align: left;
  padding-left: 9rem;
}

#wood .patio_area .item-btn_ab .item-btn .item_pr {
  text-align: left;
  color: #fff;
  margin-top: 5px;
  font-size: 1em;
}

#wood .patio_area .item-btn_ab.btn_pole::before {
  width: 9px;
  height: 63px;
  left: 5rem;
}

#wood .patio_area .item-btn_ab.btn_loop::before {
  width: 54px;
  height: 72px;
  left: 3.5rem;
}

#wood .patio_area .item_inner .item-btn .item_belong {
  margin-right: 0.7rem;
  background: none;
}

#wood .patio_area .item-btn_ab.btn_pole.btn_balance::before {
  left: 3.5rem;
}

#wood .patio_area .item-btn_ab.btn_loop.btn_balance::before {
  left: 2.1rem;
}

#wood .patio_area .btn_balance::after {
  content: '';
  display: inline-block;
  width: 200px;
  height: 60px;
  background: url(https://bicklycarpet.photo/blind/top/balance_ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15%;
  right: -3rem;
}

#wood .patio_area .item-btn_ab.btn_balance .item-btn {

  padding-left: 7rem;
}

#wood .patio_area .item_wrap:nth-child(2) {
  padding-bottom: 4rem;
  border-bottom: #2F1A0E 4px dotted;
}

#wood .patio_area .item_wrap:nth-child(3) {
  margin-top: 4rem;
}

#wood .rewrite_link {
  display: block;
  width: 25%;
  margin: 5% auto;
  background: #ff8c00;
  padding: 1%;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

/*20221124霑ｽ蜉�*/
#wood .nav_flex {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 6.5rem;
}

#wood .nav_flex .nav_flex_inner {
  width: 26%;
  margin: 0 10px;
  font-size: 0.9rem;
  font-weight: bold;
}

#wood .glaymenu .menu_type {
  padding-top: 0.5rem;
  font-size: 14px;
  display: inline-block;
  margin-top: -0.7rem
}

#wood .patio_area .item_wrap:nth-child(2) .item_inner:first-child::before,
#wood .patio_area .item_wrap:nth-child(4) .item_inner:first-child::before {
  content: none;
}

#wood .banner_area {
  padding: 0 4rem;
  margin-top: 4rem;
}

#wood .text-e {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  color: #2F1A0E;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

#wood .metaTit {
  margin-bottom: 2rem;
}

#sec_lineup #wood.seriesWrap .typeWrap {
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

#wood .item_inner .item_belong {
  background: #fff;
  color: inherit;
  border: 1px solid;
  display: inline-block;
  padding: 0 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 5px;
  vertical-align: middle;
  line-height: 2;
}

.bnrTit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 480px) {
  .banner {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: -2rem;
  }

  .seriesWrap {
    padding: 10px;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .seriesInner {
    width: 100%;
  }

  #alumi,
  #pvc,
  #wood,
  #sec_lineup02 {
    scroll-margin-top: 220px;
    scroll-behavior: smooth;
  }

  #sec_lineup .seriesWrap .seriesTit img {
    width: 34px;
  }

  #sec_lineup .seriesWrap .seriesTit .minTit {
    margin: 1.5rem auto 0;
    font-size: .8rem;
  }

  .point.d_flex {
    margin-top: 1rem;
  }

  .point.d_flex {
    flex-wrap: wrap;
  }

  .point .flex_inner,
  #pvc .point .flex_inner {
    width: 42.8%;
    margin-bottom: 1rem;
  }

  #alumi .about_area .about_txt {
    margin-bottom: .2rem;
  }

  #alumi .about_area .about_img {
    width: 100%;
  }

  #sec_lineup .seriesWrap .typeWrap {
    padding: 0.5rem 10px;
    margin-bottom: 0;
  }

  #sec_lineup .typeWrap .metaTit {
    padding: 1rem 0 0.8rem;
    margin-top: 1rem;
    font-size: 1.3em;
  }

  .en {
    font-size: 1.5rem;
    top: 1px;
    left: 0;
  }

  .instTit {
    font-size: 1rem;
    margin: 0.5rem 0
  }

  #screen_top .instTit img {
    width: 1.5rem;
  }

  #sec_lineup .lineup .lineupCover .typeTit_min {
    font-size: 1rem;
  }

  #blind_top #wood #sec_ranking h3 {
    margin-top: 1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  #wood .sec_ranking {}

  .tit_area>p {
    margin-top: 1em;
    line-height: 1.6;
    text-align: left;
  }

  #blind_top #wood #sec_ranking {
    padding: 0;
    width: 94%;
    margin-top: 1.8rem;
  }

  #wood #screen_top .item_ttl {
    margin: 0.2rem auto 1.5rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
    padding: 0;
    text-align: center;
  }

  #wood #sec_ranking .d_flex {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  #wood #sec_ranking .rank_item {
    margin-bottom: 1rem;
    flex: 0 1 47%;
  }

  #wood #sec_ranking .rank_wrap>div::before {
    width: 32px;
    height: 32px;
    top: -12px;
    left: -6px;
    font-size: 1rem;
  }

  #wood #sec_ranking .rank_item .item_pr {
    margin-top: 0;
    font-size: .9em
  }

  #wood .item_wrap {
    flex-wrap: wrap;
    margin: 2rem auto;
    padding-bottom: 2rem;
  }

  #wood .item_inner {
    width: 100%;
    margin-right: 0;
  }

  #wood .item_inner:last-child {
    margin-left: 0;
  }

  #wood .item_wrap .item_inner:first-child::before {
    bottom: 12px;
  }

  #wood .item_inner .item_tit {
    margin-top: 5px;
  }

  #wood .item_inner .item_belong {
    font-size: 0.9em;
  }

  #wood .item-btn_ab .item-btn {
    width: 82%;
    font-size: 1rem;
  }

  #blind_top #wood #sec_ranking {
    margin-top: 1.2rem;
  }

  #wood .about_area {
    margin-top: 0;
  }

  #wood .about_inner .about_tit {
    margin: 2rem 0 1rem;
  }

  #wood .about_area .d_flex {
    flex-wrap: wrap;
  }

  #wood .about_area .flex_inner {
    width: 100%;
  }

  #wood .item-btn_ab .item-btn {
    width: 100%;
  }

  #wood .item-btn_ab.btn_pole::before {
    left: 1.7rem;
    height: 35px;
  }

  #wood .item-btn_ab.btn_loop::before {
    width: 32px;
    height: 49px;
    left: .9rem;
  }

  #wood .patio_area .item-btn_ab .item-btn {
    padding-left: 5rem;
  }

  #wood .patio_area .item-btn_ab.btn_pole::before {
    width: 8px;
    height: 45px;
    left: 2.8rem;
  }

  #wood .patio_area .item-btn_ab.btn_loop::before {
    width: 40px;
    height: 62px;
    left: 1.8rem;
  }

  #wood .patio_area .item-btn_ab.btn_balance .item-btn {
    padding-left: 5rem;
  }

  #wood .patio_area .item-btn_ab.btn_pole.btn_balance::before {
    left: 3rem;
  }

  #wood .patio_area .btn_balance::after {
    width: 132px;
    height: 33px;
    top: 50%;
    right: -1.7rem;
  }

  #wood .item_ttl_txt {
    line-height: 1;
  }

  #wood .rewrite_link {
    width: 70%;
  }

  #secRanking .rankWrap .rankItem .item>img {
    margin-bottom: -1.2rem;
  }

  #secRanking .rankWrap .rankItem .item>img:nth-of-type(2) {
    margin: -.55rem 0;
  }

  #sec_lineup .lineup .lineupArea .item>img {
    margin-bottom: -.7rem;
  }

  #sec_lineup .lineup .lineupArea .item>img:nth-of-type(2) {
    margin: -.4rem 0;
  }

  .product-common-wrap #corpo .full-img-wrap.corpoArea {
    width: 100%;
    margin: 0 auto;
  }

  .point123_new {
    padding: 1.5rem 1rem;
  }

  #screen_top #blind_top #secRanking .rankWrap .rankItem::before {
    width: 30px;
    height: 30px;
    top: -22px;
    left: -14px;
    font-size: 1rem;
    padding: 0;
  }

  #screen_top #blind_top #secRanking .rankWrap {
    padding-top: 1.4rem;
    padding-left: 1rem;
  }

  #screen_top #secRanking .rankWrap .rankItem {
    margin-right: 14px;
  }

  #screen_top #sec_nav .nav_unit .nav_flex a {
    width: 24%;
    padding: 0;
    margin-right: 8px;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  #sec_lineup .lineup .lineupArea .item span.pr {
    padding-top: 0;
    padding-bottom: .2rem;
  }

  .bnrTit {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

}

#screen_top .navTit>img {
  width: 3rem;
  height: auto;
  display: inline;
  vertical-align: bottom;
}

#screen_top #sec_nav .nav_unit .nav_flex a {
  width: 16.2%;
  letter-spacing: -1.2px;
}

#screen_top #sec_nav .nav_unit .nav_flex a img {
  padding: 0;
}

.bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 8px;
  border: 1px solid #bebebe;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin-bottom: -.2rem;
}

.bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #bebebe transparent transparent;
  translate: -50% 100%;
}

.bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.3px 5.8px 0 5.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

#screen_top #sec_nav .nav_spe .nav_flex {
  justify-content: space-between;
}

#blind_top #sec_nav .nav_spe .nav_flex a {
  width: 32%;
}

#blind_top #sec_nav .nav_spe .nav_flex02 a {
  width: 48.7%;
}

#blind_top #sec_nav .nav_spe .nav_flex02 a h4 {
  text-align: center;
  margin: 1rem 0 .4rem;
}

/* .nav_unit a.nav::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding-left: 0.5em;
    font-size: 0.9em;
    vertical-align: baseline;
    color: #666;
} */
@media (max-width: 480px) {
  #screen_top #sec_nav .nav_unit .nav_flex {
    gap: 4px;
  }

  #screen_top #sec_nav .nav_unit .nav_flex a {
    width: 19%;
    font-size: 12px;
    margin-right: 0;
    letter-spacing: -1.2px;
  }

  .bubble {
    font-size: 12px;
  }

  #screen_top #sec_nav .nav_spe .nav_flex {
    gap: 6px;
  }

  #sec_nav .nav_spe .nav_flex a {
    margin-right: 0;
  }

  #blind_top #sec_nav .nav_spe .nav_flex02 a h4 {
    margin: .1rem 0 .2rem;
    font-weight: bold;
    letter-spacing: -1px
  }
}

/* -----blind_new04.css----- */

.sp_br {
  display: none !important;
}

.pc_br {
  display: inline !important;
}

#blind_top .txt_bl {
  color: #557DA5;
}

#blind_top .fw_b {
  font-weight: bold;
}

#blind_top .txt_mid {
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif;
}

#blind_top .txt_big {
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
}

#blind_top .txt_c {
  text-align: center !important;
}

#blind_top .txt_l {
  text-align: left !important;
}

#blind_top .bg_re {
  background: #AD5151 !important;
}

#blind_top .bg_gry {
  background: #7D7D7D !important
}

#blind_top .bg_br {
  background: #6A4317 !important;
}

#blind_top .bg_lbr {
  background: #806f5b !important;
}

#blind_top .bg_lbl {
  background: #699FC9 !important;
}

#blind_top .bg_re {
  background: #AD5151 !important;
}

#blind_top .bg_pi {
  background: #C47C7C !important;
}

#blind_top .bg_ye {
  background: #C4AA56 !important;
}

#blind_top .bg_nv {
  background: #3B4A78 !important;
}

#blind_top a:hover {
  color: #333;
}

#blind_top .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
}

#blind_top .s_ev {
  justify-content: space-evenly !important;
}

#blind_top .s_bw {
  justify-content: space-between !important;
}

#blind_top .fs {
  justify-content: flex-start !important;
}

#blind_top .ab_info_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
  text-align: center;

}

#blind_top .ab_info_wrap .ab_info_con {
  width: 31%;
  border: #373737 2px solid;
  margin: 1rem auto;
}

#blind_top h3.info_ttl {
  color: #fff;
  background: #373737;
  margin: 0;
  padding: 0.5rem;
  letter-spacing: 0.05em;
}

#blind_top .ab_info_wrap .info_box {
  padding: 1rem 1.2rem;
}

#blind_top .ab_info_wrap img {
  width: 31%;
  height: auto;
}

#blind_top .ab_info_wrap .info_txt {
  font-weight: 500;
  line-height: 1.8;
}

#blind_top .ab_select_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  border: #E4E4E4 6px solid;
  margin: 7rem auto;
  padding: 2rem;
  border-radius: 6px;
}

#blind_top .select_ttl {
  font-family: "Noto Sans Syriac", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: #828282;
  margin: 2rem auto 3rem;
}

#blind_top .en_ttl {
  font-family: "Train One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #333;
  letter-spacing: 0.06em;
}

#blind_top .select_box,
#blind_top .sozai_box {
  margin-bottom: 6rem;
  color: #333;
}

#blind_top .ab_select_wrap h4 {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  background: linear-gradient(transparent 55%, #dceaf5 45%);
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
  letter-spacing: 0.05em;
}

#blind_top .select_box .type_img {
  width: 18%;
  margin: 0.5rem;
  display: inline-block;
}

#blind_top .select_box .select_img {
  width: 22%;
  margin: 0.5rem;
  display: inline-block;
}

#blind_top .sozai_box .sozai_img {
  width: 40%;
  margin: 0.5rem;
  display: inline-block;
}

#blind_top .sozai_box .sozai_ttl {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

#blind_top .type_box {
  background: #fff;
  margin: 2rem auto 4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

#blind_top .type_box2 {
  background: #fff;
  margin: 1rem auto;
  font-family: 'Noto Sans JP', sans-serif;
  width: 32%;
  position: relative;
  padding-bottom: 1rem;
}

#blind_top .type_box a {
  display: block;
}

#blind_top .type_box .type_ttl,
#blind_top .typeWrap .type_ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #373737;
  text-align: center;
  padding: 0.6rem;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
}

#blind_top .type_box2 .type_ttl {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #373737;
  text-align: center;
  padding: 0.5rem;
  margin: 0;
  letter-spacing: 0.05em;
}

#blind_top .type_cont {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

#blind_top .type_box .type_main {
  width: 37%;
}

#blind_top .type_box .type_main>img,
#blind_top .type_box2 .type_main>img {
  margin-bottom: 0.2rem;
}

#blind_top .type_box .type_img {
  width: 24.4%;
  margin-left: 0.4rem;
}

#blind_top .type_box .type_img img {
  margin-bottom: 0.5rem;
}

#blind_top .type_box .type_txt {
  width: 38%;
  padding: 0 0.5rem 3.5rem;
  position: relative;
}

#blind_top .type_box2 .type_txt {
  padding: 0 0.5rem;
}

#blind_top .type_box .type_subttl {
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 2rem auto 0.6rem;
}

#blind_top .type_box2 .type_subttl {
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 1rem auto 0;
}

#blind_top .type_box .type_desc,
#blind_top .type_box2 .type_desc {
  margin-top: 0;
}

#blind_top .type_box .desc_txt {
  width: 74%;
  padding: 0 0.8rem 0 0;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 0.5rem !important;
}

#blind_top .type_box2 .desc_txt {
  width: 74%;
  padding: 0 0.8rem 0 0;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 0.5rem !important;
}

#blind_top .cv_icon {
  width: 22%;
}

#blind_top span.pr {
  text-align: right;
  font-size: 1.4rem !important;
  font-weight: 600;
  padding: 0 0.6em;
  color: #b12626;
  margin-bottom: 1.6rem;
}

#blind_top .lineup span.pr {
  text-align: right;
  font-size: 0.9rem !important;
  font-weight: 600;
  padding: 0 0.6em;
  color: #b12626;
  margin-bottom: 1.6rem;
}

#blind_top .type_box .btnWrap {
  text-align: center;
  background: #5B5B5B;
  padding: 0;
  margin: 0.4rem 0.4rem 0.4rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  right: 0.4rem;
  border-radius: 100px;
}

#blind_top .type_box2 .btnWrap {
  text-align: center;
  background: #5B5B5B;
  padding: 0.8rem;
  margin: 0.4rem auto 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0.6rem;
  right: 0.6rem;
  border-radius: 100px;
}

#blind_top .type_box2 .btnWrap p {
  margin: 0;
}

#pvc.seriesWrap {
  background: #fff;
}

#blind_top .seriesWrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 6rem;
}

#blind_top .type_cont02 {
  margin-top: 0;
}

#sec_lineup .seriesWrap .typeWrap {
  padding: 1.5rem 2rem;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

#blind_top .col2 {
  width: 48%;
}

#sec_lineup .col2 .lineup .lineupArea .item {
  width: 48%;
  margin-right: 15px;
}

#sec_lineup .col2 .lineup .lineupArea .item:nth-child(2n) {
  margin-right: 0;
}

#blind_top .item_h {
  text-align: left;
}

#blind_top .size_txt {
  font-size: 0.8rem;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .sp_br {
    display: inline !important;
  }

  .pc_br {
    display: none !important;
  }

  #blind_top .ab_info_wrap {
    margin-top: 2rem;
  }

  #blind_top .ab_info_wrap .ab_info_con {
    width: 49%;
    margin: 0 auto 0.5rem;
  }

  #blind_top h3.info_ttl {
    padding: 0.3rem 0 0.4rem;
    font-size: 0.95rem;
    font-weight: bold;
  }

  #blind_top .ab_info_wrap .info_box {
    padding: 0.5rem 0.9rem 0.7rem;
  }

  #blind_top .ab_info_wrap img {
    width: 40%;
  }

  #blind_top .ab_info_wrap .info_txt {
    line-height: 1.5;
    text-align: justify;
  }

  #blind_top .ab_select_wrap {
    margin: 2rem auto;
    padding: 0.5rem;
  }

  #blind_top .select_ttl {
    font-size: 0.7rem;
    margin: 1rem auto;
  }

  #blind_top .en_ttl {
    font-size: 1.7rem;
  }

  #blind_top .select_box,
  #blind_top .sozai_box {
    margin-bottom: 1.5rem;
  }

  #blind_top .ab_select_wrap h4 {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  #blind_top .txt_big {
    font-size: 1.8em;
  }

  #blind_top .flex {
    margin-top: 1rem;
  }

  #blind_top .select_box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1rem;
    text-align: center;
    gap: 6px 10px;
  }

  #blind_top .sozai_box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 1rem;
    text-align: center;
  }

  #blind_top .select_box .type_img,
  #blind_top .select_box .select_img {
    width: 48%;
    margin: 0;
  }

  #blind_top .sozai_box .sozai_img {
    width: 47.5%;
    margin: 0 0.2rem;
  }

  #blind_top .sozai_box .sozai_ttl {
    font-size: 0.9rem;
    margin: 0.4rem auto;
  }

  #blind_top .seriesWrap {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  #blind_top .type_box {
    margin: 1rem auto 2rem;
  }

  #blind_top .type_box .type_ttl,
  #blind_top .typeWrap .type_ttl {
    font-size: 1.1rem;
    padding: 0.6rem;
    font-weight: bold;
  }

  #blind_top .type_cont {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }

  #blind_top .type_box .type_main {
    width: 58.6%;
  }

  #blind_top .type_box .type_img {
    width: 40%;
    margin-left: 0.3rem;
  }

  #blind_top .type_box .type_main {
    width: 60%;
  }

  #blind_top .type_box .type_img {
    width: 38.6%;
    margin-left: 0.3rem;
  }

  #blind_top .type_box .type_txt {
    width: 100%;
  }

  #blind_top .type_box .type_subttl {
    font-size: 1.1rem;
    margin: 0.6rem auto 1rem;
  }

  #blind_top .type_box .desc_txt {
    width: 80%;
    padding: 0 0.8rem;
    margin-bottom: 0.5rem !important;
    font-size: 0.95rem;
  }

  #blind_top .type_box .cv_icon {
    width: 20%;
  }

  #blind_top .type_box span.pr {
    font-size: 1.3rem !important;
    margin-bottom: 1rem;
  }

  #blind_top .type_box .btnWrap {
    padding: 0.6rem;
    font-size: 1rem;
    border-radius: 100px;
  }

  #blind_top .type_box2 {
    margin: 1rem auto;
    width: 48.5%;
    padding-bottom: 0;
  }

  #blind_top .type_box2 .type_ttl {
    font-size: 1rem;
    padding: 0.4rem;
    font-weight: bold;
  }

  #blind_top .type_box2 .type_subttl {
    font-size: 0.9rem;
    margin: 0.4rem auto 0.7rem;
  }

  #blind_top .type_box2 .desc_txt {
    width: 100%;
    padding: 0;
    margin-bottom: 0.6rem !important;
    line-height: 1.4;
  }

  #blind_top .type_box2 .cv_icon {
    width: 40%;
  }

  #blind_top .type_box2 .btnWrap {
    padding: 0.5rem;
    margin: 0.4rem auto 1rem;
    font-size: 0.8rem;
    width: 92%;
  }

  #blind_top .type_box2 span.pr {
    font-size: 1.2rem !important;
    margin-bottom: 2.5rem;
    margin-top: 0.5rem;
  }

  #sec_lineup .seriesWrap .typeWrap {
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  #blind_top .col2 {
    width: 100%;
  }

  #sec_lineup .col2 .lineup .lineupArea .item {
    width: 46.8%;
    margin-right: 15px;
  }

  #koushahei,
  #gekiyasu,
  #tuppari,
  #mokume,
  #bousui,
  #twoton,
  #nordic,
  #big,
  #wood {
    scroll-margin-top: 150px !important;
    scroll-behavior: smooth !important;
  }
}

/* -----20260331 ヨコ型ブラインドと同じ形式に変更 css追記分----- */

#blind_top .en_ttl {
  font-family: "Cinzel", system-ui;
  font-weight: bold;
  color: #635C3F;
  margin-bottom: 8px;

}

#blind_top .ab_select_wrap h4 {
  background: linear-gradient(transparent 55%, #ECE9DA 45%);
  width: fit-content;
}

.short-line {
  display: inline-block;
  border-bottom: 3px solid #B9B5A4;
  width: 8rem;
}

.instTit3 {
  border-bottom: 2px solid;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2rem auto 1.5rem;
  width: 11%;
}

#blind_top .bg_or {
  background: #CC6313 !important
}

#blind_top .bg_dre {
  background: #9C2B2B !important
}

.bg_gn {
  background: #118030;
}

.bg_lgn {
  background: #73b83f;
}

.bg_dgy {
  background: #3c3c3ced;
}

.br-btn {

  text-align: center;
}

.br-btn p {
  width: 30rem;
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #000;
  font-size: 1.5rem;
  border-radius: 30px;
  line-height: 60px;
  font-weight: 550;
}

#screen_top a {
  line-height: unset;
}

#blind_top .pc {
  display: block;
}

#blind_top .sp {
  display: none;
}

.h_point {
  display: block;
  margin-top: 50px;
  border-bottom: 5px #c9c9c9 solid;
  text-align: center;
  font-weight: bold;
  color: #4b4b4b;
  font-size: 2.4em !important;
  line-height: 1.3em !important;
}

.h_point span {
  color: #90c06c !important;
  display: block;
}

#screen_top .sales-point>h3 {
  font-size: 2.1em;
  line-height: 1.2em;
  margin-top: 0 !important;
  text-align: left;
  color: #d64483 !important;
  font-weight: bold;
}

.red {
  color: #d64483;
  font-weight: bold;
}

#screen_top .cleacklist_wrap .cleacklist_item {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
}

#screen_top .cleacklist_wrap .cleacklist_title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#screen_top .cleacklist_wrap .cleacklist_img {
  display: flex;
  justify-content: space-between;
}

#screen_top .cleacklist_wrap .cleacklist_img div {
  flex: 1;
}

#screen_top .cleacklist_wrap .cleacklist_img img {
  padding: 10px;
}

#screen_top .cleacklist_wrap .cleacklist_dl {
  padding: 10px;
}

#screen_top .cleacklist_wrap .cleacklist_dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 5px;
  padding-left: 25px;
  text-indent: -25px;
}

#screen_top .cleacklist_wrap .cleacklist_dl dt:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F7CB15;
  vertical-align: middle;
  margin-right: 8px;
}

#screen_top .cleacklist_wrap .cleacklist_link {
  text-align: right;
}

#screen_top .cleacklist_wrap .cleacklist_link a {
  display: inline-block;
  padding: 15px 30px 15px 20px;
  background-color: #F7CB15;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 1em;
}

#screen_top .cleacklist_wrap .cleacklist_item {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
}

#screen_top .bg_title_wrap p:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 18px;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

#screen_top .bg_title_wrap .bg_title {
  background: #fff;
  border-radius: 50%;
  width: 320px;
  height: 320px;
  padding: 20px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  line-height: 1.3em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: bold;
  color: #4b4b4b;
}

.stwords {
  font-weight: 700;
  display: inline-block !important;
  margin: 0 !important;
}

#screen_top .bg_title_wrap p:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 18px;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

#screen_top .bg_title_wrap p {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff;
  margin: 30px auto 20px auto;
  padding: 0 10px;
  color: #4b4b4b;
  position: relative;
  line-height: 1em;
  z-index: 1;
}

#screen_top .bg_title_howto {
  background-image: url(https://bicklycarpet.photo/vertical/top/bg_title_howto_b.jpg);
  width: 100%;
  height: 420px;
  margin-top: 60px;
  text-align: center;
  background-position: center;
}

#screen_top .cleacklist_wrap .cleacklist_title:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 12px;
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  transform: rotate(-45deg);
  vertical-align: top;
  margin: 4px 6px 0 0;
}

#screen_top .cleacklist_wrap .cleacklist_dl dt,
#screen_top .cleacklist_wrap .cleacklist_dl dd {
  text-align: left;
}

#screen_top .cleacklist_wrap .cleacklist_dl dd {
  margin: 0 0 1em 24px;
}

.item,
.type_main {
  position: relative;
}

.tannouki {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
  padding: 0.4em;
  font-family: 'Noto Sans JP';
  z-index: 1;
  background: #CF6A6A;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  border-radius: 3px;
}

@media screen and (max-width: 480px) {
  #blind_top .pc {
    display: none;
  }

  #blind_top .sp {
    display: block;
  }

  #blind_top .select_ttl {
    margin: 2.3rem auto 1.5rem;
  }

  .instTit3 {
    border-bottom: 2px solid;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 2rem auto 1.5rem;
    width: 33%;
  }

  .br-btn p {
    width: 20rem;
    font-size: 1rem;
    line-height: 40px;
  }

  .bg_dgy {
    font-size: 0.73rem;
  }

  #screen_top .category_top h2 {
    width: 12em !important;
  }

  .h_point {
    font-size: 1.4em !important;
    margin-bottom: 20px;
    border-bottom: 2px #c9c9c9 solid !important;
  }

  #screen_top .sales-point>h3 {
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 0px 0px 10px;
  }

  #screen_top .sales-point>h3 {
    margin-top: 0 !important;
    text-align: left;
  }


  #screen_top .bg_title_wrap .bg_title {
    font-size: 1.7em;
  }

  #screen_top .cleacklist_wrap .cleacklist_title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }

  #screen_top .cleacklist_wrap .cleacklist_dl dt,
  #screen_top .cleacklist_wrap .cleacklist_dl dd {
    text-align: left;
  }

  .rewrite_link {
    width: 60%;
  }
}