@charset "utf-8";
/* CSS Document */

*:focus {
outline: none;
}

html, body {
  height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family:  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
   margin: 0;
}
.links_photo_wrap{
   position: relative;
   display: block;
   width: 100%;
   height: 100%;
   text-align: center;
   background-color: #000;
   box-sizing: border-box;
}
.links_photo_wrap .links_photo{
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   top: 0;
   width: 100%;
   max-height: calc(100% - 80px);
   margin: 0 auto;
}
.links_photo_wrap .links_photo img{
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   top: 0;
   max-width: 100%;
   max-height: 100%;
   margin: auto;
}
.links_photo_wrap>a:first-of-type{
   position: absolute;
   bottom: 25px;
   right: 0;
   left: -208px;
   width: 104px;
   height: 35px;
   margin: auto;
}
.links_photo_wrap>a:nth-of-type(2){
   position: absolute;
   bottom: 25px;
   right: -41px;
   left: 0;
   width: 104px;
   height: 35px;
   margin: auto;
}

/* sp */
@media all and (max-width: 480px) {

.links_photo_wrap .links_photo{
   max-height: calc(100% - 130px);
}
.links_photo_wrap>a{
   bottom: 75px;
}
   
}
