/* CSS Document */
#casual section.NAUGHTIAM {
  background-color: #DFE9EF;
}
#casual section.RAWROW {
  background-color: #E7DFD9;
}
.RAWROW_flame {
  background-color: #736357;
}
.RAWROW_flame .spec_text {
  color: #fff;
}
.RAWROW_flame .spec_text .carry-on {
  color: #543f31;
}
#casual section.NAUGHTIAM .mainA {
  padding: 2% 8% 10% 8%;
}
#casual section.NAUGHTIAM .mainB {
  padding: 0% 2% 8% 0;
}
#casual section.NAUGHTIAM .mainC {
  padding: 0% 0% 5% 10%;
}
#casual section.RAWROW .mainA {
    padding: 11% 5%;
}
#casual section.RAWROW .mainB {
    padding: 5% 7% 4%;
}
#casual section.RAWROW .mainC {
    padding: 11% 7% 11% 7%;
}
#casual section.NAUGHTIAM .spec_box, #casual section.RAWROW .spec_box {
  padding: 0 7% 1%;
}
#casual section.NAUGHTIAM .spec_box div, #casual section.RAWROW .spec_box div {
  padding: 3%;
}
#casual .attention {
  color: #fff;
  font-size: clamp(8px, 3vmin, 16px);
  padding: 5%;
}
@media screen and (max-width: 500px) {
  #casual section.NAUGHTIAM .spec_box {
    padding: 0 3% 1%;
  }
}