/*
Theme Name:HANAMARUTHEME
*/

@font-face {
  font-family: "MPLUSRounded1c-Bold";
  src: url("../fonts/MPLUSRounded1c-Bold.woff");
}
@font-face {
  font-family: "MPLUSRounded1c-Light";
  src: url("../fonts/MPLUSRounded1c-Light.woff");
}

ul {
  list-style: none;
}

ul.manuList {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  width: 500px;
  height: calc(100% - 40px);
  margin: 20px;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
}

a {
  text-decoration: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "MPLUSRounded1c-Light";
  background-repeat: repeat;
  background-image: url("../images/bg.PNG");
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.headder {
  height: 150px;
  display: flex;
  justify-content: space-between;
}

.manuList a {
  font-family: "MPLUSRounded1c-Bold";
  color: #fddae0;
  display: block;
  background-color: #2144c5;
  text-align: center;
  border-radius: 100px;
  padding: 5px 20px;
}

.manuList li {
  width: calc(90% / 3);
}

.manuList li:nth-of-type(3) {
  flex: none;
}

.mainVisual img {
  width: 60%;
  margin: 0px auto;
  display: block;
}
.mainVisual {
  background-color: #2144c5;
  margin-bottom: 50px;
}

.mainWrap {
  width: 60%;
  margin: 0px auto 60px;
  display: flex;
  height: 600px;
}

.mainLeft {
  width: 40%;
  display: flex;
  align-items: center;
}

.mainLeft img {
  width: 100%;
  height: fit-content;
  align-items: center;
}

.mainRight {
  width: 60%;
  min-width: 450px;
}

.newsTitle {
  font-family: "MPLUSRounded1c-Bold";
  color: #fddae0;
  background-color: #2144c5;
  font-size: 32px;
  text-align: center;
}
.newsWrap {
  width: 100%;
  height: 200px;
  background-color: #fddae0;
}
.news .title {
  font-size: 20px;
}

.news {
  margin-bottom: 20px;
}

.news:last-of-type {
  margin-bottom: 0px;
}

.news .date {
  background-color: #ff66a8;
  padding: 0px 10px;
  border-radius: 30px;
  color: #fddae0;
  width: fit-content;
}

ul.contentsList {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  padding-left: 0px;
  padding-bottom: 120px;
}
.contentsList li {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
}
.contentsList li a {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0px auto;
}

a.about {
  background-size: cover;
  background-image: url("../images/about.svg");
}
a.game {
  background-size: cover;
  background-image: url("../images/game.svg");
}
a.blog {
  background-size: cover;
  background-image: url("../images/blog.svg");
}
a.illust {
  background-size: cover;
  background-image: url("../images/illust.svg");
}
a.manga {
  background-size: cover;
  background-image: url("../images/manga.svg");
}
a.mail {
  background-size: cover;
  background-image: url("../images/mail.svg");
}
.footer {
  font-family: "MPLUSRounded1c-Bold";
  background-color: #2144c5;
  color: #fddae0;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 20px 0px;
  /*Ã¢â€ ÂÃ§ÂµÂ¶Ã¥Â¯Â¾Ã¤Â½ÂÃ§Â½Â®*/
  bottom: 0px;
  position: relative;
}

.openbtn1 {
  display: none;
}
@media (max-width: 1100px) {
  .headderLeft img {
    width: auto;
    height: 100px;
    align-content: center;
  }

  .headderLeft {
    display: flex;
  }

  .headder {
    height: 100px;
  }

  .manuList a {
    padding: 0px 20px;
  }

  .contentsList li a {
    width: 100px;
    height: 100px;
  }

  ul.manuList {
    width: 300px;
  }

  .mainWrap {
    width: 80%;
  }

  .mainVisual img {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .openbtn1 {
    display: block;
  }
  .headder {
    height: 100px;
  }
  .headderLeft {
    height: 100px;
    align-items: center;
    display: flex;
  }
  .headderLeft img {
    height: 70px;
  }

  ul.manuList {
    display: none;
  }

  .mainVisual img {
    width: 100%;
  }

  .mainWrap {
    width: 100%;
    display: block;
    height: fit-content;
  }

  .newsWrap {
    margin: 0px auto;
  }
  .mainLeft {
    margin: 0px auto;
    width: 80%;
  }

  .mainRight {
    width: 90%;
    margin: 40px auto 0px;
    height: fit-content;
    min-width: 100%;
  }
  ul.contentsList {
    min-height: 300px;
  }
  .contentsList li {
    height: 100px;
    width: calc(100% / 2);
  }
}
