@charset "utf-8";
/* CSS Document */

/*共通*/
#lady_suitcase {margin: auto;color: #222;font-weight: 500;font-size: 16px;}
#lady_suitcase img {max-width: 100%; display: block; margin: auto; }
/*共通*/

/*各背景色*/
#lady_suitcase .style1 {background: #e7f0f8; }
#lady_suitcase .style2 {background: #eeebe7; }
#lady_suitcase .style3 {background: #fffbea; }
#lady_suitcase .style4 {background: #f9f6f0; }
#lady_suitcase .style5 {background: #ece4f2; }
#lady_suitcase .style6 {background: #f2e4e0; }
/*各背景色*/

/*スライダー*/
.slider {display: none; }
.slider.slick-slider {display: block; }
.slick-dots {position: absolute;bottom: 5px;display: flex !important;width: 100%;height: 12px;justify-content: center;z-index: 1;}
.slick-dots li {margin: 0 5px;}
.slick-dots li button {border: none; width: 15px; height: 15px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-indent: 300%; white-space: nowrap; overflow: hidden; background: none; border: solid 1px #aeaeae; padding: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; }
.slick-dots li.slick-active button {background: #aeaeae;
}
/*スライダー*/

/*メインビジュアル*/
#lady_suitcase #mainvisual {position: relative; margin: 220px auto 0; }
#lady_suitcase #mainvisual h1 {position: absolute; top: -188px; z-index: 1; }
#lady_suitcase #mainvisual .slider {width: 900px !important; border: solid 2px #000; border-radius: 20px; line-height: 0; overflow: hidden; }
#lady_suitcase #mainvisual p.lead {text-align: center;margin: 35px auto 55px;}
#lady_suitcase #mainvisual .slick-dots {display: none!important;}
/*メインビジュアル*/

/*ナビ*/
#lady_suitcase .list_nav {margin-bottom: 34px; }
#lady_suitcase .item_list {width: 780px; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#lady_suitcase .item_list li.item {width: 250px; height: 415px; margin-bottom: 14px; position: relative; }
/*ナビ*/



/*123共通*/
#lady_suitcase .wrap {
  width: 900px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 50px;
}
#lady_suitcase .wrap .slider_main {
  position: relative;
  margin: auto;
  padding-bottom: 40px;
}
#lady_suitcase .wrap .slider_main .pic_tit {
  position: absolute;
  top: -30px;
  right: 118px;
  z-index: 1;
}
#lady_suitcase .slider_main .slider {
  margin: auto;
  width: 780px;
  line-height: 0;
  padding-bottom: 30px;
}
#lady_suitcase .slider_main .slider .slick-list{
  border-radius: 20px;
  overflow: hidden;
}
#lady_suitcase .wrap h2 {
  text-align: center;
  margin-bottom: 27px;
}
#lady_suitcase .wrap .item_list {
  width: 600px;
}
#lady_suitcase .wrap .item_list li.item {
  width: auto;
  height: auto;
  text-align: center;
}
#lady_suitcase .wrap .item_list .pic, #lady_suitcase .wrap .item_list .txt {
  position: static !important;
}
#lady_suitcase .wrap .item_list .pic {
  margin-bottom: 22px;
  text-align: center;
}
#lady_suitcase .wrap .item_list .tit {
  font-size: 14px;
}
#lady_suitcase .wrap .item_list .tit span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
#lady_suitcase .wrap .item_list .btn {
  border: solid 2px #000;
  background: #fff;
  border-radius: 50px;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
  line-height: 1;
}
#lady_suitcase .wrap .item_list .btn:hover {
  color: #fff !important;
  background: #000;
}
/*123共通*/

/*2*/
#lady_suitcase #style2.wrap .item_list .pic {
  margin-bottom: 12px;
}
/*2*/

/*3*/
#lady_suitcase #style3.wrap .item_list .pic {
  margin-bottom: 0;
}
/*3*/

/*4*/
#lady_suitcase #style4 .lead {
  text-align: center;
  margin: 0 auto 50px;
}
#lady_suitcase #style4 .slider.slick-slider .slick-dots {
  bottom: auto;
  top: 422px;
}
#lady_suitcase #style4 .slider.slick-slider {
  position: relative;
}
#lady_suitcase #style4 .slider-item .pic {
  position: relative;
  padding-bottom: 148px;
}
#lady_suitcase #style4 .slider-item .pic img.mv {
  width: 550px;
}
#lady_suitcase #style4 .slider-item .pic img.icon {
  position: absolute;
  right: 130px;
  bottom: -16px;
}
#lady_suitcase #style4 .slider-item .pic img.icon.type3 {
  bottom: -50px;
}
#lady_suitcase #style4 .slider-item .txt {
  margin: 0 45px;
}
#lady_suitcase #style4 .slider-item .txt .name {
  font-size: 24px;
  margin-bottom: 40px;
}
#lady_suitcase #style4 .slider-item .txt .name span {
  color: #dab600;
  letter-spacing: 0.07em;
}
#lady_suitcase #style4 .slider-item .txt .comment {}
#lady_suitcase #style4 .slider-item .txt .comment p {
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 46px;
}
#lady_suitcase #style4 .slider-item .txt .comment p.tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 7px;
  width: fit-content;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #e8d262 60%);
}
/*4*/

/*5*/
#lady_suitcase #style5 .slider_main .mv {
  text-align: center;
  margin: auto;
}
#lady_suitcase #style5 .slider_main .mv img {
  display: block;
  margin: 18px auto 35px;
}

#lady_suitcase #style5 .slider_main {
  padding-bottom: 36px;
}

#lady_suitcase #style5 .content {
  margin: auto;
  width: 780px;
  background: #fff;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
#lady_suitcase #style5 .content .profile{
    width: 550px;
    padding: 50px 0 50px 35px;
    margin: auto;
    display: flex;
    align-items: center;
}
#lady_suitcase #style5 .content .profile .txt{
    text-align: left;
    margin-right: 0;
}
#lady_suitcase #style5 .content .profile .txt .name{
    font-size: 28px;
}
#lady_suitcase #style5 .content .profile .txt .name span{
  color: #f09399;
  font-size: 24px;
}
#lady_suitcase #style5 .content .profile .txt p{
    margin-top: 20px;
    line-height: 1.75;
    font-weight: bold;
}
#lady_suitcase #style5 .content .profile img{
}

#lady_suitcase #style5 .content .slider{
  position: relative;
}
#lady_suitcase #style5 .content .slider .slick-dots{
  
top: 79%;
} 
#lady_suitcase #style5 .content .slider img{
  width: 480px;
} 
#lady_suitcase #style5 .content .slider p{

margin: 80px auto 60px;

text-align: left;

width: 700px;
}

#lady_suitcase #style5 .item_list {
  width: 410px;
  margin: 0 auto 50px;
}

#lady_suitcase #style5 .item_list .btn {
  border: solid 2px #ece4f3;
  background: #ece4f3;
  color: #000;
  border-radius: 50px;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
  line-height: 1;
}
#lady_suitcase #style5 .item_list .btn:hover {
  color: #000 !important;
  background: #ab93bf;
  border: solid 2px #ab93bf;
}
/*5*/

/*6*/
#lady_suitcase #style6 {
  padding-top: 56px;
}
#lady_suitcase #style6 .slider_main .pic_tit {
  top: -22px;
  right: 114px;
}
#lady_suitcase #style6 .slider_main .mv {
  display: block;
  text-align: center;
  margin: auto;
}
#lady_suitcase #style6 .item_list {
  align-items: flex-end;
  margin: 33px auto 47px;
}
#lady_suitcase #style6 .item_list a {
  text-decoration: none;
}
#lady_suitcase #style6 a.btn {
  margin: 50px auto 0;
  text-align: center;
  display: block;
  text-decoration: none;
  border: solid 2px #6eaf16;
  color: #6eaf16;
  border-radius: 50px;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  width: 320px;
}
#lady_suitcase #style6 a.btn:hover {
  color: #f2e4e0 !important;
  background: #6eaf16;
}
/*6*/

/* New Product */
#newproduct{
  width: 900px;
  background-image: url(/img/event/freespace/lady_suitcase/new_product_bg.png);
  background-size: cover;
  background-position: top;
  margin: 36px auto 70px;
  padding: 0 0 60px;
}
#newproduct .newproduct_tit{
  position: relative;
  top: -10px;
  left: 15px;
}
#newproduct .newproduct_tit img{
  margin: 0;
}
.newproduct_contents{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 20px;
}
.newproduct_contents .newproduct_item .newproduct_img{
  width: 238px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgb(204 225 227);
  box-sizing: border-box;
  padding: 10px;
}
.newproduct_contents .newproduct_item .tit{
  font-weight: 600;
  text-align: center;
  margin: 20px auto 10px;
}
.newproduct_contents .newproduct_item .txt{
  color: #555555;
  font-size: 14px;
  text-align: center;
  margin: 0 0 15px;
}
.newproduct_contents .newproduct_item .btn{
  width: 150px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 2px solid #222222;
  border-radius: 45px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: auto;
}
.newproduct_contents .newproduct_item .btn:hover{
  color: #fff !important;
  background: #000000;
}
/* New Product */

/* event item */
.event_item_list .block-goods-brand-c--items {
  justify-content: center;
  gap: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
.event_item_list .block-goods-brand-c--items li {
  width: calc((100% - (20px * 2))/3);
  margin: 0;
}
.event_item_list .customize_block-goods-bookmark {
  top: 145px;
}
.event_item_list .block-goods-brand-c--price {
  display: block;
  font-size: 14px;
}
/* event item */