@charset "UTF-8";

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.rv1d_lp {
  margin-bottom: 30px;
}

.rv1d_lp_mt {
  margin-top: 30px;
}

.rv1d_lp_mb {
  margin-bottom: 30px;
}

.rv1d_lp_m {
  margin: 30px 0;
}

.rv1d_lp_ma {
  margin-bottom: 30px;
}

.rv1d_lp_flexArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.rv1d_lp_flexArea p {
  width: calc(100% / 3);
}

.rv1d_lp_lineUp_tit {
  width: 74.7%;
  margin: 0 auto 8.5%;
}

.rv1d_lp_lineUpBox {
  margin-left: 3%;
  margin-right: 2.7%;
}

.rv1d_lp_lineUpBox .rv1d_lp_flexArea:first-of-type p {
  width: 63%;
}

.rv1d_lp_lineUpBox .rv1d_lp_flexArea:first-of-type p+p {
  width: 37%;
}

/* ReVIA　Product部分 */
.rv1d_lp_product {
  margin-top: 20px;
}




/* ------------------------------------------------------------
カテゴリページ（テキストコーディング）
------------------------------------------------------------ */
/* 共通設定 ------------------------------ */
.rv1d_cate {
  color: #4e4e4e;
  font-feature-settings: "palt";
}

.rv1d_cate a {
  text-decoration: none;
  color: #898989;
}

.rv1d_cate_mb{
  margin-top: 3.5%;
}

/* lineup ------------------------------ */
.rv1d_cate_lineUp_tit {
  width: 74.7%;
  margin: 0 auto 8.5%;
}

.rv1d_cate_lineUpBox {
  border: 2px solid #4d4d4d;
  margin: 17% 3% 0;
  padding: 8% 0 9.5% 1.5%;
  position: relative;
}

.rv1d_cate_lineUpBox_ttl {
  margin-left: -0.4%;
  margin-right: -0.6%;
  position: absolute;
  top: -6.2%;
  left: 0;
}

.rv1d_cate_lineUpBox_btn {
  width: 67%;
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
}

.rv1d_cate_lineUpBox_btn::before {
  content: "";
  display: block;
  background-color: #fff;
  padding: 10% 48%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.rv1d_cate_lineUpBox_circle {
  border: 2px solid #e6a8b1;
  margin-top: 22%;
}

.rv1d_cate_lineUpBox_circle .rv1d_cate_lineUpBox_ttl {
  top: -13.5%;
}

/* flexArea */
.rv1d_cate_flexArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  list-style: none;
}

.rv1d_cate_flexArea_child {
  width: calc(100% / 3);
  margin-bottom: 1.4%;
  padding: 0 1%;
}

.rv1d_cate_flexArea_child a {
  display: block;
  position: relative;
}

.rv1d_cate_flexArea_name {
  font-size: 1.3rem;
  letter-spacing: .15em;
  color: #4d4d4d;
  position: absolute;
  left: 0;
  bottom: 4%;
}

.rv1d_cate_flexArea_newItems {
  margin-bottom: 2%;
  list-style: none;
}
.rv1d_cate_flexArea_newItems .rv1d_cate_flexArea_child:first-of-type {
  width: 55%;
  margin: 0 auto 1.4%;
}
.rv1d_cate_flexArea_newItems .rv1d_cate_flexArea_name {
  bottom: 14%;
}
.rv1d_cate_flexArea_child_pink .rv1d_cate_flexArea_name {
  font-size: 1.6rem;
  color: #e47b87;
  left: 12%;
  bottom: 6%;
}

.rv1d_cate_lineUpBox_circle .rv1d_cate_flexArea_name {
  color: #e6a8b1;
}
.rv1d_cate_lineUpBox_circle .rv1d_cate_lineUpBox_btn {
  bottom: -7%;
}

/* lineupDetail_item ------------------------------ */
.rv1d_cate_lineupDetail_item a {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
}
.rv1d_cate_lineupDetail_catch {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.rv1d_cate_lineupDetail_text {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  line-height: 1.5;
  margin-top: 26.4%;
  padding-left: 3.5%;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.rv1d_cate_lineupDetail_wear {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.rv1d_cate_lineupDetail_text_type01 {
  margin-top: 24.4%;
}
.rv1d_cate_lineupDetail_text_type02 {
  margin-top: 23%;
}
.rv1d_cate_lineupDetail_text_type03 {
  margin-top: 25%;
}
.rv1d_cate_lineupDetail_text_type04 {
  margin-top: 21.8%;
}

/* features ------------------------------ */
.rv1d_cate_features {
  background: url(/images/pc/type/se_revia1d/revia1day_features_bg.webp) no-repeat top center / cover;
  padding-top: 9.4%;
}

.rv1d_cate_features_ttl {
  width: 83%;
  margin: 0 auto;
}

.rv1d_cate_features_bnr {
  width: 89%;
  margin: 7% auto 0;
}

.rv1d_cate_features_lens{
  width: 92.5%;
  margin: 4.2% auto 0;
}

.rv1d_cate_featuresInner {
  width: 91%;
  margin: 0 auto;
  padding: 5% 0 6.5%;
}

.rv1d_cate_features_list {
  width: 93%;
  margin: 0 auto 5%;
}

.rv1d_cate_features_list_tbox {
  width: 53%;
}

.rv1d_cate_features_list_tbox_pix {
  width: 82%;
  margin: 0 0 6% 5%;
}

.rv1d_cate_features_list_ibox {
  width: 43.5%;
  margin-bottom: -1%;
  margin-top: auto;
}

.rv1d_cate_features_text {
  text-align: center;
  font-weight: 700;
  font-size: 2.86rem;
  padding-bottom: 5.4%;
  background: url(/images/pc/type/se_revia1d/revia1day_features04.webp) no-repeat bottom center / 90% auto;
  margin-bottom: 1%;
  white-space: nowrap;
  width: 110%;
  margin-left: -5%;
  letter-spacing: .08em;
}

.rv1d_cate_features_text_tt {
  letter-spacing: 0.07em;
  color: #d06d8c;
}

.rv1d_cate_features_text02 {
  font-size: 1.96rem;
  text-align: center;
  margin-bottom: 4.3%;
  line-height: 2.9rem;
}

.rv1d_cate_features_text02_tt {
  letter-spacing: 0.12em;
  color: #d06d8c;
}

.rv1d_cate_features_text02_tt02 {
  letter-spacing: 0.12em;
}

.rv1d_cate_flexb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rv1d_cate_features_list02 {
  width: 97%;
  margin: 0 auto;
  list-style: none;
}

.rv1d_cate_features_list02_item {
  width: 31%;
  margin-bottom: 7%;
}

.rv1d_cate_features_list02_item_txt {
  margin-top: 5%;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 1.8rem;
}

.rv1d_cate_features_list02_item_txt_tt {
  letter-spacing: 0.09em;
}

.rv1d_cate_features_list02_item:nth-child(2) {
  position: relative;
}

.rv1d_cate_features_list02_item:nth-child(2)::before {
  content: "";
  background: url(/images/pc/type/se_revia1d/revia1day_features_brackets01.webp) no-repeat top left / 100% auto;
  width: 15%;
  height: 23%;
  display: block;
  position: absolute;
  top: -6%;
  left: -4%;
}

.rv1d_cate_features_list02_item:nth-child(2)::after {
  content: "";
  background: url(/images/pc/type/se_revia1d/revia1day_features_brackets02.webp) no-repeat top left / 100% auto;
  width: 15%;
  height: 23%;
  display: block;
  position: absolute;
  bottom: 11%;
  right: -4%;
}

.rv1d_cate_features_list02_item:nth-child(2) .rv1d_cate_features_list02_item_txt {
  letter-spacing: 0.08em;
  color: #d06d8c;
}

.rv1d_cate_features_list03 {
  list-style: none;
}

.rv1d_cate_features_list03_item {
  width: 49%;
  background: rgba(255, 255, 255, 0.7);
  padding: 3% 2% 5%;
  margin-bottom: 2%;
  text-align: center;
}

.rv1d_cate_features_list03_item_txt {
  font-weight: 700;
  padding-left: 1.74em;
  font-size: 2.52rem;
  color: #666;
  background: url(/images/pc/type/se_revia1d/revia1day_icon_check.webp) no-repeat top 30% left / 1.3em auto;
  display: flex;
  align-items: center;
  padding-top: 1.5%;
  padding-bottom: 1%;
  margin-bottom: 4%;
  display: inline-block;
  letter-spacing: .05em;
}

.rv1d_cate_features_list03_item_txt02 {
  text-align: center;
  font-size: 1.56rem;
  color: #666;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.08em;
}

.rv1d_cate_features_list03_item_pix {
  width: 70%;
  margin: 6% auto 0;
}

.rv1d_cate_features_list03_item:nth-child(2) .rv1d_cate_features_list03_item_pix {
  width: 25%;
  margin: 5% auto 0;
}

.rv1d_cate_features_list03_item:nth-child(3) .rv1d_cate_features_list03_item_pix {
  width: 67%;
  margin: 4% auto 0;
}

.rv1d_cate_features_list03_item:nth-child(4) .rv1d_cate_features_list03_item_pix {
  width: 57%;
  margin: 4% auto 0;
}

.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item{
  padding: 2.5% 1.4% 3%;
}
.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item .rv1d_cate_features_list03_item_txt{
  font-size: 2.3rem;;
}
.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item_txt02{
  margin-bottom: 0;
}

.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item:nth-child(1){
  width: 27.5%;
}
.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item:nth-child(1) .rv1d_cate_features_list03_item_pix{
  width: 91%;
  margin-top: 19%;
}

.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item:nth-child(2){
  width: 28%;
}
.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item:nth-child(2) .rv1d_cate_features_list03_item_pix{
  width: 48%;
  margin-top: 17%;
}

.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item:last-child {
  width: 40.5%;
}
.rv1d_cate_features_list03_row3 .rv1d_cate_features_list03_item:nth-child(3) .rv1d_cate_features_list03_item_pix {
  width: 88%;
}

.rv1d_cate_campaignArea {
  position: relative;
}
.rv1d_cate_campaignArea_bnr01 {
  position: absolute;
  left: 0;
  bottom: 21%;
}
.rv1d_cate_campaignArea_bnr02 {
  position: absolute;
  left: 0;
  bottom: 6%;
}
