@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  font-size: 15px;
  color: rgb(0, 39, 60);
}

body {
  background-color: #e6f7ff !important;
}

main {
  max-width: 24.375rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

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

::marker {
  font-size: 0.75rem;
}

.sp-only {
  display: none;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: inherti;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


.l-about {
  background-color: rgb(194, 233, 255);
  padding: 3rem 0 4.125rem;
}

.l-faq {
  background-color: rgb(255, 255, 255);
  padding: 3rem 0;
}

.l-footer {
  max-width: 24.375rem;
  margin-inline: auto;
  background-color: #fff;
}

.l-header {
  max-width: 24.375rem;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}

.l-inner {
  padding: 0 1.5rem;
}

.l-inner--lg {
  padding: 0 2rem;
}

.l-inner--md {
  padding: 0 3rem;
}

.l-note {
  padding: 3rem 0;
  background-color: rgb(194, 233, 255);
}

.l-prize {
  padding: 4rem 1.5rem 3.5rem;
  background-color: rgb(250, 248, 237);
}

.l-what {
  background-color: rgb(214, 241, 255);
  padding: 4.125rem 0 5.5rem;
}

.l-yell {
  background-color: rgb(255, 243, 196);
  padding-bottom: 3rem;
}

.l-maccho {
  background-color: #ffeeda;
  padding-bottom: 3rem;
}

.c-btn {
  max-width: 16rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border-radius: 3.125rem;
  padding: 1rem 0;
  display: inline-block;
}

.c-btn--dl {
  background: linear-gradient(270deg, #3193c8 0%, #28c9be 100%);
  filter: drop-shadow(0px 4px 24px rgba(22, 196, 190, 0.4));
  margin: 0 auto;
  border-radius: 2.5rem;
  max-width: 13.5rem;
  width: 100%;
  padding: 1rem 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  z-index: 10;
}

.c-btn--join {
  background: linear-gradient(270deg, #ff2323 0%, #ff842a 100%);
  filter: drop-shadow(0px 2px 12px rgba(255, 44, 37, 0.4));
}

.c-btn--apply {
  filter: drop-shadow(0px 2px 12px rgba(255, 153, 0, 0.4));
  background: linear-gradient(90deg, #ff9900 0%, #ff7300 100%);
}

.c-btn--more {
  box-shadow: 0px 4px 24px 0px rgba(22, 196, 190, 0.1019607843);
  max-width: 13.5rem;
  color: #008bc2;
  background-color: #fff;
}

.c-dl-btn {
  display: inline-block;
  max-width: 13.1875rem;
  width: 100%;
}

.c-section-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-about__ttl {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgb(0, 39, 60);
  font-weight: bold;
}

.p-about__list {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}

.p-about__item {
  display: flex;
  gap: 1rem;
}

.p-about__item-img {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
}
.p-about__item-img img {
  width: 1.75rem;
  height: 1.75rem;
}

.p-about__item-text {
  flex: 1;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.7;
}

.p-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.p-card {
  padding: 1.5rem;
  border-radius: 1.5625rem;
  position: relative;
  z-index: 5;
}

.p-card::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -1.25rem;
  right: -1.5625rem;
  width: 7.5rem;
  height: 9.8125rem;
}

.p-card__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}

.p-card__ttl::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: -2.1875rem;
  width: 1.5625rem;
  height: 2.6875rem;
}

.p-card__ttl::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: -2.1875rem;
  width: 1.5625rem;
  height: 2.6875rem;
}

.p-card__desc {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.p-card__prize {
  font-weight: bold;
  margin-bottom: 1.625rem;
  line-height: 1.1;
  position: relative;
}
.p-card__prize span {
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 10;
}
.p-card__prize span span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.p-card__prize:before {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-card__text {
  font-size: 0.75rem;
  line-height: 1.6;
  position: relative;
}
.p-card__text span {
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
}

.p-card__text::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 1.875rem;
  right: 4.0625rem;
  width: 2.5rem;
  height: 1.875rem;
}

.p-card__text span::before {
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 1.875rem;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../assets/img/deco-text-motitan-support-what.png");
  z-index: -10;
}

.p-card--gold {
  background: linear-gradient(180deg, #fff5c1 25%, #fff1a9 100%);
  box-shadow: inset 4px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px rgba(255, 232, 108, 0.5);
  position: relative;
}

.p-card__ttl--gold::before {
  background-image: url("../../assets/img/deco-text-leaf-yellow-left.png");
}

.p-card__ttl--gold::after {
  background-image: url("../../assets/img/deco-text-leaf-yellow-right.png");
}

.p-card__ttl--gold {
  color: rgb(173, 145, 0);
  line-height: 1.6;
}

.p-card__desc--gold {
  color: rgb(133, 111, 0);
}

.p-card__prize--gold span {
  color: rgb(136, 115, 3);
}
.p-card__prize--gold span span {
  color: rgb(136, 115, 3);
}

.p-card__prize--gold::before {
  width: 12.5rem;
  height: 3.75rem;
  bottom: -0.625rem;
  left: 0.625rem;
  background-image: url("../../assets/img/deco-text-one-million.png");
}

.p-card__text--gold span {
  color: rgb(136, 115, 3);
}

.p-card__text--gold::after {
  background-image: url("../../assets/img/deco-arrow-king-motibear.png");
}

.p-card--gold::after {
  background-image: url("../../assets/img/element-king.png");
}

.p-card--orange {
  background: linear-gradient(180deg, #ffeeda 25%, #ffe5c6 100%);
  box-shadow: inset 4px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px rgba(255, 216, 179, 0.5);
  position: relative;
}

.p-card__ttl--orange::before {
  background-image: url("../../assets/img/deco-text-leaf-orange-left.png");
}

.p-card__ttl--orange::after {
  background-image: url("../../assets/img/deco-text-leaf-orange-right.png");
}

.p-card__ttl--orange {
  color: rgb(211, 100, 0);
}

.p-card__desc--orange {
  color: rgb(179, 86, 0);
}

.p-card__prize--orange {
  color: rgb(211, 100, 0);
}
.p-card__prize--orange span {
  color: #d36400;
}

.p-card__prize--orange::before {
  width: 6.5625rem;
  height: 2.8125rem;
  bottom: -0.5rem;
  left: 6.25rem;
  background-image: url("../../assets/img/deco-text-50-thousand.png");
}

.p-card__text--orange span {
  color: rgb(211, 100, 0);
}

.p-card__text--orange::after {
  background-image: url("../../assets/img/deco-arrow-knight-motibear.png");
}

.p-card--orange::after {
  background-image: url("../../assets/img/element-knight.png");
}

.p-card--green {
  background: linear-gradient(180deg, #fff5c1 50.5%, #e8ffa7 100%);
  box-shadow: inset 4px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px rgba(208, 237, 196, 0.5);
  position: relative;
  padding-bottom: 3rem;
}

.p-card__ttl--green::before {
  background-image: url("../../assets/img/deco-text-leaf-yellow-left.png");
}

.p-card__ttl--green::after {
  background-image: url("../../assets/img/deco-text-leaf-yellow-right.png");
}

.p-card__ttl--green {
  color: #ad9100;
  margin-bottom: 1.5rem;
}

.p-card__desc--green-01 {
  line-height: 1.6;
  font-weight: bold;
  color: #937b00;
}

.p-card__desc--green-02 {
  color: #597600;
  line-height: 1.6;
  font-weight: bold;
}

.p-card__prize--green-01 {
  font-size: 0.9375rem;
  color: #937b00;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
.p-card__prize--green-01 span {
  font-size: 1.5rem;
}
.p-card__prize--green-01 span span {
  font-family: "Lato", sans-serif;
  font-size: 2.75rem;
  position: relative;
}

.p-card__prize--green-02 {
  font-size: 0.9375rem;
  color: #597600;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2;
}
.p-card__prize--green-02 span {
  font-size: 2.625rem;
  font-weight: bold;
}
.p-card__prize--green-02 span span {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-card__prize--green-01::before {
  width: 11.25rem;
  height: 3.4375rem;
  bottom: 0;
  left: 3.75rem;
  background-image: url("../../assets/img/deco-text-one-million.png");
  z-index: -5;
}

.p-card__prize--green-02::before {
  width: 11.25rem;
  height: 3.4375rem;
  bottom: 0;
  left: 3.75rem;
  background-image: url("../../assets/img/text-green.png");
  z-index: -5;
}

.p-card--green::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 5rem;
  left: -3.00rem;
  width: 9.125rem;
  height: 11.9375rem;
  background-image: url("../../assets/img/japan.png");
}

.p-card--green::after {
  bottom: -0.3125rem;
  background-image: url("../../assets/img/Japan_winding2 1.png");
}

.p-card--purple {
  background: linear-gradient(180deg, #f7f1fc 25%, #f4e5ff 100%);
  box-shadow: inset 4px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px rgba(231, 209, 248, 0.5);
  position: relative;
}

.p-card__ttl--purple::before {
  background-image: url("../../assets/img/deco-text-leaf-purple-left.png");
}

.p-card__ttl--purple::after {
  background-image: url("../../assets/img/deco-text-leaf-purple-right.png");
}

.p-card__ttl--purple {
  color: rgb(127, 66, 172);
}
.p-card__ttl--purple span {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-card__desc--purple {
  color: rgb(127, 66, 172);
  line-height: 1.6;
  font-size: 0.875rem;
}

.p-card__prize--purple {
  color: rgb(127, 66, 172);
}

.p-card__prize--purple::before {
  width: 6.875rem;
  height: 3.75rem;
  bottom: -0.125rem;
  left: 6.25rem;
  z-index: -10;
  background-image: url("../../assets/img/deco-text-30-thousand.png");
}

.p-card--blue {
  box-shadow: inset 4px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px rgba(192, 225, 253, 0.5);
  position: relative;
  background: linear-gradient(180deg, #edf6fd 25%, #dff1ff 100%);
}

.p-card__ttl--blue {
  color: rgb(32, 137, 218);
}

.p-card__ttl--blue::before {
  background-image: url("../../assets/img/deco-text-leaf-blue-left.png");
}

.p-card__ttl--blue::after {
  background-image: url("../../assets/img/deco-text-leaf-blue-right.png");
}

.p-card__desc--blue {
  color: rgb(0, 95, 169);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.p-end {
  background-color: rgb(5, 114, 172);
  padding: 0.5rem 0;
}

.p-end__text {
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}

.p-faq__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  color: rgb(0, 39, 60);
  margin-bottom: 0.5rem;
}

.p-faq__item {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  line-height: 1.6;
  padding: 2rem 0;
  background-image: linear-gradient(to right, rgb(0, 39, 60) 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-faq__item:last-child {
  background-image: none;
  padding-bottom: 0;
}

.p-faq__item-q {
  font-size: 0.9375rem;
  font-weight: bold;
  color: rgb(0, 39, 60);
  position: relative;
  padding-left: 2.25rem;
}

.p-faq__item-q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.6875rem;
  width: 1.25rem;
  background-image: url("../../assets/img/Q..png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-faq__item-a {
  font-size: 0.9375rem;
  color: rgb(0, 39, 60);
  position: relative;
  padding-left: 2.25rem;
}

.p-faq__item-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.6875rem;
  width: 1.25rem;
  background-image: url("../../assets/img/A..png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-footer__copy-right {
  font-size: 0.75rem;
  text-align: center;
  padding: 3rem 0;
}

.p-header {
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 99999;
}

.p-join-container {
  background-color: #fff;
  padding: 3rem 0;
  position: relative;
  z-index: -10;
}

.p-join-ttl {
  color: rgb(26, 170, 247);
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5rem;
}
.p-join-ttl span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-join-ttl::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/deco-text-obog.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.25rem;
  height: 2.5rem;
  bottom: -0.625rem;
  left: 50%;
  translate: -50% 0;
  z-index: -5;
}

.p-join-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.p-menu {
  display: flex;
  justify-content: space-between;
  padding: 1.0625rem;
}

.p-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.p-menu__item:nth-child(3) {
  margin-left: 0.5rem;
}

.p-menu__item {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
}

.p-menu__logo {
  width: 2rem;
  height: 2rem;
  position: relative;
  filter: drop-shadow(0px 1px 8px rgba(0, 188, 216, 0.32));
}
.p-menu__logo img {
  border-radius: 0.3125rem;
}

.p-menu__ttl {
  background-image: linear-gradient(90deg, rgb(40, 201, 190), rgb(49, 147, 200));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 0.9375rem;
}
.p-menu__ttl span {
  font-weight: bold;
}

.p-menu__dl-btn {
  font-weight: bold;
  font-size: 0.9375rem;
  background-image: linear-gradient(90deg, rgb(40, 201, 190), rgb(49, 147, 200));
  border-radius: 3.125rem;
  line-height: 1.6;
  padding: 0.1875rem 0;
  max-width: 7.625rem;
  width: 100%;
  text-align: center;
  color: #fff;
}

.p-mission {
  background-color: #baf6ff;
  padding: 4rem 0 2.875rem;
  color: rgb(0, 74, 85);
}
.p-mission .p-section-ttl {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
.p-mission .p-section-ttl::before {
  color: rgb(105, 215, 231);
  content: "mission";
}

.p-mission__item {
  border-bottom: 0.3125rem dotted rgb(230, 247, 255);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.p-mission__item:first-child {
  border-top: 0.3125rem dotted rgb(230, 247, 255);
  padding-top: 3rem;
}

.p-mission__item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-mission__copy {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-bottom: 2.6875rem;
}

.p-mission__copy::before {
  content: "";
  background-image: url("../../assets/img/deco-text-mission-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.75rem;
  left: 0.25rem;
  width: 2.8125rem;
  height: 2.8125rem;
}

.p-mission__copy::after {
  content: "";
  background-image: url("../../assets/img/deco-text-mission-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.75rem;
  right: 0.3125rem;
  width: 2.8125rem;
  height: 2.8125rem;
}

.p-mission__num {
  background-color: #fff;
  border-radius: 9999px;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(0, 188, 216);
  padding: 0.3125rem 0;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0px 2px 12px rgba(0, 188, 216, 0.32));
}
.p-mission__num_dot {
  background-color: #fff;
  border-radius: 9999px;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(0, 188, 216);
  padding: 0.6125rem 0;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0px 2px 12px rgba(0, 188, 216, 0.32));
}

.p-mission__text {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 1rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  line-height: 1.6;
}

.p-mission__logo {
  margin-bottom: 0.75rem;
}
.p-mission__logo img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.25rem;
}

.p-mission__download-btn-warapper {
  display: flex;
  gap: 1rem;
}

.p-mission__school-name img {
  height: auto;
  width: 12.375rem;
}

.p-mission__mock {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  margin-bottom: 1rem;
}
.p-mission__mock img {
  max-width: 24.375rem;
}

.p-mission__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: rgb(0, 74, 85);
}

.p-mission__battle,
.p-mission__awards {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 1rem;
}
.p-mission__battle img,
.p-mission__awards img {
  max-width: 24.375rem;
}

.p-mission__haisya img {
  max-width: 18.375rem;
}

.p-note__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 2.25rem;
}

.p-note__item {
  list-style: disc;
  line-height: 1.6;
  margin-left: 1.25rem;
  text-align: left;
}

.p-prize .p-section-ttl {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.p-prize .p-section-ttl::before {
  content: "prize";
  color: rgb(229, 208, 96);
}

.p-prize__table {
  margin-bottom: 1.5rem;
}

.p-prize__text {
  color: rgb(255, 73, 49);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.p-qr {
  display: none;
}

.p-qr__text {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(26, 170, 247);
  line-height: 1.6;
}

.p-qr__img {
  width: 15rem;
  height: 15rem;
}

.p-section-ttl__wrapper {
  position: relative;
}

.p-section-ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 900;
}

.p-section-ttl::before {
  position: absolute;
  font-size: 1.25rem;
  top: -0.9375rem;
  left: 50%;
  translate: -50% 0;
  text-transform: capitalize;
  font-weight: bold;
}

.p-table {
  display: flex;
  justify-content: space-around;
  gap: 0.5rem;
  margin-inline: auto;
  max-width: 15rem;
  width: 100%;
}

.p-table__rank-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-table__price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-table__rank {
  font-size: 0.75rem;
  font-weight: bold;
}

.p-table__price {
  font-size: 0.75rem;
  font-weight: bold;
}

.p-table__rank-1,
.p-table__price-1 {
  font-size: 0.625rem;
  font-weight: bold;
}
.p-table__rank-1 span,
.p-table__price-1 span {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.p-table__rank-2,
.p-table__price-2 {
  font-size: 0.625rem;
  font-weight: bold;
}
.p-table__rank-2 span,
.p-table__price-2 span {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.p-table__rank-3,
.p-table__price-3 {
  font-size: 0.625rem;
  font-weight: bold;
}
.p-table__rank-3 span,
.p-table__price-3 span {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.p-table__rank-4,
.p-table__price-4 {
  font-size: 0.625rem;
  font-weight: bold;
}
.p-table__rank-4 span,
.p-table__price-4 span {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.p-table__rank--gold,
.p-table__price--gold {
  color: rgb(81, 71, 20);
}

.p-table__rank-1--gold,
.p-table__price-1--gold {
  color: rgb(188, 158, 0);
}

.p-table__rank-2--gold,
.p-table__price-2--gold {
  color: rgb(145, 123, 0);
}

.p-table__rank-3--gold,
.p-table__price-3--gold {
  color: rgb(109, 93, 10);
}

.p-table__rank-4--gold,
.p-table__price-4--gold {
  color: rgb(81, 71, 20);
}

.p-table__rank--orange,
.p-table__price--orange {
  color: rgb(93, 45, 0);
}

.p-table__rank-1--orange,
.p-table__price-1--orange {
  color: rgb(211, 100, 0);
}

.p-table--purple {
  margin-bottom: 0;
}

.p-table__rank--purple,
.p-table__price--purple {
  color: rgb(104, 33, 157);
}

.p-table__rank-1--purple,
.p-table__price-1--purple {
  color: rgb(127, 66, 172);
}
.p-table__rank-1--purple span,
.p-table__price-1--purple span {
  color: rgb(127, 66, 172);
}

.p-table--blue {
  margin-bottom: 0;
}

.p-table__rank--blue,
.p-table__price--blue {
  color: rgb(0, 95, 169);
}

.p-table__rank-1--blue,
.p-table__price-1--blue {
  color: rgb(32, 137, 218);
}

.p-table__rank-2--blue,
.p-table__price-2--blue {
  color: rgb(0, 95, 169);
}

.p-table__rank-3--blue,
.p-table__price-3--blue {
  color: rgb(0, 95, 169);
}

.p-what {
  position: relative;
  overflow: hidden;
}
.p-what .p-section-ttl {
  color: rgb(0, 139, 194);
  margin-bottom: 2rem;
}
.p-what .p-section-ttl span {
  font-size: 2rem;
  font-weight: bold;
}
.p-what .p-section-ttl::before {
  color: rgb(129, 206, 237);
  content: "What’s Motitan?";
}

.p-what::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1875rem;
  width: 18.75rem;
  height: 18.75rem;
  background-image: url("../../assets/img/deco-bg-white-top-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-what::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -3.125rem;
  width: 18.75rem;
  height: 18.75rem;
  background-image: url("../../assets/img/deco-bg-white-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-what__text {
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  color: rgb(5, 114, 172);
  line-height: 1.6;
  font-weight: bold;
}

.p-what__content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.p-what__content:nth-child(even) {
  flex-direction: row-reverse;
}
.p-what__content:nth-child(even) .p-what__content-text {
  margin-right: 0;
  margin-left: 1.5rem;
}

.p-what__content-img {
  flex: 1;
}

.p-what__content-right {
  flex: 1;
  text-align: left;
}

.p-what__content-ttl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  color: rgb(5, 114, 172);
}

.p-what__content-ttl::before {
  position: absolute;
  color: rgb(129, 206, 237);
  top: -0.625rem;
  left: 0;
  text-transform: capitalize;
  font-size: 0.9375rem;
}

.p-what__content-ttl--battle::before {
  content: "battle";
}

.p-what__content-ttl--adventure {
  text-align: right;
}

.p-what__content-ttl--adventure::before {
  content: "adventure";
  right: 0;
}

.p-what__content-text {
  line-height: 1.7;
  font-size: 0.75rem;
  margin-right: 1.5rem;
  color: rgb(5, 114, 172);
}

.p-what__dl-wrapper {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.p-what__dl-text {
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgb(26, 170, 247);
  font-weight: bold;
  position: relative;
}

.p-what__dl-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.375rem;
  background-image: url("../../assets/img/dl-text-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.375rem;
  height: 1.4375rem;
}

.p-what__dl-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.375rem;
  background-image: url("../../assets/img/dl-text-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.375rem;
  height: 1.4375rem;
}

.p-yell {
  color: #3b2f00;
}

.p-yell__img-wrapper {
  margin-bottom: 0.5rem;
}
.p-maccho__img-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-yell__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.p-yell__text_justify {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-align: justify;
}

.p-yell__content-item {
  margin-bottom: 3rem;
}

.p-yell__content-item:last-child {
  margin-bottom: 0;
}

.p-yell__num {
  background-color: #fff;
  border-radius: 9999px;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #987a00;
  padding: 0.3125rem 0;
  margin-bottom: 0.5rem;
  box-shadow: 0px 2px 12px 0px rgba(152, 122, 0, 0.2);
}

.p-yell__content-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1rem;
  text-align: center;
}

.p-yell__content-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1rem;
  text-align: center;
}

.p-yell__content-desc {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.p-yell__list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.p-yell__item {
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  padding: 1.375rem 0;
  width: 6.75rem;
}

.p-yell__item-img {
  text-align: center;
  margin-bottom: 0.25rem;
}
.p-yell__item-img img {
  width: 1.75rem;
  height: 1.75rem;
}

.p-yell__item-text {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.7;
}

.u-mb48 {
  margin-bottom: 3rem;
}



@media screen and (min-width:960px) {
  html {
    font-size: 16px;
  }
  main {
    max-width: 30rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-footer {
    min-width: 30rem;
  }
  .l-header {
    max-width: 30rem;
  }
  .p-card__prize--gold::before {
    left: 3.125rem;
  }
  .p-card__prize--orange::before {
    left: 9.375rem;
  }
  .p-card__prize--green-01::before {
    left: 7.5rem;
  }
  .p-card__prize--green-02::before {
    left: 6.25rem;
  }
  .p-card__prize--purple::before {
    left: 9.375rem;
  }
  .p-qr {
    display: block;
    position: fixed;
    bottom: 2rem;
    right: 0.5%;
    text-align: center;
  }
}

@media screen and (max-width:374px) {
  html {
    font-size: 4.2666666667vw;
  }
  .p-menu__ttl {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
