@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
}

*, :after, :before {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

input, input:required {
  box-shadow: none;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus {
  outline: none;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

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

[hidden] {
  display: none;
}

a:active, a:hover {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img, picture {
  display: inline-block;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  background: transparent;
  border: 0;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  background: transparent;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

a {
  background-color: transparent;
}

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

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

small, sub, sup {
  font-size: 75%;
}

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

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

summary {
  display: list-item;
}

template {
  display: none;
}

/* breakpoints */
:root {
  --bg: #fffeee;
  --font: #333333;
  --white: #fff;
  --green: #049966;
  --thin-green: #00DB91;
  --yellow: #fff000;
  --orange: #FFAA01;
  --orange-dark: #C18001;
  --purple: #593381;
  --blue: #08A0E8;
  --pink: #FD267E;
  --red: #e60012;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-heavy: 800;
}

@media (max-width: 1080px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 1081px) {
  .sp-only {
    display: none;
  }
}

/*
* ｐｘからvwに変換
* @param $px {number} - ベースに対する幅(px)
* @param $base {number} - ベースとなるウィンドウ幅(px)
* @param $ex {string} - 追加の計算式
*/
.link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 450px;
  height: 80px;
  border-radius: 50px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 0 var(--button-shadow);
  transition: transform 0.1s, box-shadow 0.1s;
}
@media (max-width: 1080px) {
  .link-button {
    width: 100%;
    height: 50px;
    font-size: 20px;
    box-shadow: 0 6px 0 var(--button-shadow);
    border: 2px solid var(--button-shadow);
  }
}
.link-button:hover {
  opacity: 0.7;
}
.link-button:active {
  transform: translateY(6px);
  box-shadow: 0 2px 0 var(--button-shadow);
}
.link-button--pink {
  background-color: #ff1f7d;
  --button-shadow: #ad0045;
}
.link-button--blue-green {
  background-color: #01db91;
  --button-shadow: #019a66;
}
.link-button--orange {
  background-color: #ffaa01;
  --button-shadow: #c18000;
}

.contents-box {
  width: 1080px;
}
@media (max-width: 1080px) {
  .contents-box {
    width: 100%;
  }
}
.contents-box > .title-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  padding: 10px 0;
  font-weight: 800;
  background-color: var(--contents-box-color);
  border-radius: 10px 10px 0 0;
  color: var(--white);
  position: relative;
  line-height: 55px;
  text-align: center;
}
@media (max-width: 1080px) {
  .contents-box > .title-area {
    padding: 15px 0;
    font-size: 24px;
    line-height: 30px;
  }
}
.contents-box > .title-area::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/40;
  background-image: url("./../img/h_yellow.png");
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.contents-box > .title-area::after {
  content: "";
  width: 57px;
  aspect-ratio: 57/40;
  background-image: url("./../img/h_yellow.png");
  background-size: auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.contents-box > .title-area--pink {
  --contents-box-color: #ff267f;
}
.contents-box > .title-area--blue {
  --contents-box-color: #00a1e9;
}
.contents-box > .contents-area {
  width: 100%;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  background-color: var(--white);
  border: 4px solid var(--contents-box-color);
}
@media (max-width: 1080px) {
  .contents-box > .contents-area {
    padding: 10px;
  }
}
.contents-box > .contents-area--pink {
  --contents-box-color: #ff267f;
}
.contents-box > .contents-area--blue {
  --contents-box-color: #00a1e9;
}

.top-img {
  padding: 20px;
}
@media (max-width: 1080px) {
  .top-img {
    padding: 15px;
  }
}
.top-img > a > img {
  width: 220px;
}
@media (max-width: 1080px) {
  .top-img > a > img {
    width: 110px;
  }
}

footer {
  background-color: #c8fbff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media (max-width: 1080px) {
  footer {
    padding: 20px;
  }
}
footer > a {
  display: block;
  width: 300px;
  margin-top: 10px;
  transition: opacity 0.4s ease;
}
footer > a:hover {
  opacity: 0.7;
}
@media (max-width: 1080px) {
  footer > a {
    width: 150px;
  }
}
footer > small {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1080px) {
  footer > small {
    font-size: 10px;
  }
}

* {
  box-sizing: border-box;
  color: var(--font);
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-image: url("./../img/bg01.jpg");
  background-color: var(--white);
  font-weight: var(--fw-bold);
  margin: 0;
  justify-content: center;
  font-size: 30px;
}
@media (max-width: 1080px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}

main {
  padding: 60px calc((100% - 1080px) / 2) 60px calc((100% - 1080px) / 2);
  margin: 0 auto;
  background-image: url("./../img/bg02.jpg");
  background-color: var(--white);
}
@media (max-width: 1080px) {
  main {
    width: 100%;
    padding: 30px 15px;
  }
}

.mv {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .mv {
    width: 100%;
  }
}
.mv > img {
  width: 100%;
}

.desc {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  padding: 40px 0;
}
.desc > .blue {
  color: var(--blue);
}
.desc > .pink {
  color: var(--pink);
}
.desc > .small {
  font-size: 30px;
}
@media (max-width: 1080px) {
  .desc {
    line-height: 22px;
    font-size: 18px;
    padding: 20px 0;
  }
  .desc > .small {
    font-size: 13px;
  }
}

.link-tab-sp {
  height: 60px;
  background-color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
@media (min-width: 1081px) {
  .link-tab-sp {
    display: none;
  }
}
.link-tab-sp > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00cde2;
  text-decoration: none;
  font-weight: 800;
  color: var(--white);
  font-size: 15px;
  transition: opacity 0.4s ease;
}

.link-tab-pc {
  height: 100px;
  width: 1080px;
  margin: 0 auto 60px auto;
  background-color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
@media (max-width: 1080px) {
  .link-tab-pc {
    display: none;
  }
}
.link-tab-pc > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00cde2;
  text-decoration: none;
  font-weight: 800;
  color: var(--white);
  font-size: 38px;
  transition: opacity 0.4s ease;
}
.link-tab-pc > a:hover {
  opacity: 0.6;
}
.link-tab-pc > a:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
.link-tab-pc > a:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}

.campaign > .contents-area > .sample-img {
  width: 480px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .campaign > .contents-area > .sample-img {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .campaign > .contents-area > .sample-img > img {
    width: 100%;
  }
}
.campaign > .contents-area > .sp-button-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 1081px) {
  .campaign > .contents-area > .sp-button-list {
    display: none;
  }
}
.campaign > .contents-area > .sp-button-list > button {
  width: 100%;
  height: 40px;
  color: var(--font);
  background-color: var(--yellow);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 800;
}
.campaign > .contents-area > p {
  font-weight: var(--fw-heavy);
  margin-top: 24px;
  text-align: center;
}

.app {
  margin-top: 40px;
}
.app > .contents-area > p {
  font-size: 24px;
  font-weight: var(--fw-heavy);
  text-align: center;
}
.app > .contents-area > p > .small {
  font-size: 18px;
}

.modal {
  width: 1080px;
  padding: 20px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  border: none;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .modal {
    width: 90%;
    min-width: auto;
    padding: 60px 20px 30px 20px;
  }
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal > .modal-content > h2 {
  font-size: 30px;
  font-weight: 800;
  color: var(--pink);
  text-align: center;
}
@media (max-width: 1080px) {
  .modal > .modal-content > h2 {
    font-size: 20px;
  }
}
.modal > .modal-content > h3 {
  font-size: 24px;
  width: 720px;
  margin: 0 auto;
  font-weight: 800;
}
@media (max-width: 1080px) {
  .modal > .modal-content > h3 {
    font-size: 14px;
  }
}
.modal > .modal-content > .icon {
  width: 130px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .modal > .modal-content > .icon {
    width: 90px;
    margin: 10px auto 0 auto;
  }
}
.modal > .modal-content > .icon > img {
  width: 100%;
}
.modal > .modal-content > .not-free::after {
  content: "会員限定";
  background-color: var(--yellow);
  color: var(--font);
}
.modal > .modal-content > .not-free::before {
  border: var(--yellow) solid 10px;
}
.modal > .modal-content > .free::after {
  content: "無料";
  background-color: var(--red);
  color: var(--white);
}
.modal > .modal-content > .free::before {
  border: var(--red) solid 10px;
}
.modal > .modal-content > .image {
  width: 720px;
  margin: 10px auto 0 auto;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1080px) {
  .modal > .modal-content > .image {
    width: 100%;
  }
}
.modal > .modal-content > .image::before {
  content: "";
  width: 720px;
  aspect-ratio: 16/9;
  position: absolute;
  border-radius: 10px;
}
@media (max-width: 1080px) {
  .modal > .modal-content > .image::before {
    width: 100%;
    border-width: 5px;
  }
}
.modal > .modal-content > .image::after {
  height: 40px;
  width: 140px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 1080px) {
  .modal > .modal-content > .image::after {
    height: 30px;
    width: 100px;
    border-radius: 5px 0 5px 0;
    font-size: 16px;
  }
}
.modal > .modal-content > .image > img {
  border-radius: 10px;
  width: 100%;
}
.modal > .modal-content > button {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: opacity ease 0.4s;
}
.modal > .modal-content > button:hover {
  opacity: 0.6;
}
.modal > .modal-content > button > img {
  width: 42px;
}
@media (max-width: 1080px) {
  .modal > .modal-content > button > img {
    width: 25px;
  }
}

.official {
  width: 100%;
  background-color: #fff774;
}
.official > a {
  display: block;
  width: 780px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .official > a {
    width: 100%;
  }
}
.official > a:hover {
  opacity: 0.7;
}
.official > a > img {
  width: 100%;
}/*# sourceMappingURL=lp.css.map */