@charset "UTF-8";
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
#	ベース
# ================================================================= */
@media all and (min-width: 501px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  html {
    font-size: 15px;
  }
}

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
  letter-spacing: normal;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  color: #000000;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

@media all and (min-width: 501px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 5.33333vw;
  }
}

@media all and (min-width: 501px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .sp-none {
    display: none !important;
  }
}

.small {
  line-height: 1.5em;
}

@media all and (min-width: 501px) {
  .small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .small {
    font-size: 4.26667vw;
  }
}

a,
button {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.clear {
  clear: both;
}

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

a:not([href]) {
  pointer-events: none;
}

a:not([href]):hover {
  opacity: 1.0 !important;
}

a:not([href]).dim {
  opacity: 0.6 !important;
}

.alnC {
  text-align: center !important;
}

.alnL {
  text-align: left !important;
}

.alnR {
  text-align: right !important;
}

.underline {
  border-bottom: 1px solid #22537d;
}

.list01 {
  list-style-type: none;
  margin: 0px 0px 0px 1.0em;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.0em;
}

.list01 li:before {
  content: "・";
}

.list02 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.list02 li {
  margin: 0px;
  padding: 0px;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.decimal-list {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

.decimal-list > li {
  margin-left: 1.0em;
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader,
.loader:after {
  border-radius: 50%;
}

@media all and (min-width: 501px) {
  .loader,
  .loader:after {
    width: 149.33333px;
    height: 149.33333px;
  }
}

@media only screen and (max-width: 500px) {
  .loader,
  .loader:after {
    width: 32vw;
    height: 32vw;
  }
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* header ------------------------------ */
/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

html {
  height: 100%;
  background-color: #69B6F4;
}

body {
  height: 100%;
  background-color: #69B6F4;
}

@media only screen and (max-width: 500px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  table,
  tbody,
  tr,
  th,
  td,
  div,
  span {
    background-image: url(../img/spacer.gif);
    background-color: transparent;
    max-height: 999999px;
  }
}

a:link,
a:visited {
  color: #0077FF;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #0077FF;
  text-decoration: underline;
}

.load-overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  visibility: visible;
  opacity: 1.0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.load-overlay .loader {
  top: 40vh;
  bottom: auto;
}

.load-overlay.loaded {
  visibility: hidden;
  opacity: 0;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media all and (min-width: 501px) {
  a.hover:link,
  a.hover:visited,
  button.hover:link,
  button.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active,
  button.hover:hover,
  button.hover:active {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 500px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
}

button {
  cursor: pointer;
}

.anchor {
  pointer-events: none;
  /*@include media(){
		background-clip: padding-box !important;
		border-top: calc(80px + 20px) solid transparent !important;
		margin-top: calc(0px - 80px - 20px) !important;
	}*/
}

.anchor > * {
  pointer-events: auto;
}

@media all and (min-width: 501px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(149.33333px + 0px) solid transparent !important;
    margin-top: calc(0px - 149.33333px - 0px) !important;
  }
}

@media only screen and (max-width: 500px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(14.13333vw + 0px) solid transparent !important;
    margin-top: calc(0px - 14.13333vw - 0px) !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

@media only screen and (max-width: 500px) {
  .mb4 {
    margin-bottom: 1.06667vw !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 500px) {
  .mb8 {
    margin-bottom: 2.13333vw !important;
  }
}

/* wrapper ------------------------------ */
#wrapper {
  min-height: 100vh;
  max-height: 100vh;
}

#wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url("../img/body_bg.png.webp");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

@media all and (min-width: 501px) and (max-width: 1024px) {
  #wrapper:before {
    background-image: url("../img/body_bg2.png.webp");
    background-size: 100% 115%;
  }
}

.grecaptcha-badge {
  z-index: 99999;
}

/* modal ------------------------------ */
#modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 888;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

#modal-overlay.show {
  visibility: visible;
  opacity: 1.0;
}

@-webkit-keyframes pulse {
  0%, 60%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%, 60%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.result-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 999;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 88%;
  max-width: 450px;
  max-height: calc(100vh - 10px - 10px);
  overflow: auto;
  background-color: #D3F3FF;
  border: 4px solid #005DAA;
  border-radius: 16px;
  padding-bottom: 3%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.result-modal * {
  pointer-events: none;
}

.result-modal.show {
  visibility: visible;
  opacity: 1.0;
  -webkit-animation: pulse 0.6s ease-out;
  animation: pulse 0.6s ease-out;
}

.result-modal.show * {
  pointer-events: auto;
}

.result-modal > .head img {
  width: 100%;
  height: auto;
}

.result-modal > .close {
  position: absolute;
  top: 1%;
  right: 2%;
  width: 9.5%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.result-modal > .close img {
  width: 100%;
  height: auto;
}

.result-modal > .illust-name {
  text-align: center;
  font-size: 3.73333vw;
  line-height: 1.0em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin-top: -2.5%;
  margin-bottom: 6%;
}

@media all and (min-width: 501px) {
  .result-modal > .illust-name {
    font-size: 18px;
  }
}

.result-modal > .illust-image {
  width: 60%;
  aspect-ratio: 16 / 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6%;
}

.result-modal > .illust-image img {
  width: auto;
  height: 100%;
}

.result-modal > .comment {
  text-align: center;
  font-size: 4.26667vw;
  line-height: 1.25em;
  color: #0F2660;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin-bottom: 3%;
}

@media all and (min-width: 501px) {
  .result-modal > .comment {
    font-size: 20px;
  }
}

.result-modal > .announce {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.5em;
  color: #0F2660;
  font-weight: 700;
  margin-bottom: 3%;
}

@media all and (min-width: 501px) {
  .result-modal > .announce {
    font-size: 15px;
  }
}

.result-modal > .code {
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  width: 40%;
  aspect-ratio: 139 / 35;
  margin: 0 auto;
  margin-top: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.0em;
}

@media all and (min-width: 501px) {
  .result-modal > .code {
    font-size: 19px;
  }
}

.result-modal > .gacha-count2 {
  font-size: 3.73333vw;
  color: #1E2091;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}

@media all and (min-width: 501px) {
  .result-modal > .gacha-count2 {
    font-size: 18px;
  }
}

.result-modal > .gacha-count2 .gacha-count-number {
  font-size: 1.125em;
}

.result-modal > .gacha-count2:before, .result-modal > .gacha-count2:after {
  content: "";
  display: inline-block;
  background-image: url("../img/gacha_bg2.png.webp");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
  aspect-ratio: 22 / 36;
  width: 4%;
  vertical-align: middle;
}

.result-modal > .gacha-count2:before {
  margin-right: 2%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.result-modal > .gacha-count2:after {
  margin-left: 2%;
}

.result-modal > .retry {
  text-align: center;
  margin-top: 3%;
}

.result-modal > .retry img {
  width: 80%;
  height: auto;
}

.result-modal > .entry {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

.result-modal > .entry img {
  width: 80%;
  height: auto;
}

.result-modal > .ehon {
  text-align: center;
}

.result-modal > .ehon a {
  display: inline-block;
  width: 80%;
}

.result-modal > .ehon img {
  width: 100%;
  height: auto;
}

.result-modal#atari-b {
  border-color: #0EBE08;
  background-color: #DFFFC1;
}

.result-modal#atari-a {
  border-color: #FF992B;
  background-color: #FFEBA8;
}

.result-modal#error {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-height: 30vh;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.0em 0;
}

.result-modal#error > .announce {
  color: #ff0000;
  margin: 0;
  font-size: 3.73333vw;
}

@media all and (min-width: 501px) {
  .result-modal#error > .announce {
    font-size: 18px;
  }
}

/* container ------------------------------ */
#container {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

@media all and (min-width: 501px) {
  #container {
    max-width: 500px;
    margin: 0 auto;
  }
}

#fv {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 375 / 735;
  background-image: url("../img/fv_img.png.webp?t=2025092301");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  padding-top: 16%;
}

#fv .title {
  max-width: 91%;
  margin: 0 auto;
}

#fv .title img {
  max-width: 100%;
  height: auto;
}

#gacha-summary {
  position: relative;
  z-index: 2;
  margin-top: -50.6666666666667%;
}

#gacha-summary > p {
  margin-top: -0.5px;
}

#gacha-summary > p.notes {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 2.93333vw;
  line-height: 1.0em;
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 1.25em;
}

@media all and (min-width: 501px) {
  #gacha-summary > p.notes {
    font-size: 14px;
  }
}

#gacha-main {
  position: relative;
  z-index: 3;
  margin-top: -20%;
  aspect-ratio: 375 / 545;
  background-image: url("../img/gacha_bg.png.webp?t=2025092401");
  background-repeat: no-repeat;
  background-position: 50% 11%;
  background-size: 100% auto;
}

#gacha-machin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 375 / 400;
}

#gacha-machin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

#gacha-machin.show img {
  visibility: visible;
  opacity: 1.0;
}

@-webkit-keyframes furueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(1px, 1px) rotateZ(1deg);
    transform: translate(1px, 1px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotateZ(0deg);
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(1px, 0px) rotateZ(-1deg);
    transform: translate(1px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes furueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(1px, 1px) rotateZ(1deg);
    transform: translate(1px, 1px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 1px) rotateZ(0deg);
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(1px, 0px) rotateZ(-1deg);
    transform: translate(1px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

#gacha-machin-animation {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 375 / 400;
}

#gacha-machin-animation img {
  width: 100%;
  height: auto;
}

#gacha-machin-animation video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px #000);
  filter: drop-shadow(0px 0px #000);
}

#gacha-machin-animation.show {
  visibility: visible;
  opacity: 1.0;
}

#gacha-machin-animation.shake video {
  -webkit-animation: furueru .1s infinite;
  animation: furueru .1s infinite;
}

#gacha-machin-animation:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/gacha_overlay.png.webp");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

#gacha-count {
  aspect-ratio: 94 / 99;
  background-image: url("../img/gach_count_bg.png.webp");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  right: 10.66%;
  top: 1%;
  z-index: 20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25.06%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 7.5%;
  line-height: 1.25em;
  font-weight: bold;
  color: #1E2091;
  font-size: 4.26667vw;
  vertical-align: baseline;
}

@media all and (min-width: 501px) {
  #gacha-count {
    font-size: 21px;
  }
}

#gacha-count .gacha-count-number {
  font-size: 9.06667vw;
  line-height: 1.0em;
}

@media all and (min-width: 501px) {
  #gacha-count .gacha-count-number {
    font-size: 44px;
  }
}

#gacha-button {
  text-align: center;
  margin-top: 4%;
}

#gacha-button img {
  width: 70%;
}

#gacha-button button[disabled] {
  opacity: 0.3;
  cursor: default;
}

#illust-outer {
  position: relative;
  z-index: 3;
  margin-top: -21.33%;
  aspect-ratio: 375 / 1531;
  background-image: url("../img/illust_bg.png.webp");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

#illust-main {
  margin-bottom: 13.33%;
}

#illust-main > .title {
  text-align: center;
  padding-top: 31.2%;
  padding-bottom: 3.46%;
}

#illust-main > .title img {
  width: 85.33%;
  height: auto;
}

#illust-main > .present {
  width: 91.2%;
  margin: 0 auto;
}

#illust-main > .present img {
  width: 100%;
  height: auto;
}

#illust-shelf {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: -22.66%;
  padding-left: 5.33%;
  padding-right: 5.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#illust-shelf > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 32%;
  aspect-ratio: 1 / 1;
  background-color: #79CFF6;
  border-radius: 4px;
  margin: 0 0.6% 1.2% 0.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 5%;
}

#illust-shelf > li:after {
  content: attr(title);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 82%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.4em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #C9EEFF;
  color: #1C3275;
  font-size: 2.66667vw;
  line-height: 1.0em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #illust-shelf > li:after {
    font-size: 13px;
  }
}

#illust-shelf > li:empty:before {
  content: "";
  display: block;
  width: 28.18%;
  aspect-ratio: 31 / 40;
  background-image: url("../img/illust_hatena.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
}

#illust-shelf > li:empty:after {
  display: none;
}

#illust-shelf > li img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

#illust-notes {
  margin-top: 5.33%;
  padding-left: 5.33%;
  padding-right: 5.33%;
  font-size: 3.2vw;
  line-height: 1.25em;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #illust-notes {
    font-size: 15px;
  }
}

#illust-complete {
  display: none;
  aspect-ratio: 375 / 472;
  background-image: url("../img/illust_complete_bg.png.webp");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18%;
  padding-left: 5.33%;
  padding-right: 5.33%;
  padding-bottom: 16%;
  margin-bottom: 10.66%;
}

#illust-complete.show {
  display: block;
}

#illust-complete > .title {
  text-align: center;
  margin-bottom: 5.86%;
}

#illust-complete > .title img {
  width: 70.93%;
  height: auto;
}

#illust-complete > .lead {
  text-align: center;
  margin-bottom: 6.93%;
  font-size: 4vw;
  line-height: 1.5em;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #illust-complete > .lead {
    font-size: 20px;
  }
}

#illust-complete #present-code {
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 300 / 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 5.33333vw;
  line-height: 1.0em;
}

@media all and (min-width: 501px) {
  #illust-complete #present-code {
    font-size: 26px;
  }
}

#illust-complete > .notes {
  margin-top: 6.93%;
  font-size: 3.73333vw;
  line-height: 1.5em;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #illust-complete > .notes {
    font-size: 18px;
  }
}

#illust-complete > .button {
  margin-top: 8%;
  text-align: center;
}

#illust-complete > .button img {
  width: 78%;
  height: auto;
}

#about {
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #097CD4;
  color: #ffffff;
  border-radius: 20px;
  width: 92%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10% 5.9% 9% 5.9%;
  margin-bottom: 12.26%;
}

#about > .title {
  font-size: 5.6vw;
  line-height: 1.75em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 6%;
  background-image: url("../img/about_bg01.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 90%;
  margin-bottom: 10%;
}

@media all and (min-width: 501px) {
  #about > .title {
    font-size: 27px;
  }
}

#about > .lead {
  text-align: center;
  font-size: 4.26667vw;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 10.66%;
}

@media all and (min-width: 501px) {
  #about > .lead {
    font-size: 20px;
  }
}

#about > .label {
  text-align: center;
  margin-bottom: 8%;
}

#about > .label img {
  width: 90%;
  height: auto;
}

#about > .text {
  font-size: 4.26667vw;
  line-height: 1.75em;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #about > .text {
    font-size: 20px;
  }
}

#about > .button {
  text-align: center;
  margin-top: 8%;
}

#about > .button img {
  width: 78%;
  height: auto;
}

#about2 {
  padding-left: 5.33%;
  padding-right: 5.33%;
  padding-bottom: 13.33%;
}

#about2 > .text {
  font-size: 4.26667vw;
  line-height: 1.75em;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #about2 > .text {
    font-size: 20px;
  }
}

#about2 > .image {
  text-align: center;
  margin-top: 5.3%;
  margin-bottom: 4%;
}

#about2 > .image img {
  width: 100%;
  height: auto;
}

#about2 > .example {
  font-size: 3.73333vw;
  line-height: 1.75em;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #about2 > .example {
    font-size: 18px;
  }
}

#about2 > .notes {
  font-size: 3.46667vw;
  line-height: 1.75em;
  font-weight: 500;
}

@media all and (min-width: 501px) {
  #about2 > .notes {
    font-size: 16px;
  }
}

.form-lead {
  font-size: 4vw;
  line-height: 1.5em;
}

@media all and (min-width: 501px) {
  .form-lead {
    font-size: 19px;
  }
}

.form-fin {
  text-align: center;
  font-size: 4.53333vw;
  line-height: 1.75em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #0F2660;
}

@media all and (min-width: 501px) {
  .form-fin {
    font-size: 22px;
  }
}

.form-tohome {
  margin-top: 8%;
  text-align: center;
  font-size: 4.53333vw;
  line-height: 1.25em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media all and (min-width: 501px) {
  .form-tohome {
    font-size: 22px;
  }
}

.form-error {
  color: #ff0000;
  font-size: 4vw;
  line-height: 1.5em;
}

@media all and (min-width: 501px) {
  .form-error {
    font-size: 19px;
  }
}

.form-lead + form,
.form-lead + script + form {
  margin-top: 8%;
}

.form-error + form,
.form-error + script + form {
  margin-top: 8%;
}

#form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #DEF3FC;
  padding-top: 9.33%;
  padding-left: 5.33%;
  padding-right: 5.33%;
  padding-bottom: 13.33%;
  min-height: 100vh;
}

#form .title {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.6vw;
  line-height: 1.25em;
  font-weight: 700;
  color: #005DAA;
  margin-bottom: 8%;
}

@media all and (min-width: 501px) {
  #form .title {
    font-size: 27px;
  }
}

#form .row {
  margin-bottom: 9%;
}

#form .row .heading {
  font-size: 4vw;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 1.4%;
}

@media all and (min-width: 501px) {
  #form .row .heading {
    font-size: 19px;
  }
}

#form .row input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 16px;
  padding: 0.2em 0.4em;
}

#form .row .data {
  margin-top: 3%;
  font-size: 4.8vw;
  line-height: 1.25em;
  font-weight: bold;
  color: #0F2660;
}

@media all and (min-width: 501px) {
  #form .row .data {
    font-size: 22px;
  }
}

#form .agreeCheck {
  text-align: center;
  margin-top: 5.33%;
}

#form label.check01:has(input[type="checkbox"]) {
  width: 76%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #B3B3B3;
  background-color: #F1F1F1;
  padding: 3.2% 8%;
  cursor: pointer;
  font-size: 3.2vw;
  line-height: 1.0em;
  font-weight: normal;
}

@media all and (min-width: 501px) {
  #form label.check01:has(input[type="checkbox"]) {
    font-size: 15px;
  }
}

#form label.check01:has(input[type="checkbox"]) input {
  position: absolute;
  opacity: 0;
}

#form label.check01:has(input[type="checkbox"]):before {
  content: "";
  display: block;
  width: 5.8%;
  aspect-ratio: 1 / 1;
  margin-right: 0.4em;
  background-image: url("../img/check_icon_blank.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

#form label.check01:has(input[type="checkbox"]:checked):before {
  background-image: url("../img/check_icon_check.svg");
}

#form .agreeTxt {
  font-size: 3.73333vw;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 6.66%;
}

@media all and (min-width: 501px) {
  #form .agreeTxt {
    font-size: 18px;
  }
}

#form .agreeBox {
  border: 1px solid #C9C9C9;
  background-color: #ffffff;
  padding: 6% 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 65.6vw;
  overflow: auto;
  margin-top: 6%;
}

@media all and (min-width: 501px) {
  #form .agreeBox {
    height: 320px;
  }
}

#form .agreeBox p {
  font-size: 3.2vw;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 1.5em;
}

@media all and (min-width: 501px) {
  #form .agreeBox p {
    font-size: 15px;
  }
}

#form .agreeBox p:nth-last-child(1) {
  margin-bottom: 0;
}

#form .agreeBox .heading {
  font-weight: 900;
  text-align: center;
}

#form .agreeBox span.heading {
  font-weight: 900;
}

#form .agreeBox .simplebar-wrapper {
  height: 100%;
}

#form .agreeBox .simplebar-track {
  background-color: #f0f0f0;
}

#form .button {
  margin-top: 10.66%;
  text-align: center;
}

#form .button button, #form .button a {
  display: inline-block;
  cursor: pointer;
}

#form .button img {
  width: 78%;
  height: auto;
}

/* # =================================================================
#	フッター
# ================================================================= */
/* # =================================================================
#	印刷用
# ================================================================= */
@media print {
  #head {
    position: absolute;
  }
  .recruit-nav {
    position: absolute;
  }
}

/*# sourceMappingURL=common.css.map */
