@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #1a1c21;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul,
li {
  list-style: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
a {
  background-color: transparent;
}
a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #009ce5;
  cursor: pointer;
}
@media (min-width: 480px) {
  a,
  a:link,
  a:visited {
    transition: all 0.3s ease;
  }
  a:hover,
  a:link:hover,
  a:visited:hover,
  a:focus,
  a:link:focus,
  a:visited:focus,
  a:active,
  a:link:active,
  a:visited:active {
    text-decoration: none;
    opacity: 0.6;
  }
}
img {
  max-width: 100%;
}
.annotion {
  color: #555;
  font-size: 1.4rem;
  text-indent: -1.1em;
  padding-left: 1.1em;
  text-align: left;
}
@media (min-width: 768px) {
  .annotion {
    font-size: 1.5rem;
  }
}
.annotion:before {
  content: "※";
}
.red {
  color: #f00;
}
.center {
  text-align: center;
}
.display-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .display-sp {
    display: none !important;
  }
}
.display-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .display-pc {
    display: block !important;
  }
}
.link-target,
#notes {
  padding-top: 64px;
  margin-top: -64px;
}
@media (min-width: 768px) {
  .link-target,
  #notes {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/* destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.l-footer__breadcrumb {
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  background: #fff;
  border-top: 1px solid #ccc;
}
.l-footer__breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 768px;
}
.l-footer__breadcrumb-link {
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: nowrap;
}
.l-footer__breadcrumb-link,
.l-footer__breadcrumb-link:link,
.l-footer__breadcrumb-link:visited {
  color: #000;
  text-decoration: underline;
}
.l-footer__breadcrumb-link:hover,
.l-footer__breadcrumb-link:focus,
.l-footer__breadcrumb-link:active {
  text-decoration: none;
}
.l-footer__breadcrumb-sep {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.l-footer__breadcrumb-sep img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__breadcrumb-current {
  color: #777;
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: nowrap;
}
.l-footer__account {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  background: #000;
  color: #fff;
  text-align: center;
}
.l-footer__account-ttl {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-footer__account-text {
  order: 3;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-footer__account-text {
    order: 1;
    margin-top: -6px;
  }
}
.l-footer__account-sns {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .l-footer__account-sns {
    gap: 16px;
  }
}
.l-footer__account-sns a {
  display: block;
  height: 40px;
}
@media (min-width: 768px) {
  .l-footer__account-sns a {
    height: 56px;
  }
}
.l-footer__account-sns img {
  display: block;
  width: auto;
  height: 100%;
}
.l-footer__app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
  background: #000;
  color: #fff;
  text-align: center;
  border-top: 1px solid #777;
}
.l-footer__app-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.l-footer__app-ttl {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-footer__app-text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-footer__app-stores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .l-footer__app-stores {
    gap: 48px;
  }
}
.l-footer__app-store {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-footer__app-badge {
  display: block;
  height: 50px;
}
@media (min-width: 768px) {
  .l-footer__app-badge {
    height: 64px;
  }
}
.l-footer__app-badge img {
  display: block;
  width: auto;
  height: 100%;
}
.l-footer__app-qr {
  display: none;
}
@media (min-width: 768px) {
  .l-footer__app-qr {
    display: block;
    width: 96px;
    height: 96px;
  }
}
.l-footer__app-qr img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__copyright {
  padding: 16px 16px 24px;
  background: #000;
  text-align: center;
  border-top: 1px solid #777;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    border-top: none;
  }
}
.l-footer__copyright-text {
  color: #ddd;
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 52px;
  background: #000;
}
@media (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .l-header__inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.l-header__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.l-header__logo {
  display: block;
  padding: 0 2px;
}
@media (min-width: 768px) {
  .l-header__logo {
    padding: 0;
  }
}
.l-header__logo img {
  display: block;
  width: auto;
  height: 34px;
}
@media (min-width: 768px) {
  .l-header__logo img {
    height: 46px;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .l-header__nav {
    gap: 16px;
  }
}
.l-header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
}
@media (min-width: 768px) {
  .l-header__nav-item {
    gap: 8px;
    padding: 0 8px;
  }
}
.l-header__nav-icon {
  display: block;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .l-header__nav-icon {
    width: 32px;
    height: 32px;
  }
}
.l-header__nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__nav-text {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-header__nav-text {
    font-size: 1rem;
  }
}
.l-body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
  color: #222;
  line-height: 1.5;
  background: #9f9896;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 52px;
}
@media (min-width: 768px) {
  .l-body {
    padding-top: 80px;
  }
}
.l-main {
  flex-grow: 1;
}
#what-is-dunk,
#how-to-purchase {
  scroll-margin-top: 108px;
}
@media (min-width: 768px) {
  #what-is-dunk,
  #how-to-purchase {
    scroll-margin-top: 136px;
  }
}
.l-inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 16px;
}
.is-strong {
  font-weight: 600;
}
.l-titlebar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  background: #231815;
}
@media (min-width: 768px) {
  .l-titlebar {
    height: 64px;
  }
}
.l-titlebar__logo {
  display: block;
  width: auto;
  height: 30px;
}
@media (min-width: 768px) {
  .l-titlebar__logo {
    height: 38px;
  }
}
