@charset "utf-8";

/*
 rakuten_fashion
=============================================== */
.rakuten_fashion{
  padding: 24px;
  background-color: #4d4d4d;
}
.rakuten_fashion__wrap{
  padding: 56px 0 53px;
  background-color: #fff;
  border-radius: 4px;
}
.rakuten_fashion__sub{
  text-align: center;
  margin-bottom: 8px;
}
.rakuten_fashion__ttl{
  font-size: 34px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 36px;
}
.rakuten_fashion__ttl::after{
  content: '';
  display: block;
  margin: 0 auto;
  width: 203px;
  height: 12px;
  background: url(https://r.r10s.jp/evt/event/fashion/inc/sns_footer/_pc/img/20231127/rakuten_fashion_border.png) no-repeat;
}
.rakuten_fashion__lead{
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.rakuten_fashion__link{
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.5em;
  margin-bottom: 72px;
}
.rakuten_fashion__link > a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 1.3;
  color: #333!important;
  font-weight: bold;
  border-bottom:solid 1px #333;
}
.rakuten_fashion__link > .slash{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 30px;
}
.rakuten_dashion__sns{
  display: flex;
  width:400px;
  margin: 0 auto;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 32px;
}
.rakuten_dashion__sns::after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #4d4d4d transparent transparent transparent;
  left: 50%;
  transform:translateX(-50%);
  bottom: -9px;
}
.rakuten_fashion__snslink{
  text-align: center;
  letter-spacing: -0.5em;
  margin-right: 16px;
}
.rakuten_fashion__snslink > a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.rakuten_fashion__snslink > a:nth-child(1){margin-right: 62px;}
.rakuten_fashion__snslink > a:nth-child(2){margin-right: 80px;}

.ru-mb-16 {
margin-bottom: 16px;
}

.rakuten_fashion__link a:hover{opacity:.8;}
.rakuten_fashion__snslink a:hover{opacity:.8;}