*{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
}

img{
  vertical-align: bottom;
}

header{
  position: relative;
  background-color: black;
  width: 100%;
  color: white;
  font-size: 22px;
  height: 90px;
  position: relative;
}

.headerimg:hover{
  opacity: 0.75;
}

.headerdownloadbtn{
  color: aliceblue;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 10px;
  width: 200px;
  height: 50px;
  background-color: rgb(240, 41, 41);
  border-radius: 3px;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
}

header a:hover{
  transform: scale(1.05,1.05);
  transition: 0.1;
}

header img{
  width: 80px;
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.headerContents{
  width: auto;
  float: right;
  position: absolute;
  right: 20vw;
  bottom: 10px;
}

.headerContents a{
  color: white;
}

.headerContents a:hover{
  opacity: 0.75;
}

header li{
  margin-left: 65px;
  float: left;
  list-style: none;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
}

/* ヘッダー */

.haikei1{
  position: relative;
  width: 100%;
}

#haikeiimage1{
  width: 100%;
}

#haikeiimage2{
  display: block;
  position: absolute;  
  top: 11vh;
  left: 24vw;
}

.haikei1_watchplay{
  position: absolute;
  top: 40vh;
  left: 15vw;
  display: flex;
  justify-content: space-between;
}

.haikei1_watchplay a:hover{
  transform: scale(1.05,1.05);
  transition: 0.1s;  
}

.haikei1_watchplay h3{
  text-align: center;
  font-size: 20px;
  width: 200px;
  padding: 15px 20px;
  margin-right: 40px;
  border: 2px solid black;
  border-radius: 5px;
}

.haikei1_watchplay a{
  text-decoration: none;
  color: black;
}

/* メイン画像 */

.newlegend{
  width: 100%;
  height: 100%;
  position: relative;
}

.newlegend img{
  width: 100%;
}

.newlegendtext{
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20vh;
  right: 22vw;
}

/* マッドマギー紹介 */

.legendsintro{
  position: relative;
  height: 750px;
  width: 100%;
  background-image: url(image/haikei1.jpg);
}

.legendsintro img{
  position: absolute;
  top: 6vh;
  right: 12vw;
  width: 550px;
}

.legendsintrotext{
  position: absolute;
  top: 25vh;
  left: 15vw;
  font-size: 40px;
}

.legendsintrotext p{
  font-size: 30px;
}

/* レジェンド紹介 */

footer{
  background-image: url(image/haikei_red.jpg);
  height: 560px;
  text-align: center;
}

footer img{
  margin: 100px 0 60px 0;
}

footer h2{
  margin: 0 0 20px 0;
}

footer p{
  margin: 0 0 30px 0;
}

#footerplay{
  background-color: rgb(240, 41, 41);
  width: 220px;
  font-size: 20px;
  color: white;
  padding: 20px 30px;
  margin: 0 auto;
  border-radius: 3px;
}

#footerplay:hover{
  transform: scale(1.03,1.03);
  transition: 0.1s;
}

.socialmediaicon{
  padding: 40px 0 30px 0;
  margin: 0 auto;
  font-size: 30px;
  width: 400px;
  display: flex;
  justify-content: space-between;

}

.socialmediaicon a{
  color: black;
}

.socialmediaicon a:hover{
  transform: scale(1.1,1.1);
  transition: 0.2;
}

/* フッター */


.downloadmain{
  padding: 90px 0;
  background-image: url(image/haikei1.jpg);
}

.downloadmain a{
  color: black;
}

.downloadmain a:hover{
  transform: scale(1.05,1.05);
  transition: 0.1s;
}

.downloadflame1{
  width: 862px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.downloadflame2{
  width: 558px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}



.downloadcontents{
  border: 5px black solid;
  border-radius: 10px;
  width: 250px;
  height: 250px;
}

.downloadcontents img{
  margin: 80px 0 20px 0;
  width: 70px;
}

/* ダウンロード画面 */


.mapmain{

  padding: 100px 0;
}

.mapflame{
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.maptext{
  margin: 50px 0 0 50px;
}

.maptext p{
  margin: 40px 0 0 0;
  font-size: 17px;
}

/* マップ */

.weaponmain{
  padding: 60px 0;
  background-color: rgb(250, 239, 226);
}

.weaponmain img{
  height: 79px;
  margin: 0 0 10px 0;
}

.weaponbig{
  height: 67px !important;
  margin: 0 0 25px 0 !important;
}

.weaponcontents{
  width: 250px;
  margin: 60px 0;
  text-align: center;
}

.weaponflame{
  width: 80%;
  padding: 60px 0;
  margin: 0 auto;
}

.weaponinsideflame{
  display: flex;
  justify-content: space-between;
}



