/*==================================================
メインビジュアルのスライダーのためのcss
===================================*/
#top_slider {
  position: relative;
  z-index: -1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/

.top_slider-item01 {
  background: url(https://www.bellevie-inc.co.jp/cabinet/c/rin/top_slider_01.jpg);
}

.top_slider-item02 {
  background: url(https://www.bellevie-inc.co.jp/cabinet/c/rin/top_slider_02.jpg);
}

.top_slider-item03 {
  background: url(https://www.bellevie-inc.co.jp/cabinet/c/rin/top_slider_03.jpg);
}

.top_slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  /*矢印の色*/
  border-right: 2px solid #fff;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 30px 0 0 0;
  /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 30px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  background: #e6e6e6;
  /*ドットボタンの色*/
  border: none;

}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

/* スライダーここまで */



.main_visual_text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.main_visual_text h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_visual_text span {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
  white-space: nowrap;
}

.main_visual_text img {
  margin-bottom: 1rem;
  width: 30rem;
}

.main_visual_text p {
  font-size: 2rem;
}

.desc {
  text-align: center;
  margin: 95px 0;
}

/*==================================================
ここからレスポンシブ
===================================*/
@media screen and (max-width:744px) {
  /* .desc p {
    width: 100%;
    margin-bottom: 100px;
  } */
}

@media screen and (max-width:640px) {
  #top_slider {
    min-width: 296px
  }
}

@media screen and (max-width: 415px) {
  #top {
    position: relative;
  }

  #top_slider {
    min-width: 100%;
    height: 50vh;
    margin-top: 65px;
  }

  .main_visual_text {
    position: absolute;

  }

  .main_visual_text h1 {
    align-items: center
  }

  .main_visual_text span {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    white-space: nowrap;
  }

  .main_visual_text img {
    margin-bottom: 1rem;
    width: 15rem;
    text-align: center;
  }

  .main_visual_text p {
    font-size: 1.6rem;
  }

  .desc {
    text-align: left;
    margin: 80px 0 50px 0;
  }


}


/*==================================
#section_search
===================================*/
#section_search {
  background-color: #F4F4F5;
  height: auto;
  padding: 80px 0px;
  margin-bottom: initial;
}

.section_search_inner {
  text-align: center;
}

#section_search #form2 {
  width: 740px;
  border: 1px solid #bbbbbb;
  border-radius: 50px;
}

#section_search .search_category {
  margin-top: 50px;
}

/* カテゴリーから探す */
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  width: 740px;
  height: 50px;
  border-radius: 5px;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 13px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 18px 38px 18px 8px;
  color: #666666;

}

/* レスポンシブ */
@media screen and (max-width:415px) {
  #section_search {
    padding: 30px 0px;
  }

  #section_search #form2 {
    width: 93vw;
  }

  .cp_ipselect.cp_sl01 {
    width: 93vw;
    height: 50px;
  }

  .cp_ipselect {
    margin: 0 auto;
  }
}

/*==================================
部屋コーディネートのスライダー
===================================*/
#section_room_coord {
  width: 90vw;
  height: 60vh;
  margin: 80px auto 100px;
  text-align: center;
}

#section_room_coord p {
  margin: 30px 0;
}


#section_room_coord .slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 80%;
  margin: 0 auto;
}

#section_room_coord .slider img {
  width: 100%;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: 60vh;
  object-fit: contain;
  object-position: 50% 50%;
}

#section_room_coord .slider .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all 1.0s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50% */
}

#section_room_coord .slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
#section_room_coord .slick-prev,
#section_room_coord .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

#section_room_coord .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

#section_room_coord .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}


/* レスポンシブ */
@media screen and (max-width:415px) {
  #section_room_coord .slider img {
    width: 100vw;
    height: auto;
    object-fit: scale-down;
  }
  #section_room_coord {
    margin: 40px auto 50px;
    height: fit-content;
  }

  #section_room_coord p {
    text-align: left;
  }

  .slick-list {
    padding: 0px 0px;
    height: auto;
    overflow: hidden;
  }
.draggable {
  padding: 0px 0px;
}
  #section_room_coord .slick-arrow {
    display: none !important;
  }

  #section_room_coord .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
  }

  /*#section_room_coord .slider .slick-slide {
    transform: initial;
   transition: initial;
   opacity: initial; 
   width: 100%;
   height: 50vh;
   } */


  /* #section_room_coord .slider .slick-slide.slick-center{
  transform: initial;
   }  */
}

/*==================================
部屋コーディネートの商品名ふきだし
===================================*/
#section_room_coord .slider {
  position: relative;
}

#coord_01_01,
#coord_01_02,
#coord_01_03,
#coord_02_01,
#coord_02_02,
#coord_02_03,
#coord_02_04,
#coord_02_05 {
  display: block;
}

#coord_01_01 {
  /*フタ付き収納ケース */
  top: 14%;
  right: 75%;
}

#coord_01_02 {
  /*フタ付きティッシュケースL */
  bottom: 83%;
  right: 15%;
}

#coord_01_03 {
  /*フタ付きカトラリーケース */
  bottom: 10%;
  left: 68%;
}

#coord_02_01 {
  /*タブレットスタンド */
  top: 15%;
  right: 53%;
}

#coord_02_02 {
  /*フタ付きティッシュケースL */
  bottom: 86%;
  right: 7%;
}

#coord_02_03 {
  /*トラッシュカン角型 */
  bottom: 8%;
  right: 75%;
}

#coord_02_04 {
  /*カーペットクリーナースタンド */
  bottom: 8%;
  left: 63%;
}

#coord_02_05 {
  /*サイドテーブル丸型 */
  top: 50%;
  left: 75%;
}

#coord_03_01 {
  /*カーペットクリーナースタンド */
  bottom: 50%;
  left: 12%;
}

#coord_03_02 {
  /*インテリア収納ボックス */
  top: 43%;
  left: 71%;
}

#coord_03_03 {
  /*トラッシュカン丸型 */
  bottom: 23%;
  right: 74%;
}

#coord_04_01 {
  /*ペン＆リモコンラック */
  bottom: 70%;
  right: 72%;
  
}

#coord_04_02 {
  /*コンソールテーブル */
  top: 62%;
  right: 74%;
}

#coord_04_03 {
  /*トラッシュカン角型 */
  top: 90%;
  right: 75%;
}

#coord_04_04 {
  /*スリムトイレラック */
  top: 88%;
  left: 37%;
}

#coord_04_05 {
  /*フタ付きティッシュケースＳ */
  top: 70%;
  left: 50%;
}

#coord_04_06 {
  /*スタンドミラー */
  bottom: 75%;
  left: 55%;
}

#coord_04_07 {
  /*フタ付き収納ケース */
  bottom: 50%;
  left: 69%;
}

.p_box {
  width: fit-content;
  height: fit-content;
  position: absolute;
  background: #111;
  color: #fff;
  padding: 1.5rem;
  border-radius: 5px;
}

.p_box .item_name {
  font-size: 1.2rem;
}

/* 吹き出しの三角を右に表示 */
.ballon_right::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -8px;
  top: 30%;
  border-left: 8px solid #111;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* 吹き出しの三角を下に表示 */
.ballon_bottom::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  bottom: -8px;
  border-top: 8px solid #111;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* 吹き出しの三角を左に表示 */
.ballon_left::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -8px;
  top: 30%;
  border-right: 8px solid #111;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* 吹き出しの三角を上に表示 */
.ballon_top::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -8px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #111;
}

@media screen and (max-width:415px) {
  .p_box {
    width: fit-content;
    height: fit-content;
    position: absolute;
    background: #111;
    color: #fff;
    padding: 1rem;
    border-radius: 5px;
  }

  .p_box .item_name {
    font-size: 1rem;
  }

  #coord_01_01 {
    /*フタ付き収納ケース */
    top: 3%;
    left: 6%;
    right: initial;

  }

  #coord_01_02 {
    /*フタ付きティッシュケースL */
    bottom: 85%;
    right: 7%;
  }

  #coord_01_03 {
    /*フタ付きカトラリーケース */
    bottom: 6%;
    left: 58%;

  }

  #coord_02_01 {
    /*タブレットスタンド */
    top: 25%;
    right: 55%;

  }

  #coord_02_02 {
    /*フタ付きティッシュケースL */

  }

  #coord_02_03 {
    /*トラッシュカン角型 */
    bottom: 6%;
    right: 65%;

  }

  #coord_02_04 {
    /*カーペットクリーナースタンド */
    bottom: 6%;
    left: 51%;

  }

  #coord_02_05 {
    /*サイドテーブル丸型 */
    top: 51%;
    left: 58%;

  }

  #coord_03_01 {
    /*カーペットクリーナースタンド */
    bottom: 81%;
    left: 6%;

  }

  #coord_03_02 {
    /*インテリア収納ボックス */
    top: 41%;
    left: 59%;

  }

  #coord_03_03 {
    /*トラッシュカン丸型 */
    bottom: 6%;
    right: 65%;

  }

  #coord_04_01 {
    /*ペン＆リモコンラック */
    bottom: 76%;
    right: 62%;
  }

  #coord_04_02 {
    /*コンソールテーブル */
    top: 57%;
    right: 65%;
  }

  #coord_04_03 {
    /*トラッシュカン角型 */
    top: 82%;
    right: 58%;
  }

  #coord_04_04 {
    /*スリムトイレラック */
    top: 27%;
    right: 58%;

  }

  #coord_04_05 {
    /*フタ付きティッシュケースＳ */
    top: 66%;
    left: 48%;
  }

  #coord_04_06 {
    /*スタンドミラー */
    bottom: 79%;
    left: 50%;
  }

  #coord_04_07 {
    /*フタ付き収納ケース */
    bottom: 44%;
    left: 65%;

  }

  /* 吹き出しの三角を右に表示
  .ballon_right::before {
    display: none;
  }

   吹き出しの三角を下に表示 
  .ballon_bottom::before {
    display: none;
  }

  /* 吹き出しの三角を左に表示 
  .ballon_left::before {
    display: none;
  }

   吹き出しの三角を上に表示 
  .ballon_top::before {
    display: none;
  } */
}



/*==================================
#section_privi
===================================*/
#section_privi {
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 250px;
}

#section_privi h4 {
  margin-bottom: 40px;
}

#section_privi ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;

}

.privi_bg {
  background-color: #F4F4F5;
  text-align: center;
  padding: 30px 80px;
  border-radius: 5px;
}

.privi_text {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
}

.privi_point {
  font-size: 3.0rem;
  font-weight: bold;
}

.privi_point strong {
  font-size: 6.0rem;

}

.gray {
  font-size: 1.6rem;
  color: #999;
  letter-spacing: 0.25rem;
}

/* あす楽エンブレム
img.asuraku_emb {
  height: 55px;
}

.asuraku_taisho {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: 1.5rem;
}

.asuraku_text {
  font-size: 1.4rem;
  font-weight: 600;
} */


/* レスポンシブ */
@media screen and (max-width:820px) {
  #section_privi ul {
    width: 95vw;
    margin: 0 auto;
  }

  .privi_text {
    font-size: 1.6rem;
  }

  .privi_point {
    font-size: 2.4rem;
    margin: 0.3rem;
  }

  .privi_point strong {
    font-size: 3.5rem;
  }

  .gray {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width:415px) {
  #section_privi {
    padding-top: initial;
  }

  #section_privi h4 {
    letter-spacing: initial;
    margin-bottom: 20px;
  }

  #section_privi ul {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }

  .privi_bg {
    padding: 20px 0;
  }

}

/*==================================================
line
===================================*/
.line {
  border-bottom: 1px solid #eee;
  margin: 60px 0 70px 0;
}

/* レスポンシブ */
@media screen and (max-width:415px) {
  .line {
    margin: 40px 0 40px 0;
  }
}

/*==================================================
#section_category
===================================*/

.cate_btn_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.cate_btn {
  font-family: europa, sans-serif;
  font-size: 1.8rem;
  color: #111;
  border: solid 1px #ccc;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0.5em;
  cursor: pointer;
  border-radius: 3px;
  flex: 1;
  transform: 0.5s;
}

.cate_btn:hover {
  color: #fff;
  border: solid 1px #111;
  background-color: #111;
  opacity: 0.8;
}

.cate_btn:not(:last-of-type) {
  margin-right: 5px;
}




/* レスポンシブ */
@media screen and (max-width:415px) {
  .cate_btn_wrapper {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  .cate_btn {
    font-size: 1.25rem;
    padding: 10px 0.5em;
    min-width: 80px;
    width: fit-content;
  }

  .cate_btn_wrapper::-webkit-scrollbar {
    height: 10px;
    /* スクロールバーの高さ */

  }

  .cate_btn_wrapper::-webkit-scrollbar-thumb {
    background: #cccccc;
    /* ツマミの色 */
    border-radius: 7px;
    /* ツマミ両端の丸み */
  }

  .cate_btn_wrapper::-webkit-scrollbar-track {
    background: #F5F5F5;
    /* トラックの色 */
    border-radius: 7px;
    /* トラック両端の丸み */
  }
}




/* 商品画像 */
.cate_ttl {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.cate_ttl p {
  display: flex;
}

.list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, calc(100%/5)), 1fr));
  grid-gap: 30px;
  margin: 80px 0px 0px 0px;
}

.item {
  margin-bottom: 55px;
  animation: test .8s;
  position: relative;
  width: fit-content;
}

.bs_emblem {
  position: absolute;
  top: -0.2rem;
  right: 1rem;
  width: auto;
  height: 18%;
}


.item p {
  font-size: 1.8rem;
}

.item_img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
  margin-bottom: 1.5rem;
}

.item_title {
  font-weight: 600;
}

.item_price::before {
  content: "¥";
  display: inline-block;
  padding-bottom: 4px;
}

.pc_display {
  margin-right: 1.5rem;
}

/* もっと見るボタン */

.btn_center {
  text-align: center;
}

.more_btn {
  font-size: 2.0rem;
  color: rgb(17, 17, 17);
  border: solid 1px rgb(17, 17, 17);
  font-weight: 400;
  white-space: nowrap;
  padding: 30px 0.5em;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  transform: 0.5s;
  width: 440px;
  display: block;
}

.more_btn:hover {
  color: #fff;
  border: solid 1px #111;
  background-color: #111;
  opacity: 0.8;
}

/* レスポンシブ */

@media screen and (max-width: 820px) {
  .list {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, calc(100%/3)), 1fr));
    grid-gap: 10px;
    margin: 30px 0px 0px 0px;
  }
}

@media screen and (max-width:415px) {
  .cate_ttl {
    flex-direction: column;
    align-items: initial;
    gap: 5px;
  }

  .cate_ttl p {
    line-height: 2rem;
  }

  #tissue h3 {
    align-items: flex-start;
    flex-direction: column;
  }

  #tissue .cate_ttl .sp_display {
    margin-left: 0rem;
  }

  .more_btn {
    font-size: 1.5rem;
    white-space: nowrap;
    padding: 20px 0em;
    min-width: 70vw;
    width: 100%;
  }

  .more_btn a {
    width: 100%;
  }

  .item {
    margin-bottom: 10px;
  }

  .item_img {
    height: auto;
    margin-bottom: 1rem;
  }

  .item p {
    font-size: 1.4rem;
  }

  .item_title {
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }

  .bs_emblem {
    top: -0.15rem;
    right: 0.5rem;
  }
}