@charset "UTF-8";
.top_container{
  min-width:1400px;
}
#main_pict{
  width:1400px;
  margin: 0 auto;
}
#main_box{
  position:relative;
}
#pcLayout{
  position: absolute;
  width: 100%;
  /* background: #ff00ff38; */
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  min-width: 1250px;
  max-width: 1400px;
}
#pcLayout a{
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  transition:filter .24s, opacity .24s;
}
#pcLayout a:hover{
  filter:brightness(1.15)
}
#pcLayout .btn1{top: 5232px;margin-left: 2px;}

#pcLayout .end{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top: 5230px;
  font-family: "Noto Sans JP", "Noto Sans Japanese", 'Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #4d4d4d;
}

#pcLayout .btn2{
  top: 5427px;
  margin-left: 2px;
}
#pcLayout .btn2:hover{
  opacity:.8
}
#pcLayout .btn3{top: 3113px;margin-left: 0px;}
#pcLayout .btn4{top: 12267px;margin-left: 4px;}
#pcLayout .btn5{top: 10119px;}


.guide a{
	color:#0000FF;
}