@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

W label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*ライン系の設定*/
.ais-underlnDARK {
  background: linear-gradient(transparent 70%, var(--dark) 70%);
}

.ais-underlnYELW {
  background: linear-gradient(transparent 70%, var(--yellow) 70%);
}

.ais-underlnRED {
  background: linear-gradient(transparent 70%, var(--red) 70%);
}

.ais-underlnPINK {
  background: linear-gradient(transparent 70%, var(--pink) 70%);
}

.ais-underlnGREN {
  background: linear-gradient(transparent 70%, var(--green) 70%);
}

.ais-underlnCOSTUM2 {
  background: linear-gradient(transparent 70%, var(--costum1) 70%);
}

.ais-underlnCOSTUM1 {
  background: linear-gradient(transparent 70%, var(--costum2) 70%);
}

.ais-underlnCOSTUM3 {
  background: linear-gradient(transparent 70%, var(--costum3) 70%);
}

.ais-underlnCOSTUM4 {
  background: linear-gradient(transparent 70%, var(--costum4) 70%);
}

.ais-underlnCOSTUM5 {
  background: linear-gradient(transparent 70%, var(--costum5) 70%);
}

/* ボックス系の設定 */
/* box1 正方形アイコン付きボタン  --------------------------------- */
.ais-box1-1 {
  position: relative;
  width: 164px;
  max-width: 40%;
  height: 164px;
  padding: 10px;
  margin: 10px 6px;
  color: var(--dark);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  vertical-align: top;
  box-shadow: 0 5px 15px var(--shadow);
  box-sizing: border-box;
}

.ais-box1-1:hover {
  box-shadow: 0 2px 5px var(--shadow);
  transition: 0.4s;
}

.ais-box1-1-img {
  position: relative;
  height: 95px;
  padding: 20px 3px;
  z-index: -1;
}

/* box2 横長記事写真つきヘッダーボタン  --------------------------------- */
.ais-box2-1 {
  position: relative;
  width: 456px;
  height: 96px;
  max-width: 98%;
  padding: 8px 12px;
  margin: 9px 1%;
  color: var(--dark);
  display: inline-block;
  text-align: left;
  text-decoration: none;
  border-radius: 20px;
  vertical-align: top;
  box-shadow: 0 5px 15px var(--shadow);
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-box2-1:hover {
  box-shadow: 0 2px 5px var(--shadow);
  transition: 0.4s;
  opacity: 0.7;
}

.ais-box-2-contents {
  display: flex;
}

.ais-box2-1-img_area {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 2px 10px 2px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-box2-1-img {
  width: 100%;
  height: 100%;
  border-radius: 0.8em;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.ais-box2-1-text_area {
  position: relative;
  max-width: calc(100% - 98px);
  height: 64px;
  margin: 7px 10px 2px 0;
  border-radius: 0.8em;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-box2-1-text_area p {
  line-height: 1.2em;
}

/* box2-2 記事写真つきヘッダーボタン  --------------------------------- */
.ais-box2-2 {
  position: relative;
  width: 450px;
  height: 260px;
  max-width: 98%;
  padding: 10px 15px;
  margin: 5px 1%;
  color: var(--dark);
  display: inline-block;
  text-align: left;
  text-decoration: none;
  border-radius: 20px;
  vertical-align: top;
  box-shadow: 0 5px 15px var(--shadow);
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-box2-2:hover {
  box-shadow: 0 2px 5px var(--shadow);
  transition: 0.4s;
  opacity: 0.7;
}

.ais-box2-2-img_area {
  position: relative;
  width: 100%;
  height: 210px;
  margin: 2px 10px 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  border-radius: 0.8em;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-box2-2-img {
  position: relative;
  height: 100%;
  z-index: -1;
}

.ais-box2-2-text_area {
  position: relative;
  width: 100%;
  height: 26px;
  margin: 2px 10px 2px 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-box2-2-text_area p {
  line-height: 1.2em;
}

/* box3 横長記事タイトルのみヘッダーボタン  --------------------------------- */
.ais-box3-1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 98%;
  padding: 8px 12px;
  margin: 9px 1%;
  color: var(--dark);
  display: inline-block;
  text-align: left;
  text-decoration: none;
  border-radius: 15px;
  vertical-align: top;
  box-shadow: 0 5px 15px var(--shadow);
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ais-box3-1:hover {
  box-shadow: 0 2px 5px var(--shadow);
  transition: 0.4s;
  opacity: 0.7;
}

/*ソースボックス1 -----------------------------*/
.ais-source-box1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 98%;
  padding: 1.5em 1.3em;
  margin: 0.5em 1%;
  color: var(--white);
  border-radius: 8px;
  box-sizing: border-box;
  overflow-x: scroll;
  scrollbar-width: none;
}

.ais-source-box1::-webkit-scrollbar {
  display: none;
}

/*インライン1 -----------------------------*/
.ais-inline1 {
  padding: 0 8px;
  margin: 0 5px;
  border-radius: 8px;
  background-color: var(--inline);
  font-size: 1rem;
  font-family: inherit;
  display: inline-block;
}

body {
  width: 100%;
  min-width: 300px;
  min-height: 100vh;
  background-color: var(--background);
  font-family: "NotoSansJP", sans-serif;
  font-size: 12px;
  font-display: swap;
  color: var(--dark);
  box-sizing: border-box;
  overflow-x: hidden;
}

/*スクロールバーデザイン*/
::-webkit-scrollbar {
  width: 0.6em;
  height: 0.6em;
}

::-webkit-scrollbar-track {
  background-color: var(--background);
}

::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 0.3em;
}

/*色の設定*/
:root {
  --dark: rgb(10, 10, 10);
}

:root {
  --darkwhite: rgb(36, 36, 36);
}

:root {
  --whitedark: rgb(235, 235, 235);
}

:root {
  --gray: rgb(250, 250, 250);
}

:root {
  --white: rgb(255, 255, 255);
}

:root {
  --yellow: rgb(203, 224, 13);
}

:root {
  --red: rgb(219, 16, 33);
}

:root {
  --blue: rgb(16, 63, 219);
}

:root {
  --pink: rgb(255, 28, 160);
}

:root {
  --green: rgba(12, 207, 175, 0.582);
}

:root {
  --shadow-dark: rgba(20, 20, 20, 0.1);
}

:root {
  --shadow-white: rgba(204, 204, 204, 0.151);
}

/*ダークモードの設定*/
:root {
  --text: var(--dark);
}

:root {
  --background: var(--gray);
}

:root {
  --shadow: rgba(20, 20, 20, 0.1);
}

:root {
  --inline: var(--whitedark);
}

/*フォント読み込み*/
@font-face {
  font-family: "simple";
  src: url("/common/fonts/simple.woff") format("woff");
}
@font-face {
  font-family: "rictydiminished";
  src: url("/common/fonts/RictyDiminished-Regular.woff") format("woff");
}
/*フォントサイズ*/
h1 {
  font-size: 2rem;
  margin: 0.8rem 0;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem 0;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

h3 {
  font-size: 1.3rem;
  margin: 1.5rem 0 0.5rem 0;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

h5 {
  font-size: 1rem;
  margin: 0.2rem 0;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  font-weight: bold;
}

p {
  font-size: 1rem;
  margin: 0.2rem 0;
  font-family: "Noto Sans JP";
  line-height: 2;
  font-weight: bold;
}

.text {
  font-size: 0.92rem;
  margin: 1.8rem 0 0.5rem 0;
  font-family: "Noto Sans JP";
  line-height: 2;
  word-break: normal;
}

a {
  font-size: 1rem;
  margin: 0.2rem 0;
  font-family: "Noto Sans JP";
  line-height: 2;
}

.small-p {
  font-size: 0.8rem;
  margin: 0.2rem 0;
  font-family: "Noto Sans JP";
  line-height: 2;
}

.image-p {
  font-size: 1rem;
  margin: 0 0 0.2rem 0;
  font-family: "Noto Sans JP";
  line-height: 2;
  font-weight: bold;
}

h1, h2, h3, h5, p, .text, a, .small-p, .image-p {
  color: var(--text);
}

header {
  position: fixed;
  width: 98%;
  min-width: 300px;
  height: 52px;
  z-index: 1001;
  margin: 2px 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*メニュー画面の設定*/
/*通常時*/
#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  animation-delay: 0.3s;
  transition: 0.5s;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu nav {
  text-align: left;
}

#menu nav li {
  display: block;
  padding: 5% 0;
}

#menu section {
  position: absolute;
  bottom: 3rem;
  text-align: center;
}

#menu li {
  display: inline-block;
  padding: 1% 1.2rem;
}

#menu a {
  font-family: "simple";
  font-size: 1.6rem;
  text-decoration: none;
}

#menu small {
  font-family: "simple";
  font-size: 0.8rem;
  text-decoration: none;
}

/*ボタンが押されたとき*/
#menu.active {
  opacity: 1;
  pointer-events: all;
}

/*トグルの設定*/
#menu-toggle {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  mix-blend-mode: difference;
}

#menu-toggle span {
  position: absolute;
  top: 28px;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--dark);
  transition: 0.5s;
  /*ダークモード*/
}
@media (prefers-color-scheme: dark) {
  #menu-toggle span {
    background-color: var(--white);
  }
}

#menu-toggle span:nth-child(1) {
  transform: translateY(-10px);
  width: 20px;
  right: 10px;
  mix-blend-mode: difference;
}

#menu-toggle.active span {
  position: absolute;
  top: 28px;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  transform: rotate(-45deg);
  transition: 0.5s;
}

#menu-toggle.active span:nth-child(1) {
  width: 0;
  transform: translateY(-10px);
}

footer {
  position: relative;
  width: 70rem;
  max-width: 85%;
  min-height: 160px;
  top: 56px; /*ヘッダー分下げる*/
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--dark);
}

footer ul.left {
  text-align: left;
}

footer ul.right {
  text-align: right;
}

footer li {
  display: inline-block;
}

footer img {
  width: 30px;
  padding: 1% 10px;
}

#footer-text {
  padding: 2% 0;
}

footer p {
  font-size: 12px;
  font-family: "simple";
  font-weight: 300;
}

footer a {
  font-size: 12px;
  font-family: "simple";
  font-weight: 300;
}

main {
  position: relative;
  width: 100%;
  min-height: 80vh;
  text-align: center;
  overflow: hidden;
}

/*メイン要素をヘッダー分下げる*/
main {
  top: 56px;
}

.container {
  position: relative;
  width: 52em;
  max-width: 90%;
  margin: 0 auto;
  padding: 2em 0;
  text-align: left;
}

.header_container {
  position: relative;
  width: 52em;
  max-width: 90%;
  margin: 0 auto;
  padding: 2.5em 0 0.2em 0;
  text-align: left;
}

.sel-box {
  position: relative;
  width: 80em;
  max-width: 96%;
  margin: 0 auto;
  padding: 1em 0;
  text-align: left;
}

/*特殊設定*/
.ais-source-box1-code {
  font-size: 0.95rem;
  font-family: "rictydiminished";
}

.ais-inline1 {
  font-family: "rictydiminished";
  font-size: 0.95rem;
}

/*ダークモード*/
@media (prefers-color-scheme: dark) {
  .c-trans {
    filter: invert(100);
  }
}
/*写真サイズの設定*/
.ais-imgLv1 {
  max-width: 100%;
  max-height: 350px;
  box-shadow: 0 5px 15px var(--shadow-dark);
  border-radius: 6px;
  /*ダークモード*/
}
@media (prefers-color-scheme: dark) {
  .ais-imgLv1 {
    box-shadow: 0 5px 15px var(--shadow-white);
  }
}

.ais-imgLv2 {
  max-width: 100%;
  max-height: 270px;
  box-shadow: 0 5px 15px var(--shadow-dark);
  border-radius: 6px;
  /*ダークモード*/
}
@media (prefers-color-scheme: dark) {
  .ais-imgLv2 {
    box-shadow: 0 5px 15px var(--shadow-white);
  }
}

/*ルートの設定*/
.nav li {
  list-style: none;
  display: inline-block;
  padding-right: 1%;
}

.nav li a {
  text-decoration: underline;
}

/*ゲーム*/
.game-select {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-color: rgb(34, 34, 34);
  background-position: center;
  background-size: cover;
}

.game-select h2 {
  font-size: 30px;
}

.game-select nav {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

/*ボタン設定*/
.button {
  width: 60vw;
  display: inline-block;
  border-radius: 0%; /* 角丸       */
  font-size: 6vw; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  padding: 10px 24px; /* 余白       */
  background: #0d73c7; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: none; /* 枠の指定 */
  text-decoration: none;
}

.button:hover {
  color: #e83845; /* 背景色     */
  background: #ffffff; /* 文字色     */
}

/*foundation*/
/*layout*/
/*component*/
/*project*//*# sourceMappingURL=style.css.map */