@charset "UTF-8";

/* ------------------------------------------------------------
カテゴリページ
------------------------------------------------------------ */
#rv10th{
  overflow: hidden;
}

.contents_wrap{
  background-color: #3c3c3c;
}

.contents_wrap li{
  list-style: none;
}

.fv{
  background-color: #3c3c3c;
  /* padding-bottom: 117.75vw; */
  padding-bottom: 116%;
  position: relative;
}
.fv_logo{
  width: 56%;
  position: absolute;
  top: 50.16%;
  left: 0;
  right: 0;
  margin:auto;
}
.fv_tape{
  width: 140.9%;
  position: absolute;
  top: 51.68%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.fv_text_wrap{
  width: 88%;
  top: 69.36%;
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
}
.fv_text{
  color: #fff;
  font-size: 3rem;
  line-height: 6rem;
  text-align: center;
  margin-bottom: 5%;
}
.fv_text:last-child{
  margin-bottom: 0;
}

.campaign{
  margin: 0 5% 18%;
}
.campaign_title{
  width: 50%;
  margin: 0 auto 5%;
}
.campaign_bnr{
  margin-bottom: 5.8%;
}
.campaign_bnr + .campaign_bnr{
  margin-bottom: 0;
}

.renewal{
  margin: 0 5% 18%;
}
.renewal_title{
  width: 46.4%;
  margin: 0 auto;
}
.renewal_1d_subTitle{
  width: 19.9%;
  margin: 0 auto 2%;
}
.renewal_1m_subTitle{
  width: 31%;
  margin: 0 auto 2%;
}
.renewal_blb_subTitle{
  width: 66.1%;
  margin: 0 auto 2%;
}
a .renewal_link{
  color: #fff;
  display: inline-block;
  margin-left: auto;
}
.renewal_bnr{
  margin-bottom: 8%;
}
.renewal_bnr:last-child{
  margin-bottom: 0;
}
.renewal_bnr a{
  display: flex;
  flex-direction: column;
}
.renewal_bnr a:hover{
  text-decoration: none;
}
.renewal_bnr img{
  margin-bottom: 2%;
}
.renewal_link_wrap{
  display: flex;
  justify-content: space-between;
}
.renewal_link{
  display: inline-block;
  font-size: 2.4rem;
  padding-right: 3%;
  position: relative;
}
.renewal_link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.renewal_link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background-image: url(/images/pc/type/revia10th/arrow_products_sub_title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.renewal_link a{
  color: #fff;
  display: inline-block;
}
.renewal_link a:hover{
  text-decoration: none;
}
.renewal_text{
  color: #fff;
  font-size: 3rem;
  line-height: 6rem;
  text-align: center;
  margin: 5% 0;
}

.newItem{
  margin-bottom: 18%;
}
.newItem_title{
  width: 48.2%;
  margin: 0 auto 5%;
}
.newItem_text{
  color: #fff;
  font-size: 3rem;
  line-height: 6rem;
  text-align: center;
  margin-bottom: 8%;
}
.newItem_clearToric_subTitle{
  width: 49%;
  margin: 0 auto 2%;
}
.newItem_clear2week_subTitle{
  width: 51.6%;
  margin: 0 auto 2%;
}
.newItem_bnr{
  margin: 0 5% 8.5%;
}
.newItem_bnr:last-child{
  margin: 0 5%;
}

.products{
  padding-bottom: 18%;
}
.products_title{
  width: 50.8%;
  margin: 0 auto 5%;
}
.products_subTitle{
  color: #fff;
  font-weight: normal;
  font-size: 2.4rem;
  margin-top: 5%;
}
.products_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 5%;
}
.products_item{
  flex-basis: 47.5%;
  flex-wrap: wrap;
  margin-bottom: 8%;
}
.products_item:nth-child(7),
.products_item:nth-child(8){
  margin-bottom: 0;
}

.brandMuse_title{
  width: 87.4%;
  margin: 0 auto 6%;
}
.brandMuse_wrap{
  background-color: #fff;
  margin: 0 12%;
  padding-bottom: 6%;
}
.brandMuse_image{
  margin-bottom: 6%;
}
.brandMuse_subTitle{
  width: 66%;
  margin: 0 auto 5%;
}
.brandMuse_text{
  font-size: 2rem;
  line-height: 3.6rem;
  margin: 0 5%;
}

.lower_logo{
  position: relative;
  padding-bottom: 55%;
}
.lower_image{
  width: 131.9%;
  position: absolute;
  top: 5%;
  margin-left: 52%;
  transform: translateX(-50%);
}

/* シンプルフェードアップ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px); /* 少し下に配置 */
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}
/* 遅延時間を transition-delay で指定する */
.fadeUp.delay1 { transition-delay: 0s; }
.fadeUp.delay2 { transition-delay: 0.1s; }
.fadeUp.delay3 { transition-delay: 0.2s; }
.fadeUp.delay4 { transition-delay: 0.3s; }
.fadeUp.delay5 { transition-delay: 0.4s; }
.fadeUp.delay6 { transition-delay: 0.5s; }
.fadeUp.delay7 { transition-delay: 0.6s; }
.fadeUp.delay8 { transition-delay: 0.7s; }
.fadeUp.delay9 { transition-delay: 0.8s; }

/* シンプルフェードダウン */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px); /* 少し上に配置 */
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fadeDown.active {
  opacity: 1;
  transform: translateY(0);
}

/* シンプルフェードイン */
.fadeIn {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.fadeIn.active {
  opacity: 1;
}
/* 遅延時間を transition-delay で指定する */
.fadeIn.delay1 { transition-delay: 0.2s; }
.fadeIn.delay2 { transition-delay: 0.5s; }
.fadeIn.delay3 { transition-delay: 0.8s; }
.fadeIn.delay4 { transition-delay: 1.1s; }

/* 右から左 */
.fadeRight {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fadeRight.active {
  opacity: 1;
  transform: translateX(0);
}

/* 左から右  */
.fadeLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fadeLeft.active {
  opacity: 1;
  transform: translateX(0);
}