@charset "utf-8";
a{
 color:#000;
}
.attention {
    text-align: center;
    margin: 30px 0;
    color: red;
    font-weight: 600;
    font-size: 15px;
}

/*＿＿＿＿＿＿＿＿＿＿

　中間カテゴリヘッダー
＿＿＿＿＿＿＿＿＿＿*/

#related_category{
  padding: 30px 0;
  margin: 0 auto 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  overflow: hidden;
  background: url(https://www.tokyu-dept.co.jp/ec/images/ladies/brand/lingery_background_sp.png) repeat-y top center/100%;;
}
.related_h1{
  margin: 20px 0 30px;
  font-size: 22px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color:#72d1e1;
  font-weight: 800;
}
#related_category img{
  width: 100%;
}
.related_brand_wrap{
  display: flex;
  margin-bottom: 20px;
  background: transparent;
}
.related_brand_wrap .related_brand_box{
  margin-right: 5px;
  padding-bottom: 20px;
  width: calc((100% - 30px)/3);
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related_brand_wrap .related_brand_box > a{
  width: 80%;
  color: #000;
  transition: all 0.5s;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  font-weight: 600;
}
.related_brand_box .img_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}
.related_brand_box .logo_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.related_brand_box .brandimg{
  width: 40%;
  margin-left: 30px;
  transition: all 0.5s!important;
  overflow: hidden;
}
.related_brand_box .logo_img{
  margin-bottom: 10px;
  width: 110px;
  transition: all 0.5s!important;
  overflow: hidden;
}
.related_brand_box .logo_wrap .logo_img{
  width: 80%;
}
.related_brand_box .brand-text{
  width:90%;
  margin: 0 auto;
  line-height: 1.7;
}

/*＿＿＿＿＿＿イメージ画像なしブランド＿＿＿＿＿＿*/
.related_brand_wrap .related_brand_box.logo_only > a{
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.related_brand_wrap .related_brand_box.logo_only .logo_img{
 width:70%;
 margin: 0 auto 30px;
 text-align:center;
}
.related_brand_box.logo_only img{
  transition: all 0.5s;
}

/*＿＿＿＿＿＿ロゴなし＿＿＿＿＿＿*/
#related_category .h1_logonone{
  margin: 10px 0 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
#related_category .h1_logonone span{
  font-size: 16px;
}


/*＿＿＿＿＿＿bxSliderのスタイル＿＿＿＿＿＿*/

#related_category .brandslider {
  margin-top: 20px;
  position: relative;
  left: 14vw; /* (100vw - SlideWidth) / 2 */
  overflow: visible !important;
}
#related_category .brandslider li {
  width: 70vw !important;
  height: auto;
}
#related_category .bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
  position: relative;
  background: transparent;
}
#related_category .bx-viewport {
    height: auto!important;
  background: transparent;
}
#related_category .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    width: 100%;
    height: 0px;
  transform: translateY(-50%);
}
#related_category .bx-controls-direction a {
    width: 40px;
    height: 40px;
    display: block;
    background: #ab7a86;
    position: relative;
    text-indent: -100%;
    overflow: hidden;
    border-radius: 50%;
}
 #related_category a.bx-prev {
    float: left;
    font-size:0;
}
#related_category a.bx-next {
  float: right;
  margin-right: 2%;
  font-size:0;
}
#related_category .bx-controls-direction a:after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-50%);
    content:
    "";
    display: block;
    position: absolute;
    left: 45%;
    top: 50%;
 }
#related_category a.bx-prev:after {
  transform: rotate(-135deg) translateX(-50%) translateY(-50%)!important;
  left: 45%;
  bottom: 50%;
  top: auto;
}



/*＿＿＿＿＿＿ブランドページへ＿＿＿＿＿＿*/
#related_category .brand_button{
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
#related_category .brand_button a {
    padding: 15px 33px 15px 13px;
    font-size: 13px;
    font-weight: bold;
    color: #fff!important;
    background-color: #954f69;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
    display: inline-block;
}
#related_category .brand_button a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    transition: .3s;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
#related_category .brand_button a:hover {
  background-color: #f26d6d;
}

/*＿＿＿＿＿＿中間カテゴリへ＿＿＿＿＿＿*/
.category_button{
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  width: 90%;
}
.category_button:last-of-type{
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.category_button a {
    padding: 15px 35px 15px 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff!important;
    background-color: #954f69;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
    display: inline-block;
}
.category_button a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 7px;
    height: 7px;
    transition: .3s;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}



/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿

　ランジェリー・インナーウェアカテゴリTOPページ
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#lingerie_category{
  margin-bottom: 10px;
  padding: 40px 0 30px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background: url(https://www.tokyu-dept.co.jp/ec/images/ladies/brand/lingery_background_sp.png) repeat-y top center/100%;
}
.lingerie_h1{
  margin:0 auto;
  font-size: 34px;
  color: #72d1e1;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.lingerie_h1 span{
  font-size: 17px;
  text-align: right;
  font-weight: 700;
}
.lingerie_h1 .andtext{
  margin-right: -8px;
  font-size: 20px;
  font-weight: 400;
}
.lingerie_lead_text{
  margin: 20px auto;
  width: 90%;
  display: flex;
  justify-content: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.lead_text{
  border: double #f17999;
  padding:15px;
  text-align:center;
  color:#f17999;
  font-size: 13px;
  display: inline-block;
  width: 90%;
}
#lingerie_category img{
  width: 100%;
}
.lingerie_brand_wrap{
  padding: 0 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.lingerie_brand_wrap .lingerie_brand_box{
  margin-right: 30px;
  width: calc((100% - 30px)/2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
    opacity: 0;
}
.lingerie_brand_wrap .lingerie_brand_box > a{
  width: 100%;
  color: #000;
  transition: all 0.5s;
  text-decoration: none;
}
.lingerie_brand_wrap .lingerie_brand_box:nth-of-type(2n){
  margin-right: 0;
}
.lingerie_brand_wrap .lingerie_brand_box:nth-of-type(n+1){
  margin-top: 30px;
}
.lingerie_brand_box .logo_wrap{
  margin: 20px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lingerie_brand_box .logo_wrap .logo_img{
  width:50%;
  margin-bottom:5px;
}
.lingerie_brand_box .logo_wrap .brand_text{
  font-size: 13px;
  line-height: 1.8;
  font-weight: 450;
  width: 100%;
  margin: 0 auto;
}
.lingerie_brand_box .logo_only .brand_text{
  font-size: 13px;
  font-weight: 450;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
}
.lingerie_brand_box .brandimg{
  transition: all 0.5s!important;
  overflow: hidden
}

/*＿＿＿＿＿＿ロゴなし＿＿＿＿＿＿*/
#lingerie_category .h1_logonone{
  margin: 0 30px 20px 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#lingerie_category .h1_logonone span{
  font-size: 16px;
}




/* 上からふわ */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*＿＿＿＿＿＿ブランドページへ＿＿＿＿＿＿*/
#lingerie_category .brand_button{
  margin: 30px 0;
  text-align: center;
  position: relative;
}
#lingerie_category .brand_button a {
    padding: 20px 26px 20px 21px;
    font-size: 13px;
    font-weight: 600;
    color: #fff!important;
    background-color: #e69baf;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
}
#lingerie_category .brand_button a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    transition: .3s;
    transform: translateY(-30%) rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    content: "";
}
#lingerie_category .brand_button a:hover {
  background-color: #c37086;
}