@charset "UTF-8";
.CommonApp {
  line-height: 1;
}
.CommonApp * {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  border: 0;
}
.CommonApp button {
  background: transparent;
}
.CommonApp select {
  background: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.CommonApp a,
.CommonApp button,
.CommonApp input,
.CommonApp optgroup,
.CommonApp select,
.CommonApp textarea {
  outline: revert;
}
.CommonApp a:focus {
  outline: revert;
}
.CommonApp button,
.CommonApp [type=button],
.CommonApp [type=reset],
.CommonApp [type=submit] {
  cursor: pointer;
}
.CommonApp button:disabled,
.CommonApp [type=button]:disabled,
.CommonApp [type=reset]:disabled,
.CommonApp [type=submit]:disabled {
  cursor: default;
}
.CommonApp label[for] {
  cursor: pointer;
}
.CommonApp td,
.CommonApp th {
  height: auto;
}

.CommonApp img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
.CommonApp svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
[data-whatinput=mouse] .CommonApp a, [data-whatinput=touch] .CommonApp a,
[data-whatinput=mouse] .CommonApp button,
[data-whatinput=touch] .CommonApp button {
  outline: none;
}

.CommonApp {
  color: #fff;
  background-color: #685bc7;
}

.CommonApp__Inner {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .CommonApp__Inner {
    width: calc(100% - 60px);
    padding-top: 80px;
    padding-bottom: 100px;
    max-width: 1160px;
    max-width: clamp(1160px, 80.5555555556vw, 1392px);
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__Inner {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768.02px), print {
  .CommonApp__Head {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
  }
  .CommonApp__Head > *:nth-child(1) {
    flex-grow: 9999;
  }
  .CommonApp__Head > *:nth-child(2) {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 380px;
  }
}

.CommonApp__Title {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .CommonApp__Title {
    grid-template-areas: "image main" "image text";
    grid-template-columns: 148px 1fr;
    row-gap: 8px;
    column-gap: 34px;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__Title {
    row-gap: 10px;
    justify-content: center;
  }
}

@media screen and (min-width: 768.02px), print {
  .CommonApp__Title__Image {
    grid-area: image;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__Title__Image {
    justify-self: center;
    width: 100px;
  }
}

.CommonApp__Title__Main {
  font-weight: 700;
  color: #c0f2ea;
  text-align: left;
}
@media screen and (min-width: 768.02px), print {
  .CommonApp__Title__Main {
    grid-area: main;
    font-size: 25px !important;
    margin-bottom: 0 !important;
    line-height: 1.52;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__Title__Main {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768.02px), print {
  .CommonApp__Title__Text {
    grid-area: text;
    max-width: 30em;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__Title__Text {
    font-size: 15px;
    line-height: 1.8666666667;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .CommonApp__Store {
    margin-top: 26px;
  }
}

.CommonApp__Store__Link {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768.02px), print {
  .CommonApp__Store__Link > * + * {
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__Store__Link > * + * {
    margin-left: 16px;
  }
}
.CommonApp__Store__Link > a {
  transition: transform 0.3s;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) {
  .CommonApp__Store__Link > a:where(:any-link, :enabled, summary):hover {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.CommonApp__Store__Note {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.6363636364;
  opacity: 0.6;
}
.CommonApp__Store__Note li {
  display: flex;
}
.CommonApp__Store__Note li span {
  display: inline-block;
  margin-right: 5px;
}

.CommonApp__About {
  position: relative;
  background-color: rgba(38, 38, 38, 0.2);
}
@media screen and (min-width: 768.02px), print {
  .CommonApp__About {
    padding: 40px 40px 60px 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__About {
    padding: 24px 24px 52px 24px;
    margin-top: 28px;
  }
}

.CommonApp__List {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .CommonApp__List {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    row-gap: 28px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__List {
    row-gap: 28px;
  }
}

.CommonApp__Item {
  display: grid;
}
@media screen and (min-width: 768.02px), print {
  .CommonApp__Item {
    grid-template-columns: min(50%, 122px) 1fr;
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .CommonApp__Item {
    grid-template-columns: 110px 1fr;
    column-gap: 20px;
  }
}

.CommonApp__Item__Title {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  color: #c0f2ea;
  line-height: 1.4;
}
.CommonApp__Item__Title:not(:lang(en), :lang(it-IT)) {
  display: block;
  position: relative;
  padding-left: 40px;
}
.CommonApp__Item__Title:lang(zh-cmn-Hans),
.CommonApp__Item__Title:lang(cn),
.CommonApp__Item__Title:lang(zhs),
.CommonApp__Item__Title:lang(zh-cn),
.CommonApp__Item__Title:lang(zh),
.CommonApp__Item__Title:lang(ko) {
  font-size: 17.4px;
}
.CommonApp__Item__Title:lang(en) {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.CommonApp__Item__Number {
  display: inline-block;
  width: 28px;
  font-size: 18px;
  line-height: 28px;
  color: #685bc7;
  text-align: center;
  background-color: #c0f2ea;
  border-radius: 50%;
}
.CommonApp__Item__Number:not(:lang(en), :lang(it-IT)) {
  position: absolute;
  margin-right: 12px;
  left: 0;
}
.CommonApp__Item__Number:lang(en) {
  margin-left: 12px;
}

.CommonApp__Item__Text {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6666666667;
}

.CommonApp__About__Text {
  display: block;
  padding: 8px 12px;
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.6666666667;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.CommonApp__About__Button {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  display: block;
  width: max-content;
  /* iOS14でmax-contentが動作しない場合があるため追加 */
  min-width: 136px;
  max-width: 240px;
  padding: 15px 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #685bc7;
  text-align: center;
  border-radius: 9999px;
  box-shadow: inset 0 0 0 35px #c0f2ea;
  transition: box-shadow 0.3s, transform 0.3s;
  transform: scale3d(1, 1, 1);
  will-change: transform;
  text-decoration: none;
}

@media (hover: hover) {
  .CommonApp__About__Button:where(:any-link, :enabled, summary):hover {
    color: #c0f2ea;
    box-shadow: inset 0 0 0 2px #c0f2ea;
    transform: scale3d(1.1, 1.1, 1);
  }
}

footer {  margin-top: 0;}