@charset "UTF-8";

html {font-size: 62.5%;}

* {-webkit-box-sizing: border-box;box-sizing: border-box;}

#Contents .slick-prev.slick-arrow {display: none !important;} 
#Contents .slick-next.slick-arrow {display: none !important;}
#Contents .slick-dots li.slick-active button:before {background-color: #333333;content: "";border-radius: 10px;}
#Contents .slick-dots li button:before {content: "";border-radius: 10px;opacity: 1 !important;border-style: solid;border-width: thin;border-color: #333333;}
/* #Contents .slick-dots {display: block !important;} */
#Contents video,svg ,img{width: 100%;height: auto;}
#Header,#Foot {display: block;}
#Wrap {width: 100%;overflow-x: hidden;}

@media screen and (min-width: 768px) and (max-width: 1280px){
    html {
      font-size: calc((10 * (100vw / 1400)));
    }
  }
  
  @media screen and (max-width: 767px) {
      html{
          font-size: calc(10 * (100vw / 750));
      }
  }

/*================ Defolt ================*/
#outer220902 img,
#outer220902 picture,
#outer220902 a{
  display: inline-block;
  width: 100%;
  height: auto;
}
/******************** SP ********************/
@media screen and (max-width: 767px) {
  #outer220902 .pcOnly {
    display: none;
  }
  #outer220902 .spOnly {
    display: block;
  }
  #outer220902 .footer .footer-inner {
    margin: 0 !important;
  }
}
/******************** PC ********************/
@media only screen and (min-width: 768px) {
  #outer220902 .spOnly {
    display: none;
  }
  #outer220902 .pcOnly {
    display: block;
  }
}

#outer220902{
  color: #000;
  /********************/
  margin: calc(120 * (100vw / 750)) auto 0;
}
@media only screen and (min-width: 768px) {
  #outer220902{
    margin: 9rem auto 0;
  }
  
}

#outer220902 .flexArea{
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #outer220902 .flexAreaPc{
    display: flex;
    width: 100%;
  }
  
}

/*================ Font ================*/
#outer220902 .Praguma{
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#outer220902 .PragumaB{
  font-family: pragmatica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
#outer220902 .Forum{
  font-family: Forum;
  font-weight: 400;
  font-style: normal;
}
/*================ Size ================*/
#outer220902 .mvWrap .mvTxtLead{
  font-size: calc(30 * (100vw/750));
  /* line-height: ; */
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto calc(32 * (100vw/750));
}
#outer220902 .mvWrap .mvTxt{
  font-size: calc(65 * (100vw/750));
  line-height: 1.160;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 auto calc(62 * (100vw/750));
}
#outer220902 .titleTxt{
  font-size: calc(80 * (100vw/750));
  line-height: 0.9375;
  letter-spacing: 0;
}
#outer220902 .colorTxt{
  font-size: calc(24 * (100vw/750));
  /* line-height: ; */
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0 0 0 calc(2 * (100vw/750));
  margin: 0 0 calc(16 * (100vw/750));
}
#outer220902 .RWLcont .whiteWrap .model01::after{
  font-size: calc(28 * (100vw/750));
  /* line-height: ; */
  letter-spacing: 0.05em;
  text-align: left; 
}
#outer220902 .taxTxt{
  font-size: calc(24 * (100vw/750));
  /* line-height: ; */
  letter-spacing: 0.07em;
  margin: 0 0 calc(22 * (100vw/750));
}
#outer220902 .lastLeadTxt{
  font-size: calc(24 * (100vw/750));
  line-height: 1.91666;
  letter-spacing: 0.05em;
  text-align: center;
}
#outer220902 .allBtnWrap{
  font-size: calc(24 *(100vw / 750));
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
}

@media only screen and (min-width: 768px) {
  #outer220902 .mvWrap .mvTxtLead{
    font-size: 2rem;
    margin: 0 auto 2.6rem;
  }
  #outer220902 .mvWrap .mvTxt{
    font-size: 5rem;
    line-height: 1.08;
    margin: 0 auto 4.6rem;
  }
  #outer220902 .titleTxt{
    font-size: 6rem;
    line-height: 1;
  }
  #outer220902 .colorTxt{
    font-size: 1.5rem;
    padding: 0;
    margin: 0 0 1.2rem;
  }
  #outer220902 .RWLcont .whiteWrap .model01::after{
    font-size: 1.8rem;
  }
  #outer220902 .taxTxt{
    font-size: 1.2rem;
    line-height: 1.833333;
    margin: 0;
  }
  #outer220902 .lastLeadTxt{
    font-size: 1.5rem;
    line-height: 2;
  }
  #outer220902 .allBtnWrap{
    font-size: 1.5rem;
    line-height: 2.3;
    letter-spacing: 0.05em;
  }
  
}

/*================ Video ================*/
#outer220902 .mvMovieCont{
  position: relative;
}
#outer220902 .soundBtn{
  position: absolute;
  width: calc(150 * (100vw/750));
  right: calc(26 * (100vw/750));
  bottom: calc(23 * (100vw/750));
}
#outer220902 .soundBtn #buttonOn{
  width: 100%;
}
#outer220902 .soundBtn #buttonOff{
  display: none;
}

@media only screen and (min-width: 768px) {
  #outer220902 .videoBtn {
    width: 9rem;
    top: 39.6rem;
    left: 20.4rem;
    cursor: pointer;
  }
  #outer220902 .soundBtn{
    width: 8.8rem;
    right: 1rem;
    bottom: 1.2rem;
    cursor: pointer;
  }
}

/*================ MainVisual ================*/
#outer220902 .mvWrap{
  width: 100%;
  margin: 0 auto calc(204 * (100vw/750));
}

/*================ ContWrap ================*/
#outer220902 .topicTitle{
  width: calc(652 * (100vw/750));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#outer220902 .RWScont .topicTitle,
#outer220902 .HBcont .topicTitle,
#outer220902 .EBGcont .topicTitle{
  text-align: end;
}
/*================ TaxWrap ================*/
#outer220902 .taxWrap .flexArea,
#outer220902 .taxWrap .flexAreaPc{
  flex-wrap: wrap;
}
#outer220902 .taxWrap .flexArea .taxTxt{
  line-height: 1.91666;
  margin: 0 calc(22 * (100vw/750)) 0 0;
}
#outer220902 .HBcont .brownWrap .taxWrap .flexArea .taxTxt{
  margin: 0  0 0 calc(22 * (100vw/750));
}
/*================ PalletWrap ================*/
#outer220902 .palletCont{
  display: flex;
  justify-content: flex-start;
  margin: 0 0 calc(50 * (100vw/750)) calc(4 * (100vw/750));
}
#outer220902 .palletCont li{
  width: calc(75 * (100vw/750));
  height: calc(15 * (100vw/750));
  margin: 0 calc(4 * (100vw/750)) 0 0;
}
#outer220902 .palletCont li:last-child{
  margin: 0;
}

/*================================ 
================ RWL 
================================*/
#outer220902 .RWLcont{
  margin: 0 auto;
}
#outer220902 .RWLcont .titleTxt{
  margin: 0 auto calc(46 * (100vw/750));
}
/*================ Color ================*/
#outer220902 .RWLcont .palletCont li.color01{
  background-color: #e6eae6;
}
#outer220902 .RWLcont .palletCont li.color02{
  background-color: #393a44;
}
#outer220902 .RWLcont .palletCont li.color03{
  background-color: #d8cb63;
}
#outer220902 .RWLcont .palletCont li.color04{
  background-color: #c4915c;
}
/*================ White ================*/
#outer220902 .RWLcont .whiteWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto;
}
#outer220902 .RWLcont .whiteWrap .model01{
  width: calc(601 * (100vw/750));
  margin: 0 0 calc(58 * (100vw/750)) auto;
}
#outer220902 .RWLcont .whiteWrap .model01 .imgWrap{
  position: relative;
}
#outer220902 .RWLcont .whiteWrap .model01 .lineContT{
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: calc(38 * (100vw/750));
  position: absolute;
  top: 0;
  right: calc(25 * (100vw/750));
  z-index: 2;
}
#outer220902 .RWLcont .whiteWrap .model01 .lineContB{
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: calc(602 * (100vw/750));
  position: absolute;
  bottom: 0;
  right: calc(25 * (100vw/750));
  z-index: 2;
}
#outer220902 .RWLcont .whiteWrap .model01 .imgWrap::after{
  content: "IVORY";
  display: block;
  color: #fff;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  top: calc(80 * (100vw/750));
  right: calc(-16 * (100vw/750));
  z-index: 3;
}
#outer220902 .RWLcont .whiteWrap .model02{
  width: calc(562 * (100vw/750));
  position: relative;
  margin: 0 auto calc(40 * (100vw/750)) 0;
}
/*================ TaxWrap ================*/
#outer220902 .RWLcont .whiteWrap .taxWrap{
  margin: 0 auto calc(120 * (100vw/750));
}
/*================ Blue ================*/
#outer220902 .RWLcont .blueWrap{
  margin: 0 0 calc(108 * (100vw/750));
}
#outer220902 .RWLcont .blueWrap .modelMovie{
  margin: 0 0 calc(58 * (100vw/750));
}
#outer220902 .RWLcont .blueWrap .model01{
  width: calc(551 * (100vw/750));
  margin: 0 calc(150 * (100vw/750)) calc(100 * (100vw/750));
}
#outer220902 .RWLcont .blueWrap .model02{
  width: calc(580 * (100vw/750));
  position: relative;
  margin: 0 calc(50 * (100vw/750)) calc(30 * (100vw/750));
}
#outer220902 .RWLcont .blueWrap .model02 .lineContT{
  display: block;
  background: #3b3b3b;
  width: calc(100 * (100vw/750));
  height: 1px;
  position: absolute;
  top: calc(-27 * (100vw/750));
  left: calc(-25 * (100vw/750));
}
#outer220902 .RWLcont .blueWrap .model02 .lineContL{
  display: block;
  background: #3b3b3b;
  width: calc(346 * (100vw/750));
  height: 1px;
  position: absolute;
  transform: rotate(-90deg);
  top: calc(146 * (100vw/750));
  left: calc(-198 * (100vw/750));
}
#outer220902 .RWLcont .blueWrap .model02::after{
  content: "DARK BROWN";
  display: block;
  color: #3b3b3b;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  top: calc(-42 * (100vw/750));
  left: calc(88 * (100vw/750));
}
/*================ TaxWrap ================*/
#outer220902 .RWLcont .blueWrap .taxWrap{
  width: calc(580 * (100vw/750));
  margin: 0 calc(50 * (100vw/750)) calc(40 * (100vw/750));
}

/*================ AllBtnWrap ================*/
#outer220902 .allBtnWrap{
  margin: calc(140 * (100vw/750)) auto 0;
}
#outer220902 .allBtnTxt a{
  border: 1px solid #000;
  width: calc(352 * (100vw / 750));
  padding: calc(15 * (100vw / 750)) 0;
  /********************/
  margin: 0 auto;
}
/*================ Yellow ================*/
#outer220902 .RWLcont .yellowWrap{
  margin: 0 auto calc(196 * (100vw/750));
}
#outer220902 .RWLcont .yellowWrap .flexArea.modelList{
  flex-direction: column;
}
#outer220902 .RWLcont .yellowWrap .flexArea.topCont{
  flex-direction: row;
  position: relative;
  margin: 0 auto calc(96 * (100vw/750));
}
#outer220902 .RWLcont .yellowWrap .flexArea.topCont::before{
  content: "";
  display: block;
  background: #d8cb63;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: calc(-28 * (100vw/750));
  left: 0;
}
#outer220902 .RWLcont .yellowWrap .flexArea.topCont::after{
  content: "OLIVE";
  display: block;
  color: #d8cb63;
  background: #fff;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  bottom: calc(-42 * (100vw/750));
  left: calc(316 * (100vw/750));
  padding: 0 calc(16 * (100vw/750));
}
#outer220902 .RWLcont .yellowWrap .model01 .imgWrap{
  width: 98%;
}
#outer220902 .RWLcont .yellowWrap .model02 .imgWrap{
  width: 98%;
  margin: 0 0 0 auto;
}
#outer220902 .RWLcont .yellowWrap .model03{
  width: calc(650 * (100vw/750));
  margin: 0 auto calc(30 * (100vw/750));
}
/*================ TaxWrap ================*/
#outer220902 .RWLcont .yellowWrap .taxWrap{
  width: calc(650 * (100vw/750));
  margin: 0 calc(50 * (100vw/750)) calc(40 * (100vw/750));
}

/*================================ 
================ RWS
================================*/
#outer220902 .RWScont{
  margin: 0 auto;
}
#outer220902 .RWScont .titleTxt{
  margin: 0 auto calc(30 * (100vw/750));
}
/*================ Color ================*/
#outer220902 .RWScont .palletCont li.color01{
  background-color: #e6eae6;
}
#outer220902 .RWScont .palletCont li.color02{
  background-color: #393a44;
}
#outer220902 .RWScont .palletCont li.color03{
  background-color: #c4915c;
}
/*================ Brown ================*/
#outer220902 .RWScont .brownWrap{
  margin: 0 auto calc(108 * (100vw/750));
}
#outer220902 .RWScont .brownWrap .imgWrap{
  position: relative;
  margin: 0 auto calc(20 * (100vw/750));
}
#outer220902 .RWScont .brownWrap .imgWrap::before{
  content: "";
  display: block;
  background: #c4915c;
  width: 1px;
  height: calc(152 * (100vw/750));
  position: absolute;
  top: 0;
  right: calc(36 * (100vw/750));
  z-index: 2;
}
#outer220902 .RWScont .brownWrap .imgWrap::after{
  content: "CAMEL";
  display: block;
  color: #c4915c;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  top: calc(206 * (100vw/750));
  right: calc(-13 * (100vw/750));
  z-index: 3;
}
/*================ TaxWrap ================*/
#outer220902 .RWScont .brownWrap .taxWrap .flexArea{
  justify-content: space-between;
  width: calc(648 * (100vw/750));
  margin: 0 auto;
}
#outer220902 .RWScont .brownWrap .colorWrap{
  margin: calc(10 * (100vw/750)) 0 0;
}
/*================ White ================*/
#outer220902 .RWScont .whiteWrap{
  margin: 0 0 calc(194 * (100vw/750));
}
#outer220902 .RWScont .whiteWrap .model01{
  width: calc(580 * (100vw/750));
  margin: 0 calc(50 * (100vw/750)) calc(60 * (100vw/750));
}
#outer220902 .RWScont .whiteWrap .model02{
  width: calc(650 * (100vw/750));
  position: relative;
  margin: 0 0 calc(30 * (100vw/750)) auto;
}
#outer220902 .RWScont .whiteWrap .model02 .imgWrap .lineContL{
  content: "";
  display: block;
  background: #e6eae6;
  width: calc(56 * (100vw/750));
  height: 1px;
  position: absolute;
  bottom: calc(27 * (100vw/750));
  left: 0;
  z-index: 1;
}
#outer220902 .RWScont .whiteWrap .model02 .imgWrap .lineContR{
  content: "";
  display: block;
  background: #e6eae6;
  width: calc(480 * (100vw/750));
  height: 1px;
  position: absolute;
  bottom: calc(27 * (100vw/750));
  right: 0;
  z-index: 1;
}
#outer220902 .RWScont .whiteWrap .model02::after{
  content: "IVORY";
  display: block;
  color: #e6eae6;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  bottom: calc(12 * (100vw/750));
  left: calc(70 * (100vw/750));
  z-index: 2;
}
/*================ TaxWrap ================*/
#outer220902 .RWScont .whiteWrap .taxWrap{
  width: calc(650 * (100vw/750));
  margin: 0 auto calc(50 * (100vw/750));
}

/*================================ 
================ RPD 
================================*/
#outer220902 .RPDcont{
  margin: 0 auto;
}
#outer220902 .RPDcont .titleTxt{
  margin: 0 auto calc(30 * (100vw/750));
}
#outer220902 .RPDcont .palletCont {
  margin: 0 auto calc(50 * (100vw/750));
}
/*================ Color ================*/
#outer220902 .RPDcont .palletCont li.color01{
  background-color: #000;
}
#outer220902 .RPDcont .palletCont li.color02{
  background-color: #e8e6e2;
}
#outer220902 .RPDcont .palletCont li.color03{
  background-color: #965248;
}
#outer220902 .RPDcont .palletCont li.color04{
  background-color: #a79780;
}
/*================ Black ================*/
#outer220902 .RPDcont .blackWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto;
}
#outer220902 .RPDcont .blackWrap .model01{
  background-image: url(../img/RPD_black01_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
#outer220902 .RPDcont .blackWrap .model01 .imgWrap{
  padding: calc(64 * (100vw/750)) calc(66 * (100vw/750));
}
#outer220902 .RPDcont .blackWrap .model01 .imgWrap img{
  background-color: #fff;
}
#outer220902 .RPDcont .blackWrap .flexAreaPc .model02::before{
  content: "";
  display: block;
  background: #000;
  width: calc(540 * (100vw/750));
  height: 1px;
  position: absolute;
  bottom: calc(-24 * (100vw/750));
  left: 0;
}
#outer220902 .RPDcont .blackWrap .flexAreaPc .model02::after{
  content: "BLACK";
  display: block;
  color: #000;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  bottom: calc(-36 * (100vw/750));
  right: 0;
  z-index: 3;
}
#outer220902 .RPDcont .blackWrap .model02{
  margin: 0 auto calc(42 * (100vw/750)) 0;
}
/*================ TaxWrap ================*/
#outer220902 .RPDcont .blackWrap .taxWrap{
  width: calc(652 * (100vw/750));
  padding: 0 calc(120 * (100vw/750)) 0 0;
  margin: 0 auto calc(120 * (100vw/750));
}
/*================ White ================*/
#outer220902 .RPDcont .whiteWrap{
  margin: 0 auto;
}
#outer220902 .RPDcont .whiteWrap .model01{
  width: calc(600 * (100vw/750));
  margin: 0 0 calc(58 * (100vw/750));
  position: relative;
}
#outer220902 .RPDcont .whiteWrap .model02{
  width: calc(600 * (100vw/750));
  margin: 0 0 calc(32 * (100vw/750)) auto;
}
#outer220902 .RPDcont .whiteWrap .model01 .lineContB{
  content: "";
  display: block;
  background: #e8e6e2;
  width: calc(186 * (100vw/750));
  height: 1px;
  position: absolute;
  bottom: calc(26 * (100vw/750));
  right: calc(26 * (100vw/750));
  z-index: 2;
}
#outer220902 .RPDcont .whiteWrap .model01 .lineContR{
  content: "";
  display: block;
  background: #e8e6e2;
  width: calc(72 * (100vw/750));
  height: 1px;
  position: absolute;
  transform: rotate(90deg);
  bottom: calc(62 * (100vw/750));
  right: calc(-10 * (100vw/750));
  z-index: 2;
}
#outer220902 .RPDcont .whiteWrap .model01::after{
  content: "OFF WHITE";
  display: block;
  color: #e8e6e2;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  bottom: calc(176 * (100vw/750));
  right: calc(-50 * (100vw/750));
  z-index: 3;
}
/*================ TaxWrap ================*/
#outer220902 .RPDcont .whiteWrap .taxWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto calc(150 * (100vw/750));
}
/*================ Pink ================*/
#outer220902 .RPDcont .pinkWrap{
  margin: 0 auto;
}
#outer220902 .RPDcont .pinkWrap .model01{
  width: calc(560 * (100vw/750));
  margin: 0 calc(50 * (100vw/750)) calc(60 * (100vw/750));
}
#outer220902 .RPDcont .pinkWrap .model01 .imgWrap{
  position: relative;
}
#outer220902 .RPDcont .pinkWrap .model02{
  width: 100%;
  margin: 0 0 calc(30 * (100vw/750)) auto;
}
#outer220902 .RPDcont .pinkWrap .model01 .imgWrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #965248;
  position: absolute;
  bottom: calc(27 * (100vw/750));
  left: calc(26 * (100vw/750));
  z-index: 1;
}
#outer220902 .RPDcont .pinkWrap .model01 .imgWrap::after{
  content: "BURGUNDY";
  display: block;
  color: #965248;
  background: #fff;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  padding: 0 calc(16 * (100vw/750));
  position: absolute;
  top: calc(-40 * (100vw/750));
  right: calc(10 * (100vw/750));
  z-index: 2;
}
/*================ TaxWrap ================*/
#outer220902 .RPDcont .pinkWrap .taxWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto calc(200 * (100vw/750));
}

/*================================ 
================ HB
================================*/
#outer220902 .HBcont{
  margin: 0 auto;
}
#outer220902 .HBcont .titleTxt{
  position: relative;
  z-index: 2;
  margin: 0 auto calc(-62 * (100vw/750));
}
#outer220902 .HBcont .palletCont {
  margin: 0 auto calc(30 * (100vw/750));
}
/*================ Color ================*/
#outer220902 .HBcont .palletCont li.color01{
  background-color: #000;
}
#outer220902 .HBcont .palletCont li.color02{
  background-color: #cdc3af;
}
#outer220902 .HBcont .palletCont li.color03{
  background-color: #82726f;
}
/*================ Gray ================*/
#outer220902 .HBcont .grayWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto;
}
#outer220902 .HBcont .grayWrap .model01{
  width: calc(602 * (100vw/750));
  margin: 0 auto calc(18 * (100vw/750));
}
#outer220902 .HBcont .grayWrap .model02{
  width: calc(602 * (100vw/750));
  margin: 0 auto calc(29 * (100vw/750));
  position: relative;
}
#outer220902 .HBcont .grayWrap .model02::before{
  content: "";
  display: block;
  background: #000;
  position: absolute;
  width: 1px;
  height: calc(130 * (100vw/750));
  top: 0;
  right: calc(26 * (100vw/750));
  z-index: 1;
}
#outer220902 .HBcont .grayWrap .model02::after{
  content: "BLACK";
  display: block;
  color: #000;
  position: absolute;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  transform: rotate(90deg);
  top: calc(180 * (100vw/750));
  right: calc(-22 * (100vw/750));
}
/*================ TaxWrap ================*/
#outer220902 .HBcont .grayWrap .taxWrap{
  width: 74%;
  margin: 0 auto calc(110 * (100vw/750)) 0;
}
/*================ Beige ================*/
#outer220902 .HBcont .beigeWrap{
  margin: 0 auto;
}
#outer220902 .HBcont .beigeWrap .modelMovie{
  width: calc(680 * (100vw/750));
  margin: 0 0 calc(58 * (100vw/750)) auto;
}
#outer220902 .HBcont .beigeWrap .model02{
  width: calc(560 * (100vw/750));
  position: relative;
  margin: 0 calc(140 * (100vw/750)) calc(-80 * (100vw/750));
  z-index: 2;
}
#outer220902 .HBcont .beigeWrap .model03{
  width: calc(600 * (100vw/750));
  position: relative;
  margin: 0 auto calc(30 * (100vw/750)) 0;
  z-index: 1;
}
#outer220902 .HBcont .beigeWrap .model03::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(650 * (100vw/750));
  background: #cdc3af;
  position: absolute;
  top: calc(0 * (100vw/750));
  right: calc(-26 * (100vw/750));
}
#outer220902 .HBcont .beigeWrap .model03::after{
  content: "BEIGE";
  display: block;
  color: #cdc3af;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  bottom: calc(30 * (100vw/750));
  right: calc(-70 * (100vw/750));
}
/*================ TaxWrap ================*/
#outer220902 .HBcont .beigeWrap .taxWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto calc(110 * (100vw/750));
}
/*================ Brown ================*/
#outer220902 .HBcont .brownWrap{
  margin: 0 auto;
}
#outer220902 .HBcont .brownWrap .model01{
  width: calc(650 * (100vw/750));
  position: relative;
  margin: 0 0 calc(56 * (100vw/750)) auto;
}
#outer220902 .HBcont .brownWrap .model01::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #82726f;
  position: absolute;
  bottom: calc(-25 * (100vw/750));
  left: calc(-26 * (100vw/750));
  z-index: -1;
}
#outer220902 .HBcont .brownWrap .model01::after{
  content: "MOCA";
  display: block;
  color: #82726f;
  background: #fff;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  padding: 0 calc(12 * (100vw/750));
  position: absolute;
  transform: rotate(-90deg);
  bottom: calc(61 * (100vw/750));
  left: calc(-80 * (100vw/750));
  z-index: 2;
}
/*================ TaxWrap ================*/
#outer220902 .HBcont .brownWrap .taxWrap .flexArea{
  width: 64%;
  justify-content: flex-end;
  text-align: right;
  margin: 0 calc(220 * (100vw/750)) calc(194 * (100vw/750));
}

/*================================ 
================ MWR 
================================*/
#outer220902 .MWRcont{
  margin: 0 auto;
}
#outer220902 .MWRcont .titleTxt{
  margin: 0 auto calc(46 * (100vw/750));
}
#outer220902 .MWRcont .palletCont {
  margin: 0 auto calc(50 * (100vw/750));
}
/*================ Color ================*/
#outer220902 .MWRcont .palletCont li.color01{
  background-color: #787274;
}
#outer220902 .MWRcont .palletCont li.color02{
  background-color: #000;
}
/*================ Gray ================*/
#outer220902 .MWRcont .grayWrap{
  margin: 0 auto;
}
#outer220902 .MWRcont .grayWrap .model01{
  width: calc(600 * (100vw/750));
  margin: 0 calc(50 * (100vw/750)) calc(60 * (100vw/750));
  position: relative;
}
#outer220902 .MWRcont .grayWrap .flexAreaPc .model01::before{
  content: "";
  display: block;
  background: #787274;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(-25 * (100vw/750));
}
#outer220902 .MWRcont .grayWrap .flexAreaPc .model01::after{
  content: "KHAKI";
  display: block;
  color: #787274;
  background: #fff;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  letter-spacing: 0.03em;
  padding: 0 calc(12 * (100vw/750));
  position: absolute;
  transform: rotate(90deg);
  bottom: calc(95 * (100vw/750));
  right: calc(-78 * (100vw/750));
}
#outer220902 .MWRcont .grayWrap .model02{
  width: calc(560 * (100vw/750));
  margin: 0 0 calc(28 * (100vw/750)) auto;
}
/*================ TaxWrap ================*/
#outer220902 .MWRcont .grayWrap .taxWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto calc(110 * (100vw/750));
}
#outer220902 .MWRcont .grayWrap .taxWrap .flexArea{
  width: 70%;
}
/*================ Black ================*/
#outer220902 .MWRcont .blackWrap{
  margin: 0 auto;
}
#outer220902 .MWRcont .blackWrap .model01{
  width: calc(600 * (100vw/750));
  margin: 0 auto calc(60 * (100vw/750));
}
#outer220902 .MWRcont .blackWrap .model02{
  margin: 0 auto calc(54 * (100vw/750)) 0;
  position: relative;
}
#outer220902 .MWRcont .blackWrap .model02::before{
  content: "";
  display: block;
  background: #000;
  width: calc(590 * (100vw/750));
  height: 1px;
  position: absolute;
  bottom: calc(-22 * (100vw/750));
  left: 0;
}
#outer220902 .MWRcont .blackWrap .model02::after{
  content: "BLACK";
  display: block;
  color: #000;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  bottom: calc(-37 * (100vw/750));
  right: calc(49 * (100vw/750));
  z-index: 3;
}
/*================ TaxWrap ================*/
#outer220902 .MWRcont .blackWrap .taxWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto calc(194 * (100vw/750));
}
#outer220902 .MWRcont .blackWrap .taxWrap .flexArea{
  width: 82%;
}
#outer220902 .MWRcont .blackWrap .taxWrap .flexArea li:first-child {
  margin: 0 50% 0 0;
}


/*================================ 
================ EBG
================================*/
#outer220902 .EBGcont{
  margin: 0 auto;
}
#outer220902 .EBGcont .titleTxt{
  margin: 0 calc(50 * (100vw/750)) calc(46 * (100vw/750)) 0;
  text-align: end;
}
#outer220902 .EBGcont .colorWrap{
  width: calc(512 * (100vw/750));
  margin: 0 auto calc(60 * (100vw/750));
}
/*================ Color ================*/
#outer220902 .EBGcont .palletCont li.color01{
  background-color: #E8E6E2;
}
#outer220902 .EBGcont .palletCont li.color02{
  background-color: #C4C4C4;
}
#outer220902 .EBGcont .model01 .imgWrap{
  width: calc(580 * (100vw/750));
  margin: 0 calc(120 * (100vw/750)) calc(30 * (100vw/750));
}
#outer220902 .EBGcont .model02{
  position: relative;
}
#outer220902 .EBGcont .model02 .imgWrap{
  width: 100%;
  margin: 0 auto calc(30 * (100vw/750));
}
#outer220902 .EBGcont .model02 .lineContB{
  display: block;
  background: #e6e6e6;
  width: calc(240 * (100vw/750));
  height: 1px;
  position: absolute;
  bottom: calc(28 * (100vw/750));
  left: calc(25 * (100vw/750));
  z-index: 2;
}
#outer220902 .EBGcont .model02 .lineContL{
  display: block;
  background: #e6e6e6;
  width: 1px;
  height: calc(226 * (100vw/750));
  position: absolute;
  bottom: calc(28 * (100vw/750));
  left: calc(24 * (100vw/750));
  z-index: 2;
}
#outer220902 .EBGcont .model02 .imgWrap::after{
  content: "OFF WHITE";
  display: block;
  color: #e6e6e6;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  position: absolute;
  bottom: calc(24 * (100vw/750));
  left: calc(116 * (100vw/750));
}
#outer220902 .EBGcont .grayWrap .model02{
  width: calc(560 * (100vw/750));
  margin: 0 0 calc(28 * (100vw/750)) auto;
}
/*================ TaxWrap ================*/
#outer220902 .EBGcont .taxWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto calc(192 * (100vw/750));
}
#outer220902 .EBGcont .taxWrap .flexArea{
  width: 88%;
}


/*================================ 
================ DB 
================================*/
#outer220902 .DBcont{
  margin: 0 auto;
}
#outer220902 .DBcont .titleTxt{
  margin: 0 0 calc(44 * (100vw/750)) calc(52 * (100vw/750));
}
#outer220902 .DBcont .colorWrap{
  width: calc(160 * (100vw/750));
  margin: 0 auto calc(60 * (100vw/750)) calc(544 * (100vw/750));
}
/*================ Color ================*/
#outer220902 .DBcont .palletCont li.color01{
  background-color: #cdc3af;
}
#outer220902 .DBcont .palletCont li.color02{
  background-color: #000;
}
#outer220902 .DBcont .model01 .imgWrap{
  width: calc(650 * (100vw/750));
  margin: 0 0 calc(30 * (100vw/750)) auto;
  position: relative;
}
#outer220902 .DBcont .model02 .imgWrap{
  width: 100%;
  margin: 0 auto calc(30 * (100vw/750));
}
#outer220902 .DBcont .model01 .imgWrap::before{
  content: "";
  display: block;
  background: #cdc3af;
  width: 1px;
  height: calc(712 * (100vw/750));
  position: absolute;
  top: 0;
  left: calc(-24 * (100vw/750));
}
#outer220902 .DBcont .model01 .imgWrap::after{
  content: "BEIGE";
  display: block;
  color: #cdc3af;
  font-family: pragmatica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(28 * (100vw/750));
  letter-spacing: 0.05em;
  line-height: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  bottom: calc(44 * (100vw/750));
  left: calc(-70 * (100vw/750));
}
#outer220902 .DBcont .grayWrap .model02{
  width: 100%;
  margin: 0 auto calc(28 * (100vw/750));
}
/*================ TaxWrap ================*/
#outer220902 .DBcont .taxWrap{
  width: calc(652 * (100vw/750));
  margin: 0 auto calc(130 * (100vw/750));
}
#outer220902 .DBcont .taxWrap .flexArea{
  width: 72%;
}



/*================ LastLeadWrap ================*/
#outer220902 .lastLeadWrap{
  margin: 0 auto calc(138 *(100vw / 750));
}

/*================ AllBtnWrap ================*/
#outer220902 .allBtnWrap{
  width: calc(355 *(100vw / 750));
  margin: 0 auto;
  display: block;
  border: 1px solid #333;
}



@media only screen and (min-width: 768px) {
  /*================ MainVisual ================*/
  #outer220902 .mvWrap{
    width: 100%;
    margin: 0 auto 18rem;
  }
  #outer220902 .mvWrap .mvMovieCont{
    width: 50rem;
    margin: 0 auto;
  }

  /*================ ContWrap ================*/
  #outer220902 .taxTxt,
  #outer220902 .taxWrap .flexArea .taxTxt{
    margin: 0 1rem 0 0;
  }
  #outer220902 .RWLcont .whiteWrap .taxTxt,
  #outer220902 .RPDcont .blackWrap .taxTxt,
  #outer220902 .RPDcont .whiteWrap .taxTxt,
  #outer220902 .HBcont .brownWrap .taxTxt,
  #outer220902 .MWRcont .grayWrap .taxTxt,
  #outer220902 .MWRcont .blackWrap .taxTxt{
    margin: 0 0 0 1rem;
  }
  #outer220902 .topicTitle{
    width: 100%;
  }
  /*================ PalletWrap ================*/
  #outer220902 .palletCont{
    margin: 0;
  }
  #outer220902 .palletCont li{
    width: 5rem;
    height: 1rem;
    margin: 0 0.25rem 0 0;
  }

  /*================================ 
  ================ RWL
  ================================*/
  #outer220902 .RWLcont{
    margin: 0 auto;
    position: relative;
  }

  #outer220902 .RWLinner{
    width: 96rem;
    margin: 0 auto;
    position: relative;
  }
  #outer220902 .RWLcont .topicTitle{
    position: absolute;
    top: 13.2rem;
    left: 0.2rem;
    pointer-events: none;
  }
  #outer220902 .RWLcont .titleTxt{
    margin: 0 auto 4.4rem;
  }
  /*================ White ================*/
  #outer220902 .RWLcont .whiteWrap{
    width: 100%;
    flex-direction: row-reverse;
    margin: 0 auto 10rem;
  }
  #outer220902 .RWLcont .whiteWrap .model01{
    width: 59rem;
    margin: 0;
  }
  #outer220902 .RWLcont .whiteWrap .model01 .lineContT{
    height: 4rem;
    right: 1.7rem;
  }
  #outer220902 .RWLcont .whiteWrap .model01 .lineContB{
    height: 61.6rem;
    right: 1.7rem;
  }
  #outer220902 .RWLcont .whiteWrap .model01 .imgWrap{
    width: 58rem;
  }
  #outer220902 .RWLcont .whiteWrap .model01 .imgWrap::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    top: 6.6rem;
    right: -1rem;
  }
  #outer220902 .RWLcont .whiteWrap .model02{
    width: 42rem;
    margin: 41.4rem 0 0 0;
  }
  #outer220902 .RWLcont .whiteWrap .model02 .imgWrap{
    width: 42rem ;
    margin: 0 0 0 4rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RWLcont .whiteWrap .taxWrap{
    margin: 0;
  }
  #outer220902 .RWLcont .whiteWrap .taxWrap .flexAreaPc{
    width: 30rem;
    justify-content: end;
    margin: 2.6rem 0 0 auto;
  }
  /*================ Blue ================*/
  #outer220902 .RWLcont .blueWrap{
    margin: 0 auto 10rem;
  }
  #outer220902 .RWLcont .RWLblueinner {
    display: flex;
    flex-direction: row-reverse;
  }
  #outer220902 .RWLcont .blueWrap .flexAreaPc{
    flex-direction: column;
    justify-content: space-between;
    margin: 12.8rem auto 0 0;
    width: 44rem;
  }
  #outer220902 .RWLcont .blueWrap .modelMovie{
    width: 52rem;
    height: 92.4rem;
    margin: 0 0 0 -9.8rem;
    z-index: 2;
  }
  #outer220902 .RWLcont .blueWrap .model01{
    width: 38rem;
    margin: 0 0 10rem;
  }
  #outer220902 .RWLcont .blueWrap .model02{
    width: 45rem;
    margin: 0 0 0 9rem;
  }
  #outer220902 .RWLcont .blueWrap .model02 .lineContT{
    width: 6.6rem;
    top: -1.6rem;
    left: -1.6rem;
  }
  #outer220902 .RWLcont .blueWrap .model02 .lineContL{
    width: 26rem;
    top: 11.4rem;
    left: -14.55rem;
  }
  #outer220902 .RWLcont .blueWrap .model02::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    top: -2.2rem;
    left: 5.8rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RWLcont .blueWrap .taxWrap{
    width: 100%;
    margin: 0;
  }
  #outer220902 .RWLcont .blueWrap .taxWrap .flexAreaPc{
    width: 30rem;
    flex-direction: row;
    justify-content: start;
    margin: 2.6rem 0 0;
  }
  /*================ Yellow ================*/
  #outer220902 .RWLcont .yellowWrap{
    width: 102rem;
    margin: 0 auto 13.4rem;
  }
  #outer220902 .RWLcont .yellowWrap .flexArea.modelList{
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  #outer220902 .RWLcont .yellowWrap .flexArea.modelList::before{
    content: "";
    display: block;
    background: #d8cb63;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2rem;
    left: 0;
  }
  #outer220902 .RWLcont .yellowWrap .flexArea.topCont{
    flex-direction: row;
    justify-content: space-between;
    width: 67.5rem;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  #outer220902 .RWLcont .yellowWrap .flexArea.topCont::before{
    content: none;
  }
  #outer220902 .RWLcont .yellowWrap .flexArea.topCont::after{
    content: "OLIVE";
    display: block;
    color: #d8cb63;
    background: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    position: absolute;
    bottom: -3rem;
    left: 47.5rem;
    padding: 0 1rem;
  }
  #outer220902 .RWLcont .yellowWrap .model01 .imgWrap,
  #outer220902 .RWLcont .yellowWrap .model02 .imgWrap{
    width: auto;
    margin: 0;
  }
  #outer220902 .RWLcont .yellowWrap .model01,
  #outer220902 .RWLcont .yellowWrap .model02,
  #outer220902 .RWLcont .yellowWrap .model03{
    width: 33rem;
    margin: 0;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RWLcont .yellowWrap .taxWrap{
    width: 100%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  #outer220902 .RWLcont .yellowWrap .taxWrap .flexArea{
    width: 30rem;
    justify-content: start;
    margin: 4.4rem 0 0;
  }

  /*================================ 
  ================ RWS
  ================================*/
  #outer220902 .RWScont{
    width: 80rem;
    margin: 0 auto;
  }
  #outer220902 .RWScont .titleTxt{
    margin: 0 5.2rem 1.8rem 0;
  }
  /*================ Brown ================*/
  #outer220902 .RWScont .brownWrap{
    margin: 0 auto 11.8rem;
  }
  #outer220902 .RWScont .brownWrap .imgWrap{
    width: 60rem;
    position: relative;
    margin: 0 auto 2.4rem;
  }
  #outer220902 .RWScont .brownWrap .imgWrap::before{
    height: 14rem;
    right: 1.8rem;
    z-index: 2;
  }
  #outer220902 .RWScont .brownWrap .imgWrap::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    top: 17.4rem;
    right: -1.3rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RWScont .brownWrap .taxWrap .flexArea{
    width: 60rem;
  }
  #outer220902 .RWScont .brownWrap .taxWrap .flexAreaPc{
    width: 29rem;
  }
  #outer220902 .RWScont .brownWrap .colorWrap{
    margin: 0.5rem 0 0;
  }
  /*================ White ================*/
  #outer220902 .RWScont .whiteWrap{
    margin: 0 auto 15rem;
  }
  #outer220902 .RWScont .whiteWrap .flexAreaPc{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  #outer220902 .RWScont .whiteWrap .model01{
    width: 38rem;
    margin: 0;
    z-index: 2;
  }
  #outer220902 .RWScont .whiteWrap .model02{
    width: 45rem;
    margin: 20.8rem 0 0 -3rem;
  }
  #outer220902 .RWScont .whiteWrap .model02 .imgWrap .lineContL{
    width: 3.4rem;
    bottom: 1.8rem;
  }
  #outer220902 .RWScont .whiteWrap .model02 .imgWrap .lineContR{
    width: 34rem;
    bottom: 1.8rem;
  }
  #outer220902 .RWScont .whiteWrap .model02::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    bottom: 0.8rem;
    left: 4.4rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RWScont .whiteWrap .taxWrap{
    width: 100%;
    margin: 0;
  }
  #outer220902 .RWScont .whiteWrap .taxWrap .flexAreaPc{
    width: 30rem;
    justify-content: start;
    margin: 2.4rem 0 0;
  }

  /*================================ 
  ================ RPD 
  ================================*/
  #outer220902 .RPDcont{
    margin: 0 auto;
    width: 100rem;
  }
  #outer220902 .topicTitle.flexAreaPc {
    justify-content: space-between;
    margin: 0 auto 2rem;
  }
  #outer220902 .RPDcont .titleTxt{
    margin: 0;
  }
  #outer220902 .RPDcont .colorWrap {
    margin: 9.4rem 0 0;
}
  #outer220902 .RPDcont .palletCont {
    margin: 0;
  }
  /*================ Black ================*/
  #outer220902 .RPDcont .blackWrap{
    width: 100%;
    margin: 0 auto 7.3rem;
  }
  #outer220902 .RPDcont .blackWrap .model01 .imgWrap{
    padding: 5rem;
  }
  #outer220902 .RPDcont .blackWrap .model01{
    width: 50rem;
    margin: 0;
    position: relative;
  }
  #outer220902 .RPDcont .blackWrap .model02{
    width: 50rem;
    margin: 0;
  }
  #outer220902 .RPDcont .blackWrap .flexAreaPc .model02::before,
  #outer220902 .RPDcont .blackWrap .flexAreaPc .model02::after{
    content: none;
  }
  #outer220902 .RPDcont .blackWrap .model01::before{
    content: "";
    display: block;
    background: #000;
    position: absolute;
    width: 55rem;
    height: 1px;
    transform: rotate(90deg);
    top: 27.4rem;
    left: -28.8rem;
  }
  #outer220902 .RPDcont .blackWrap .model01::after{
    content: "BLACK";
    display: block;
    color: #000;
    font-family: pragmatica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    position: absolute;
    text-align: end;
    transform: rotate(90deg);
    bottom: 2.2rem;
    left: -4.4rem;
    z-index: 3;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RPDcont .blackWrap .taxWrap{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #outer220902 .RPDcont .blackWrap .taxWrap .flexArea{
    width: 35rem;
    justify-content: end;
    margin: 1.2rem 0 0 auto;
  }
  /*================ White ================*/
  #outer220902 .RPDcont .whiteWrap{
    width: 100%;
    margin: 0 auto 0.4rem;
  }
  #outer220902 .RPDcont .whiteWrap .flexAreaPc{
    justify-content: space-between;
    width: 91rem;
    margin: 0 auto;
  }
  #outer220902 .RPDcont .whiteWrap .model01{
    width: 45rem;
    margin: 0;
  }
  #outer220902 .RPDcont .whiteWrap .model02{
    width: 40rem;
    margin: 13.2rem 0 0;
  }
  #outer220902 .RPDcont .whiteWrap .model01 .lineContB{
    width: 11.6rem;
    bottom: 8.6rem;
    right: 1.8rem;
  }
  #outer220902 .RPDcont .whiteWrap .model01 .lineContR{
    width: 3.6rem;
    bottom: 10.4rem;
    right: 0;
  }
  #outer220902 .RPDcont .whiteWrap .flexAreaPc .model01::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    right: -3.2rem;
    bottom: 17.4rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RPDcont .whiteWrap .taxWrap{
    width: 100%;
    padding: 0 4.4rem;
    margin: 0 0;
  }
  #outer220902 .RPDcont .whiteWrap .taxWrap .flexArea{
    width: 34rem;
    justify-content: end;
    margin: 2.6rem 0 0 auto;
  }
  /*================ Pink ================*/
  #outer220902 .RPDcont .pinkWrap{
    margin: 0 auto 14.8rem;
  }
  #outer220902 .RPDcont .pinkWrap .flexAreaPc{
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
  #outer220902 .RPDcont .pinkWrap .model01{
    width: 35rem;
    margin: 0;
  }
  #outer220902 .RPDcont .pinkWrap .model02{
    width: 48rem;
    position: relative;
    margin: 16.2rem 0 0 -5rem;
  }
  #outer220902 .RPDcont .pinkWrap .model01 .imgWrap::before,
  #outer220902 .RPDcont .pinkWrap .model01 .imgWrap::after{
    content: none;
  }
  #outer220902 .RPDcont .pinkWrap .model02 .movieWrap::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #965248;
    position: absolute;
    bottom: 1.7rem;
    left: 1.8rem;
    z-index: 1;
    pointer-events: none;
  }
  #outer220902 .RPDcont .pinkWrap .model02 .movieWrap::after{
    content: "BURGUNDY";
    display: block;
    color: #965248;
    background: #fff;
    font-family: pragmatica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: calc(28 * (100vw/750));
    letter-spacing: 0.05em;
    padding: 0 1rem;
    position: absolute;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    top: -2.7rem;
    right: 2.2rem;
    z-index: 2;
  }
  /*================ TaxWrap ================*/
  #outer220902 .RPDcont .pinkWrap .taxWrap{
    width: 100%;
    margin: 0;
  }
  #outer220902 .RPDcont .pinkWrap .taxWrap .flexAreaPc{
    width: 20rem;
    justify-content: flex-start;
    margin: 2.5rem 0 0;
  }

  /*================================ 
  ================ HB
  ================================*/
  #outer220902 .HBcont{
    margin: 0 auto;
  }
  #outer220902 .HBcont .titleTxt{
    width: 81rem;
    margin: 0 auto 1.8rem;
  }
  /*================ Gray ================*/
  #outer220902 .HBcont .grayWrap{
    width: 81rem;
    margin: 0 auto 9.4rem;
  }
  #outer220902 .HBcont .grayWrap .flexAreaPc{
    width: 100%;
    justify-content: space-between;
  }
  #outer220902 .HBcont .grayWrap .model01,
  #outer220902 .HBcont .grayWrap .model02{
    width: 40rem;
    margin: 0;
  }
  #outer220902 .HBcont .grayWrap .model02{
    position: relative;
  }
  #outer220902 .HBcont .grayWrap .model02::before{
    width: 1px;
    height: 7.8rem;
    right: 1.6rem;
  }
  #outer220902 .HBcont .grayWrap .model02::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    top: 10.8rem;
    right: -1.4rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .HBcont .grayWrap .taxWrap{
    width: 100%;
    margin: 2.5rem auto 0;
  }
  #outer220902 .HBcont .grayWrap .taxWrap .flexAreaPc{
    flex-direction: row-reverse;
  }
  #outer220902 .HBcont .grayWrap .taxWrap .flexAreaPc .flexArea{
    width: 29rem;
  }
  #outer220902 .HBcont .grayWrap .colorWrap{
    margin: 0.7rem 0 0;
  }
  #outer220902 .HBcont .palletCont{
    margin: 0;
  }
  /*================ Beige ================*/
  #outer220902 .HBcont .beigeWrap{
    width: 90rem;
    margin: 0 auto 12.4rem;
  }
  #outer220902 .HBcont .beigeWrap .flexAreaPc{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  #outer220902 .HBcont .beigeWrap .modelMovie{
    width: 50em;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  #outer220902 .HBcont .beigeWrap .model02{
    width: 34rem;
    margin: 13.4rem 0 0 auto;
  }
  #outer220902 .HBcont .beigeWrap .model03{
    width: 43rem;
    margin: 6rem 0 0 -12rem;
    z-index: 1;
  }
  #outer220902 .HBcont .beigeWrap .model03::before{
    content: none;
  }
  #outer220902 .HBcont .beigeWrap .model03 .lineContB{
    content: "";
    display: block;
    width: 5.6rem;
    height: 1px;
    background: #cdc3af;
    position: absolute;
    bottom: -1.8rem;
    left: -1.6rem;
  }
  #outer220902 .HBcont .beigeWrap .model03 .lineContL{
    content: "";
    display: block;
    width: 1px;
    height: 22rem;
    background: #cdc3af;
    position: absolute;
    bottom: -1.8rem;
    left: -1.7rem;
  }
  #outer220902 .HBcont .beigeWrap .model03::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    transform: inherit;
    bottom: -2.6rem;
    left: 5.2rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .HBcont .beigeWrap .taxWrap{
    width: 100%;
    margin: 0;
  }
  #outer220902 .HBcont .beigeWrap .taxWrap .flexAreaPc{
    width: 30rem;
    justify-content: start;
    margin: 2.4rem 0 0;
  }
  /*================ Brown ================*/
  #outer220902 .HBcont .brownWrap{
    margin: 0 auto 14.7rem;
  }
  #outer220902 .HBcont .brownWrap .flexAreaPc{
    width: 105.8rem;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: end;
    margin: 0 auto 9.6rem;
  }
  #outer220902 .HBcont .brownWrap .model01{
    width: 50rem;
    margin: 0;
  }
  #outer220902 .HBcont .brownWrap .model01::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #cdc3af;
    position: absolute;
    bottom: -1.8rem;
    left: 1.5rem;
    z-index: -1;
  }
  #outer220902 .HBcont .brownWrap .model01::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
    padding: 0 0.8rem;
    width: 6rem;
    bottom: 4.6rem;
    left: 47.8rem;
    white-space: nowrap;
  }
  /*================ TaxWrap ================*/
  #outer220902 .HBcont .brownWrap .taxWrap{
    margin: 0 3rem -0.2rem 0;
  }
  #outer220902 .HBcont .brownWrap .taxWrap .flexArea{
    width: 25rem;
    justify-content: end;
    margin: 0;
  }


  /*================================ 
  ================ MWR
  ================================*/
  #outer220902 .MWRcont{
    width: 104rem;
    margin: 0 auto;
    position: relative;
  }
  #outer220902 .MWRcont .topicTitle{
    position: absolute;
    top: 5.8rem;
    left: 0;
  }
  #outer220902 .MWRcont .titleTxt{
    margin: 0 auto 4.3rem;
  }
  /*================ Gray ================*/
  #outer220902 .MWRcont .grayWrap{
    margin: 0 auto 9.2rem;
  }
  #outer220902 .MWRcont .grayWrap .flexAreaPc{
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto;
  }
  #outer220902 .MWRcont .grayWrap .model01{
    width: 58rem;
    margin: 0;
  }
  #outer220902 .MWRcont .grayWrap .flexAreaPc .model01::before,
  #outer220902 .MWRcont .grayWrap .flexAreaPc .model01::after{
    content: none;
  }
  #outer220902 .MWRcont .grayWrap .model01 .imgWrap{
    position: relative;
  }
  #outer220902 .MWRcont .grayWrap .model01 .imgWrap::before{
    content: "";
    display: block;
    background: #787274;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1.6rem;
  }
  #outer220902 .MWRcont .grayWrap .model01 .imgWrap::after{
    content: "KHAKI";
    display: block;
    color: #787274;
    background: #fff;
    position: absolute;
    font-family: pragmatica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
    bottom: 7.7rem;
    right: -5.4rem;
    padding: 0 1rem;
  }
  #outer220902 .MWRcont .grayWrap .model02{
    width: 40rem;
    margin: 31.8rem 0 0;
  }
  /*================ TaxWrap ================*/
  #outer220902 .MWRcont .grayWrap .taxWrap{
    width: 100%;
    margin: 0;
  }
  #outer220902 .MWRcont .grayWrap .taxWrap .flexArea,
  #outer220902 .MWRcont .grayWrap .taxWrap .flexAreaPc{
    width: 30rem;
    justify-content: end;
    margin: 2.4rem 0 0 auto;
  }
  /*================ Black ================*/
  #outer220902 .MWRcont .blackWrap{
    margin: 0 auto 16.7rem;
  }
  #outer220902 .MWRcont .blackWrap .flexAreaPc{
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto 9.6rem;
  }
  #outer220902 .MWRcont .blackWrap .modelMovie{
    width: 51.4rem;
    margin: 0;
  }
  #outer220902 .MWRcont .blackWrap .model01{
    width: 69rem;
    align-items: end;
    justify-content: space-between;
    margin: 0 7rem 6rem;
  }
  #outer220902 .MWRcont .blackWrap .model01 .imgWrap{
    width: 48rem;
  }
  #outer220902 .MWRcont .blackWrap .model02{
    width: 70rem;
    margin: 0 auto;
  }
  #outer220902 .MWRcont .blackWrap .model02::before{
    width: 62rem;
    bottom: -2rem;
    right: 0;
    left: auto;
  }
  #outer220902 .MWRcont .blackWrap .model02 .lineContL{
    width: 26rem;
    top: 11.4rem;
    left: -14.55rem;
  }
  #outer220902 .MWRcont .blackWrap .model02::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    bottom: -2.8rem;
    left: 0;
  }
  /*================ TaxWrap ================*/
  #outer220902 .MWRcont .blackWrap .taxWrap{
    width: 18rem;
    margin: 0;
  }
  #outer220902 .MWRcont .blackWrap .taxWrap .flexAreaPc{
    justify-content: end;
    text-align: end;
    margin: 0 0 -0.2rem;
  }


  /*================================ 
  ================ EBG
  ================================*/
  #outer220902 .EBGcont{
    width: 96rem;
    margin: 0 auto 7.4rem;
    position: relative;
  }
  #outer220902 .EBGcont .titleTxt{
    margin: 0 auto 3.2rem;
  }
  #outer220902 .EBGcont .colorWrap{
    width: 100%;
    margin: 0;
  }
  #outer220902 .EBGcont .colorTxt{
    text-align: end;
  }
  #outer220902 .EBGcont .palletCont{
    justify-content: flex-end;
  }
  #outer220902 .EBGcont .flexAreaPc{
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto;
  }
  #outer220902 .EBGcont .model01{
    width: 44rem;
    margin: 21.2rem 0 0;
  }
  #outer220902 .EBGcont .model01 .imgWrap{
    width: 100%;
    position: relative;
    margin: 0 0 3rem auto;
    z-index: 1;
  }
  #outer220902 .EBGcont .model02{
  }
  #outer220902 .EBGcont .model02 .imgWrap{
    width: 56rem;
    margin: 0 -4rem 0 0;
  }
  #outer220902 .EBGcont .model02 .lineContB{
    width: 16rem;
    bottom: 1.7rem;
    left: 1.8rem;
  }
  #outer220902 .EBGcont .model02 .lineContL{
    height: 16rem;
    bottom: 1.7rem;
    left: 1.8rem;
  }
  #outer220902 .EBGcont .model02 .imgWrap::after{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    bottom: 1.5rem;
    left: 7.8rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .EBGcont .taxWrap{
    width: 100%;
    margin: 0;
  }
  #outer220902 .EBGcont .taxWrap .flexArea{
    width: 32rem;
    margin: 2.4rem auto 0 0;
  }
  

  /*================================ 
  ================ DB
  ================================*/
  #outer220902 .DBcont{
    margin: 0 auto 11.4rem;
    position: relative;
  }
  #outer220902 .DBcont .titleWrap{
    position: relative;
    z-index: 2;
    pointer-events: none;
  }
  #outer220902 .DBcont .titleTxt{
    position: relative;
    margin: 0 auto -12.2rem;
    z-index: 2;
  }
  #outer220902 .DBcont .colorWrap{
    width: 60rem;
    margin: 3.2rem auto 0;
  }
  #outer220902 .DBcont .colorTxt{
    text-align: start;
  }
  #outer220902 .DBcont .model01{
    width: 76rem;
    margin: 0 auto 6rem;
  }
  #outer220902 .DBcont .model01 .imgWrap{
    width: 60rem;
    position: relative;
    margin: 0 auto;
  }
  #outer220902 .DBcont .model01 .imgWrap::before,
  #outer220902 .DBcont .model01 .imgWrap::after{
    content: none;
  }
  #outer220902 .DBcont .model02 .imgWrap{
    width: 80rem;
    margin: 0 auto;
    position: relative;
  }
  #outer220902 .DBcont .model02 .imgWrap::before{
    content: "";
    display: block;
    background: #cdc3af;
    position: absolute;
    width: 1px;
    height: 43rem;
    top: 7rem;
    right: -1.8rem;
  }
  #outer220902 .DBcont .model02 .imgWrap::after{
    content: "BEIGE";
    display: block;
    line-height: 0.03em;
    color: #cdc3af;
    position: absolute;
    font-family: pragmatica, sans-serif;
    font-weight: 500;
    font-style: normal;
    transform: rotate(90deg);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    top: 3rem;
    right: -4.6rem;
  }
  /*================ TaxWrap ================*/
  #outer220902 .DBcont .taxWrap{
    width: 80rem;
    margin: 0 auto;
  }
  #outer220902 .DBcont .taxWrap .flexArea{
    width: 29rem;
    margin: 2.4rem auto 0 0;
  }



  /*================ LastLeadWrap ================*/
  #outer220902 .lastLeadWrap{
    margin: 0 auto 11rem;
  }

  /*================ AllBtnWrap ================*/
  #outer220902 .allBtnWrap{
    display: block;
    width: 22rem;
    margin: 0 auto;
    color: #333;
    border: 1px solid #333;
    font-feature-settings: "palt";
  }
}

/*================ FadeIn ================*/
.fadeIn{
  opacity: 0;
  transition: ease-in, opacity 1500ms, transform 1000ms;
  transform: translate3d(0, 2.5rem, 0);
}
@media only screen and (min-width: 768px) {
  .fadeInLater{
    transition-delay: 0.5s;
  }
}
.scrollIn{
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transform: translate3d(0, 0, 0);
}
.scrollIn::after,
.scrollIn::before{
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transform: translate3d(0, 0, 0);
}
