@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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] {
  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 */
  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;
}

/*** color ***/
/* 
** breakpoint
*/
/*
 ** Viewport
*/
/*
 ** Viewport
 */
/*
  ** retina
*/
html {
  font-size: 100%;
}

body {
  color: #333;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, Sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 374px) {
  body {
    font-size: 3.73vw;
  }
}

@media screen and (max-width: 979px) {
  .breadcrumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.c-button,
.c-button_scroll {
  border-radius: 8px;
  border: 1px solid #333;
  color: #333;
  font-weight: bold;
  line-height: 1.43;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 0;
  width: 100%;
  text-decoration: none;
}
.c-button:hover, .c-button:active,
.c-button_scroll:hover,
.c-button_scroll:active {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .c-button,
  .c-button_scroll {
    padding: 4vw 0;
    border-radius: 2.13vw;
  }
}

.c-button_scroll {
  border: 2px solid #1840BA;
  background: #fff;
  margin-top: -5px;
}
.c-button_scroll::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 24px;
  height: 24px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_arrow.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_arrow@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .c-button_scroll::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media screen and (max-width: 979px) {
  .c-button_scroll {
    width: 100%;
    border: 0.53vw solid #1840BA;
  }
}

.l-kv {
  border-top: 1px solid #ddd;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/kv_bg_pc.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/kv_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/kv_bg_pc@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/kv_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/kv_bg_pc@2x.png") 2x);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 607px;
}
@media screen and (max-width: 979px) {
  .l-kv {
    background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/kv_bg_sp.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 122.67vw;
  }
}

.kv_title {
  width: 524px;
  margin: 0 auto;
  padding-left: 18px;
}
@media screen and (max-width: 979px) {
  .kv_title {
    width: 88vw;
    padding-left: 4vw;
    margin-top: -1.33vw;
  }
  .kv_title img {
    width: 100%;
  }
}

.kv_txt {
  width: 550px;
  margin: -23px auto 0;
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 979px) {
  .kv_txt {
    width: 100%;
    margin: -3.47vw auto 0;
  }
}

.kv_txt1 {
  justify-self: end;
  margin-right: 20px;
  z-index: 99;
}
@media screen and (max-width: 979px) {
  .kv_txt1 {
    width: 46.67vw;
    padding-right: 4vw;
  }
  .kv_txt1 img {
    width: 100%;
  }
}

.kv_txt2 {
  margin-top: -45px;
  margin-right: 10px;
  justify-self: end;
  display: flex;
}
@media screen and (max-width: 979px) {
  .kv_txt2 {
    width: 88vw;
    margin-top: -7.47vw;
    margin-right: 6.67vw;
  }
  .kv_txt2 img {
    width: 100%;
  }
}

.kv_txt2_img1 {
  margin-top: 38px;
}
@media screen and (max-width: 979px) {
  .kv_txt2_img1 {
    margin-top: 6.67vw;
    width: 26.13vw;
  }
}

.kv_txt2_img2 {
  margin-left: -15px;
}
@media screen and (max-width: 979px) {
  .kv_txt2_img2 {
    margin-left: -3.2vw;
    width: 9.87vw;
  }
}

.kv_txt2_img3 {
  margin-top: 18px;
  margin-left: -5px;
}
@media screen and (max-width: 979px) {
  .kv_txt2_img3 {
    margin-top: 3.2vw;
    margin-left: -0.8vw;
    width: 57.33vw;
  }
}

.kv_txt3 {
  margin-top: -32px;
  justify-self: end;
  display: flex;
}
@media screen and (max-width: 979px) {
  .kv_txt3 {
    width: 94.67vw;
    margin-top: -7.47vw;
    padding-right: 4vw;
  }
  .kv_txt3 img {
    width: 100%;
  }
}

.kv_txt3_img1 {
  padding-left: 8px;
}
@media screen and (max-width: 979px) {
  .kv_txt3_img1 {
    margin-top: 2.67vw;
    width: 81.33vw;
  }
}

.kv_txt3_img2 {
  margin-top: 40px;
}
@media screen and (max-width: 979px) {
  .kv_txt3_img2 {
    width: 36vw;
    margin-left: 0vw;
    margin-top: 9.33vw;
  }
}

.kv_txt4 {
  margin-top: -42px;
  justify-self: end;
}
@media screen and (max-width: 979px) {
  .kv_txt4 {
    width: 90.67vw;
    margin-top: -6.93vw;
    padding-right: 4vw;
  }
  .kv_txt4 img {
    width: 100%;
  }
}

.kv_txt > div {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  will-change: opacity, transform;
}

.kv_txt > div.is-bounce {
  animation: kvBounceIn 400ms both;
}

.kv_txt > div.is-scale-fade {
  animation: kvScaleFadeIn 300ms ease-out both;
}

@keyframes kvScaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes kvBounceIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -8px, 0);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes kvFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kv_txt > p {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
.contents {
  margin: 0 auto 50px;
  max-width: 1000px;
  padding: 0 15px;
}
@media screen and (max-width: 979px) {
  .contents {
    padding: 0 4vw;
    margin-top: -24vw;
    margin-bottom: 6.67vw;
  }
}

.article {
  border-radius: 10px;
  border: 2px solid #1840BA;
  background: #FFFAFF;
  padding: 30px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .article {
    padding: 6.67vw 0;
    margin-bottom: 4vw;
    border: 0.53vw solid #1840BA;
    border-radius: 2.67vw;
  }
}

@media screen and (max-width: 979px) {
  #mission.article {
    padding-bottom: 0;
  }
}

.article_inner {
  padding: 0 70px;
}
@media screen and (max-width: 979px) {
  .article_inner {
    padding: 0 4vw;
  }
}

.article_title {
  margin-bottom: 20px;
}
.article_title img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .article_title {
    margin-bottom: 4vw;
  }
  .article_title.article_title--about img {
    width: 28.8vw;
    height: auto;
  }
  .article_title.article_title--benefit img {
    width: 39.73vw;
    height: auto;
  }
  .article_title.article_title--mission img {
    width: 60.8vw;
    height: auto;
  }
  .article_title.article_title--notice img {
    width: 40.8vw;
    height: auto;
  }
}

.article_text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #1840BA;
  font-weight: bold;
}
.article_text strong {
  color: #F50528;
}
.article_text.article_text--benefit {
  margin-bottom: 15px;
}
@media screen and (max-width: 979px) {
  .article_text.article_text--benefit {
    letter-spacing: -0.03em;
  }
}
.article_text.article_text--benefit, .article_text.article_text--mission {
  text-align: center;
}
@media screen and (max-width: 979px) {
  .article_text {
    font-size: 3.73vw;
    margin-bottom: 2.67vw;
  }
}

.u-sp-br {
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .u-sp-br {
    display: block;
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 979px) {
  .article_about_button {
    width: 53.33vw;
    height: auto;
  }
}

.article_benefitImg {
  margin-bottom: 10px;
}
.article_benefitImg img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .article_benefitImg img {
    width: 78.67vw;
  }
}

.article_benefitImg--plus {
  margin: 15px 0;
}
.article_benefitImg--plus img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .article_benefitImg--plus {
    margin: 2.67vw 0;
  }
  .article_benefitImg--plus img {
    width: 6.93vw;
  }
}

.aricle_balloon img {
  display: block;
  margin: -40px auto 10px;
}
@media screen and (max-width: 979px) {
  .aricle_balloon img {
    margin: -8.53vw auto 2.67vw;
    width: 54.93vw;
    height: auto;
  }
}

.article_note {
  max-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .article_note {
    max-width: none;
  }
}

.u-note_item {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.u-note_item.u-note_item--caution {
  color: #F50528;
}
.u-note_item a {
  color: #0099CC;
  text-decoration: underline;
}
@media screen and (max-width: 979px) {
  .u-note_item {
    font-size: 3.2vw;
  }
}

.missionCal {
  margin-bottom: 30px;
}
.missionCal__table {
  border: 2px solid #1840BA;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 979px) {
  .missionCal__table {
    border: 0.53vw solid #1840BA;
    border-radius: 2.67vw;
  }
}
.missionCal__row {
  display: grid;
  grid-template-columns: 228px 1fr;
}
.missionCal__row + .missionCal__row {
  border-top: 2px solid #1840BA;
}
@media screen and (max-width: 979px) {
  .missionCal__row + .missionCal__row {
    border-top: 0.53vw solid #1840BA;
  }
}
.missionCal__row.is-odd .missionCal__week {
  background: #dbe6ff;
}
.missionCal__row.is-even .missionCal__week {
  background: #1339c9;
  color: #fff;
}
@media screen and (max-width: 979px) {
  .missionCal__row .missionCal__week img {
    width: 10.67vw;
    height: auto;
  }
}
@media screen and (max-width: 979px) {
  .missionCal__row {
    grid-template-columns: 16.8vw auto;
  }
}
.missionCal__week {
  border-right: 2px solid #1840BA;
  display: grid;
  place-items: center;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .missionCal__week {
    padding: 8vw 0;
    border-right: 0.53vw solid #1840BA;
  }
  .missionCal__week.missionCal__week--1st {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
  .missionCal__week.missionCal__week--2nd {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
  .missionCal__week.missionCal__week--3rd {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
  .missionCal__week.missionCal__week--4th {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
.missionCal__body {
  min-width: 0;
  padding: 15px;
  background: #fff;
}
@media screen and (max-width: 979px) {
  .missionCal__body {
    padding: 2.67vw;
  }
}
.missionCal__headline {
  color: #1840BA;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 979px) {
  .missionCal__headline {
    font-size: 3.2vw;
  }
}
.missionCal__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (max-width: 979px) {
  .missionCal__cards {
    gap: 1.33vw;
  }
}

.missionCard {
  max-width: 277px;
}
@media screen and (max-width: 979px) {
  .missionCard {
    max-width: none;
  }
  .missionCard img {
    width: 100%;
  }
}

.mission_rank {
  background-color: #FFE5EF;
}

.mission_gacha {
  background-color: #FCFFDA;
}

.mission_lottery {
  background-color: #E4FDFF;
}

.mission_movie {
  background-color: #F4EBFF;
}
@media screen and (max-width: 979px) {
  .mission_movie {
    border-radius: 0 0 2.67vw 2.67vw;
  }
}

.mission_inner {
  padding: 30px 70px;
}
@media screen and (max-width: 979px) {
  .mission_inner {
    padding: 6.67vw 5.33vw;
  }
}

.mission_item {
  display: flex;
}
@media screen and (max-width: 979px) {
  .mission_item {
    flex-direction: column;
  }
}

.mission_contents {
  width: 500px;
  margin-bottom: 15px;
}
@media screen and (max-width: 979px) {
  .mission_contents {
    width: 100%;
  }
}

.mission_visual {
  display: flex;
  width: 330px;
}
@media screen and (max-width: 979px) {
  .mission_visual {
    display: block;
    width: 100%;
    margin-bottom: 4vw;
  }
}
.mission_visual img {
  width: 100%;
  height: auto;
}

.u-underline {
  display: inline-block;
}
.u-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #FFFF4F;
  margin-top: -8px;
}

.mission_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .mission_title img {
    width: 100%;
  }
}

.mission_lead {
  font-size: 16px;
  color: #1840BA;
  font-weight: bold;
}
.mission_lead p {
  margin-bottom: 10px;
}
@media screen and (max-width: 979px) {
  .mission_lead {
    font-size: 3.73vw;
    text-align: center;
    margin-bottom: 2.67vw;
  }
  .mission_lead p {
    margin-bottom: 0;
  }
}

.mission_btn {
  display: block;
  background: #1840BA;
  border-radius: 2.67vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.47vw 0;
  position: relative;
  margin-top: 4vw;
}
.mission_btn::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 6.4vw;
  height: 6.4vw;
  right: 4vw;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_item-arrow.png");
}
.mission_btn.mission_btn--lottery::after, .mission_btn.mission_btn--movie::after {
  right: 2.67vw;
}

.mission_btn_rank {
  width: 51.2vw;
  height: auto;
}
.mission_btn_rank.mission_btn_rank--inner {
  margin-right: 8vw;
}

.mission_btn_gacha {
  width: 30.13vw;
  height: auto;
}

.mission_btn_lottery {
  width: 57.07vw;
  height: auto;
  margin-right: 6.67vw;
}
.mission_btn_lottery.mission_btn_lottery--inner {
  margin-right: 8vw;
}

.mission_btn_movie {
  width: 60.53vw;
  height: auto;
  margin-right: 6.67vw;
}
.mission_btn_movie.mission_btn_movie--inner {
  width: 56.53vw;
  margin-right: 8vw;
}

.mission_detail {
  border: 2px solid #1840BA;
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 979px) {
  .mission_detail {
    border: 0.53vw solid #1840BA;
    padding: 3.73vw 5.33vw;
  }
}

.mission_drawer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mission_drawer::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 24px;
  height: 24px;
  right: -15px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_plus.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_plus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_plus@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_plus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_plus@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .mission_drawer::after {
    width: 6.4vw;
    height: 6.4vw;
    right: -1.33vw;
  }
}
.mission_drawer.is-open::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 24px;
  height: 24px;
  right: -15px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_minus.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_minus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_minus@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_minus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_minus@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .mission_drawer.is-open::after {
    width: 6.4vw;
    height: 6.4vw;
    right: -1.33vw;
  }
}
.mission_drawer:hover, .mission_drawer:active {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .mission_drawer {
    width: 100%;
  }
}
.mission_drawer h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 979px) {
  .mission_drawer_rank {
    width: 35.2vw;
  }
}

@media screen and (max-width: 979px) {
  .mission_drawer_gacha {
    width: 29.6vw;
  }
}

@media screen and (max-width: 979px) {
  .mission_drawer_lottery {
    width: 25.87vw;
  }
}

@media screen and (max-width: 979px) {
  .mission_drawer_movie {
    width: 27.2vw;
  }
}

.mission_detail_contents {
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
}
.mission_detail_contents.is-open {
  margin-top: 20px;
  max-height: none;
  opacity: 1;
}
.mission_detail_contents.mission_detail_contents--rank {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_pontarank_ponta.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_pontarank_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_pontarank_ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_pontarank_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_pontarank_ponta@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .mission_detail_contents.mission_detail_contents--rank {
    background: none;
  }
}
.mission_detail_contents.mission_detail_contents--gacha {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_gacha_ponta.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_gacha_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_gacha_ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_gacha_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_gacha_ponta@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .mission_detail_contents.mission_detail_contents--gacha {
    background: none;
  }
}
.mission_detail_contents.mission_detail_contents--gacha.is-open {
  padding-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .mission_detail_contents.mission_detail_contents--gacha.is-open {
    padding-bottom: 0;
  }
}
.mission_detail_contents.mission_detail_contents--lottery {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_lottery_ponta.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_lottery_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_lottery_ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_lottery_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_lottery_ponta@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .mission_detail_contents.mission_detail_contents--lottery {
    background: none;
  }
}
.mission_detail_contents.mission_detail_contents--movie {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_movie_ponta.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_movie_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_movie_ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_movie_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/item_movie_ponta@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .mission_detail_contents.mission_detail_contents--movie {
    background: none;
  }
}

.mission_detail_lead {
  font-weight: bold;
  margin-bottom: 10px;
  width: 670px;
}
@media screen and (max-width: 979px) {
  .mission_detail_lead {
    width: 100%;
    font-size: 3.2vw;
  }
}

.mission_detail_text {
  margin-bottom: 10px;
  width: 670px;
}
@media screen and (max-width: 979px) {
  .mission_detail_text {
    width: calc(100% - 16vw);
    font-size: 3.2vw;
    margin-right: 1.33vw;
  }
}

@media screen and (max-width: 979px) {
  .mission_detail_text_wrap {
    display: flex;
  }
}

.mission_detail_img {
  width: 14.67vw;
  height: auto;
}
.mission_detail_img img {
  width: 100%;
}

.bnr_wrap {
  margin: 30px 0;
}
@media screen and (max-width: 979px) {
  .bnr_wrap {
    margin: 6.67vw 0 4vw;
  }
}
.bnr_wrap a img {
  width: 100%;
}

.bnr_lead {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: #1840BA;
}
@media screen and (max-width: 979px) {
  .bnr_lead {
    font-size: 3.73vw;
  }
}

.notice_list {
  color: #1840BA;
  padding-left: 1em;
}
.notice_list ul {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 979px) {
  .notice_list {
    font-size: 3.73vw;
  }
}

.notice-note {
  padding-left: 1em;
  color: #999;
}
@media screen and (max-width: 979px) {
  .notice-note {
    font-size: 3.2vw;
  }
}

.entry_wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform, opacity;
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.15);
}
.entry_wrap.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
@media screen and (max-width: 979px) {
  .entry_wrap {
    padding: 2.67vw 8vw;
  }
}

.entry_text {
  margin-bottom: 10px;
  color: #1840BA;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .entry_text {
    font-size: 3.73vw;
    margin-bottom: 1.33vw;
  }
}

.entry_btn {
  border: 2px solid #1840BA;
  padding: 20px 0;
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(to bottom, #ffff9d 37%, #ffff45 100%);
}
.entry_btn::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 24px;
  height: 24px;
  right: 15px;
  top: calc(50% - 12px);
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_entry-arrow.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_entry-arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_entry-arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_entry-arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2603_ponponfes/img/icn_entry-arrow@2x.png") 2x);
}
.entry_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .entry_btn {
    border: 0.53vw solid #1840BA;
  }
}

.p-description {
  padding-left: 5.33vw;
}
.p-description__title {
  color: #1840BA;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 979px) {
  .p-description__title {
    font-size: 3.73vw;
    margin-bottom: 2.67vw;
  }
}
.p-description__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #1840BA;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: -19px;
}
@media screen and (max-width: 979px) {
  .p-description__title::before {
    width: 3.73vw;
    height: 3.73vw;
    margin-right: 1.33vw;
    margin-left: -5.07vw;
  }
}
.p-description + .p-description {
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
  .p-description + .p-description {
    margin-top: 5.33vw;
  }
}
.p-description__lead {
  color: #1840BA;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 979px) {
  .p-description__lead {
    font-size: 3.73vw;
    margin-bottom: 1.33vw;
  }
}
.p-description__text {
  color: #1840BA;
  font-size: 16px;
}
@media screen and (max-width: 979px) {
  .p-description__text {
    font-size: 3.73vw;
  }
}
.p-description__indent {
  padding-left: 0.5em;
}

.p-annotation {
  padding-left: 1em;
}
.p-annotation li {
  color: #1840BA;
  font-size: 16px;
}
.p-annotation li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.p-annotation li a {
  text-decoration: underline;
  color: #0099CC;
}
@media screen and (max-width: 979px) {
  .p-annotation li {
    font-size: 3.73vw;
  }
}
.p-annotation.is-asterisk {
  padding-left: 1em;
}
.p-annotation.is-asterisk li {
  font-size: 12px;
  color: #999;
}
.p-annotation.is-asterisk li::before {
  content: "※";
}
@media screen and (max-width: 979px) {
  .p-annotation.is-asterisk li {
    font-size: 3.2vw;
  }
}
.p-annotation.p-annotation--enum {
  padding-left: 0;
}
.p-annotation.p-annotation--enum li::before {
  content: normal;
}
.p-annotation.p-annotation--enum li span {
  display: inline-block;
  margin-left: -1.4em;
}
.p-annotation .p-annotation {
  padding-left: 1.5em;
}

.u-text-red {
  color: #F50528;
  font-weight: bold;
}

.u-text-bold {
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .u-sp {
    display: none !important;
  }
}

.u-both-none {
  display: none !important;
}

@media screen and (min-width: 980px) {
  .u-block-pc {
    display: block !important;
  }
}

@media screen and (max-width: 979px) {
  .u-block-sp {
    display: block !important;
  }
}

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

.u-space__mxAuto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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