@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 .end{
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  top: 883px;
  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 .btn1{top: 868px;}
#pcLayout .btn2{
  top: 1082px;
  margin-left: -1px;
}
#pcLayout .btn2:hover{
  opacity:.8
}
#pcLayout .btn3{top: 6332px;margin-left: -1px;}
#pcLayout .btn4{top: 7788px;}
#pcLayout .btn5{top: 10119px;}