@charset "utf-8";

/****** 共通基本設定
******************************************************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  margin: 0;
  background-image: url(../img/valorant.jpg);
  background-size: cover;
}
.valo-word1 {
  color: rgb(255, 255, 255);
  text-align: center;
  box-sizing: content-box;
  /* margin-bottom: 50%; */
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.valo-word1 h1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 400%;
}
.valo-word1 h2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    /* margin-top: 5%;
    margin-bottom: 5%; */
    font-size: 200%;
}
.valo-main1{
  width: 640px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 50px;
  font-size: 200%;
}
.valo-main2{
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: content-box;
  width: 640px;
  height: 640px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin: auto;
  font-size: 200%;
}

.valo-main3{
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  width: 640px;
  margin-top: 50px;
  margin: auto;
  padding-bottom: 5%;
  font-size: 200%;
}
.russia{
  /* display: flex; */
  justify-content: center;
  text-align: left;
  flex-direction: column;
  width: 840px;
  margin-top: 50px;
  margin: auto;
  padding-bottom: 5%;
  font-size: 200%;
  color: rgb(255, 0, 0);
}
.VCT {
  /* float: left; */
  width: 640px;
  max-width:100%;
  padding-bottom: 10%;
}
.valo-VCT{
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: row;
  width: 640px;
  margin-top: 50px;
  margin: auto;
  padding-bottom: 5%;
  font-size: 200%;
}
.valo-VCT img{
  padding-left: 20px;
  max-width: 75%;
}
a {
  color: skyblue;
  text-decoration: none;
  padding: auto;

}
a:hover {
  color: skyblue;
  font-weight: bold;
}
