@charset "utf-8";
/* CSS Document */
/****************************

カテゴリTOPページ

****************************/
.attention {
    text-align: center;
    margin: 30px 0;
    color: red;
    font-weight: 600;
    font-size: 15px;
}


#related_category {
  background: url("https://www.tokyu-dept.co.jp/ec/images/ladies/brand/lingerie-bg-pc.png") repeat-y center/100%;
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 50px 0;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.related_h1 {
  margin: 0 auto 50px;
  color: #72d1e1;
  font-size: 35px;
  font-weight: 400;
  line-height: 0.8;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.related_h1 .andtext {
  font-size: 40px;
  font-weight: 400;
}
#related_category img {
  width: 100%;
}
#related_category .attention {
  margin: 0 0 20px;
  color: #c00;
  font-size: 18px;
  text-align: center;
}
.related_brand_wrap {
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.related_brand_wrap .related_brand_box {
  margin-right: 20px;
  width: calc((100% - 24px) / 2);
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.brand_text::-webkit-scrollbar {
  width: 8px;
}
.brand_text::-webkit-scrollbar-track {
  border-radius: 5px;
}
.brand_text::-webkit-scrollbar-thumb {
  background: #e9759e;
  border-radius: 5px;
  height: 10px;
}
.related_brand_wrap .related_brand_box > a {
  color: #000;
  transition: all 0.5s;
  text-decoration: none;
  padding: 13px;
  display: block;
  background: #ffffffb0;
  height: 100%;
}
.related_brand_wrap .related_brand_box:nth-of-type(2n) {
  margin-right: 0;
}
.related_brand_wrap .related_brand_box:nth-of-type(n+3) {
  margin-top: 30px;
}
.related_brand_box .logo_wrap {
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s !important;
  height: 100px;
}
.related_brand_box .logo_wrap .logo_img {
  width: 30%;
  margin-right: 20px;
}
.related_brand_box .brand_text {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  overflow-y: scroll;
  text-align: center;
}
#related_category .logo_only .brand_text {
  font-size: 13px;
  line-height: 1.8;
}
#related_category .brandimg {
  overflow: hidden;
  width: 40%;
}
.related_brand_box.logo_only .logo_img {
  width: 30%;
  margin: 0 auto;
  transition: all 0.5s !important;
  height: 100px;
}

/*＿＿＿＿＿＿ロゴなし＿＿＿＿＿＿*/
#related_category .h1_logonone {
  margin: 10px 30px 20px 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
#related_category .h1_logonone span {
  font-size: 16px;
}
/*＿＿＿＿＿＿ホバー＿＿＿＿＿＿*/
#related_category a:hover .logo_wrap {
  transform: scale(0.9, 0.9);
}
#related_category .logo_only a:hover .logo_img {
  transform: scale(0.9, 0.9);
}
/*＿＿＿＿＿＿中間カテゴリへ＿＿＿＿＿＿*/
.category_button {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.category_button:last-of-type {
  margin-bottom: 0;
}
.category_button a {
  padding: 20px 40px 20px 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background-color: #954f69;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.5s !important;
}
.category_button a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  transition: all 0.5s !important;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}
.category_button a:hover {
  background-color: #da9db2;
  text-decolatioin: none;
  opacity: 1;
}
/****************************
ランジェリーインナーウェアTOP
****************************/
#lingerie_category {
  margin: 0 auto;
  padding: 30px 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  background: url(https://www.tokyu-dept.co.jp/ec/images/ladies/brand/lingerie-bg-pc.png) repeat-y center/100%;
}
#lingerie_category a {
  text-decoration: none;
}
.lingerie_h1 {
  margin: 0 auto 20px;
  font-size: 50px;
  color: #72d1e1;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.lingerie_lead_text {
  display: flex;
  justify-content: center;
}
.lead_text {
  border: double #72d1e1;
  text-align: center;
  color: #358795;
  color: #72d1e1;
  font-size: 15px;
  display: inline-block;
  padding: 15px;
}
.lingerie_h1 span {
  font-size: 20px;
  text-align: right;
  font-weight: 700;
}
.lingerie_h1 .andtext {
  font-size: 40px;
  font-weight: 400;
}
#lingerie_category img {
  width: 100%;
}
.lingerie_brand_wrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  padding-bottom: 40px;
}
.lingerie_brand_wrap .lingerie_brand_box {
  margin-right: 100px;
  width: calc((100% - 100px)/2);
  overflow: hidden;
  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-top: 20px;
  display: flex;
  align-items: center;
}
.lingerie_brand_box .logo_wrap .logo_img {
  width: 30%;
  margin-right: 20px;
}
.logo_wrap .brand_text {
  width: 65%;
  font-size: 15px;
  line-height: 1.8;
}
.logo_only .brand_text {
  font-size: 15px;
  line-height: 1.8;
}
.brandimg {
  transition: all 0.5s !important;
  overflow: hidden
}
/*＿＿＿＿＿＿ロゴなし＿＿＿＿＿＿*/
.h1_logonone {
  margin: 10px 20px 20px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
.h1_logonone span {
  font-size: 16px;
}
/*＿＿＿＿＿＿ホバー＿＿＿＿＿＿*/
#lingerie_category .lingerie_brand_box > a:hover {
  opacity: 0.4;
}
#lingerie_category a:hover .brandimg {
  transform: scale(0.95, 0.95);
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* 上からふわ */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}