@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 10px !important;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 16px !important;
}
.wrapper{color: #000 !important;}
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000 !important;
}

p {
  line-height: 1.78;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}

.wrapper {
  /*margin-top: -0.2rem;*/
  background-color: #F5000F;
}
.wrapper .container {
  position: relative;
  background-color: #FFFFFF;
  width: 83.3%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper .container {
    width: 95%;
  }
}
.wrapper .container .scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateY(-3rem);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wrapper .container .scroll {
    display: none;
  }
}
.wrapper .container .scroll-img {
  width: 60%;
  height: auto;
}
.wrapper .container .section {
  padding-bottom: 4rem;
}
.wrapper .container .section:last-child {
  padding-bottom: 7rem;
}
.wrapper .container .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
}
.wrapper .container .section-title-img {
  width: 12rem;
}
@media screen and (max-width: 1000px) {
  .wrapper .container .section-title-img {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .container .section-title-img {
    width: 7rem;
  }
}
.wrapper .container .section-title-text {
  font-size: 3rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .wrapper .container .section-title-text {
    font-size: 2.7rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .container .section-title-text {
    font-size: 2rem;
    display: inline;
    margin-left: 0.5rem;
  }
}
.wrapper .container .section-title-text-marker {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.wrapper .container .coin-separator {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .container .coin-separator img {
  width: 100%;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .wrapper .container .coin-separator img {
    width: 90%;
    max-width: 50rem;
  }
}

header .header-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .pc-header {
    display: none;
  }
}
header .sp-header {
  display: none;
}
@media screen and (max-width: 767px) {
  header .sp-header {
    display: block;
  }
}

.campaign {
  padding-top: 5rem;
}
.campaign-text {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .campaign-text {
    width: 95%;
    margin: 0 auto;
  }
}
.campaign-text-main, .campaign-text-sub {
  text-align: center;
}
.campaign-text-main {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .campaign-text-main {
    text-align: left;
  }
}
.campaign-text-sub {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1000px) {
  .campaign-text-sub {
    text-align: left;
  }
}
.campaign-contents {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .campaign-contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .campaign-contents-content {
    display: flex;
    justify-content: center;
  }
  .campaign-contents-content:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.campaign-contents-content img {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign-contents-content img {
    width: 95%;
    max-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .campaign-contents-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.campaign-contents-first-text {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .campaign-contents-first-text {
    text-align: left;
    font-size: 1.2rem;
  }
}

.participation {
  position: relative;
}
.participation-text {
  text-align: center;
  padding-bottom: 2rem;
}
.participation-steps {
  width: 95%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 3rem 0 7rem;
  background-image: url("https://static.lenovo.com/jp/2022-campaign-page/edu-equRewardspoint/img/dotted-bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .participation-steps {
    width: 100%;
  }
}
.participation-steps-content {
  background-color: #FFDA2A;
  position: relative;
  width: 85%;
  margin: 0 auto;
  border-radius: 2.5rem;
}
@media screen and (max-width: 1050px) {
  .participation-steps-content {
    width: 95%;
  }
}
.participation-steps-content-devices {
  position: absolute;
  right: 1rem;
  top: 2rem;
  width: 6rem;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-devices {
    display: none;
  }
}
.participation-steps-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  padding-left: 0.5rem;
  margin-bottom: 2rem;
  column-gap: 0.5rem;
}
.participation-steps-content-top img {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .participation-steps-content-top img {
    width: 4rem;
  }
}
.participation-steps-content-top-text {
  position: relative;
  text-align: center;
}
.participation-steps-content-top-text h3 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .participation-steps-content-top-text h3 {
    font-size: 1.7rem;
  }
}
.participation-steps-content-top-text h3 span {
  font-size: 2.1rem;
  color: #F5000F;
}
@media screen and (max-width: 767px) {
  .participation-steps-content-top-text h3 span {
    font-size: 1.8rem;
  }
}
.participation-steps-content-top-text h5 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .participation-steps-content-top-text h5 {
    font-size: 1.3rem;
  }
}
.participation-steps-content-step {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.participation-steps-content-step img.participation-steps-content-step-number {
  width: 7.5rem;
  position: absolute;
  top: -0.5rem;
  left: -1rem;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-step img.participation-steps-content-step-number {
    width: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-step img.participation-steps-content-step-number {
    width: 5rem;
    top: 0;
  }
}
@media screen and (max-width: 440px) {
  .participation-steps-content-step img.participation-steps-content-step-number {
    width: 4.5rem;
    top: -1rem;
  }
}
.participation-steps-content-step-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-step-title {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-step-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 440px) {
  .participation-steps-content-step-title {
    font-size: 1.8rem;
    text-align: right;
  }
}
.participation-steps-content-step01-box {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 2rem;
  column-gap: 2rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-step01-box {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-step01-box {
    flex-direction: column;
    padding: 1rem;
  }
}
.participation-steps-content-step01-box h4 {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .participation-steps-content-step01-box h4 {
    margin-bottom: 1rem;
  }
}
.participation-steps-content-step01-box-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  row-gap: 0.8rem;
}
.participation-steps-content-step01-box-form-input {
  height: 4rem;
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
.participation-steps-content-step01-box-form-btn {
  height: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  border: none;
  color: #FFFFFF;
  background-color: #F5000F;
  box-shadow: 0.1rem 0.1rem 0.2rem #666666;
  line-height: 4rem;
  text-align: center;
}
.participation-steps-content-completion {
  display: block;
  padding: 0 1rem;
  height: 9rem;
  width: 60rem;
  line-height: 8rem;
  position: absolute;
  left: 50%;
  top: 12rem;
  transform: translateX(-50%);
  border: 0.3rem solid #FFFF00;
  background-color: #FF0000;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-completion {
    width: 45rem;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-completion {
    width: 39rem;
    padding: 0 0.5rem;
    top: 11rem;
  }
}
@media screen and (max-width: 440px) {
  .participation-steps-content-completion {
    width: 30rem;
    height: 7rem;
    line-height: 6rem;
    top: 14rem;
  }
}
.participation-steps-content-completion h1 {
  color: #FFFFFF;
  font-size: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-completion h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-completion h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 440px) {
  .participation-steps-content-completion h1 {
    font-size: 2.5rem;
  }
}
.participation-steps-content-transparent {
  opacity: 0.3;
}
.participation-steps-content-step02-box {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  column-gap: 1.2rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-step02-box {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-step02-box {
    padding: 1rem;
  }
}
.participation-steps-content-step02-box img {
  width: 3.5rem;
}
@media screen and (max-width: 440px) {
  .participation-steps-content-step02-box img {
    display: none;
  }
}
.participation-steps-content-step02-box-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 45rem;
}
.participation-steps-content-step02-box-wrap a {
  margin-top: 0.7rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
  color: #FFFFFF;
  width: 100%;
  height: 4rem;
  background-color: #F5000F;
  border: solid 0.3rem #666666;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.participation-steps-content-step02-box-wrap p {
  text-align: center;
  font-size: 1.2rem;
}
.participation-steps-content-step03 {
  padding-bottom: 1rem;
}
.participation-steps-content-step03-box {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-step03-box {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-step03-box {
    padding: 1rem;
  }
}
.participation-steps-content-step03-box-text {
  text-align: center;
  margin-bottom: 1rem;
}
.participation-steps-content-step03-box-text p {
  font-size: 1.4rem;
  font-weight: 500;
}
.participation-steps-content-step03-box-text-small {
  display: inline-block;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.participation-steps-content-step03-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.participation-steps-content-step03-box-img img {
  width: 95%;
  max-width: 70rem;
}
@media screen and (max-width: 767px) {
  .participation-steps-content-step03-box-img img {
    width: 100%;
    max-width: none;
  }
}
.participation-steps-content-plus {
  padding-bottom: 2rem;
  position: relative;
}
.participation-steps-content-plus-line {
  width: 90%;
  margin: 0 auto;
  padding-top: 2rem;
  border-bottom: dotted #FFFFFF 0.2rem;
}
.participation-steps-content-plus span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 3rem;
  background-color: #F5000F;
}
.participation-steps-content-plus span::before {
  position: absolute;
  top: 1.2rem;
  left: -1.2rem;
  width: 3rem;
  height: 0.5rem;
  content: "";
  background-color: #F5000F;
}
.participation-steps-content-completed {
  padding-bottom: 4rem;
}
.participation-steps-content-completed-arrow {
  display: block;
  margin: 0 auto 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 1rem 0 1rem;
  border-color: #F5000F transparent transparent transparent;
}
.participation-steps-content-completed h2 {
  width: 30rem;
  margin: 0 auto;
  text-align: center;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  color: #FF0000;
  background: linear-gradient(transparent 60%, #F5000F 60%);
  text-shadow: 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .participation-steps-content-completed h2 {
    width: 27rem;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-content-completed h2 {
    width: 24rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 440px) {
  .participation-steps-content-completed h2 {
    width: 22rem;
    font-size: 2.8rem;
  }
}
.participation-steps-bubble {
  display: block;
  margin: -0.1rem auto 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.2rem 0 1.2rem;
  border-color: #FFDA2A transparent transparent transparent;
}
.participation-steps-points {
  background-color: #F5000F;
  width: 85%;
  margin: 0 auto;
  border-radius: 2.5rem;
}
@media screen and (max-width: 1050px) {
  .participation-steps-points {
    width: 95%;
  }
}
.participation-steps-points-wrapper {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  width: 100%;
  max-width: 90rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .participation-steps-points-wrapper {
    padding: 1rem;
  }
}
.participation-steps-points-wrapper-text {
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}
.participation-steps-points-wrapper-text h3 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .participation-steps-points-wrapper-text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-points-wrapper-text h3 {
    font-size: 1.4rem;
  }
}
.participation-steps-points-wrapper-text h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1000px) {
  .participation-steps-points-wrapper-text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-points-wrapper-text h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 440px) {
  .participation-steps-points-wrapper-text h2 {
    font-size: 2rem;
  }
}
.participation-steps-points-wrapper img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .participation-steps-points-wrapper img {
    width: 3.5rem;
  }
}
.participation-steps-points + .participation-steps-bubble {
  border-color: #F5000F transparent transparent transparent;
}
.participation-steps-products {
  background-color: #FFDA2A;
  padding: 3rem 2rem 2rem 2rem;
  width: 85%;
  margin: 0 auto;
  border-radius: 2.5rem;
}
@media screen and (max-width: 1050px) {
  .participation-steps-products {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-products {
    padding: 1.5rem 1rem 1rem 1rem;
  }
}
.participation-steps-products-title {
  column-gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.participation-steps-products-title h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1000px) {
  .participation-steps-products-title h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .participation-steps-products-title h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 440px) {
  .participation-steps-products-title h2 {
    font-size: 2rem;
  }
}
.participation-steps-products-title img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .participation-steps-products-title img {
    display: none;
  }
}
.participation-steps-products-images {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 1rem;
}
@media screen and (max-width: 440px) {
  .participation-steps-products-images {
    margin-top: 1.5rem;
    flex-direction: column;
  }
}
.participation-steps-products-images img {
  max-width: 100%;
}
@media screen and (max-width: 440px) {
  .participation-steps-products-images-devices {
    margin: 0 auto;
    max-width: 85%;
  }
}
.participation-arrows {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
}
.participation-arrows-arrow {
  display: block;
  margin: 0 auto 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 1rem 0 1rem;
  border-color: #F5000F transparent transparent transparent;
}
.participation-arrows-arrow:last-child {
  margin-bottom: 0;
}

.shopping {
  padding-top: 4rem;
}
.shopping-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .shopping-title {
    margin-bottom: 2rem;
  }
}
.shopping-title-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .shopping-title-wrapper {
    column-gap: 1rem;
    align-items: center;
  }
}
@media screen and (max-width: 440px) {
  .shopping-title-wrapper {
    flex-direction: column;
  }
}
.shopping-title-wrapper-img img {
  width: 6rem;
}
@media screen and (max-width: 1000px) {
  .shopping-title-wrapper-img img {
    width: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .shopping-title-wrapper-img img {
    width: 4rem;
  }
}
.shopping-title-wrapper-text {
  text-align: center;
  padding-top: 1rem;
}
.shopping-title-wrapper-text h1 {
  font-size: 3rem;
  display: inline;
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
@media screen and (max-width: 1000px) {
  .shopping-title-wrapper-text h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .shopping-title-wrapper-text h1 {
    font-size: 2rem;
  }
}
.shopping-title-wrapper-text p {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shopping-title-wrapper-text p {
    font-size: 1.2rem;
  }
}
.shopping-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .shopping-buttons {
    width: 95%;
  }
}
.shopping-buttons-btn {
  display: block;
  width: 20rem;
  height: 5rem;
  line-height: 4.4rem;
  padding: 0 1rem;
  background-color: #F5000F;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  border: 0.2rem solid #666666;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0.7rem #666666;
}
@media screen and (max-width: 767px) {
  .shopping-buttons-btn {
    font-size: 1.8rem;
  }
}
.shopping-buttons-btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
}
.shopping-buttons-btn-arrow {
  position: absolute;
  top: 50%;
  right: 3rem;
}
.shopping-buttons-btn-arrow::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.3rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.shopping-buttons-btn-arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: translate(-0.1rem, 0) rotate(45deg);
}

.products {
  padding-top: 6rem;
  position: relative;
}
.products-check {
  width: 25rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .products-check {
    width: 20rem;
  }
}
.products-wrapper {
  width: 95%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 6rem 0;
  border: 0.1rem solid #000000;
  position: relative;
  background-image: url("https://static.lenovo.com/jp/2022-campaign-page/edu-equRewardspoint/img/dotted-bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.products-wrapper::before {
  content: "";
  width: 60%;
  height: 0.1rem;
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.products-wrapper::after {
  content: "";
  width: 60%;
  height: 0.1rem;
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.products-wrapper-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 6rem;
}
@media screen and (max-width: 1000px) {
  .products-wrapper-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .products-wrapper-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 440px) {
  .products-wrapper-grid {
    grid-template-columns: 1fr;
  }
}
.products-wrapper-grid-product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.products-wrapper-grid-product img {
  width: 85%;
  margin: 0 auto;
}
.products-wrapper-grid-product p {
  display: inline;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .products-wrapper-grid-product p {
    font-size: 1.2rem;
  }
}
.products-wrapper-grid-product-btn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000000;
  background-color: #FFFF00;
  width: 95%;
  height: 4rem;
  line-height: 3.3rem;
  text-align: center;
  margin: 0 auto;
  border: 0.3rem solid #000000;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .products-wrapper-grid-product-btn {
    font-size: 1.4rem;
  }
}

.prerequisite {
  padding-top: 2rem;
}
.prerequisite-wrapper {
  width: 95%;
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F2F2F2;
  border: 0.1rem solid #000000;
}
.prerequisite-wrapper-title {
  font-size: 1.8rem;
  text-align: center;
  line-height: 5.8rem;
  letter-spacing: 0.3em;
  height: 6rem;
  background-color: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .prerequisite-wrapper-title {
    font-size: 1.6rem;
  }
}
.prerequisite-wrapper-content {
  padding: 2.5rem 3.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .prerequisite-wrapper-content {
    padding: 2rem 2rem 1.5rem;
  }
}
.prerequisite-wrapper-content-square {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-right: 0.5rem;
  background-color: #FF0000;
}
@media screen and (max-width: 767px) {
  .prerequisite-wrapper-content-square {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.prerequisite-wrapper-content h3 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .prerequisite-wrapper-content h3 {
    font-size: 1.6rem;
  }
}
.prerequisite-wrapper-content-annotation {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.prerequisite-wrapper-line {
  width: 90%;
  border-top: 0.1rem solid #666666;
  display: block;
  margin: 2rem auto 0;
  padding-bottom: 4rem;
}

.entry {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.entry-wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0.5rem 0.5rem 0.5rem;
  background-color: #F5000F;
}
@media screen and (max-width: 1000px) {
  .entry-wrapper {
    width: 95%;
    max-width: none;
  }
}
.entry-wrapper-title {
  width: 100%;
}
.entry-wrapper-title h1 {
  color: #FFFFFF;
  font-size: 4rem;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1000px) {
  .entry-wrapper-title h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-wrapper-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 440px) {
  .entry-wrapper-title h1 {
    font-size: 2.7rem;
    padding: 1rem 0;
  }
}
.entry-wrapper-content {
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .entry-wrapper-content {
    padding: 1rem;
  }
}
.entry-wrapper-content-description {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .entry-wrapper-content-description {
    column-gap: 0.5rem;
    align-items: flex-start;
  }
}
.entry-wrapper-content-description img {
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .entry-wrapper-content-description img {
    width: 4.5rem;
  }
}
.entry-wrapper-content-description-text {
  text-align: center;
}
.entry-wrapper-content-description-text h3 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .entry-wrapper-content-description-text h3 {
    font-size: 1.6rem;
  }
}
.entry-wrapper-content-description-text p {
  font-size: 1.3rem;
  font-weight: 500;
}
.entry-wrapper-content-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .entry-wrapper-content-steps {
    flex-direction: column;
    align-items: center;
    row-gap: 3rem;
  }
}
.entry-wrapper-content-steps-step {
  display: flex;
  flex-direction: column;
}
.entry-wrapper-content-steps-step img {
  width: 100%;
  max-width: 15rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .entry-wrapper-content-steps-step img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 440px) {
  .entry-wrapper-content-steps-step img {
    max-width: 15rem;
  }
}
.entry-wrapper-content-steps-step img.entry-num {
  max-width: 8.5rem;
}
@media screen and (max-width: 767px) {
  .entry-wrapper-content-steps-step img.entry-num {
    max-width: 10rem;
  }
}
@media screen and (max-width: 440px) {
  .entry-wrapper-content-steps-step img.entry-num {
    max-width: 8.5rem;
  }
}
.entry-wrapper-content-steps-step p {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.entry-wrapper-content-steps-step-red {
  color: #FF0000;
}
.entry-wrapper-content-steps-arrows img {
  width: 4.2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .entry-wrapper-content-steps-arrows img {
    width: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-wrapper-content-steps-arrows img {
    transform: rotate(90deg);
    padding-top: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
