@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

.section-top {
  background-color: rgb(255, 234, 114);
}
@media screen and (min-width: 768px) {
  .section-top > .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .section-top > .inner > .contents {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .section-top {
    position: relative;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 768px) {
  .section-top > .inner > .contents {
    position: relative;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-top > .inner > .contents {
    padding: calc(40 * 100vw / 440) 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-top .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section-top .content {
    width: 386px;
    margin-left: 35px;
  }
}
@media screen and (min-width: 768px) {
  .section-top .content .logo {
    width: 278px;
  }
}
@media screen and (max-width: 767px) {
  .section-top .content .logo {
    width: calc(278 * 100vw / 440);
  }
}
.section-top .content .buttons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section-top .content .buttons {
    margin-top: 62px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-top .content .buttons {
    margin-top: calc(60 * 100vw / 440);
    gap: calc(20 * 100vw / 440);
  }
}
@media screen and (min-width: 768px) {
  .section-top .content .buttons > * {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .section-top .content .buttons > * {
    height: calc(54 * 100vw / 440);
  }
}
.section-top .content .buttons > * img {
  display: block;
}
@media screen and (min-width: 768px) {
  .section-top .content .buttons > * img {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .section-top .content .buttons > * img {
    height: calc(54 * 100vw / 440);
  }
}
.section-top .content .for-sp {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.section-top .content .for-sp .label {
  width: 135px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-top .content .for-sp .qr-code {
  position: relative;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px rgb(221, 178, 80);
}
.section-top .content .for-sp .qr-code img {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .section-top .image {
    position: absolute;
    width: 625px;
    top: 0;
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-top .image {
    width: calc(342 * 100vw / 440);
    margin-top: calc(6 * 100vw / 440);
  }
}

.section-body {
  background: rgb(246, 246, 246);
}
@media screen and (min-width: 768px) {
  .section-body > .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .section-body > .inner > .contents {
    width: 1000px;
    margin: 0 auto;
  }
}
.section-body > .inner > .contents {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section-body > .inner > .contents {
    padding: 40px 0;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-body > .inner > .contents {
    padding: calc(40 * 100vw / 440) calc(20 * 100vw / 440);
    gap: calc(40 * 100vw / 440);
  }
}
@media screen and (min-width: 768px) {
  .section-body .card {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card {
    border-radius: calc(10 * 100vw / 440);
  }
}
.section-body .card.white {
  background: white;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section-body .card.white {
    box-shadow: 0px 2px 6px 0px rgb(187, 212, 230);
    height: 303px;
    padding: 56px;
    gap: 56px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.white {
    box-shadow: 0px calc(2 * 100vw / 440) calc(6 * 100vw / 440) 0px rgb(187, 212, 230);
    padding: calc(56 * 100vw / 440) calc(40 * 100vw / 440);
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.white .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-body .card.white .text .title {
  color: rgb(67, 65, 61);
}
@media screen and (min-width: 768px) {
  .section-body .card.white .text .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.white .text .title {
    font-size: calc(32 * 100vw / 440);
    text-align: center;
  }
}
.section-body .card.white .text hr {
  border: none;
}
@media screen and (min-width: 768px) {
  .section-body .card.white .text hr {
    height: 1px;
    background-image: linear-gradient(to right, rgb(67, 65, 61) 4px, transparent 4px);
    background-size: 8px 1px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.white .text hr {
    width: 100%;
    height: calc(1 * 100vw / 440);
    background-image: linear-gradient(to right, rgb(67, 65, 61) calc(4 * 100vw / 440), transparent calc(4 * 100vw / 440));
    background-size: calc(8 * 100vw / 440) calc(1 * 100vw / 440);
    margin-top: calc(16 * 100vw / 440);
  }
}
.section-body .card.white .text .description {
  color: rgb(67, 65, 61);
}
@media screen and (min-width: 768px) {
  .section-body .card.white .text .description {
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.white .text .description {
    margin-top: calc(50 * 100vw / 440);
    font-size: calc(16 * 100vw / 440);
    line-height: calc(28 * 100vw / 440);
  }
}
@media screen and (min-width: 768px) {
  .section-body .card.white .image {
    width: 355px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.white .image {
    width: calc(355 * 100vw / 440);
    margin-top: calc(56 * 100vw / 440);
  }
}
.section-body .card.yellow {
  background: rgb(255, 234, 114);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section-body .card.yellow {
    height: 322px;
    padding: 32px 92px;
    gap: 56px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.yellow {
    flex-direction: column;
    align-items: center;
    padding: calc(56 * 100vw / 440) calc(40 * 100vw / 440);
  }
}
.section-body .card.yellow .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section-body .card.yellow .content {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.yellow .content {
    align-items: center;
  }
}
.section-body .card.yellow .content .text {
  color: rgb(67, 65, 61);
}
@media screen and (min-width: 768px) {
  .section-body .card.yellow .content .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.yellow .content .text {
    font-size: calc(32 * 100vw / 440);
    text-align: center;
  }
}
.section-body .card.yellow .content .buttons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section-body .card.yellow .content .buttons {
    margin-top: 66px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.yellow .content .buttons {
    flex-direction: column;
    margin-top: calc(56 * 100vw / 440);
    gap: calc(30 * 100vw / 440);
  }
}
@media screen and (min-width: 768px) {
  .section-body .card.yellow .content .buttons > * {
    height: 81px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.yellow .content .buttons > * {
    width: calc(261 * 100vw / 440);
  }
}
.section-body .card.yellow .content .buttons > * img {
  display: block;
}
@media screen and (min-width: 768px) {
  .section-body .card.yellow .content .buttons > * img {
    height: 81px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.yellow .content .buttons > * img {
    width: calc(261 * 100vw / 440);
  }
}
@media screen and (min-width: 768px) {
  .section-body .card.yellow .image {
    width: 258px;
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.yellow .image {
    width: calc(212 * 100vw / 440);
    margin-top: calc(20 * 100vw / 440);
  }
}
@media screen and (max-width: 767px) {
  .section-body .card.present {
    flex-direction: column-reverse;
  }
}

footer {
  background: rgb(67, 65, 61);
}
@media screen and (min-width: 768px) {
  footer > .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  footer > .inner > .contents {
    width: 1000px;
    margin: 0 auto;
  }
}
footer > .inner > .contents {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer > .inner > .contents {
    padding: 40px 60px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer > .inner > .contents {
    padding: calc(64 * 100vw / 440) 0;
    flex-direction: column;
  }
}
footer .lince {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer .lince .logo {
    width: 148px;
  }
}
@media screen and (max-width: 767px) {
  footer .lince .logo {
    width: calc(148 * 100vw / 440);
  }
}
@media screen and (min-width: 768px) {
  footer .lince .copyright {
    margin-top: 24px;
    font-size: 12px;
    color: white;
  }
}
footer .links {
  display: flex;
}
@media screen and (min-width: 768px) {
  footer .links {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .links {
    margin-top: calc(64 * 100vw / 440);
    gap: calc(24 * 100vw / 440);
    flex-direction: column;
    align-items: center;
  }
}
footer .links > * {
  color: white;
}
@media screen and (min-width: 768px) {
  footer .links > * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .links > * {
    font-size: calc(16 * 100vw / 440);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: calc(64 * 100vw / 440);
    font-size: calc(14 * 100vw / 440);
    font-weight: 500;
    color: white;
  }
}