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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  word-break: break-all;
  height: 100%;
  scroll-padding-top: 5rem;
  font-size: clamp(9px, 2.6666666667vw, 10px);
}
@media (min-width: 768px) {
  html {
    font-size: 0.9765625vw;
    scroll-padding-top: 15.5rem;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #127931;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "serif";
  line-height: 1.7;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.5;
}

.inner {
  width: 100%;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1024px;
    padding-left: 112px;
    padding-right: 112px;
  }
}

.p-section__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-indent: 0.1em;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .p-section__title {
    font-size: 3.2rem;
  }
}

section, #sns {
  padding: 4rem 0 2rem;
}
@media (min-width: 768px) {
  section, #sns {
    padding: 3rem 0;
  }
}

.p-fv,
.p-sub-fv {
  padding: 4rem 0 2rem;
}
@media (min-width: 768px) {
  .p-fv,
  .p-sub-fv {
    padding: 3rem 0;
  }
}

.u-sp-only {
  display: block;
}
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

.c-btn {
  display: block;
  padding: 1.5rem 0;
  border: 4px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) {
  .c-btn {
    padding: 2rem 0;
    font-size: 3.2rem;
  }
}
.c-btn:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #127931;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
          box-shadow: inset 0 0 0 2px #000000;
}
.c-btn--wide {
  letter-spacing: 1em;
  text-indent: 1em;
}
@media (min-width: 768px) {
  .c-btn--wide {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}

.c-common-img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-common-img {
    max-width: 80rem;
  }
}
.c-common-img img {
  aspect-ratio: 480/312;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .c-common-img img {
    aspect-ratio: 800/515;
  }
}

.p-sns__image-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .p-sns__image-wrap {
    max-width: 80rem;
  }
}
.p-sns__image-wrap img {
  aspect-ratio: 480/200;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-sns__image-wrap img {
    aspect-ratio: 800/330;
  }
}

.p-about__btn,
.p-profile__btn-wrap,
.p-results__btn,
.p-error__btn {
  margin-top: 4rem;
  font-size: 3.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-about__btn,
  .p-profile__btn-wrap,
  .p-results__btn,
  .p-error__btn {
    margin-top: 5rem;
  }
}

.l-header {
  background-color: #000000;
  padding: 2.5rem 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-header__menu-list-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  gap: 3rem;
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}

.l-header__logo-sub {
  display: block;
  font-family: sans-serif;
  margin-top: 1.5rem;
  text-align: left;
}

.l-header__logo a {
  text-decoration: none;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
@media (min-width: 768px) {
  .l-header__logo a {
    font-size: 3.2rem;
  }
}

.l-header__logo-main {
  letter-spacing: 0.1em;
}

.l-header__menu-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  height: 6rem;
  width: 4rem;
}
@media (min-width: 768px) {
  .l-header__menu-btn {
    display: none;
  }
}
.l-header__menu-btn-inner {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  z-index: 5;
}
.l-header__menu-btn-line {
  position: relative;
  margin-inline: auto;
  width: 4rem;
  height: 0.3rem;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header__menu-btn-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1 !important;
  width: 100%;
}
.l-header__menu-btn.is-active .l-header__menu-btn-line {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header__menu-btn.is-active .l-header__menu-btn-line:nth-child(1) {
  -webkit-transform: translateY(1.1rem) rotate(45deg);
          transform: translateY(1.1rem) rotate(45deg);
}
.l-header__menu-btn.is-active .l-header__menu-btn-line:nth-child(2) {
  opacity: 0;
}
.l-header__menu-btn.is-active .l-header__menu-btn-line:nth-child(3) {
  -webkit-transform: translateY(-1.1rem) rotate(-45deg);
          transform: translateY(-1.1rem) rotate(-45deg);
}
.l-header__menu-btn.is-active .l-header__menu-btn-text {
  opacity: 1;
  visibility: visible;
}

.l-header__nav {
  position: fixed;
  top: 0;
  right: -40rem;
  width: 40rem;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
  z-index: 999;
  padding-top: 7.2rem;
}
.l-header__nav.is-open {
  right: 0;
}
@media (max-width: 400px) {
  .l-header__nav {
    width: 85%;
    right: -85%;
  }
}

.l-header__menu-list,
.l-header__menu-list-pc {
  list-style: none;
}
.l-header__menu-list li,
.l-header__menu-list-pc li {
  border-bottom: 1px solid #ffffff;
}
.l-header__menu-list li:first-child,
.l-header__menu-list-pc li:first-child {
  border-top: 1px solid #ffffff;
}
.l-header__menu-list li a,
.l-header__menu-list-pc li a {
  display: block;
  padding: 1rem 2rem;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .l-header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .l-header__menu-list li {
    border-bottom: none;
  }
  .l-header__menu-list li:first-child {
    border-top: none;
  }
  .l-header__menu-list-pc li {
    border-bottom: none;
  }
  .l-header__menu-list-pc li:first-child {
    border-top: none;
  }
}
.l-footer {
  background-color: #000000;
  padding: 2.5rem 0;
  text-align: center;
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.l-footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer__logo a {
    font-size: 3.6rem;
  }
}

.l-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0 2rem;
  margin: 0 auto;
}
.l-footer__menu-list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__menu-list li a {
  padding: 0.5rem 1rem;
  font-size: 2rem;
}

.p-news__item {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-news__item {
    margin-top: 3rem;
  }
}
.p-news__item:first-child {
  margin-top: 0;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-news__link {
    gap: 3rem;
  }
}

.p-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-news__date {
    width: 15rem;
  }
}

.p-news__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-news__text {
    -webkit-line-clamp: 2;
  }
}

.p-profile__name-group {
  margin-top: 3rem;
}

.p-profile__name-row {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-profile__name-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 3rem;
  }
}

.p-profile__name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .p-profile__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-profile__rank {
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .p-profile__rank {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-profile__kana {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-profile__details {
  margin-top: 3rem;
}

.p-profile__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  font-size: 1.6rem;
  gap: 1rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-profile__detail-item {
    margin-top: 1.5rem;
    gap: 3rem;
  }
}
.p-profile__detail-item dt {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 300;
}
.p-profile__detail-item dd {
  margin-left: 0;
}

.p-terms__article-head {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .p-terms__article-head {
    margin-top: 3.5rem;
  }
}

.p-terms__block {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .p-terms__block {
    margin-top: 6rem;
  }
}
.p-terms__block:first-of-type {
  margin-top: 0;
}
.p-terms__block:first-of-type .p-terms__chapter-title {
  margin-top: 0;
}

.p-terms__perks p {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .p-terms__perks p {
    margin-top: 2rem;
  }
}

.p-terms__btn-wrap {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-terms__btn-wrap {
    margin-top: 5rem;
  }
}

.p-entry__fee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.p-entry__fee-item:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-entry__fee-item {
    margin-top: 3rem;
  }
}

.u-text-small {
  margin-top: 1rem;
  padding-left: 2rem;
  text-indent: -2rem;
}
@media (min-width: 768px) {
  .u-text-small {
    margin-top: 1.5rem;
  }
}

.p-entry__benefits-block {
  margin-top: 2rem;
}
.p-entry__benefits-block:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-entry__benefits-block {
    margin-top: 5rem;
  }
}

.p-terms__list li {
  padding-left: 2rem;
  text-indent: -2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-terms__list li {
    margin-top: 1.5rem;
  }
}
.p-terms__list li:first-of-type {
  margin-top: 0;
}

.p-entry__flow-list li {
  margin-top: 1rem;
}
.p-entry__flow-list li:first-of-type {
  margin-top: 0;
}

.p-entry__flow-notes {
  margin-top: 5rem;
}

.p-entry__action {
  margin-top: 5rem;
}

.p-entry__link-terms,
.p-entry__link-form {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-entry__link-terms,
  .p-entry__link-form {
    margin-top: 5rem;
  }
}

.p-contact__action {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__action {
    margin-top: 5rem;
  }
}

.p-contact__email {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-contact__email {
    margin-top: 3rem;
  }
}

.p-contact__notes {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-contact__notes {
    margin-top: 5rem;
  }
}

.p-contact__note-text {
  padding-left: 1.2rem;
}
@media (min-width: 768px) {
  .p-contact__note-text {
    margin-top: 1rem;
  }
}

.p-contact__note-item {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-contact__note-item {
    margin-top: 3rem;
  }
}
.p-contact__note-item:first-of-type {
  margin-top: 0;
}

.p-error-head {
  padding: 8rem 0 4rem;
  background-color: transparent;
}
@media (min-width: 768px) {
  .p-error-head {
    padding: 12rem 0 6rem;
  }
}

.p-error-head__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
@media (min-width: 768px) {
  .p-error-head__title {
    font-size: 3.2rem;
  }
}/*# sourceMappingURL=style.css.map */