/*! 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/2608_ponponfes/img/icn_arrow.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icn_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_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;
  }
}

#header-2 {
  position: relative;
  z-index: 10;
  background: #fff;
}

#contents {
  position: relative;
}

#contents_ponpon2026 {
  background-color: #0099FF;
}
@media screen and (min-width: 1024px) {
  #contents_ponpon2026 {
    background: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/contents_ponpon2026_wrap_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/contents_ponpon2026_wrap_bg@2x.png") 2x), image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/contents_ponpon2026_wrap_bg2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/contents_ponpon2026_wrap_bg2@2x.png") 2x);
    background-repeat: no-repeat, repeat-y;
    background-position: center top 0, center top 0;
    background-color: #0099FF;
  }
  #contents_ponpon2026.is-fixed-bg {
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1024px) {
  .contents_ponpon2026_wrap {
    display: flex;
    width: 1024px;
    margin: 0 auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .main {
    width: 375px;
    background-color: #0099FF;
    margin-right: 75px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
}

.kv {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/kv_bg.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/kv_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/kv_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/kv_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/kv_bg@2x.png") 2x);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.kv_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kv_title {
  margin-top: 5.33vw;
  width: 44vw;
}
.kv_title img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kv_title {
    margin-top: 20px;
    width: 165px;
  }
}

.kv_lead1 {
  margin-top: -10.67vw;
  width: 94.4vw;
}
.kv_lead1 img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kv_lead1 {
    margin-top: -40px;
    width: 354px;
  }
}

.kv_lead2 {
  margin-top: -2.13vw;
  width: 88.53vw;
}
.kv_lead2 img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kv_lead2 {
    margin-top: -8px;
    width: 332px;
  }
}

.kv_pontaimg {
  margin-top: -4vw;
  width: 100vw;
}
.kv_pontaimg img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kv_pontaimg {
    margin-top: -15px;
    width: 375px;
  }
}

.kv_lead3 {
  margin-top: -4.8vw;
  width: 90.13vw;
}
.kv_lead3 img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kv_lead3 {
    margin-top: -18px;
    width: 338px;
  }
}

.kv_period {
  margin: 5.33vw 0 2.13vw;
  width: 90.13vw;
}
.kv_period img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kv_period {
    margin: 20px 0 8px;
    width: 338px;
  }
}

.kv_entry {
  background-color: #0099FF;
  padding: 2.67vw 0 5.33vw;
}
@media screen and (min-width: 1024px) {
  .kv_entry {
    padding: 10px 0 20px;
  }
}

.kv_emphasis {
  font-size: 3.73vw;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.kv_emphasis::before, .kv_emphasis::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2.13vw;
  height: 3.47vw;
}
.kv_emphasis::before {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_right.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_right@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_right@2x.png") 2x);
  margin-right: 2.67vw;
}
.kv_emphasis::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_left.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_left@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis_left@2x.png") 2x);
  margin-left: 2.67vw;
}
@media screen and (min-width: 1024px) {
  .kv_emphasis {
    font-size: 14px;
  }
  .kv_emphasis::before, .kv_emphasis::after {
    width: 8px;
    height: 13px;
  }
  .kv_emphasis::before {
    margin-right: 10px;
  }
  .kv_emphasis::after {
    margin-left: 10px;
  }
}

.primary_btn {
  width: 92vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 0.8vw solid #fff;
  border-radius: 9999px;
  margin: 1.33vw auto 0;
  padding: 4.8vw 0;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ff9123 0%, #ff9123 50%, #ffcb24 100%);
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1.33vw 5.33vw rgb(0, 140, 188);
  transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}
.primary_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #ff6600 0%, #ff9123 50%, #ff9123 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.primary_btn::after {
  content: "";
  position: absolute;
  right: 5.33vw;
  top: 50%;
  z-index: 2;
  width: 5.33vw;
  height: 5.33vw;
  transform: translateY(-50%);
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.primary_btn span {
  position: relative;
  z-index: 1;
}
.primary_btn:hover {
  border-color: #ffffd6;
}
.primary_btn:hover::before {
  opacity: 1;
}
.primary_btn:hover::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow_hv.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow_hv.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow_hv@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow_hv.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_btn_arrow_hv@2x.png") 2x);
}
.primary_btn--step {
  width: 100%;
  box-shadow: 0 1.33vw 5.33vw #ddd;
}
.primary_btn--float {
  box-shadow: 0 1.33vw 5.33vw 0 rgba(0, 9, 31, 0.5);
}
@media screen and (min-width: 1024px) {
  .primary_btn {
    width: 345px;
    border: 3px solid #fff;
    margin: 5px auto 0;
    padding: 18px 0;
    font-size: 18px;
    box-shadow: 0 5px 20px rgb(0, 140, 188);
  }
  .primary_btn::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .primary_btn--step {
    width: 100%;
    box-shadow: 0 5px 20px #ddd;
  }
  .primary_btn--float {
    box-shadow: 0 5px 20px 0 rgba(0, 9, 31, 0.5);
  }
  .primary_btn--pc {
    width: 270px;
    padding: 13px 0;
    box-shadow: 0 5px 20px #EACA8B;
  }
}

.btn_secodary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0.27vw solid #111;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 1.33vw 5.33vw #ddd;
  box-sizing: border-box;
  color: #111;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 3.73vw 0;
  transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}
.btn_secodary::after {
  content: "";
  position: absolute;
  right: 5.33vw;
  top: 50%;
  z-index: 2;
  width: 5.33vw;
  height: 5.33vw;
  transform: translateY(-50%);
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.btn_secodary:hover {
  box-shadow: none;
  color: #999;
  border: 0.27vw solid #999;
}
.btn_secodary--entry {
  box-shadow: 0 1.33vw 5.33vw #faca8b;
  margin-bottom: 2.67vw;
}
@media screen and (min-width: 1024px) {
  .btn_secodary {
    border: 1px solid #111;
    box-shadow: 0 5px 20px #ddd;
    font-size: 14px;
    padding: 14px 0;
  }
  .btn_secodary::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .btn_secodary:hover {
    box-shadow: none;
    border: 1px solid #999;
  }
  .btn_secodary--entry {
    box-shadow: 0 5px 20px #faca8b;
    margin-bottom: 10px;
  }
}

.btn_toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0.27vw solid #111;
  border-radius: 9999px;
  box-sizing: border-box;
  box-shadow: 0 1.33vw 5.33vw #ddd;
  color: #111;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 3.73vw;
  cursor: pointer;
  transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}
.btn_toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.67vw;
  z-index: 2;
  width: 5.33vw;
  height: 5.33vw;
  transform: translateX(-50%);
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_plus.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_plus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_plus@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_plus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_plus@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.btn_toggle:hover {
  box-shadow: none;
  border: 0.27vw solid #999;
  color: #999;
}
.btn_toggle.is-open {
  background: #ddd;
}
.btn_toggle.is-open::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.67vw;
  z-index: 2;
  width: 5.33vw;
  height: 5.33vw;
  transform: translateX(-50%);
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_minus.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_minus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_minus@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_minus.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_minus@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .btn_toggle {
    border: 1px solid #111;
    box-shadow: 0 5px 20px #ddd;
    font-size: 14px;
    padding: 14px;
  }
  .btn_toggle::after {
    bottom: -10px;
    width: 20px;
    height: 20px;
  }
  .btn_toggle:hover {
    border: 1px solid #999;
  }
  .btn_toggle.is-open::after {
    bottom: -10px;
    width: 20px;
    height: 20px;
  }
}

.kv-notes {
  color: #fff;
  font-size: 3.2vw;
  padding: 2.67vw 4vw;
}
@media screen and (min-width: 1024px) {
  .kv-notes {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.kv_txtlink {
  color: #FEE661;
  font-size: 3.2vw;
  padding: 0 4vw;
}
.kv_txtlink a {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2@2x.png") 2x);
  padding-right: 4vw;
  background-position: right center;
  background-size: 2.67vw 2.67vw;
  background-repeat: no-repeat;
  text-decoration: underline;
}
.kv_txtlink a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .kv_txtlink {
    font-size: 12px;
    padding: 0 15px;
  }
  .kv_txtlink a {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2.png");
    background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2@2x.png") 2x);
    background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank2@2x.png") 2x);
    padding-right: 15px;
    background-position: right center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
  }
}

/*reward*/
.reward {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/reward_bg.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/reward_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/reward_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/reward_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/reward_bg@2x.png") 2x);
  background-repeat: no-repeat;
  width: 100% auto;
  padding-bottom: 8vw;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .reward {
    padding-bottom: 30px;
  }
}

.reward_wrap {
  padding: 0 4vw;
}
@media screen and (min-width: 1024px) {
  .reward_wrap {
    padding: 0 15px;
  }
}

.h_emphasis {
  font-size: 4.8vw;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.h_emphasis::before, .h_emphasis::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 4.53vw;
  height: 5.6vw;
}
.h_emphasis::before {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_right.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_right@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_right@2x.png") 2x);
  margin-right: 2.67vw;
}
.h_emphasis::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_left.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_left@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis2_left@2x.png") 2x);
  margin-left: 2.67vw;
}
.h_emphasis--reward {
  padding-top: 10.67vw;
}
.h_emphasis--moreover {
  padding-top: 4vw;
  margin-bottom: 2.67vw;
}
.h_emphasis--app {
  padding-top: 10.67vw;
  margin-bottom: 2.67vw;
}
@media screen and (min-width: 1024px) {
  .h_emphasis {
    font-size: 18px;
  }
  .h_emphasis::before, .h_emphasis::after {
    width: 17px;
    height: 21px;
  }
  .h_emphasis::before {
    margin-right: 10px;
  }
  .h_emphasis::after {
    margin-left: 10px;
  }
  .h_emphasis--reward {
    padding-top: 40px;
  }
  .h_emphasis--moreover {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .h_emphasis--app {
    padding-top: 40px;
    margin-bottom: 10px;
  }
}

.reward_point1 {
  margin-top: -10.13vw;
  padding-bottom: 4vw;
}
.reward_point1 .reward_lead {
  width: 86.67vw;
  margin: 0 auto;
}
.reward_point1 .reward_lead img {
  width: 100%;
}
.reward_point1 .reward_inner {
  background-color: #fff;
  border-radius: 2.67vw;
  padding: 8vw 5.33vw 5.33vw;
  margin-top: -4.8vw;
}
.reward_point1 .reward_inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.73vw;
  margin-bottom: 2.67vw;
}
.reward_point1 .reward_inner h3 span {
  display: inline-block;
  background: #ff7777;
  color: #fff;
  padding: 0.27vw 1.6vw;
  border-radius: 1.07vw;
  margin: 0 1.07vw;
}
.reward_point1 .reward_inner p {
  width: 76vw;
  margin: 0 auto;
}
.reward_point1 .reward_inner p img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .reward_point1 {
    margin-top: -38px;
    padding-bottom: 15px;
  }
  .reward_point1 .reward_lead {
    width: 325px;
  }
  .reward_point1 .reward_inner {
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin-top: -18px;
  }
  .reward_point1 .reward_inner h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .reward_point1 .reward_inner h3 span {
    padding: 1px 6px;
    border-radius: 4px;
    margin: 0 4px;
  }
  .reward_point1 .reward_inner p {
    width: 285px;
  }
}

.reward_point2 .reward_lead {
  width: 86.67vw;
  margin: 0 auto;
}
.reward_point2 .reward_lead img {
  width: 100%;
}
.reward_point2 .reward_inner {
  background-color: #fff;
  border-radius: 2.67vw;
  padding: 8vw 5.33vw 5.33vw;
  margin-top: -4.8vw;
}
.reward_point2 .reward_inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.73vw;
  margin-bottom: 1.33vw;
}
.reward_point2 .reward_inner h3 span {
  display: inline-block;
  background: #ff7777;
  color: #fff;
  padding: 1.33vw 1.6vw;
  border-radius: 1.07vw;
  margin: 0 1.07vw;
}
.reward_point2 .reward_inner .reward_img {
  margin-bottom: 5.33vw;
}
.reward_point2 .reward_inner .reward_img img {
  width: 100%;
}
.reward_point2 .reward_inner .reward_list {
  border-top: 0.27vw solid #ddd;
}
.reward_point2 .reward_inner .reward_list li {
  border-bottom: 0.27vw solid #ddd;
}
.reward_point2 .reward_inner .reward_list li img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .reward_point2 .reward_lead {
    width: 325px;
  }
  .reward_point2 .reward_inner {
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin-top: -18px;
  }
  .reward_point2 .reward_inner h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .reward_point2 .reward_inner h3 span {
    padding: 5px 6px;
    border-radius: 4px;
    margin: 0 4px;
  }
  .reward_point2 .reward_inner .reward_img {
    margin-bottom: 20px;
  }
  .reward_point2 .reward_inner .reward_list {
    border-top: 1px solid #ddd;
  }
  .reward_point2 .reward_inner .reward_list li {
    border-bottom: 1px solid #ddd;
  }
}

.reward_emphasis {
  font-size: 3.73vw;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #111;
  margin-bottom: 1.33vw;
}
.reward_emphasis::before, .reward_emphasis::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2.13vw;
  height: 3.47vw;
}
.reward_emphasis::before {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right@2x.png") 2x);
  margin-right: 2.67vw;
}
.reward_emphasis::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left@2x.png") 2x);
  margin-left: 2.67vw;
}
@media screen and (min-width: 1024px) {
  .reward_emphasis {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .reward_emphasis::before, .reward_emphasis::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 8px;
    height: 13px;
  }
  .reward_emphasis::before {
    margin-right: 10px;
  }
  .reward_emphasis::after {
    margin-left: 10px;
  }
}

.reward_notes {
  margin-top: 1.33vw;
  color: #666;
  font-size: 3.2vw;
}
@media screen and (min-width: 1024px) {
  .reward_notes {
    margin-top: 5px;
    font-size: 12px;
  }
}

/*step*/
.step {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/step_bg.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/step_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/step_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/step_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/step_bg@2x.png") 2x);
  background-repeat: no-repeat;
  padding-bottom: 4vw;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .step {
    padding-bottom: 15px;
  }
}

.step_wrap {
  padding: 10.67vw 4vw 0;
}
@media screen and (min-width: 1024px) {
  .step_wrap {
    padding: 40px 15px 0;
  }
}

.step_lead {
  width: 40.53vw;
  margin: 0 auto 1.33vw;
}
.step_lead img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .step_lead {
    width: 152px;
    margin: 0 auto 5px;
  }
}

.step_step1 {
  margin-top: -4vw;
  padding-bottom: 6.13vw;
}
.step_step1 .step1_lead {
  width: 92vw;
  margin: 0;
  position: relative;
  z-index: 2;
}
.step_step1 .step1_lead img {
  width: 100%;
}
.step_step1 .step_inner {
  background-color: #fff;
  border-radius: 2.67vw;
  padding: 8vw 5.33vw 5.33vw;
  margin-top: -10.67vw;
}
.step_step1 .step_inner--balloon {
  position: relative;
  z-index: 1;
}
.step_step1 .step_inner--balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.87vw;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.13vw 4vw 0 4vw;
  border-color: #fff transparent transparent transparent;
}
.step_step1 .step_inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.73vw;
  margin-bottom: 2.67vw;
}
.step_step1 .step1_lead {
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .step_step1 {
    margin-top: -15px;
    padding-bottom: 23px;
  }
  .step_step1 .step1_lead {
    width: 345px;
  }
  .step_step1 .step_inner {
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin-top: -40px;
  }
  .step_step1 .step_inner--balloon:after {
    bottom: -7px;
    border-width: 8px 15px 0;
  }
  .step_step1 .step_inner h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .step_step1 .step1_lead {
    width: 345px;
  }
}

.step_step2 {
  padding-bottom: 6.13vw;
}
.step_step2 .step2_lead {
  width: 92vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.step_step2 .step2_lead img {
  width: 100%;
}
.step_step2 .step_inner {
  background-color: #fff;
  border-radius: 2.67vw;
  padding: 8vw 5.33vw 5.33vw;
  margin-top: -4.53vw;
}
.step_step2 .step_inner--balloon {
  position: relative;
  z-index: 1;
}
.step_step2 .step_inner--balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.87vw;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.13vw 4vw 0 4vw;
  border-color: #fff transparent transparent transparent;
}
.step_step2 .step_inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.73vw;
  margin-bottom: 2.67vw;
}
.step_step2 .step_inner h3 span {
  display: inline-block;
  background: #ff7777;
  color: #fff;
  padding: 1.33vw 1.6vw;
  border-radius: 1.07vw;
  margin: 0 1.07vw;
}
.step_step2 .step_inner .step_img {
  width: 76vw;
  margin: 0 auto 4vw;
}
.step_step2 .step_inner .step_img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .step_step2 {
    padding-bottom: 23px;
  }
  .step_step2 .step2_lead {
    width: 345px;
  }
  .step_step2 .step_inner {
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin-top: -17px;
  }
  .step_step2 .step_inner--balloon:after {
    bottom: -7px;
    border-width: 8px 15px 0;
    border-color: #fff transparent transparent transparent;
  }
  .step_step2 .step_inner h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .step_step2 .step_inner h3 span {
    padding: 5px 6px;
    border-radius: 4px;
    margin: 0 4px;
  }
  .step_step2 .step_inner .step_img {
    width: 285px;
    margin: 0 auto;
  }
  .step_step2 .step1_lead {
    width: 325px;
  }
}

.step_step3 .step3_lead {
  width: 92vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.step_step3 .step3_lead img {
  width: 100%;
}
.step_step3 .step_inner {
  background-color: #fff;
  border-radius: 2.67vw;
  padding: 8vw 5.33vw 4vw;
  margin-top: -4.53vw;
}
.step_step3 .step_inner--balloon {
  position: relative;
  z-index: 1;
}
.step_step3 .step_inner--balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.87vw;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.13vw 4vw 0 4vw;
  border-color: #fff transparent transparent transparent;
}
.step_step3 .step_inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.73vw;
  margin-bottom: 2.67vw;
}
.step_step3 .step_inner h3 span {
  display: inline-block;
  background: #ff7777;
  color: #fff;
  padding: 0.27vw 1.6vw;
  border-radius: 1.07vw;
  margin: 0 1.07vw;
}
.step_step3 .step_inner .step_img {
  width: 76vw;
  margin: 0 auto 4vw;
}
.step_step3 .step_inner .step_img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .step_step3 .step3_lead {
    width: 345px;
  }
  .step_step3 .step_inner {
    border-radius: 10px;
    padding: 30px 20px 15px;
    margin-top: -17px;
  }
  .step_step3 .step_inner--balloon:after {
    bottom: -7px;
    border-width: 8px 15px 0;
  }
  .step_step3 .step_inner h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .step_step3 .step_inner h3 span {
    padding: 1px 6px;
    border-radius: 4px;
    margin: 0 4px;
  }
  .step_step3 .step_inner .step_img {
    width: 285px;
    margin: 0 auto 15px;
  }
}

.step_text {
  color: #666;
  font-size: 3.2vw;
  padding: 2.67vw 0;
}
@media screen and (min-width: 1024px) {
  .step_text {
    font-size: 12px;
    padding: 10px 0;
  }
}

.step_notes {
  color: #666;
  font-size: 3.2vw;
  padding: 2.67vw 4vw 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .step_notes {
    font-size: 12px;
    padding: 10px 15px 0;
  }
}

.step_txtlink {
  color: #FF9123;
  font-size: 3.2vw;
}
.step_txtlink a {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
  padding-right: 4vw;
  background-position: right center;
  background-size: 2.67vw 2.67vw;
  background-repeat: no-repeat;
  text-decoration: underline;
}
.step_txtlink a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .step_txtlink {
    font-size: 12px;
  }
  .step_txtlink a {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png");
    background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
    background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
    padding-right: 15px;
    background-size: 10px 10px;
  }
}

.game {
  background: #f2f2f2;
  border-radius: 2.67vw;
  margin-top: 4vw;
  padding: 0 4vw;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.2s ease;
}
.game.is-open {
  margin-bottom: 4vw;
  padding: 5.33vw 4vw;
  max-height: 320vw;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .game {
    border-radius: 10px;
    margin-top: 15px;
    padding: 0 15px;
  }
  .game.is-open {
    padding: 20px 15px;
    margin-bottom: 15px;
    max-height: 1200px;
  }
}

.game_wrap {
  background: #f2f2f2;
}

.game_article {
  margin-top: 2.67vw;
  background: #fff;
  border-radius: 2.67vw;
}
@media screen and (min-width: 1024px) {
  .game_article {
    margin-top: 10px;
    border-radius: 10px;
  }
}

.game_lead {
  font-size: 3.73vw;
  margin-bottom: 4vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .game_lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.game_title {
  font-size: 3.73vw;
  font-weight: bold;
  color: #fff;
  padding: 1.33vw 0;
  border-radius: 1.33vw 1.33vw 0 0;
  text-align: center;
}
.game_title--quiz {
  background-color: #628EFF;
}
.game_title--furufuru {
  background-color: #17557A;
}
.game_title--easy {
  background-color: #FF9947;
}
@media screen and (min-width: 1024px) {
  .game_title {
    font-size: 14px;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
  }
}

.game_detail {
  padding: 2.67vw 4vw 4vw;
}
@media screen and (min-width: 1024px) {
  .game_detail {
    padding: 10px 15px 15px;
  }
}

.game_emphasis {
  font-size: 3.73vw;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #111;
  margin-bottom: 2.67vw;
}
.game_emphasis::before, .game_emphasis::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2.13vw;
  height: 3.47vw;
}
.game_emphasis::before {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_right@2x.png") 2x);
  margin-right: 2.13vw;
}
.game_emphasis::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_emphasis3_left@2x.png") 2x);
  margin-left: 2.13vw;
}
@media screen and (min-width: 1024px) {
  .game_emphasis {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .game_emphasis::before, .game_emphasis::after {
    width: 8px;
    height: 13px;
  }
  .game_emphasis::before {
    margin-right: 8px;
  }
  .game_emphasis::after {
    margin-left: 8px;
  }
}

.game_img {
  width: 65.33vw;
  margin: 0 auto 2.67vw;
}
.game_img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .game_img {
    width: 245px;
    margin: 0 auto 10px;
  }
}

.game_text {
  font-size: 3.73vw;
  letter-spacing: -0.03em;
  font-weight: bold;
  text-align: center;
}
.game_text span {
  color: #FF9123;
}
@media screen and (min-width: 1024px) {
  .game_text {
    font-size: 14px;
  }
}

.moreover {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/moreover_bg.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/moreover_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/moreover_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/moreover_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/moreover_bg@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 4vw 8vw;
}
@media screen and (min-width: 1024px) {
  .moreover {
    padding: 0 15px 30px;
  }
}

.moreover_wrap {
  background: #fff;
  border-radius: 2.67vw;
  padding: 5.33vw 0 0;
}
@media screen and (min-width: 1024px) {
  .moreover_wrap {
    border-radius: 10px;
    padding: 20px 0 0;
  }
}

.moreover_lead {
  text-align: center;
  font-weight: bold;
  font-size: 3.73vw;
}
.moreover_lead span {
  display: inline-block;
  background: #ff7777;
  color: #fff;
  padding: 0.27vw 1.6vw;
  border-radius: 1.07vw;
  margin: 0 1.07vw;
}
@media screen and (min-width: 1024px) {
  .moreover_lead {
    font-size: 14px;
  }
  .moreover_lead span {
    padding: 1px 6px;
    border-radius: 4px;
    margin: 0 4px;
  }
}

.moreover_img {
  margin: 0 0 2.67vw auto;
  width: 86.67vw;
}
.moreover_img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .moreover_img {
    margin: 0 0 10px auto;
    width: 325px;
  }
}

.moreover_img2 {
  width: 92vw;
}
.moreover_img2 img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .moreover_img2 {
    width: 345px;
  }
}

.moreover_entry {
  background: #F9E1B7;
  padding: 0 5.33vw 5.33vw;
  border-radius: 0 0 2.67vw 2.67vw;
}
@media screen and (min-width: 1024px) {
  .moreover_entry {
    padding: 0 20px 20px;
    border-radius: 0 0 10px 10px;
  }
}

.moreover_notes li {
  font-size: 3.2vw;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .moreover_notes li {
    font-size: 12px;
  }
}

.app {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/app_bg.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/app_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/app_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/app_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/app_bg@2x.png") 2x);
  background-repeat: no-repeat;
  padding: 0 4vw 8vw;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .app {
    padding: 0 15px 30px;
  }
}

.app_wrap {
  background: #fff;
  border-radius: 2.67vw;
  padding: 5.33vw 4vw;
}
.app_wrap h3 {
  width: 72.53vw;
  margin: 0 auto 2.67vw;
}
.app_wrap h3 img {
  width: 100%;
  height: auto;
}
.app_wrap .app_lead {
  text-align: center;
  font-size: 3.73vw;
  margin-bottom: 2.67vw;
}
.app_wrap .app_qr {
  display: none;
}
.app_wrap .app_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  margin: 0;
}
.app_wrap .app_bnr a {
  display: block;
}
.app_wrap .app_bnr img {
  display: block;
  width: 100%;
  height: auto;
}
.app_wrap .app_bnr .app_bnr_ios {
  width: 34.67vw;
}
.app_wrap .app_bnr .app_bnr_android {
  width: 43.2vw;
}
.app_wrap .app_bnr .app_bnr_ios:not(:only-child) {
  width: calc((100% - 4vw) * 130 / 292);
}
.app_wrap .app_bnr .app_bnr_android:not(:only-child) {
  width: calc((100% - 4vw) * 162 / 292);
}
.app_wrap .app_notes {
  border-top: 0.27vw solid #ddd;
  font-size: 3.2vw;
  color: #666;
  margin-top: 4vw;
  padding: 4vw;
  text-indent: -1em;
  padding-left: 1em;
}
.app_wrap .app_txtlink {
  color: #FF9123;
  font-size: 3.2vw;
}
.app_wrap .app_txtlink a {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
  padding-right: 4vw;
  background-position: right center;
  background-size: 2.67vw 2.67vw;
  background-repeat: no-repeat;
  text-decoration: underline;
}
.app_wrap .app_txtlink a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .app_wrap {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .app_wrap h3 {
    width: 272px;
    margin: 0 auto 10px;
  }
  .app_wrap .app_lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .app_wrap .app_bnr {
    gap: 15px;
  }
  .app_wrap .app_bnr .app_bnr_ios {
    width: 130px;
  }
  .app_wrap .app_bnr .app_bnr_android {
    width: 162px;
  }
  .app_wrap .app_bnr .app_bnr_ios:not(:only-child) {
    width: calc((100% - 15px) * 130 / 292);
  }
  .app_wrap .app_bnr .app_bnr_android:not(:only-child) {
    width: calc((100% - 15px) * 162 / 292);
  }
  .app_wrap .app_notes {
    border-top: 1px solid #ddd;
    font-size: 12px;
    margin-top: 15px;
    padding: 15px;
  }
  .app_wrap .app_txtlink {
    font-size: 12px;
    padding: 0;
  }
  .app_wrap .app_txtlink a {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png");
    background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
    background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
    padding-right: 15px;
    background-position: right center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
  }
}

#contents_ponpon2026.is-pc .step_pc_none {
  display: none;
}
#contents_ponpon2026.is-pc .app_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vw;
}
#contents_ponpon2026.is-pc .app_qr {
  display: block;
  width: 21.07vw;
}
#contents_ponpon2026.is-pc .app_qr img {
  width: 100%;
}
#contents_ponpon2026.is-pc .app_detail h3 {
  width: 52.27vw;
  margin: 0 auto 1.33vw;
}
#contents_ponpon2026.is-pc .app_detail h3 img {
  width: 100%;
}
#contents_ponpon2026.is-pc .app_lead {
  text-align: left;
  font-size: 3.2vw;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #contents_ponpon2026.is-pc .app_box {
    margin-bottom: 15px;
  }
  #contents_ponpon2026.is-pc .app_qr {
    width: 79px;
  }
  #contents_ponpon2026.is-pc .app_detail h3 {
    width: 196px;
    margin: 0 auto 5px;
  }
  #contents_ponpon2026.is-pc .app_lead {
    font-size: 12px;
  }
}

#contents_ponpon2026.is-ios .app_bnr_android {
  display: none;
}

#contents_ponpon2026.is-android .app_bnr_ios {
  display: none;
}

/*notes*/
.notes {
  padding: 8vw 4vw;
  background: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg1.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg1@2x.png") 2x), image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg2@2x.png") 2x);
  background-repeat: no-repeat, no-repeat;
  background-position: center top 8vw, center bottom;
  background-size: 100% auto, 100% auto;
  background-color: #fff;
}
.notes h2 {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 1024px) {
  .notes {
    padding: 30px 15px;
    background: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg1.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg1@2x.png") 2x), image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/notes_bg2@2x.png") 2x);
    background-repeat: no-repeat, no-repeat;
    background-position: center top 30px, center bottom;
    background-size: 100% auto, 100% auto;
    background-color: #fff;
  }
  .notes h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.notes_article {
  margin-bottom: 5.33vw;
}
.notes_article h3 {
  font-size: 3.73vw;
  font-weight: bold;
  margin-bottom: 2.67vw;
  position: relative;
  display: flex;
  align-items: center;
}
.notes_article h3::before {
  content: "";
  display: block;
  width: 3.73vw;
  height: 3.73vw;
  border-radius: 50%;
  background: #0099FF;
  margin-right: 1.33vw;
}
.notes_article .notes_text {
  margin-bottom: 2.67vw;
  font-size: 3.73vw;
}
.notes_article .notes_text span {
  font-weight: bold;
}
.notes_article .notes_text strong {
  color: #F50028;
}
@media screen and (min-width: 1024px) {
  .notes_article {
    margin-bottom: 20px;
  }
  .notes_article h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .notes_article h3::before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .notes_article .notes_text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.notes_numberlist {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 2.67vw;
  font-size: 3.73vw;
}
.notes_numberlist li {
  margin-bottom: 1.33vw;
}
@media screen and (min-width: 1024px) {
  .notes_numberlist {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .notes_numberlist li {
    margin-bottom: 5px;
  }
}

.notes_list {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3.73vw;
}
.notes_list li {
  margin-bottom: 1.33vw;
}
@media screen and (min-width: 1024px) {
  .notes_list {
    font-size: 14px;
  }
  .notes_list li {
    margin-bottom: 5px;
  }
}

.notes_link {
  color: #FF9123;
  font-size: 3.2vw;
  padding: 0 4vw;
  margin: 2.67vw 0;
  text-indent: 0;
}
.notes_link a {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
  padding-right: 4vw;
  background-position: right center;
  background-size: 2.67vw 2.67vw;
  background-repeat: no-repeat;
  text-decoration: underline;
}
.notes_link a:hover {
  text-decoration: none;
}
.notes_link.notes_link--nopadding {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .notes_link {
    font-size: 14px;
    padding: 0 15px;
    margin: 10px 0 15px;
  }
  .notes_link a {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png");
    background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
    background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_blank3@2x.png") 2x);
    padding-right: 15px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
  }
}

.notes_notes_list {
  color: #666;
  font-size: 3.2vw;
  text-indent: -1em;
  padding-left: 1em;
}
.notes_notes_list li {
  margin-bottom: 1.33vw;
}
@media screen and (min-width: 1024px) {
  .notes_notes_list {
    font-size: 12px;
  }
  .notes_notes_list li {
    margin-bottom: 5px;
  }
}

.notes_notes_list {
  margin-top: 1.33vw;
}
@media screen and (min-width: 1024px) {
  .notes_notes_list {
    margin-top: 5px;
  }
}

.notes_list .notes_numberlist {
  margin-top: 1.33vw;
}
@media screen and (min-width: 1024px) {
  .notes_list .notes_numberlist {
    margin-top: 5px;
  }
}

.notes_indentbox {
  text-indent: 0;
}
.notes_indentbox h4 {
  font-weight: bold;
}

.float_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 15, 52, 0.75);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4vw 4vw 8vw;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform, opacity;
}
.float_btn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .float_btn {
    padding: 15px 15px 30px;
  }
}

.pc_menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    align-self: flex-start;
    width: 500px;
    height: 100vh;
    min-height: 530px;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/pc_menu_bg.png");
    background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/pc_menu_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/pc_menu_bg@2x.png") 2x);
    background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/pc_menu_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/pc_menu_bg@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
}

.pc_menu_list {
  width: 270px;
  margin: 95px auto 10px;
}
.pc_menu_list li {
  border-bottom: 1px solid #EACA8B;
  font-size: 14px;
  font-weight: bold;
}
.pc_menu_list li:first-child {
  border-top: 1px solid #EACA8B;
}
.pc_menu_list li a {
  display: block;
  padding: 10px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow@2x.png") 2x);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.pc_menu_list li a:hover {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow2.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow2@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow2.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow2@2x.png") 2x);
  color: #999;
}
.pc_menu_list li a.is-current {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow3.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow3@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow3.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/icon_arrow3@2x.png") 2x);
  background-color: #EACA8B;
  color: #fff;
}

:root {
  --opening-logo-duration: 400ms;
  --opening-fade-duration: 400ms;
  --opening-wave-height: 215px;
  --opening-wave-overlap: 2px;
  --opening-curtain-top: calc(-1 * var(--opening-wave-height));
  --opening-curtain-down-duration: 1600ms;
  --opening-curtain-up-duration: 1800ms;
  --opening-curtain-down-easing: cubic-bezier(0.36, 0, 0.08, 1);
  --opening-curtain-up-easing: cubic-bezier(0.65, 0, 1, 0.65);
  --opening-kv-bounce-duration: 800ms;
}

html.is-opening-before #contents_ponpon2026 {
  visibility: hidden;
}

#contents_ponpon2026 {
  position: relative;
}

body.is-splash-playing {
  overflow: hidden;
}
body.is-splash-playing .kv_lead2 {
  opacity: 0;
  transform: scale(0.8);
}

body.is-kv-lead2-ready .kv_lead2 {
  animation: kvLeadBounce var(--opening-kv-bounce-duration) cubic-bezier(0.2, 1, 0.2, 1) both;
}

.opening_splash {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--opening-splash-top, 0px);
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
  background: #fff;
}
.opening_splash.is-curtain-in .opening_splash__curtain {
  transform: translate3d(0, 0, 0);
  transition: transform var(--opening-curtain-down-duration) var(--opening-curtain-down-easing);
}
.opening_splash.is-logo-hidden .opening_splash__logo {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}
.opening_splash.is-revealing {
  background: transparent;
}
.opening_splash.is-revealing .opening_splash__curtain {
  transform: translate3d(0, -120%, 0);
  transition: transform var(--opening-curtain-up-duration) var(--opening-curtain-up-easing);
}
.opening_splash.is-finished {
  opacity: 0;
  transition: opacity var(--opening-fade-duration) ease;
}

.opening_splash__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 45.33vw;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity var(--opening-logo-duration) ease, transform var(--opening-logo-duration) ease;
}
.opening_splash__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .opening_splash__logo {
    width: 220px;
  }
}

.opening_splash__curtain {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--opening-curtain-top);
  z-index: 2;
  height: calc(100% + var(--opening-wave-height));
  background: #31c1f5;
  transform: translate3d(0, -110%, 0);
  transition: transform var(--opening-curtain-down-duration) var(--opening-curtain-down-easing);
  will-change: transform;
}
.opening_splash__curtain::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1 * var(--opening-wave-height) + var(--opening-wave-overlap));
  width: 100%;
  height: var(--opening-wave-height);
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/opening_wave.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/opening_wave.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/opening_wave@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/opening_wave.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2608_ponponfes/img/opening_wave@2x.png") 2x);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}

@keyframes kvLeadBounce {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.3);
  }
  55% {
    opacity: 1;
    transform: translateY(-6px) scale(1.1);
  }
  75% {
    transform: translateY(3px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media screen and (max-width: 979px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .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;
}