@charset "UTF-8";
/*!
 * ress.css 窶｢ v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
/*!
 * ress.css 窶｢ v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body.dese main {
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (min-width: 577px) {
  body.dese main {
    margin-top: 0px;
  }
}
body.dese main h1,
body.dese main h2,
body.dese main h3,
body.dese main h4,
body.dese main h5,
body.dese main h6 {
  line-height: 1.6;
  -webkit-font-feature-settings: "palt", "kern";
          font-feature-settings: "palt", "kern";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
body.dese main h1::before,
body.dese main h2::before,
body.dese main h3::before,
body.dese main h4::before,
body.dese main h5::before,
body.dese main h6::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
body.dese main h1::after,
body.dese main h2::after,
body.dese main h3::after,
body.dese main h4::after,
body.dese main h5::after,
body.dese main h6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
body.dese main p,
body.dese main li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 699px) {
  body.dese main p,
  body.dese main li {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  body.dese main p,
  body.dese main li {
    font-size: 18px;
  }
}
body.dese main p::before,
body.dese main li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
body.dese main p::after,
body.dese main li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
body.dese .caption {
  text-align: center;
  font-size: clamp(14px, 8.4px + 0.8vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}

.pink {
  color: var(--keyColor);
}

.btn-wrap {
  padding: 0 0px;
}
@media screen and (min-width: 699px) {
  .btn-wrap {
    padding: 0 20px;
  }
}

.buy {
  font-size: 18px;
  font-weight: bold;
  background-color: #ffff00;
  color: var(--baseColor);
  border-radius: 50rem;
  width: 100%;
  max-width: 345px;
  text-align: center;
  padding: 12px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 699px) {
  .buy {
    max-width: 450px;
    padding: clamp(15px, 8px + 1vw, 20px) 0px;
    font-size: clamp(22px, 13.6px + 1.2vw, 28px);
  }
}
.buy:hover {
  color: var(--baseColor);
  background-color: #ffe600;
}
.buy.pink {
  background-color: var(--keyColor);
  color: #fff;
}
.buy.pink:hover {
  background-color: #ff00bf;
}
.buy span {
  width: 28px;
  margin-right: 10px;
}
@media screen and (min-width: 699px) {
  .buy span {
    width: 35px;
  }
}
.buy.is-coming-soon {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  color: rgba(188, 188, 206, 0.6);
}
.buy.pink.is-coming-soon {
  color: rgba(255, 255, 255, 0.7);
}
.buy.is-coming-soon span,
.buy.is-coming-soon img {
  opacity: 0.6;
}
.buy.is-coming-soon::before {
  content: none;
}
.buy.is-coming-soon::after {
  content: "Coming Soon";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.intro,
.features {
  padding: 40px 5.5%;
}
@media screen and (min-width: 699px) {
  .intro,
  .features {
    padding: 80px 20px;
  }
}

.last-block {
  padding: 50px 5.5%;
}
@media screen and (min-width: 699px) {
  .last-block {
    padding: 80px 20px;
  }
}

.information {
  padding: 50px 5.5%;
}
@media screen and (min-width: 699px) {
  .information {
    padding: 60px 20px;
  }
}

.text-wrap p {
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .text-wrap p {
    margin-bottom: 40px;
  }
}
.text-wrap p:last-child {
  margin-bottom: 0px;
}

.information-heading,
.last-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.information-subheading,
.intro-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.feature-heading,
.features-heading,
.intro-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}

:root {
  --baseColor: #242494;
  --keyColor: #db12d0;
}

.pink-line {
  background-color: var(--keyColor);
  display: block;
  height: 15px;
  width: 100%;
}
@media screen and (min-width: 699px) {
  .pink-line {
    height: 20px;
  }
}

.hero {
  background-color: var(--baseColor);
  width: 100%;
  padding: 20px 20px;
  text-align: center;
}
@media screen and (min-width: 699px) {
  .hero {
    padding: 35px 20px 25px;
  }
}
.hero img {
  max-width: 1100px;
}

.information {
  background-color: var(--baseColor);
  width: 100%;
}

.information-heading {
  font-size: clamp(22px, 19.6851851852px + 0.6172839506vw, 24px);
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5 !important;
}
@media screen and (min-width: 699px) {
  .information-heading {
    font-size: clamp(23px, 6.2px + 2.4vw, 35px);
  }
}
.information-heading br {
  display: none;
}
@media screen and (min-width: 699px) {
  .information-heading br {
    display: block;
  }
}

.information-subheading {
  font-size: clamp(15px, 9.212962963px + 1.5432098765vw, 20px);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 699px) {
  .information-subheading {
    margin-bottom: 50px;
    font-size: clamp(16px, 4.8px + 1.6vw, 24px);
  }
}
.information-subheading br {
  display: none;
}
@media screen and (min-width: 699px) {
  .information-subheading br {
    display: block;
  }
}

.information-wrap {
  max-width: clamp(700px, 210px + 70vw, 1050px);
  margin: 0 auto 30px;
  color: #fff;
  padding: 0px 10px;
}
@media screen and (max-width: 375px) {
  .information-wrap {
    padding: 0 5px;
  }
}
.information-wrap .detail {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0px 15px;
  margin: 0 auto;
  font-size: clamp(14px, 11.2px + 0.4vw, 16px);
}
@media screen and (min-width: 699px) {
  .information-wrap .detail {
    width: calc(100% - 40px);
  }
}
.information-wrap .detail dt,
.information-wrap .detail dd {
  line-height: 1.7 !important;
}
.information-wrap .detail dt {
  width: 70px;
}
@media screen and (min-width: 699px) {
  .information-wrap .detail dt {
    width: clamp(70px, 56px + 2vw, 80px);
  }
}
.information-wrap .detail dd {
  font-weight: 500;
  width: calc(100% - 70px);
  padding-left: 5px;
}
@media screen and (min-width: 699px) {
  .information-wrap .detail dd {
    width: calc(100% - clamp(70px, 56px + 2vw, 80px));
  }
}

.intro {
  background-color: #d4d4ea; /* 80% の不透明度 */
  width: 100%;
}

.intro-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.intro-heading {
  color: var(--baseColor);
  font-size: clamp(20px, 17.6851851852px + 0.6172839506vw, 22px);
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .intro-heading {
    font-size: clamp(24px, 17px + 1vw, 29px);
    margin-bottom: 40px;
  }
}
.intro-heading br {
  display: none;
}
@media screen and (min-width: 699px) {
  .intro-heading br {
    display: block;
  }
}

.check {
  display: block;
  background-image: url("./images/check.svg");
  background-position: left 8px;
  background-size: clamp(20px, 8.8px + 1.6vw, 28px);
  background-repeat: no-repeat;
  padding-left: clamp(25px, 4px + 3vw, 40px);
}
@media screen and (min-width: 768px) {
  .check {
    display: block;
    background-image: url("./images/check.svg");
    background-position: left 11px;
    background-size: clamp(20px, 8.8px + 1.6vw, 28px);
  }
}

.intro-block.first {
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .intro-block.first {
    margin-bottom: 60px;
  }
}

.intro-block.second .intro-list {
  margin-top: 10px;
  -webkit-font-feature-settings: "palt", "kern";
          font-feature-settings: "palt", "kern";
  list-style-type: decimal;
  padding-left: 20px;
}
.intro-block.second .intro-list li {
  margin-bottom: 10px;
}
.intro-block.second .intro-list span {
  display: block;
}
.intro-block.second .image-wrap {
  margin: 30px 0px 30px;
}
@media screen and (min-width: 699px) {
  .intro-block.second .image-wrap {
    margin: 80px 0px 80px;
  }
}
.intro-block.second .image-wrap .image {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .intro-block.second .image-wrap .image {
    width: 48%;
    margin-bottom: 0px;
  }
}

.intro-contents-first {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}

.intro-contents-first > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 699px) {
  .intro-contents-first {
    -ms-grid-columns: 2.5fr 5% 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 5%;
  }
  .intro-contents-first > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .intro-contents-first > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.intro-contents-first .image {
  max-width: 250px;
  margin: 0 auto 0px;
}
@media screen and (min-width: 699px) {
  .intro-contents-first .image {
    max-width: 100%;
  }
}
.intro-contents-first .image img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.intro-contents-second {
  margin-top: 30px;
}
@media screen and (min-width: 699px) {
  .intro-contents-second {
    margin-top: 50px;
  }
}
.intro-contents-second .mac-user {
  color: var(--keyColor);
  display: block;
}

.intro-point-heading {
  color: var(--keyColor);
  font-weight: 800;
  font-size: clamp(18px, 16.8425925926px + 0.3086419753vw, 19px);
  margin-bottom: 20px;
}
@media screen and (min-width: 699px) {
  .intro-point-heading {
    font-size: clamp(19px, 17.6px + 0.2vw, 20px);
  }
}

.intro-point-list {
  list-style-type: decimal;
  padding-left: 1.8em;
  letter-spacing: -0.05em;
}
.intro-point-list li {
  margin-bottom: 10px;
}

.store-banner {
  margin-top: 30px;
}
@media screen and (min-width: 699px) {
  .store-banner {
    margin-top: 50px;
  }
}

.attention {
  color: var(--baseColor);
  border-top: 1px solid var(--baseColor);
  border-bottom: 1px solid var(--baseColor);
  padding: 20px;
  margin: 0px 0px 20px;
  font-size: 14px !important;
}
@media screen and (min-width: 699px) {
  .attention {
    font-size: 16px !important;
    padding: 40px 20px;
    margin: 40px 0px;
  }
}
.attention .attention-link__wrap {
  margin-top: 30px;
  text-align: center;
  display: block;
}
.attention .attention-link {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px !important;
  background-image: linear-gradient(45deg, rgb(255, 123, 172) 0%, rgb(255, 123, 255) 50%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (min-width: 699px) {
  .attention .attention-link {
    padding: 10px 20px;
  }
}
.attention .attention-link:hover {
  color: #fff !important;
  background-position: 100% 50%;
}

.feature {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.feature:nth-last-child(-n+1) {
  margin: 0 auto 0px;
}
@media screen and (min-width: 699px) {
  .feature {
    margin: 0 auto 80px;
  }
  .feature:nth-last-child(-n+1) {
    margin: 0 auto 0px;
  }
}

.story-heading-en {
  display: block;
  width: clamp(80px, 52px + 4vw, 100px);
  margin-bottom: 10px;
}

.features {
  background-color: #f5f5f5;
  width: 100%;
  color: var(--baseColor);
}
.features .features-heading {
  color: var(--keyColor);
  text-align: center;
  font-size: clamp(22px, 17.3703703704px + 1.2345679012vw, 26px);
  margin-bottom: 20px;
}
@media screen and (min-width: 699px) {
  .features .features-heading {
    font-size: clamp(26px, 6.4px + 2.8vw, 40px);
    margin-bottom: 30px;
  }
}
.features .features-heading br {
  display: block;
}
.features .features-heading .br-sp {
  display: block;
}
@media screen and (min-width: 699px) {
  .features .features-heading .br-sp {
    display: none;
  }
}

.contents {
  margin: 20px auto 0px;
  padding: 0 0px;
}
@media screen and (min-width: 699px) {
  .contents {
    padding: 0 10px;
  }
}
.contents .image.dictionary {
  max-width: 900px;
  margin: 30px auto 0px;
}
.contents .image.pronounce {
  max-width: 700px;
  margin: 30px auto 0px;
}
.contents .image-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin: 20px auto 20px;
  grid-row-gap: 30px;
}
.contents .image-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 699px) {
  .contents .image-wrap {
    -ms-grid-columns: 1fr 3% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
  }
}
@media screen and (min-width: 699px) {
  .contents .image-wrap .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 699px) and (min-width: 699px) {
  .contents .image-wrap .left {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 699px) {
  .contents .image-wrap .right {
    width: 100%;
  }
}
.contents .image-wrap.story {
  margin-top: 30px;
}
@media screen and (min-width: 699px) {
  .contents .image-wrap.story {
    margin-top: 50px;
  }
}

.check-list-heading {
  font-size: clamp(18px, 15.2px + 0.4vw, 20px);
  font-weight: bold;
  margin: 40px 0px 20px;
}

.check-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}
.check-list li {
  margin-bottom: 8px;
  line-height: 1.6 !important;
}

.features-heading-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .features-heading-wrap {
    margin-bottom: 80px;
  }
}

.feature-heading {
  color: #fff;
  background-color: var(--baseColor);
  padding: 7px 15px 7px 15px;
  font-size: clamp(20px, 17.6851851852px + 0.6172839506vw, 22px);
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 375px) {
  .feature-heading {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 699px) {
  .feature-heading {
    font-size: clamp(22px, 12.2px + 1.4vw, 29px);
    padding: 8px clamp(20px, 20px + 0vw, 20px) 8px clamp(20px, 20px + 0vw, 20px);
    line-height: 1;
    margin-bottom: 40px;
  }
}
.feature-heading span {
  min-width: 35px;
  width: clamp(50px, 38.4259259259px + 3.0864197531vw, 60px);
  height: clamp(50px, 38.4259259259px + 3.0864197531vw, 60px);
  margin-right: clamp(10px, 3px + 1vw, 15px);
  background-repeat: no-repeat;
}
@media screen and (min-width: 699px) {
  .feature-heading span {
    width: clamp(45px, 38px + 1vw, 50px);
    height: clamp(45px, 38px + 1vw, 50px);
  }
}
.feature-heading.first span {
  display: block;
  background-image: url("./images/first.svg");
  background-position: center;
  background-size: contain;
}
.feature-heading.second span {
  display: block;
  background-image: url("./images/second.svg");
  background-position: center;
  background-size: contain;
}
.feature-heading.third span {
  display: block;
  background-image: url("./images/third.svg");
  background-position: center;
  background-size: contain;
}
.feature-heading.fourth span {
  display: block;
  background-image: url("./images/4th.svg");
  background-position: center;
  background-size: contain;
}

.features-intro {
  font-weight: bold;
  margin: 0 auto 40px auto;
  font-size: clamp(14px, 11.6851851852px + 0.6172839506vw, 16px);
}
@media screen and (min-width: 699px) {
  .features-intro {
    margin: 0 auto 60px auto;
    text-align: center;
  }
}
.features-intro br {
  display: none;
}
@media screen and (min-width: 768px) {
  .features-intro br {
    display: block;
  }
}

.features-image {
  max-width: 700px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 699px) {
  .features-image {
    margin: 0 auto 40px;
  }
}

.story-title {
  font-weight: bold;
  margin-top: 15px;
  font-size: clamp(18px, 15.6851851852px + 0.6172839506vw, 20px);
  font-weight: 800;
}
@media screen and (min-width: 699px) {
  .story-title {
    font-size: clamp(20px, 14.4px + 0.8vw, 24px);
    margin-top: 20px;
  }
}

.story-title-en {
  margin: 15px 0px;
  line-height: 1.4 !important;
  font-size: 14px !important;
}
@media screen and (min-width: 699px) {
  .story-title-en {
    font-size: 16px !important;
    margin: 20px 0px;
  }
}

.last-block {
  background-color: var(--baseColor);
}

.last-heading {
  text-align: center;
  color: #fff;
  font-size: clamp(25px, 19.212962963px + 1.5432098765vw, 30px);
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .last-heading {
    font-size: clamp(30px, 23px + 1vw, 35px);
  }
}
.last-heading span {
  display: block;
  font-size: clamp(18px, 15.6851851852px + 0.6172839506vw, 20px);
  margin-bottom: 5px;
}
@media screen and (min-width: 699px) {
  .last-heading span {
    font-size: clamp(20px, 13px + 1vw, 25px);
  }
}
.last-heading br {
  display: block;
}
@media screen and (min-width: 699px) {
  .last-heading br {
    display: none;
  }
}
