.contents-banner {
  background-color: #D2D5D6;
}
.contents-banner.home{
  background-color: #FFFFFF;
}
.contents-block {
  padding-bottom: 2em;
  background-color: #D2D5D6;
}
.device-color-btn.color1 {
  background-color: #848484;
}
.device-color-btn.color2 {
  background-color: #a4bbca;
}
.device-color-list li {
   position: relative;
}
.device-color-btn {
  position: relative;
  overflow: hidden;
}
.device-color-btn.current::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.page-heading.thin{
  color: #333;
}
.contents-menu.with-comment li{
  position: relative;
}
.contents-menu.with-comment li:nth-child(1),.contents-menu.with-comment li:nth-child(2){
  margin-bottom: 5.5em;
}
.contents-menu.with-comment li:nth-child(5),.contents-menu.with-comment li:nth-child(6){
  margin-bottom: 2.5em;
}
.menu-contents p.with-comment{
  position: absolute;
  top: 105%;
  letter-spacing: -0.01em;
}
.with-comment br.show-pc-l{
  display: none;
}
@media screen and (min-width:640px) {
.main-text {
  font-size: 1.6rem;
}
.comment-box {
  margin: 0 2rem 1em;
}
.contents-menu.with-comment li:nth-child(1),.contents-menu.with-comment li:nth-child(2),.contents-menu.with-comment li:nth-child(3){
  margin-bottom: 5em;
}
.contents-menu.with-comment li:nth-child(4),.contents-menu.with-comment li:nth-child(5),.contents-menu.with-comment li:nth-child(6){
  margin-bottom: 1.5em;
}
}
@media screen and (min-width:960px) {
.contents-block {
  padding-right: 5rem;
  padding-left: 5rem;
}
.comment-box {
  margin: 0;
}
.contents-menu.with-comment li:nth-child(1),.contents-menu.with-comment li:nth-child(2),.contents-menu.with-comment li:nth-child(3),.contents-menu.with-comment li:nth-child(4){
  margin-bottom: 4.5em;
}
.contents-menu.with-comment li:nth-child(5),.contents-menu.with-comment li:nth-child(6){
  margin-bottom: 2em;
}
.menu-contents p.with-comment{
  top: 107%;
}
.with-comment br.show-pc-l{
  display: block;
}
}