@charset "UTF-8";
:root {
  --content-width: 750px;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

div,
a,
p,
header,
footer,
nav,
h1 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

a,
a:active,
a:hover {
  color: #0080F0;
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #1a3f6b;
  z-index: 500;
  height: 54px;
}
header div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
}
header div:first-child {
  margin-left: 0;
}
header .space {
  flex-grow: 1;
}
header a {
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
}
header h1 {
  font-size: 1.4rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
header h1 img {
  height: 26px;
}

footer {
  width: 100svw;
  height: 100px;
  margin-top: 50px;
  background: #303030;
  color: #FFFFFF;
  padding: 10px;
}

.wide {
  width: 100svw;
  display: flex;
  justify-content: center;
  margin-bottom: 5vh;
}

@media screen and (max-width: 750px) {
  .wide {
    padding: 16px;
  }
}
.content {
  max-width: var(--content-width);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.content a:hover {
  opacity: 0.8;
}

.head-image {
  background: linear-gradient(#003060, pink);
  width: 100svw;
  display: flex;
  justify-content: center;
}
.head-image img {
  width: 200px;
  padding: 30px 100px 100px 100px;
  image-rendering: pixelated;
  margin: 0 auto;
}

.section {
  width: 100%;
  margin-bottom: 20px;
}
.section img {
  width: 100%;
}

.column-2 {
  display: flex;
}
.column-2 img {
  width: 50%;
  padding-bottom: 16px;
}
.column-2 img:first-child {
  padding-right: 5px;
}
.column-2 img:last-child {
  padding-left: 5px;
}

.buttons {
  min-height: 10svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.buttons a {
  background: #006799;
  text-decoration: none;
  color: #FFFFFF;
  padding: 15px 30px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 16px;
  /* margin-left: 16px; */
  margin-bottom: 16px;
  min-width: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 24px;
  box-shadow: 4px 4px 6px #6090F0;
}
.buttons a span {
  font-size: 18px;
}
.buttons a:hover {
  background: #008EC0;
}
.buttons a:first-child {
  margin-left: 0;
}
.buttons a.external {
  background: #A00090;
}
.buttons a.external:hover {
  background: #C0009E;
}
.buttons a.latest {
  border: 12px solid #ffd900;
}

.game h2 {
  padding: 50px 0 16px 0;
  text-align: center;
}
.game h3 {
  border-left: 10px solid #00C0E0;
  padding-left: 10px;
}
.game p {
  margin-bottom: 24px;
}
.game .center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.game .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 8px 24px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}
.game .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.game .balloon a,
.game .balloon a:active,
.game .balloon a:hover {
  font-weight: bold;
}
.game .credit .headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 24px;
}
.game .credit ul {
  margin-top: 0;
  padding-left: 16px;
}
.game .credit li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.game .credit li::before {
  content: "・";
}

.game_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.game_list div {
  width: 370px;
  height: 320px;
  overflow: hidden;
  padding: 10px;
}
.game_list div img {
  max-width: 370px;
  max-height: 300px;
}
.game_list .kv {
  width: 370px;
  height: auto;
}
.game_list .kv img {
  max-width: none;
  max-height: none;
}

.oshinui_tune {
  background: #f6f2e7;
}
.oshinui_tune .section.header img {
  border-radius: 12px;
  box-shadow: 0 0 12px #edc8a2;
}
.oshinui_tune .section h3 {
  border-left-color: #6c587b;
}

.mochidesu {
  background: #f4e8cc;
}
.mochidesu .section.header img {
  border-radius: 12px;
  box-shadow: 0 0 12px #0f2a37;
}
.mochidesu .section h3 {
  border-left-color: #9ac8bd;
}

.news-section {
  /*padding-bottom: 64px;*/
  border: 1px solid #AAAAAA;
  border-radius: 16px;
  /*padding: 16px;*/
  margin-bottom: 24px;
}
.news-section img {
  width: 100%;
}
.news-section > .header {
  background: #404040;
  padding: 8px 16px;
  border-radius: 16px 16px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.news-section .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section .center img {
  width: 400px;
}
.news-section > .footer {
  border-radius: 0 0 16px 16px;
  color: #606060;
  padding: 4px 16px;
  text-align: right;
}
.news-section p {
  padding: 16px 16px 0 16px;
}
.news-section p.news-title {
  font-size: 20px;
  font-weight: bold;
  border-left: 10px solid #00C0E0;
  padding-left: 10px;
}
.news-section a:hover {
  opacity: 0.8;
}
.news-section .pink {
  color: #FFFFFF;
  background: #e83b67;
}
.news-section .green {
  color: #FFFFFF;
  background: #01a254;
}
.news-section .blue {
  color: #FFFFFF;
  background: #00aebf;
}
.news-section .yellow {
  color: #FFFFFF;
  background: #caa049;
}

.about h2 {
  padding: 50px 0 16px 0;
  text-align: center;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
  background: #eee;
  border-radius: 50px;
  padding: 32px;
}
.profile .icon {
  width: 200px;
  height: 200px;
  border-radius: 50px;
  border: 1px solid #303030;
}
.profile .info {
  padding: 0 24px;
}
.profile .info .name {
  font-family: "M PLUS 2", sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.profile .info .sub {
  font-size: 18px;
  position: relative;
  top: -8px;
}