@charset "UTF-8";
/* stylelint-disable */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

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

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

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-position: left top;
  background-color: #0f0;
  background-image: url('../img/common/background/background-kirakira@2x.gif?1687142297');
  background-repeat: repeat;
  background-size: 251px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body {
    background-color: #00c000;
  }
}

a {
  color: #0032ff;
  text-decoration: underline;
}
a:hover {
  color: #00d300;
  background: #0032ff;
}
a img {
  border: 0.1428571429rem solid #0032ff;
}

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.l-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    width: 26.7857142857rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-header {
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 2.5rem;
  background: #000;
}
@media screen and (min-width: 768px) {
  .l-header {
    width: 26.7857142857rem;
  }
}

.l-main {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 0.0714285714rem;
  background: #0f0;
}
.l-main--dark {
  background: #00c000;
}

.c-indicator {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.2857142857rem;
  padding-left: 0.8571428571rem;
}
.c-indicator__antenna {
  display: block;
  width: auto;
  height: 1.8571428571rem;
  margin-right: 0.7142857143rem;
}
.c-indicator__battery {
  display: block;
  width: auto;
  height: 1.8571428571rem;
}

@-webkit-keyframes clock-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes clock-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-clock {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 2.5rem;
  padding-top: 0.5714285714rem;
  padding-right: 0.7142857143rem;
}
.c-clock img {
  width: auto;
  height: 1.4285714286rem;
  margin-right: 0.0714285714rem;
  vertical-align: top;
}
.c-clock::after {
  position: absolute;
  top: 0.5714285714rem;
  right: 2.8571428571rem;
  display: block;
  width: 0.7142857143rem;
  height: 1.4285714286rem;
  content: "";
  background: #000;
  will-change: opacity;
  -webkit-animation-name: clock-blink;
  animation-name: clock-blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(1, jump-end);
  animation-timing-function: steps(1, jump-end);
}

.c-background-mineo {
  background-image: url('../img/common/background/background-mineo.png?1687142297');
  background-position: left top;
  background-size: 21.4285714286rem;
  background-repeat: repeat;
}

@-webkit-keyframes kakiko-blink {
  0% {
    color: #000;
  }
  50% {
    color: #ff05c1;
  }
  100% {
    color: #000;
  }
}

@keyframes kakiko-blink {
  0% {
    color: #000;
  }
  50% {
    color: #ff05c1;
  }
  100% {
    color: #000;
  }
}
.c-application {
  display: block;
}
.c-application__title {
  display: block;
  margin-bottom: 1.4285714286rem;
}
.c-application__title-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-application__title-image--form {
  width: 21.2857142857rem;
}
.c-application__title-image--king {
  width: 21.1428571429rem;
}
.c-application__text {
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.c-application__side--form {
  width: 3.1428571429rem;
  height: auto;
}
.c-application__side--king {
  width: 4.7857142857rem;
  height: auto;
}
.c-application__go-entry {
  margin-bottom: 3.2142857143rem;
  font-size: 1.2857142857rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.094em;
}
.c-application__kakiko-date {
  margin-top: 1.4285714286rem;
  margin-bottom: 0.7142857143rem;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0;
}
.c-application__kakiko-text {
  font-size: 1.4285714286rem;
  line-height: 2.0714285714rem;
  text-align: center;
  letter-spacing: 0;
  will-change: color;
  -webkit-animation-name: kakiko-blink;
  animation-name: kakiko-blink;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(1, jump-end);
  animation-timing-function: steps(1, jump-end);
}
.c-footer-area {
  position: relative;
}
.c-footer-area__image {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer-area__copyright {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.2857142857rem;
  color: #fff;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%);
}
.c-banner {
  width: 21.8571428571rem;
  margin: 1.4285714286rem auto;
}
.c-banner__image {
  display: block;
  width: 100%;
  height: auto;
}
.c-banner__text {
  font-size: 1.2857142857rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.c-tweet {
  font-size: 1.2857142857rem;
  line-height: 2.1428571429rem;
  text-align: center;
  letter-spacing: 0.08em;
}

.c-hr {
  margin: 2.8571428571rem 0.7142857143rem;
}
.c-hr--tighter {
  margin: 1.4285714286rem 0.7142857143rem;
}
.c-hr--tight {
  margin: 0.7142857143rem 0.7142857143rem;
}

.c-sub-footer {
  padding-top: 0.7142857143rem;
  padding-bottom: 2.1428571429rem;
}
.c-sub-footer__back {
  width: 21.9285714286rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.04em;
}
.c-sub-footer__bar {
  display: block;
  width: 21.9285714286rem;
  margin: 1.7857142857rem auto;
}

.c-page-frame {
  padding: 0.4285714286rem;
}
.c-page-frame__box-wrapper {
  padding: 0.2142857143rem;
  border: 0.2142857143rem solid #01873f;
}
.c-page-frame__box {
  padding: 0.4285714286rem;
  border: 0.1428571429rem solid #fff;
}

@-webkit-keyframes ended-blink {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: #01873f;
  }
  100% {
    color: rgba(0, 0, 0, 0);
  }
}

@keyframes ended-blink {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: #01873f;
  }
  100% {
    color: rgba(0, 0, 0, 0);
  }
}
.p-home-section-hero {
  position: relative;
  box-sizing: border-box;
  padding-top: 3.9285714286rem;
  padding-bottom: 3.3571428571rem;
}
.p-home-section-hero__top-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-home-section-hero__top-bar {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__title-bar {
  display: block;
  width: 21.9285714286rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-home-section-hero__title-bar--upper {
  margin-bottom: 0.7142857143rem;
}
.p-home-section-hero__title-bar--lower {
  margin-bottom: 1.0714285714rem;
}
.p-home-section-hero__title {
  display: block;
  margin-bottom: 1.0714285714rem;
}
.p-home-section-hero__title-image {
  display: block;
  width: 17.7142857143rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-home-section-hero__welcome {
  display: block;
  width: 17.7142857143rem;
  height: 10.7142857143rem;
  margin-right: auto;
  margin-bottom: 0.3571428571rem;
  margin-left: auto;
}
.p-home-section-hero__ended {
  margin-bottom: 0.7142857143rem;
  font-size: 1.2857142857rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.094em;
}
.p-home-section-hero__ended--blink {
  color: #01873f;
  will-change: color;
  -webkit-animation-name: ended-blink;
  animation-name: ended-blink;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(1, jump-end);
  animation-timing-function: steps(1, jump-end);
}
.p-home-section-hero__counter-text {
  width: 15.0714285714rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2857142857rem;
  line-height: 1.8571428571rem;
  color: #01873f;
  letter-spacing: 0.04em;
}
.p-home-section-hero__counter-text--numbers {
  color: #ff3500;
}
.p-home-section-hero__bottom-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-home-section-hero__bottom-bar {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-section-hero__bottom-marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2857142857rem;
  line-height: 2.5rem;
  color: #fff;
}

.p-home-section-introduction {
  padding-top: 1.0714285714rem;
  padding-bottom: 2.1428571429rem;
}
.p-home-section-introduction__kiriban {
  width: 19.2857142857rem;
  margin-right: auto;
  margin-bottom: 2.8571428571rem;
  margin-left: auto;
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
  color: #ff3500;
  letter-spacing: 0.04em;
}
.p-home-section-introduction__text-decoration {
  font-size: 1.4285714286rem;
  line-height: 1.7142857143rem;
  color: #ff05c1;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-home-section-introduction__text-decoration--upper {
  margin-bottom: 0.7142857143rem;
}
.p-home-section-introduction__text-decoration--lower {
  margin-bottom: 1.4285714286rem;
}
.p-home-section-introduction__title {
  display: block;
}
.p-home-section-introduction__qty {
  display: block;
  width: 14.5rem;
  height: auto;
  margin-right: auto;
  margin-bottom: 0.5714285714rem;
  margin-left: auto;
}
.p-home-section-introduction__text-present {
  margin-bottom: 0.3571428571rem;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-home-section-introduction__present {
  display: block;
  width: 14.2857142857rem;
  height: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.p-home-section-introduction__date {
  display: block;
  width: 15.9285714286rem;
  height: auto;
  margin-right: auto;
  margin-bottom: 0.7142857143rem;
  margin-left: auto;
}
.p-home-section-introduction__notice {
  margin-bottom: 1.7857142857rem;
  font-size: 0.8571428571rem;
  line-height: 1.2142857143rem;
  color: #ff05c1;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-home-section-introduction__present-image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  width: 21.4285714286rem;
  margin-right: auto;
  margin-bottom: 1.2857142857rem;
  margin-left: auto;
}
.p-home-section-introduction__present-image-wrapper {
  width: 4.6071428571rem;
  padding: 0.0714285714rem;
  background: #ccc;
  border: 0.1428571429rem solid #63544c;
}
.p-home-section-introduction__present-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0.0714285714rem solid #979798;
}
.p-home-section-introduction__zuttomo {
  display: block;
  width: 23.2142857143rem;
  height: auto;
  margin-right: auto;
  margin-bottom: 0.7142857143rem;
  margin-left: auto;
}
.p-home-section-introduction__bar {
  display: block;
  width: 21.9285714286rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.p-home-section-about {
  padding-bottom: 3.5714285714rem;
}
.p-home-section-about__box {
  width: 24.2857142857rem;
  padding-top: 1.0714285714rem;
  padding-bottom: 0.0714285714rem;
  margin-right: auto;
  margin-left: auto;
  background: #baffba;
  border: 0.1428571429rem solid #fff;
}
.p-home-section-about__title {
  display: block;
  margin-bottom: 1.0714285714rem;
}
.p-home-section-about__title-image {
  display: block;
  width: 19.7142857143rem;
  margin-right: auto;
  margin-left: auto;
}
.p-home-section-about__ascii-art {
  width: 21.4285714286rem;
  margin-right: auto;
  margin-bottom: 0.7142857143rem;
  margin-left: auto;
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0.04em;
}
.p-home-section-about__text {
  width: 21.4285714286rem;
  margin-right: auto;
  margin-bottom: 2.8571428571rem;
  margin-left: auto;
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0.04em;
}

.p-home-section-present {
  position: relative;
  padding-top: 4.0714285714rem;
  padding-bottom: 5rem;
  background-image: url('../img/common/background/background-star.gif?1687142297');
  background-size: 4rem;
  background-position: center top;
  background-repeat: repeat;
}
.p-home-section-present__box {
  position: absolute;
  top: 4.0714285714rem;
  left: 50%;
  width: 15.8571428571rem;
  height: calc(100% - 4.0714285714rem - 5rem);
  background: #03cc03;
  border: 2px solid #fff;
  transform: translate(-50%, 0);
}
.p-home-section-present__pseudo-box {
  position: relative;
  width: 100%;
  padding-top: 1.0714285714rem;
}
.p-home-section-present__bar {
  display: block;
  width: 11.1428571429rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-home-section-present__bar--upper {
  margin-bottom: 0.7142857143rem;
}
.p-home-section-present__bar--middle {
  margin-bottom: 0.7142857143rem;
}
.p-home-section-present__bar--lower {
  margin-bottom: 0.7142857143rem;
}
.p-home-section-present__icons {
  margin-bottom: 0.7142857143rem;
  text-align: center;
}
.p-home-section-present__icons img {
  width: 2.4285714286rem;
  height: auto;
  margin: 0 0.2142857143rem;
}
.p-home-section-present__title {
  margin-bottom: 0.7142857143rem;
  color: #ff05c1;
  text-align: center;
}
.p-home-section-present__title--small {
  font-size: 1.2857142857rem;
  line-height: 1.8571428571rem;
  letter-spacing: 0.04em;
}
.p-home-section-present__title--large {
  font-size: 2rem;
  line-height: 3.5714285714rem;
  letter-spacing: 0.04em;
}
.p-home-section-present__present {
  display: block;
  width: 14.2857142857rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-home-section-present__look {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.8571428571rem;
  color: #0032ff;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-home-section-present__prize {
  margin-bottom: 2.5rem;
}
.p-home-section-present__prize-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 1.0714285714rem;
  margin-left: auto;
}
.p-home-section-present__prize-image {
  display: block;
  width: 6.5714285714rem;
  height: auto;
}
.p-home-section-present__prize-text {
  font-size: 1.0714285714rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0.042em;
  white-space: nowrap;
}
.p-home-section-present__prize-qty {
  font-size: 1.0714285714rem;
  line-height: 1.2857142857rem;
  color: #ff05c1;
  text-align: center;
  letter-spacing: 0.042em;
}
.p-home-section-present__date {
  margin-bottom: 1.0714285714rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #0032ff;
  text-align: center;
  letter-spacing: 0.04em;
}

.p-home-section-menu {
  padding-top: 0.3571428571rem;
  padding-bottom: 0.3571428571rem;
}
.p-home-section-menu__stars {
  display: block;
  width: 19.7142857143rem;
  height: auto;
  margin: 0.7142857143rem auto;
}
.p-home-section-menu__tree {
  width: 17.8571428571rem;
  margin-top: 1.4285714286rem;
  margin-right: auto;
  margin-bottom: 1.4285714286rem;
  margin-left: auto;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  letter-spacing: 0.04em;
}

.p-home-section-notice {
  padding-bottom: 1.4285714286rem;
}
.p-home-section-notice__box {
  width: 23.3571428571rem;
  padding: 0.4285714286rem;
  margin-right: auto;
  margin-left: auto;
  background: #baffba;
}
.p-home-section-notice__title {
  margin-bottom: 1.0714285714rem;
  font-size: 1.2857142857rem;
  line-height: 2.9285714286rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background: #00c000;
}
.p-home-section-notice__text {
  margin-bottom: 1.5em;
  font-size: 0.8571428571rem;
  line-height: 1.2142857143rem;
  letter-spacing: 0;
}

.p-home-section-twitter__bar {
  display: block;
  width: 21.9285714286rem;
  margin: 1.4285714286rem auto;
}
.p-home-section-counter {
  padding-top: 1.0714285714rem;
  padding-bottom: 1.7857142857rem;
}
.p-home-section-counter__text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #01873f;
  text-align: center;
  letter-spacing: 0.04em;
}

.p-profile-section-main {
  padding-top: 1.7857142857rem;
}
.p-profile-section-main__title {
  width: 24.0714285714rem;
  margin-right: auto;
  margin-bottom: 2.1428571429rem;
  margin-left: auto;
  font-size: 1.4285714286rem;
  line-height: 2.1428571429rem;
  color: #01873f;
  letter-spacing: 0.04em;
  background: #0f0;
}
.p-profile-section-main__image {
  display: block;
  width: 12.2142857143rem;
  margin-right: auto;
  margin-bottom: 2.1428571429rem;
  margin-left: auto;
}
.p-profile-section-main__description-list {
  width: 21.4285714286rem;
  margin-right: auto;
  margin-left: auto;
}
.p-profile-section-main__description-term {
  padding: 0 1.0714285714rem;
  margin-bottom: 1.0714285714rem;
  font-size: 1.4285714286rem;
  line-height: 2.1428571429rem;
  color: #01873f;
  letter-spacing: 0.04em;
  background: #0f0;
}
.p-profile-section-main__description-detail {
  padding: 0 1.0714285714rem;
  margin-bottom: 1.2857142857rem;
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
  color: #fff;
  letter-spacing: 0.04em;
}

.p-album-section-main {
  padding-top: 2.1428571429rem;
}
.p-album-section-main__title {
  margin-bottom: 0.3571428571rem;
  font-size: 1.4285714286rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0;
}
.p-album-section-main__give {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0;
}
.p-album-section-main__wallpaper {
  margin-bottom: 2.1428571429rem;
}
.p-album-section-main__wallpaper-title {
  margin-bottom: 0.7142857143rem;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0;
}
.p-album-section-main__wallpaper-image {
  display: block;
  width: 17.1428571429rem;
  height: auto;
  margin-right: auto;
  margin-bottom: 1.4285714286rem;
  margin-left: auto;
}
.p-album-section-main__wallpaper-text {
  margin-bottom: 0.3571428571rem;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0;
}
.p-album-section-main__wallpaper-download {
  margin-bottom: 0.3571428571rem;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0;
}

.p-prize-section-main {
  padding-top: 0.3571428571rem;
}
.p-prize-section-main__title {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  text-align: center;
  letter-spacing: 0;
}
.p-prize-section-main__catch {
  margin-bottom: 0.7142857143rem;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  text-align: center;
  letter-spacing: 0;
}
.p-prize-section-main__main-image {
  display: block;
  width: 20.0714285714rem;
  margin-right: auto;
  margin-bottom: 0.7142857143rem;
  margin-left: auto;
}
.p-prize-section-main__qty {
  margin-bottom: 1.0714285714rem;
  font-size: 1.0714285714rem;
  line-height: 1.5em;
  color: #ff05c1;
  text-align: center;
  letter-spacing: 0.042em;
}
.p-prize-section-main__text {
  margin-bottom: 1.7857142857rem;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  text-align: center;
  letter-spacing: 0;
}
.p-prize-section-main__image {
  display: block;
  width: 15.4285714286rem;
  margin-right: auto;
  margin-bottom: 1.4285714286rem;
  margin-left: auto;
}
.p-prize-section-main__image--wide {
  width: 20.0714285714rem;
}

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

.u-pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-inline {
    display: inline;
  }
}

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

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

.u-sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-sp-inline {
    display: none;
  }
}

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

.u-font-emoji {
  font-family: "Noto Emoji", sans-serif;
  font-weight: 400;
}

.u-color-yellow-green {
  color: #e2ff00;
}

.u-color-pale-green {
  color: #d5ff80;
}

.u-color-green {
  color: #00c000;
}

.u-color-blue {
  color: #0032ff;
}

.u-color-orange {
  color: #ff9301;
}

.u-color-neon-green {
  color: #00d300;
}

.u-color-neon-cyan {
  color: #00e2ff;
}

.u-color-white {
  color: #fff;
}

.u-color-mint-green {
  color: #baffba;
}

.u-color-magenta {
  color: #ff05c1;
}

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

.u-color-dark-green {
  color: #01873f;
}

.u-color-full-green {
  color: #0f0;
}

.u-icon-image-maipyon {
  width: auto;
  height: 1.7142857143rem;
  vertical-align: bottom;
}

.u-icon-image-arrow {
  width: auto;
  height: 1.7142857143rem;
  vertical-align: bottom;
}

.u-icon-image-present {
  width: auto;
  height: 2.8571428571rem;
  vertical-align: bottom;
}