@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==============================
  mixin
============================== */
:root {
  height: 100%;
  /* text-align: justify; */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

img {
  max-width: 100%;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #3b8fc0;
}
a:hover {
  text-decoration: underline;
}

/* ============================== */
/* module */
/* ============================== */
.display--sp {
  display: block !important;
}
.display--pc {
  display: none !important;
}
.display--pcwide {
  display: none !important;
}
@media (min-width: 641px) {
  .display--sp {
    display: none !important;
  }
  .display--pc {
    display: block !important;
  }
  .display--pcwide {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .display--sp {
    display: none !important;
  }
  .display--pc {
    display: block !important;
  }
  .display--pcwide {
    display: block !important;
  }
}

/* ============================== */
/* content */
/* ============================== */
header {
  padding: 20px;
  background: #222;
}

.logo {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.logo img {
  width: 320px;
}
@media (max-width: 640px) {
  .logo img {
    width: 225px;
  }
}

main {
  display: block;
}

.wrapper {
  position: relative;
  padding: 38px 20px 80px;
  @media (max-width: 640px) {
    padding: 28px 0 100px;
  }
}
.inner {
  max-width: calc(988px + 40px);
  margin: 0 auto;
}

i.wbc_name {
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  @media (max-width: 640px) {
    font-size: 16px;
  }
}

h2 {
  margin-top: 70px;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 2px solid #A49279;
  @media (max-width: 640px) {
    margin-top: 40px;
    font-size: 20px;
  }
}

.campaign_code {
  margin-top: 40px;
  text-align: right;
  font-size: 14px;
  @media (max-width: 640px) {
    padding-right: 1em;
    font-size: 12px;
  }
}

.hero {
  margin-top: 10px;
  /* @media (max-width: 640px) {
    margin-top: 22px;
  } */
}

.lead {
  margin: 24px auto;
  @media (max-width: 640px) {
    padding: 0 20px;
  }
}

.contents {
  @media (max-width: 640px) {
    padding: 0 20px;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;
  @media (max-width: 640px) {
    font-size: 14px;
  }
  & + p {
    margin-top: 1.8em;
  }
  .contents_block & {
    line-height: 1.6;
    & + p {
      margin-top: 0.8em;
    }
  }
}

.contents_block + .contents_block {
  margin-top: 3.2em;
}

.note_mlb {
  margin-top: 1em;
  p {
    font-size: 14px;
  }
}

.note {
  color: #FF0000;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

a {
  color: #0026C6;
  text-decoration: underline;
}

.reward {
  display: block;
  text-align: center;
}


footer {
  /* background: #222; */
  padding: 20px;
}

.footer__inner {
  max-width: calc(988px + 40px);
  margin: 0 auto;
}

.footer__txt {
  color: #9F9F9F;
  font-size: 12px;
}