﻿#Layer1 {
  top : 8px;
  left :100px;
  position : absolute;
  z-index : 5;
  font-size: 30px;
}

#Layer2 {
  top : 75px;
  left : 100px;
  position : absolute;
  z-index : 7;
  font-size: 30px;
}

#Layer3 {
  top : 200px;
  left : 100px;
  position : absolute;
  z-index : 3;
  font-size: 30px;
}

#Layer4 {
  top : 550px;
  left : 100px;
  position : absolute;
  z-index : 6;
  font-size: 15px;
}

#Layer5 {
  top : 600px;
  left : 100px;
  position : absolute;
  z-index : 2;
  font-size: 30px;
}

 
/*以下スマホ用*/



@media screen and (max-width:800px) {

  #Layer1 {
  top : 0px;
  left : 8px;
  position : absolute;
  z-index : 1;
  font-size: 18px;
}

#Layer2 {
  top : 42px;
  left : 8px;
  position : absolute;
  z-index : 2;
  font-size: 10px;
}

#Layer3 {
  top : 112px;
  left : 30px;
  position : absolute;
  z-index : 3;
  font-size: 20px;
}

#Layer4 {
  top : 390px;
  left : 8px;
  position : absolute;
  z-index : 1;
  font-size: 15px;
}

#Layer5 {
  top : 407px;
  left : 8px;
  position : absolute;
  z-index : 4;
  font-size: 15px;
}
}