@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

hr {
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 83.33333%;
}

sub, sup {
  position: relative;
  font-size: 83.33333%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

legend {
  display: table;
  max-width: 100%;
  border: none;
  color: inherit;
  white-space: normal;
}

fieldset {
  border: 1px solid #bdc3c7;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

ul[class],
ol[class],
nav ol,
nav ul {
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: bottom;
}

input,
textarea {
  border-radius: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  -webkit-appearance: none;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input,
textarea,
select,
option,
button {
  font-size: 16px;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

button[disabled],
input[disabled],
optgroup[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

a:active,
a:hover {
  outline-width: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding-top: 54px;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "游ゴシック", YuGothic, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.618;
  font-weight: 400;
}

_:-ms-fullscreen, :root body {
  font-family: Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  pointer-events: none;
}

::-moz-selection {
  background-color: #f15353;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #f15353;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #c7c7cc;
  font-size: 13px;
}

::-moz-placeholder {
  color: #c7c7cc;
  font-size: 13px;
}

:-ms-input-placeholder {
  color: #c7c7cc;
  font-size: 13px;
}

.sr-only {
  position: absolute;
  z-index: -1;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.xs\:hidden {
  display: none;
}

.u-spacer-xs {
  margin-top: 10px;
}

.u-spacer-sm {
  margin-top: 20px;
}

.u-spacer-md {
  margin-top: 30px;
}

.u-spacer-lg {
  margin-top: 40px;
}

.u-spacer-xl {
  margin-top: 50px;
}

.u-m-0 {
  margin: 0px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

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

.u-ml-0 {
  margin-left: 0px !important;
}

.u-p-0 {
  padding: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-m-5 {
  margin: 5px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-m-15 {
  margin: 15px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-m-25 {
  margin: 25px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-m-35 {
  margin: 35px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-m-40 {
  margin: 40px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-m-45 {
  margin: 45px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-m-50 {
  margin: 50px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-m-55 {
  margin: 55px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-p-55 {
  padding: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-m-65 {
  margin: 65px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-m-75 {
  margin: 75px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-p-75 {
  padding: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-m-85 {
  margin: 85px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-p-85 {
  padding: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-m-95 {
  margin: 95px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-p-95 {
  padding: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-tl {
  text-align: left;
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

.u-vt {
  vertical-align: top;
}

.u-vm {
  vertical-align: middle;
}

.u-vb {
  vertical-align: bottom;
}

.u-color-default {
  color: #000;
}

.u-color-theme {
  color: #f15353;
}

.u-color-light-theme {
  color: #ffdfdf;
}

.u-color-black {
  color: #000;
}

.u-color-light-black {
  color: #282728;
}

.u-color-gray {
  color: #8e8e93;
}

.u-color-custom-gray {
  color: #efeff4;
}

.u-color-medium-gray {
  color: #c7c7cc;
}

.u-color-light-gray-primary {
  color: #e5e5ea;
}

.u-color-light-gray-secondary {
  color: #d1d1d6;
}

.u-color-red {
  color: #e60012;
}

.l-single {
  padding: 0 17px 50px;
}

.l-column {
  width: 100%;
  padding: 0 17px 50px;
}

.l-column-side {
  display: none;
}

.c-title-primary {
  margin: 30px 0 10px;
  font-size: 17px;
  font-weight: 700;
}

.c-title-secondary {
  margin: 30px 0 10px;
  font-size: 15px;
  font-weight: 700;
}

.c-list-primary {
  margin-top: 10px;
}

.c-list-primary li {
  position: relative;
  padding-left: 1em;
}

.c-list-primary li:not(:first-child) {
  margin-top: 8px;
}

.c-list-primary li::before {
  content: '\30fb';
  position: absolute;
  top: 0;
  left: 0;
}

.c-nonelist-primary {
  margin-top: 10px;
}

.c-nonelist-primary li {
  position: relative;
  list-style-type: none;
}

.c-nonelist-primary li:not(:first-child) {
  margin-top: 8px;
}

.c-nonelist-secondary {
  margin-top: 10px;
}

.c-nonelist-secondary li {
  position: relative;
  list-style-type: none;
  margin-left: 15px;
}

.c-nonelist-secondary li:not(:first-child) {
  margin-top: 8px;
}

.c-note-primary {
  margin: 10px 0 0 1em;
  color: #8e8e93;
  font-size: 12px;
  text-indent: -1em;
}

.c-note-primary.-normal {
  margin-left: 0;
  text-indent: 0;
}

.c-note-list-primary {
  margin-top: 10px;
  color: #8e8e93;
  font-size: 12px;
}

.c-note-list-primary li {
  position: relative;
  padding-left: 1em;
}

.c-note-list-primary li:not(:first-child) {
  margin-top: 5px;
}

.c-note-list-primary li::before {
  content: '\30fb';
  position: absolute;
  top: 0;
  left: 0;
}

.c-text-default {
  color: #000;
}

.c-text-theme {
  color: #f15353;
}

.c-text-gray {
  color: #8e8e93;
}

.c-textLink-default {
  color: #000;
}

.c-textLink-theme {
  color: #f15353;
}

.c-textLink-gray {
  color: #8e8e93;
}

.c-button-primary,
.c-button-secondary {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 34px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.c-button-primary.-full,
.c-button-secondary.-full {
  display: block;
  width: 100%;
}

.c-button-primary.-spacing-sm,
.c-button-secondary.-spacing-sm {
  padding: 7px 10px;
  letter-spacing: -.15em;
}

.c-button-primary[disabled], .c-button-primary.is-disabled,
.c-button-secondary[disabled],
.c-button-secondary.is-disabled {
  background: #c7c7cc;
  border: 1px solid #c7c7cc;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.c-button-primary.-outline[disabled], .c-button-primary.-outline.is-disabled,
.c-button-secondary.-outline[disabled],
.c-button-secondary.-outline.is-disabled {
  background: #fff;
  border: 1px solid #c7c7cc;
  color: #c7c7cc;
  cursor: not-allowed;
  pointer-events: none;
}

.c-button-primary {
  background: #000;
  border: 1px solid #000;
}

.c-button-primary.-outline {
  background: #fff;
  color: #000;
}

.c-button-secondary {
  background: #f15353;
  border: 1px solid #f15353;
}

.c-button-secondary.-outline {
  background: #fff;
  color: #f15353;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 54px;
  padding: 0 0;
  background: #fff;
  border-bottom: 1px solid #e5e5ea;
}

.global-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 14px 16px;
}

.global-header-logo {
  width: 112px;
  height: auto;
}

.global-header a {
  width: 112px;
  height: 18px;
  display: block;
  margin: auto;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}

.global-header-logo{
  height: 23px;
  padding-top: 0;
}

.global-footer {
  margin-top: auto;
  background: #282728;
}

.global-footer-inner {
  padding: 14px 17px;
}

.global-footer-pagetop-anchor {
  position: relative;
  display: block;
  height: 36px;
  background: #000;
  font-size: 0;
  text-decoration: none;
}

.global-footer-pagetop-anchor::before {
  content: '\f106';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-size: 17px;
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.global-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 11px 20px;
  background: #fff;
  border-radius: 40px;
}

.global-footer-sns-label {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.global-footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.global-footer-sns-anchor {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 50%;
  font-size: 0;
  text-decoration: none;
}

.global-footer-nav {
  margin: 12px -17px 0;
}

.global-footer-nav-list a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .05em;
}

.global-footer-nav-list a::after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 18px;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global-footer-copyright {
  display: block;
  padding: 9px;
  background: #000;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: center;
}

.p-page-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5ea;
}

.p-page-header-inner {
  position: relative;
  padding: 13px 52px;
}

.p-page-header-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .075em;
}

.p-page-header-back {
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 32px;
  height: 32px;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-page-header-back::before {
  content: '\f104';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #8e8e93;
  font-family: 'Font Awesome 5 Free';
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-page-body {
  padding: 0 17px 50px;
  font-size: 14px;
}

.p-page-body p {
  line-height: 1.8;
}

.p-page-body p:not([class]):not(:first-child) {
  margin-top: 10px;
}

.p-page-body hr {
  margin: 30px 0;
  background: transparent;
  border: none;
  border-top: 1px solid #e5e5ea;
}

.p-page-body a {
  color: #f15353;
  font-weight: 700;
}

.p-page-body a[target="_blank"]::after {
  content: '\f35d';
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.contact-email {
  margin-top: 15px;
}

.contact-personalInfo {
  margin-top: 40px;
  padding: 15px;
  border: 1px solid #e5e5ea;
  font-size: 13px;
}

.contact-personalInfo-head {
  font-weight: 700;
  text-align: center;
}

.contact-personalInfo-body {
  margin-top: 3px;
  line-height: 1.8;
}

.contact-personalInfo .email {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

.guideline-header {
  position: relative;
  height: 350px;
  padding-top: 5px;
  background: url(../img/guideline/img_visual_01_sm.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.guideline-title {
  width: 170px;
  margin: 0 auto;
}

.guideline-body {
  position: relative;
  z-index: 2;
  padding: 60px 15px;
  background: #e5e5ea;
  letter-spacing: .05em;
}

.guideline-nav {
  margin: -162px 0 0;
}

.guideline-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.guideline-nav-item {
  width: calc(50% - 10px);
  margin: 15px 5px 0;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.25);
          box-shadow: 0 0 10px rgba(159, 159, 159, 0.25);
}

.guideline-nav-item:nth-child(4) .guideline-nav-label {
  margin-top: 14px;
}

.guideline-nav-anchor {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 0 32px;
  text-decoration: none;
}

.guideline-nav-anchor::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: #f15353;
  border-radius: 0 0 8px 8px;
}

.guideline-nav-anchor::after {
  content: '\f078';
  position: absolute;
  bottom: 4px;
  left: 50%;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.guideline-nav-icon {
  width: 80px;
  margin: 0 auto;
}

.guideline-nav-label {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.guideline-section {
  margin: 30px auto 0;
  padding: 20px 17px;
  background: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.25);
          box-shadow: 0 0 10px rgba(159, 159, 159, 0.25);
}

.guideline-section-header {
  text-align: center;
}

.guideline-section-title {
  color: #f15353;
  font-size: 30px;
  letter-spacing: .075em;
}

.guideline-section-title.-adjust {
  margin: 0 -10px;
}

.guideline-section-subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
}

.guideline-section-subtitle::before, .guideline-section-subtitle::after {
  content: '';
  position: absolute;
  top: 3px;
  width: 2px;
  height: 18px;
  background: #f15353;
  border-radius: 4px;
}

.guideline-section-subtitle::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.guideline-section-subtitle::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.guideline-section-lead {
  margin-top: 20px;
  font-size: 16px;
}

.guideline-section-lead p {
  margin-top: 12px;
}

.guideline-section-lead .note {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

.guideline-step-list {
  margin-top: -15px;
}

.guideline-step-item {
  margin-top: 40px;
}

.guideline-step-col02 {
  display: none;
}

.guideline-step-label {
  position: relative;
  margin-bottom: 20px;
  font-size: 21px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.guideline-step-label p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 13px;
  background: #fff;
  letter-spacing: .1em;
}

.guideline-step-label span {
  margin-left: -.075em;
  color: #f15353;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0;
}

.guideline-step-label::before {
  content: '';
  position: absolute;
  top: calc(50% + 6px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5ea;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.guideline-step-image {
  border: 1px solid #e5e5ea;
}

.guideline-step-image img {
  width: 100%;
}

.guideline-step-title {
  margin-top: 20px;
  color: #f15353;
  font-size: 22px;
  text-align: center;
}

.guideline-step-description {
  margin-top: 10px;
  font-size: 16px;
}

.guideline-step-description strong {
  color: #f15353;
}

.guideline-register.-novel {
  margin-top: 30px;
}

.guideline-register.-novel .guideline-register-check::before {
  top: -132px;
  right: -10px;
  width: 85px;
  height: 118px;
  background-image: url(../img/guideline/img_register_02.png);
}

.guideline-register.-illust {
  margin-top: 60px;
}

.guideline-register.-illust .guideline-register-check::before {
  top: -146px;
  right: -6px;
  width: 85px;
  height: 132px;
  background-image: url(../img/guideline/img_register_03.png);
}

.guideline-register-title {
  position: relative;
  text-align: center;
}

.guideline-register-title::after {
  content: '';
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5ea;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.guideline-register-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  font-size: 22px;
  letter-spacing: .075em;
}

.guideline-register-flow {
  margin-top: -50px;
  counter-reset: flow;
}

.guideline-register-flow li {
  position: relative;
  margin-top: 90px;
  text-align: center;
  counter-increment: flow;
}

.guideline-register-flow li:not(:first-child)::before {
  content: '';
  position: absolute;
  top: -65px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 32px solid #f15353;
  border-right: 22px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 22px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.guideline-register-flow li div {
  position: relative;
  display: inline-block;
}

.guideline-register-flow li div::before {
  content: counter(flow, decimal-leading-zero);
  position: absolute;
  top: -22px;
  left: -11px;
  z-index: 2;
  width: 55px;
  height: 55px;
  background: #ffdfdf;
  border-radius: 50%;
  color: #f15353;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 57px;
  letter-spacing: 0;
}

.guideline-register-flow li div img {
  border: 1px solid #e5e5ea;
}

.guideline-register-flow li p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.guideline-register-button {
  max-width: 540px;
  margin: 40px auto 0;
}

.guideline-register-button a {
  padding: 17px 15px;
  font-size: 20px;
  font-weight: 700;
}

.guideline-register-check {
  position: relative;
  margin-top: 180px;
  border: 3px solid #e5e5ea;
  border-radius: 8px;
}

.guideline-register-check::before {
  content: '';
  position: absolute;
  z-index: 3;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.guideline-register-check-title {
  position: relative;
  top: -16px;
  z-index: 2;
  margin-bottom: -16px;
  color: #f15353;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

.guideline-register-check-title span {
  display: inline-block;
  padding: 0 16px;
  background: #fff;
}

.guideline-register-check-title img {
  position: absolute;
  top: -80px;
  left: calc(50% - 50px);
  width: 160px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.guideline-register-check-list {
  padding: 5px 10px 20px 15px;
}

.guideline-register-check-list li {
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.4;
}

.guideline-register-check-list li::before {
  content: '\f058';
  position: absolute;
  top: 3px;
  left: 0;
  color: #f15353;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.guideline-register-check-list strong {
  color: #f15353;
  font-weight: 700;
}

.guideline-support-list {
  margin-top: -30px;
}

.guideline-support-item {
  margin-top: 60px;
}

.guideline-support-image {
  text-align: center;
}

.guideline-support-image img {
  border: 1px solid #e5e5ea;
}

.guideline-support-title {
  margin-top: 20px;
  color: #f15353;
  font-size: 22px;
  text-align: center;
}

.guideline-support-description {
  margin-top: 10px;
  font-size: 16px;
}

.guideline-support-description a {
  color: #f15353;
  text-decoration: underline;
}

.guideline-support-note {
  margin: 12px 0 0 1.35em;
  text-indent: -1.35em;
}

.guideline-supportScene {
  margin-top: 100px;
  border: 3px solid #e5e5ea;
  border-radius: 8px;
}

.guideline-supportScene-title {
  position: relative;
  top: -32px;
  z-index: 2;
  margin-bottom: -32px;
  color: #f15353;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}

.guideline-supportScene-title span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
}

.guideline-supportScene-block01 {
  position: relative;
  margin-top: 24px;
  padding-bottom: 100px;
  text-align: center;
}

.guideline-supportScene-block01::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 32px solid #f15353;
  border-right: 22px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 22px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.guideline-supportScene-block01 p {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 80px;
  color: #f15353;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.guideline-supportScene-block01 p::before, .guideline-supportScene-block01 p::after {
  content: '';
  position: absolute;
  top: 0;
  height: 55px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.guideline-supportScene-block01 p::before {
  left: 0;
  width: 75px;
  background-image: url(../img/guideline/icn_support_01_sm.png);
}

.guideline-supportScene-block01 p::after {
  right: 0;
  width: 27px;
  background-image: url(../img/guideline/icn_support_02_sm.png);
}

.guideline-supportScene-block02 {
  position: relative;
  margin-top: 10px;
  padding: 0 15px 105px;
}

.guideline-supportScene-block02::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 32px solid #f15353;
  border-right: 22px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 22px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.guideline-supportScene-block02-col01 {
  text-align: center;
}

.guideline-supportScene-block02-col01 p {
  position: relative;
  display: inline-block;
  padding: 5px 0 10px 72px;
  color: #f15353;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.guideline-supportScene-block02-col01 p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 42px;
  background: url(../img/guideline/icn_support_05.png) 0 0 no-repeat;
  background-size: cover;
}

.guideline-supportScene-block02-col02 {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #e5e5ea;
}

.guideline-supportScene-block02-col02 p {
  font-size: 16px;
}

.guideline-supportScene-block02-col02 ul {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.guideline-supportScene-block02-col02 ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 35px;
  line-height: 1.4;
}

.guideline-supportScene-block02-col02 ul li::before {
  content: '\f058';
  position: absolute;
  top: 3px;
  left: 0;
  color: #f15353;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.guideline-supportScene-block03 {
  position: relative;
  margin-top: 10px;
  padding: 0 15px 95px;
}

.guideline-supportScene-block03::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 32px solid #f15353;
  border-right: 22px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 22px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.guideline-supportScene-block03-col01 {
  text-align: center;
}

.guideline-supportScene-block03-col01 p {
  position: relative;
  display: inline-block;
  padding: 0 0 0 62px;
  color: #f15353;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.guideline-supportScene-block03-col01 p::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 45px;
  height: 56px;
  background: url(../img/guideline/icn_support_06.png) 0 0 no-repeat;
  background-size: cover;
}

.guideline-supportScene-block03-col02 {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #e5e5ea;
}

.guideline-supportScene-block03-col02 p {
  font-size: 16px;
}

.guideline-supportScene-block04 {
  margin-top: -15px;
  padding-bottom: 30px;
  text-align: center;
}

.guideline-supportScene-block04 p {
  position: relative;
  display: inline-block;
  padding: 16px 22px 0 30px;
  color: #f15353;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.guideline-supportScene-block04 p::before, .guideline-supportScene-block04 p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 26px;
  height: 55px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.guideline-supportScene-block04 p::before {
  left: 0;
  background-image: url(../img/guideline/icn_support_03_sm.png);
}

.guideline-supportScene-block04 p::after {
  right: 0;
  background-image: url(../img/guideline/icn_support_04_sm.png);
}

.guideline-chat-list {
  margin-top: 40px;
}

.guideline-chat-item {
  margin-top: 28px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.25);
          box-shadow: 0 0 10px rgba(159, 159, 159, 0.25);
}

.guideline-chat-item p {
  margin-top: 30px;
  font-size: 16px;
}

.guideline-chat-title {
  margin-bottom: -20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5ea;
  font-size: 20px;
  letter-spacing: .1em;
  text-align: center;
}

.guideline-chat-title span {
  color: #f15353;
  font-size: 21px;
}

.guideline-start {
  padding: 30px 15px 50px;
  letter-spacing: .05em;
}

.guideline-start-title {
  margin: 0 -10px;
  color: #f15353;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

.guideline-start-button {
  max-width: 440px;
  margin: 35px auto 0;
}

.guideline-start-button a {
  padding: 14px 15px;
  font-size: 25px;
  font-weight: 700;
}

.guideline-start-character {
  margin-top: 35px;
  font-size: 0;
  text-align: center;
}

.guideline-start-character01, .guideline-start-character02 {
  display: inline-block;
  width: 100px;
}

.qanda-item {
  border: 1px solid #e5e5ea;
}

.qanda-item:not(:first-child) {
  margin-top: 20px;
}

.qanda-head {
  position: relative;
  padding: 13px 42px 13px 50px;
  font-size: 17px;
  line-height: 1.618;
  cursor: pointer;
}

.qanda-head::before {
  content: 'Q';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  background: #f15353;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.qanda-head::after {
  content: '\f078';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  color: #f15353;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qanda-head.is-open {
  background: #ffdfdf;
}

.qanda-head.is-open::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.qanda-body {
  position: relative;
  display: none;
  padding: 17px 17px 17px 50px;
  border-top: 1px solid #e5e5ea;
}

.qanda-body::before {
  content: 'A';
  position: absolute;
  top: 18px;
  left: 14px;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  border: 1px solid #f15353;
  border-radius: 50%;
  color: #f15353;
  font-size: 17px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

h1.info-title {
  margin-top: 80px;
  padding-bottom: 40px;
}

.info-inner-container {
  /* padding: 2rem 2.4rem 0; */
  min-height: 80vh;
  font-size: 15px;
}

.info-inner-container .info-year:not(:first-child) {
  margin-top: 2.4rem;
}

.info-inner-container .info-year > h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  position: relative;
  color: #f15353;
  margin-bottom: 20px;
}

.info-inner-container .info-year > h2 > span {
  background: white;
  z-index: 2;
  position: relative;
  padding-right: 2rem;
}

.info-inner-container .info-year > h2::before {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  content: '';
}

.info-inner-container .info-year ol {
  list-style: none;
}

.info-inner-container .info-year .info-card:not(:last-child) {
  padding-bottom: 0.4rem;
  margin-bottom: 3.5rem;
}

.info-inner-container
.info-year
.info-card
.info-card_upper-title
.info-card_type-label::after {
  color: #ced3ed;
  content: '|';
  margin-left: 0.3rem;
}

.info-inner-container
.info-year
.info-card
.info-card_upper-title
.info-card_date {
  color: #8e8e93;
}

.info-inner-container .info-year .info-card .info-card_title {
  border-bottom: solid 1px #ced3ed;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.info-inner-container .info-year .info-card .info-card_title > h3 {
  font-size: 1.2rem;
}

.info-inner-container .info-year .info-card .info-card_body {
  padding: 0.4rem 0;
}
@media screen and (min-width: 375px), print {
  .xs\:hidden {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
  .guideline-nav-item:nth-child(3) .guideline-nav-anchor {
    padding: 18px 0 41px;
  }
  .guideline-nav-item:nth-child(3) .guideline-nav-label {
    margin-top: 12px;
  }
  .guideline-nav-item:nth-child(3) .guideline-nav-label br {
    display: none;
  }
  .guideline-nav-item:nth-child(4) .guideline-nav-anchor {
    padding: 18px 0 41px;
  }
  .guideline-nav-item:nth-child(4) .guideline-nav-label {
    margin-top: 12px;
  }
  .guideline-section-subtitle {
    padding: 0 15px;
  }
  .guideline-register-check-title img {
    top: -90px;
    left: calc(50% - 65px);
    width: 185px;
  }
  .guideline-supportScene-title {
    font-size: 25px;
  }
  .guideline-supportScene-title span {
    padding: 0 16px;
  }
  .guideline-supportScene-block01 p {
    padding: 18px 18px 0 80px;
  }
  .guideline-supportScene-block01 p br {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  body {
    padding: 0;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  .xs\:hidden,
  .sm\:hidden {
    display: inline;
  }
  .md\:hidden {
    display: none;
  }
  .u-spacer-xs {
    margin-top: 15px;
  }
  .u-spacer-sm {
    margin-top: 30px;
  }
  .u-spacer-md {
    margin-top: 50px;
  }
  .u-spacer-lg {
    margin-top: 60px;
  }
  .u-spacer-xl {
    margin-top: 80px;
  }
  .l-single {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 35px 80px;
  }
  .l-single.-medium {
    max-width: 970px;
  }
  .l-single.-small {
    max-width: 850px;
  }
  .l-column {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 35px 80px;
  }
  .l-column-main {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  .c-title-primary {
    margin: 40px 0 15px;
    font-size: 22px;
  }
  .c-title-secondary {
    margin: 40px 0 15px;
    font-size: 17px;
  }
  .c-list-primary li:not(:first-child) {
    margin-top: 12px;
  }
  .c-nonelist-primary li:not(:first-child) {
    margin-top: 12px;
  }
  .c-nonelist-secondary li:not(:first-child) {
    margin-top: 12px;
  }
  .c-note-primary {
    font-size: 13px;
  }
  .c-note-list-primary {
    font-size: 13px;
  }
  .c-button-primary.-spacing-sm,
  .c-button-secondary.-spacing-sm {
    letter-spacing: -.075em;
  }
  .global-header {
    position: relative;
  }
  .global-header-inner {
    padding: 26px 30px 30px;
  }
  .global-header-logo svg {
    height: 30px;
  }
  .global-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 35px;
  }
  .global-footer-sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .global-footer-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 460px;
    margin: 0 auto 0 0;
    padding-right: 30px;
  }
  .global-footer-nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2px -30px 0 0;
  }
  .global-footer-nav-list li {
    margin: 3px 30px 0 0;
  }
  .global-footer-nav-list a {
    padding: 1px 0 1px 12px;
  }
  .global-footer-nav-list a::after {
    top: -3px;
    right: auto;
    left: 0;
    font-size: 17px;
    -webkit-transform: none;
            transform: none;
  }
  .p-page-header {
    margin-bottom: 80px;
  }
  .p-page-header-inner {
    padding: 24px 90px;
  }
  .p-page-header-title {
    font-size: 22px;
  }
  .p-page-header-back {
    left: 24px;
  }
  .p-page-body {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 35px 80px;
    font-size: 16px;
  }
  .p-page-body p {
    line-height: 2;
  }
  .p-page-body hr {
    margin: 40px 0;
  }
  .contact-personalInfo {
    margin-top: 60px;
    padding: 20px;
    font-size: 14px;
  }
  .guideline-header {
    height: 450px;
    padding-top: 15px;
    background-image: url(../img/guideline/img_visual_01_lg.jpg);
  }
  .guideline-title {
    width: 265px;
  }
  .guideline-body {
    padding: 120px 35px;
  }
  .guideline-nav {
    max-width: 1200px;
    margin: -160px auto 0;
  }
  .guideline-nav-list {
    margin: 0 -6px;
  }
  .guideline-nav-item {
    width: calc(25% - 12px);
    margin: 0 6px;
    border-radius: 16px;
  }
  .guideline-nav-item:nth-child(n) .guideline-nav-anchor {
    padding: 20px 0 52px;
  }
  .guideline-nav-item:nth-child(3) .guideline-nav-label {
    margin-top: 18px;
  }
  .guideline-nav-item:nth-child(4) .guideline-nav-label {
    margin-top: 18px;
  }
  .guideline-nav-anchor::before {
    height: 40px;
    border-radius: 0 0 16px 16px;
  }
  .guideline-nav-anchor::after {
    bottom: 7px;
    font-size: 24px;
  }
  .guideline-nav-icon {
    width: 60%;
    max-width: 165px;
  }
  .guideline-nav-label {
    margin-top: 8px;
    font-size: 17px;
  }
  .guideline-section {
    max-width: 1200px;
    margin: 70px auto 0;
    padding: 35px;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 20px rgba(159, 159, 159, 0.25), 0 0 20px rgba(159, 159, 159, 0.15);
            box-shadow: 0 0 20px rgba(159, 159, 159, 0.25), 0 0 20px rgba(159, 159, 159, 0.15);
  }
  .guideline-section-title {
    font-size: 36px;
  }
  .guideline-section-subtitle {
    font-size: 18px;
  }
  .guideline-section-subtitle::before, .guideline-section-subtitle::after {
    top: 4px;
    width: 3px;
    height: 24px;
    border-radius: 6px;
  }
  .guideline-step-list {
    margin-top: -20px;
  }
  .guideline-step-item {
    margin-top: 60px;
  }
  .guideline-step-label {
    font-size: 24px;
  }
  .guideline-step-label p {
    padding: 0 20px;
  }
  .guideline-step-label span {
    margin-left: 0;
    font-size: 42px;
  }
  .guideline-step-title {
    font-size: 26px;
  }
  .guideline-step-description {
    margin-top: 10px;
  }
  .guideline-register.-novel {
    margin-top: 40px;
  }
  .guideline-register.-novel .guideline-register-flow li:nth-child(2) p br {
    display: none;
  }
  .guideline-register.-novel .guideline-register-check::before {
    top: auto;
    right: -15px;
    bottom: -20px;
    width: 162px;
    height: 225px;
  }
  .guideline-register.-illust {
    margin-top: 80px;
  }
  .guideline-register.-illust .guideline-register-flow {
    width: 66%;
    max-width: 690px;
    margin: 40px auto 0;
  }
  .guideline-register.-illust .guideline-register-flow li {
    width: calc(50% - 27px);
    margin: 0 0 0 45px;
  }
  .guideline-register.-illust .guideline-register-flow li:first-child {
    margin-left: 0;
  }
  .guideline-register.-illust .guideline-register-check::before {
    top: auto;
    right: -15px;
    bottom: -20px;
    width: 146px;
    height: 225px;
  }
  .guideline-register.-illust .guideline-register-check-list {
    padding: 10px 140px 40px 38px;
  }
  .guideline-register.-illust .guideline-register-check-list .full {
    margin-right: -110px;
  }
  .guideline-register-title {
    text-align: left;
  }
  .guideline-register-title::after {
    top: 50%;
  }
  .guideline-register-title span {
    padding: 0 30px 0 0;
    font-size: 26px;
  }
  .guideline-register-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .guideline-register-flow li {
    width: calc(33.33334% - 30px);
    margin: 0 0 0 45px;
  }
  .guideline-register-flow li:first-child {
    margin-left: 0;
  }
  .guideline-register-flow li:not(:first-child)::before {
    top: 12vw;
    left: -34px;
    border-top: 16px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 26px solid #f15353;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .guideline-register-flow li div::before {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
  }
  .guideline-register-flow li p {
    line-height: 1.4;
  }
  .guideline-register-button {
    margin: 70px auto 0;
  }
  .guideline-register-button a {
    padding: 21px 15px;
    border-radius: 42px;
    font-size: 30px;
  }
  .guideline-register-check {
    border-width: 4px;
    border-radius: 16px;
  }
  .guideline-register-check-title {
    top: -24px;
    margin-bottom: -24px;
    font-size: 32px;
  }
  .guideline-register-check-title span {
    padding: 0 20px;
  }
  .guideline-register-check-title img {
    top: -90px;
    left: calc(50% - 135px);
    width: 224px;
  }
  .guideline-register-check-list {
    padding: 10px 170px 40px 38px;
  }
  .guideline-register-check-list li {
    margin-top: 17px;
    padding-left: 58px;
    font-size: 20px;
  }
  .guideline-register-check-list li::before {
    top: 2px;
    font-size: 26px;
  }
  .guideline-register-check-list .full {
    margin-right: -140px;
  }
  .guideline-support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -15px 0;
  }
  .guideline-support-item {
    width: calc(33.33334% - 30px);
    margin: 0 15px;
  }
  .guideline-supportScene {
    border-width: 4px;
    border-radius: 16px;
  }
  .guideline-supportScene-title {
    top: -23px;
    margin-bottom: -23px;
    font-size: 32px;
  }
  .guideline-supportScene-title span {
    padding: 0 20px;
  }
  .guideline-supportScene-block01 {
    margin-top: 35px;
    padding-bottom: 115px;
  }
  .guideline-supportScene-block01 p {
    padding: 32px 60px 0 200px;
    font-size: 26px;
  }
  .guideline-supportScene-block01 p::before, .guideline-supportScene-block01 p::after {
    height: 100px;
  }
  .guideline-supportScene-block01 p::before {
    width: 182px;
    background-image: url(../img/guideline/icn_support_01_lg.png);
  }
  .guideline-supportScene-block01 p::after {
    width: 54px;
    background-image: url(../img/guideline/icn_support_02_lg.png);
  }
  .guideline-supportScene-block02 {
    margin-top: 10px;
    padding: 0 30px 95px;
  }
  .guideline-supportScene-block02-col01 p {
    padding: 8px 0 26px 120px;
    font-size: 26px;
  }
  .guideline-supportScene-block02-col01 p::before {
    width: 95px;
    height: 68px;
  }
  .guideline-supportScene-block02-col02 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .guideline-supportScene-block02-col02 p {
    font-size: 20px;
  }
  .guideline-supportScene-block02-col02 ul {
    margin-top: 16px;
  }
  .guideline-supportScene-block02-col02 ul li {
    margin-top: 8px;
    padding-left: 30px;
  }
  .guideline-supportScene-block02-col02 ul li::before {
    top: 3px;
    font-size: 18px;
  }
  .guideline-supportScene-block03 {
    padding: 0 30px 100px;
  }
  .guideline-supportScene-block03-col01 p {
    padding: 10px 0 16px 100px;
    font-size: 26px;
  }
  .guideline-supportScene-block03-col01 p::before {
    width: 75px;
    height: 94px;
  }
  .guideline-supportScene-block03-col02 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .guideline-supportScene-block03-col02 p {
    font-size: 20px;
  }
  .guideline-supportScene-block04 {
    margin-top: 10px;
    padding-bottom: 65px;
  }
  .guideline-supportScene-block04 p {
    padding: 20px 65px 0 80px;
    font-size: 26px;
  }
  .guideline-supportScene-block04 p::before, .guideline-supportScene-block04 p::after {
    width: 56px;
    height: 70px;
  }
  .guideline-supportScene-block04 p::before {
    background-image: url(../img/guideline/icn_support_03_lg.png);
  }
  .guideline-supportScene-block04 p::after {
    background-image: url(../img/guideline/icn_support_04_lg.png);
  }
  .guideline-chat-item {
    margin-top: 40px;
    padding: 20px 30px 30px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 20px rgba(159, 159, 159, 0.25);
            box-shadow: 0 0 20px rgba(159, 159, 159, 0.25);
  }
  .guideline-chat-item p {
    margin-top: 20px;
  }
  .guideline-chat-title {
    margin-bottom: -5px;
    font-size: 24px;
  }
  .guideline-chat-title span {
    font-size: 28px;
  }
  .guideline-start {
    padding: 80px 35px 90px;
  }
  .guideline-start-inner {
    position: relative;
    width: 700px;
    margin: 0 auto;
    padding: 0 130px;
  }
  .guideline-start-title {
    font-size: 30px;
    line-height: 1.618;
  }
  .guideline-start-button {
    margin: 35px auto 0;
  }
  .guideline-start-button a {
    padding: 13px 15px;
    font-size: 32px;
  }
  .guideline-start-character {
    margin: 0;
  }
  .guideline-start-character01, .guideline-start-character02 {
    position: absolute;
    top: 0;
    width: 130px;
  }
  .guideline-start-character01 {
    left: -10px;
  }
  .guideline-start-character02 {
    right: -10px;
  }
  .qanda-item:not(:first-child) {
    margin-top: 30px;
  }
  .qanda-head {
    padding: 17px 46px 17px 58px;
    font-size: 20px;
  }
  .qanda-head::before {
    top: 19px;
    left: 18px;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .qanda-head::after {
    right: 17px;
    font-size: 15px;
  }
  .qanda-body {
    padding: 20px 20px 20px 58px;
  }
  .qanda-body::before {
    top: 22px;
    left: 18px;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px), print {
  a:hover img {
    opacity: .6;
  }
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
  .c-button-primary:hover {
    background: #fff;
    color: #000;
  }
  .c-button-primary.-outline:hover {
    background: #000;
    color: #fff;
  }
  .c-button-secondary:hover {
    background: #fff;
    color: #f15353;
  }
  .c-button-secondary.-outline:hover {
    background: #f15353;
    color: #fff;
  }
  .global-footer-pagetop-anchor:hover {
    background: #333;
  }
  .global-footer-nav-list a:hover {
    text-decoration: underline;
  }
  .p-page-header-back:hover {
    opacity: .6;
  }
  .guideline-nav-anchor:hover {
    opacity: .6;
  }
  .guideline-nav-anchor:hover img {
    opacity: 1;
  }
  .guideline-nav-label {
    font-size: 21px;
  }
  .guideline-step-list {
    margin-top: 0;
  }
  .guideline-step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .guideline-step-col01 {
    width: 50%;
    padding-top: 50px;
  }
  .guideline-step-col01 .guideline-step-image {
    display: none;
  }
  .guideline-step-col02 {
    display: block;
    width: 50%;
  }
  .guideline-step-label {
    margin: 0;
    text-align: left;
  }
  .guideline-step-label p {
    padding: 0 40px 0 0;
  }
  .guideline-step-label::before {
    top: calc(50% + 3px);
  }
  .guideline-step-title {
    margin: 30px 30px 0 0;
    font-size: 34px;
    text-align: left;
  }
  .guideline-step-description {
    margin: 15px 45px 0 0;
  }
  .guideline-register.-illust .guideline-register-flow {
    margin: 60px auto 0;
  }
  .guideline-register.-illust .guideline-register-flow li {
    width: calc(50% - 45px);
    margin: 0 0 0 90px;
  }
  .guideline-register.-illust .guideline-register-flow li:not(:first-child)::before {
    top: 33%;
  }
  .guideline-register.-illust .guideline-register-flow li:first-child p {
    margin: 15px -10px 0;
  }
  .guideline-register-flow {
    margin-top: 60px;
  }
  .guideline-register-flow li {
    width: calc(33.33334% - 60px);
    margin: 0 0 0 90px;
  }
  .guideline-register-flow li:not(:first-child)::before {
    top: 36%;
    left: -62px;
    border-top: 22px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 32px solid #f15353;
  }
  .guideline-register-flow li div::before {
    top: -30px;
    left: -20px;
    width: 70px;
    height: 70px;
    font-size: 42px;
    line-height: 73px;
  }
  .guideline-register-flow li p {
    font-size: 22px;
  }
  .guideline-support-list {
    margin: 40px -20px 0;
  }
  .guideline-support-item {
    width: calc(33.33334% - 40px);
    margin: 0 20px;
  }
  .guideline-support-title {
    font-size: 30px;
  }
  .guideline-support-description {
    margin-top: 15px;
  }
  .guideline-support-description a:hover {
    text-decoration: none;
  }
  .guideline-supportScene-block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .guideline-supportScene-block02-col01 {
    width: 37%;
    max-width: 370px;
    text-align: left;
  }
  .guideline-supportScene-block02-col02 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 0 20px 0 35px;
    border-top: none;
    border-left: 1px solid #e5e5ea;
  }
  .guideline-supportScene-block02-col02 p {
    margin-top: -5px;
  }
  .guideline-supportScene-block03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .guideline-supportScene-block03-col01 {
    width: 37%;
    max-width: 370px;
    text-align: left;
  }
  .guideline-supportScene-block03-col02 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 0 20px 0 35px;
    border-top: none;
    border-left: 1px solid #e5e5ea;
  }
  .guideline-supportScene-block03-col02 p {
    margin-top: -5px;
    line-height: 1.5;
  }
  .qanda-head:hover {
    background: #ffdfdf;
  }
}
@media screen and (min-width: 1200px), print {
  .l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 80px auto 0 0;
  }
  .l-column-side {
    display: block;
    width: 300px;
    margin-top: 180px;
  }
  .guideline-header {
    height: 600px;
    padding-top: 20px;
  }
  .guideline-title {
    width: 340px;
  }
  .guideline-nav {
    margin: -190px auto 0;
  }
  .guideline-nav-item:nth-child(n) .guideline-nav-label {
    margin-top: 8px;
  }
  .guideline-nav-label br {
    display: none;
  }
  .guideline-section {
    margin: 80px auto 0;
    padding: 60px;
  }
  .guideline-section-title {
    font-size: 50px;
  }
  .guideline-section-subtitle {
    font-size: 24px;
  }
  .guideline-section-subtitle::before, .guideline-section-subtitle::after {
    top: 5px;
    width: 4px;
    height: 32px;
    border-radius: 8px;
  }
  .guideline-section-lead {
    font-size: 20px;
    text-align: center;
  }
  .guideline-section-lead p {
    margin-top: 0;
  }
  .guideline-section-lead .note {
    font-size: 16px;
  }
  .guideline-register.-novel .guideline-register-flow li:nth-child(2) p span {
    display: none;
  }
  .guideline-register.-novel .guideline-register-flow li:nth-child(2) p br {
    display: inline;
  }
  .guideline-register.-novel .guideline-register-check::before {
    right: -30px;
    bottom: -40px;
    width: 232px;
    height: 322px;
  }
  .guideline-register.-illust .guideline-register-check::before {
    right: -30px;
    bottom: -40px;
    width: 208px;
    height: 322px;
  }
  .guideline-register.-illust .guideline-register-check-list {
    padding: 10px 275px 40px 38px;
  }
  .guideline-register-title span {
    padding: 0 40px 0 0;
    font-size: 34px;
  }
  .guideline-register-check-title {
    top: -32px;
    margin-bottom: -32px;
    font-size: 42px;
  }
  .guideline-register-check-title img {
    top: -84px;
    left: calc(50% - 170px);
  }
  .guideline-register-check-list {
    padding: 10px 275px 40px 38px;
  }
  .guideline-supportScene-title {
    top: -30px;
    margin-bottom: -30px;
    font-size: 42px;
  }
  .guideline-supportScene-block01 p {
    padding: 26px 60px 0 200px;
    font-size: 34px;
  }
  .guideline-supportScene-block02-col01 p {
    font-size: 34px;
  }
  .guideline-supportScene-block03-col01 p {
    padding: 10px 0 16px 120px;
    font-size: 34px;
    line-height: 1.2;
  }
  .guideline-supportScene-block03-col01 p::before {
    top: 3px;
    left: 18px;
  }
  .guideline-supportScene-block04 p {
    padding: 18px 65px 0 80px;
    font-size: 34px;
  }
  .guideline-chat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  .guideline-chat-item {
    width: calc(50% - 40px);
    margin: 40px 20px 0;
    padding: 25px 40px 40px;
  }
  .guideline-chat-title {
    padding-bottom: 15px;
    font-size: 28px;
  }
  .guideline-chat-title span {
    font-size: 32px;
  }
  .guideline-start-inner {
    width: auto;
    max-width: 1200px;
    padding: 0 240px;
  }
  .guideline-start-title {
    margin: 0 -40px;
    font-size: 52px;
  }
  .guideline-start-button {
    max-width: inherit;
  }
  .guideline-start-button a {
    padding: 25px 15px;
    border-radius: 50px;
    font-size: 40px;
  }
  .guideline-start-character01, .guideline-start-character02 {
    width: 200px;
  }
  .guideline-start-character01 {
    left: 0;
  }
  .guideline-start-character02 {
    right: 0;
  }
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=style.css.map */