body { font-family: "UniqloPro Regular", sans-serif; }

/* image */
[data-sp-aspect-ratio="750:1386"]:before { padding-top: calc((1386 / 750) * 100%); }
[data-aspect-ratio="398:606"]:before { padding-top: calc((606 / 398) * 100%); }
[data-aspect-ratio="276:83"]:before { padding-top: calc((83 / 276) * 100%) }
[data-aspect-ratio="277:83"]:before { padding-top: calc((83 / 277) * 100%) }

/* style */
.app-contentsCard {
  background-color: #fff;
  box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
  padding: 21px 4vw;
}
.app-contentsCard:nth-child(n+2) {
  margin-top: 21px;
}
.app-contentsCard.-noSpace {
  padding: 0;
}
.app-heading {
  font-size: 17px;
  text-align: center;
  font-weight: normal;
}
.kv_wapper { position: relative; }
.kvApp_wrapper {
  position: absolute;
  bottom: 21px;
  width: 77.6%;
  margin: 0 12%;
  justify-content: space-between;
}
.kvAppImg_wrapper {
  width: calc(50% - 2vw);
}

.app-melit {
  display: flex;
  flex-wrap: wrap;
  padding-top: 21px;
}
.app-melit_item {
  width: 100%;
  margin: 0 auto;
}
.app-melit_item .u-imgAdjustBox {
  width: 60%;
  margin: auto;
}
.app-melit_number {
  justify-content: center;
}
.app-melit_number,.app-melit_numberBox{
  align-items: center;
  display: flex;
}
.app-melit_numberBox {
  border: 2px solid #dadada;
  font-size: 24px;
  font-family: "UniqloPro Light", sans-serif;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.app-melit_title {
  font-size: 14px;
  flex: none;
  line-height: 21px;
  margin-left: 4vw;
}
.app-melit_text  {
  text-align: center;
  padding-top: 21px;
}
.app-melit_itemInner {
  padding-top: 21px;
}
.app-melit_itemInner .fr-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.-narrow { display: none;}

.splitBox.-getApp {
  justify-content: space-between;
  margin: 9px 7.7% 0;
}
.splitBox {
  display: flex;
  flex-wrap: wrap;
}
.appImg_wapper { width: calc(50% - 2vw); }
.appText {
  font-size: 11px;
  color: #7d7d7d;
  margin-top: 21px;
}

.Aside,.Breadcrumb { font-family: Helvetica Neue,Helvetica,-apple-system,sans-serif;}
.Aside {
  background: #fff;
  margin-top: 21px;
}
.Breadcrumb {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  border-bottom: 1px solid #dadada;
}
.Breadcrumb_itemLink {
  text-decoration: underline;
}
.Breadcrumb_item:not(:last-child):after {
  content: "/";
  padding-right: 3px;
  padding-left: 3px;
}
.FooterNavigation_wrapper {
  padding: 24px 0 12px;
}
.FooterNavigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1.25;
}
.FooterNavigation_item, .ShareButton {
  margin-bottom: 24px;
}

.ShareButton {
  display: flex;
  justify-content: center;
}
.ShareButton_item {
  margin: 0 15px;
}
.ShareButton_itemIcon {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 813px) {
  /* image */
  [data-pc-aspect-ratio="2:1"]:before {
    padding-top: 50%;
  }

  /* style */
  .app-contentsCard {
    box-shadow: none;
    padding: 0;
  }
  .app-contentsCard:nth-child(n+2) {
    margin-top: 64px;
  }
  .app-heading {
    font-size: 30px;
    line-height: 1.375em;
  }
  .kvApp_wrapper {
    bottom: calc((61 / 588) * 100%);
    width: calc((346 / 1176) * 100%);
    margin-left: calc((159 / 1176) * 100%);
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .kvAppImg_wrapper {
    width: 47.98%;
    margin-top: 40px;
  }

  .app-melit {
    padding-top: 40px;
  }
  .app-melit_item {
    width: calc(99.99999% / 3);
    margin: 0;
  }
  .app-melit_item:nth-child(n+4) {
    margin-top: 64px;
  }
  .app-melit_number {
    flex-wrap: wrap;
  }
  .app-melit_numberBox {
    font-size: 36px;
    width: 56px;
    height: 56px;
  }
  .app-melit_title {
    font-size: 20px;
    line-height: 28px;
    margin-left: 2vw;
  }
  .app-melit_item .u-imgAdjustBox {
    width: calc(100% - 56%);
  }
  .app-melit_text {
    padding: 20px 3% 0;
    text-align: center;
  }
  .app-melit_itemInner {
    padding-top: 20px;
  }

  .app_wrapper {
    width: 588px;
    margin-right: auto;
    margin-left: auto;
  }
  .splitBox.-getApp {
    width: 100%;
    margin: 20px auto 0;
    justify-content: center;
  }
  .appImg_wapper {
    width: calc((100% - 43.533%) / 2);
  }
  .appImg_wapper:first-child {
    margin-right: 14px;
  }
  .appText {
    text-align: center;
    margin-top: 20px;
  }

  .Breadcrumb {
    padding: 64px 24px 28px;
    max-width: 1224px;
    margin-right: auto;
    margin-left: auto;
  }
  .FooterNavigation_wrapper {
    padding: 28px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1224px;
    margin-right: auto;
    margin-left: auto;
  }
  .FooterNavigation {
    flex-direction: row;
    font-size: 16px;
  }
  .FooterNavigation_item {
    margin: 0 24px 0 0;
    transition: opacity .3s;
  }
  .ShareButton {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .ShareButton_item {
    margin: 0 0 0 24px;
    transition: opacity .3s;
  }
  .ShareButton_item:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 952px) and (min-width: 813px) {
  .app-melit_item.narrow_width .app-melit_numberBox {
    margin-top: -18px;
  }
  .app-melit_item.narrow_width .app-melit_title {
    line-height: 26px;
  }
  .app-melit_number.narrow_width {
    margin-bottom: 21px;
  }
  .-narrow { display: block;}
}
