.page_applp main {
  color: #3e3a39;
}

.page_applp main .inner {
  max-width: 1145px;
}

@media screen and (min-width: 992px) {
  .page_applp .app-download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.page_applp .app-download dl dt {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .page_applp .app-download dl dt {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.page_applp .app-download .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_applp .app-download .flex .item {
  display: flex;
  align-items: flex-start;
}

.page_applp .app-download .flex .item img + img {
  margin-left: 12px;
}

.page_applp .app-download .flex .item + .item {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 991px) {
  .page_applp .app-download .flex .item + .item {
    margin: 0 0 0 15px;
  }
}

.page_applp .appMv {
  padding: 45px 0 35px;
}

@media screen and (max-width: 991px) {
  .page_applp .appMv {
    padding: 20px 0 30px;
  }
}

.page_applp .appMv-image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .page_applp .appMv-image img {
    width: 90%;
    margin: auto;
    max-width: 500px;
  }
}

.page_applp .appMv-txt {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .page_applp .appMv-txt {
    margin-top: 15px;
  }
}

.page_applp .appFeature {
  background: #e95541;
  padding: 45px 0 60px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFeature {
    padding: 25px 0 30px;
  }
}

.page_applp .appFeature .inner {
  max-width: 1146px;
}

.page_applp .appFeature .app-download dl dt {
  color: #fff;
}

.page_applp .appFeature-list {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFeature-list {
    margin-top: 30px;
  }
}

.page_applp .appFeature-list .item {
  display: flex;
  justify-content: center;
}

.page_applp .appFeature-list .item + .item {
  margin-top: 25px;
}

.page_applp .appMovie {
  padding: 65px 0;
}

@media screen and (max-width: 991px) {
  .page_applp .appMovie {
    padding: 30px 0 40px;
  }
}

.page_applp .appMovie-list .item + .item {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .page_applp .appMovie-list .item + .item {
    margin-top: 20px;
  }
}

.page_applp .appMovie-player {
  position: relative;
  aspect-ratio: 560 / 315;
  border-radius: 20px;
  overflow: hidden;
}

.page_applp .appMovie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_applp .appCando {
  padding: 80px 0;
  background: #feecd2;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando {
    padding: 40px 0;
  }
}

.page_applp .appCando-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-ttl {
    margin-bottom: 35px;
  }
  .page_applp .appCando-ttl img {
    width: 94%;
    margin: auto;
  }
}

.page_applp .appCando-item + .appCando-item {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-item + .appCando-item {
    margin-top: 45px;
  }
}

.page_applp .appCando-item .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .page_applp .appCando-item .flex .item {
    width: 50%;
  }
  .page_applp .appCando-item .flex .item:nth-child(2) {
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-item .flex .item {
    width: 100%;
  }
  .page_applp .appCando-item .flex .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page_applp .appCando-item .flex .item .no {
  font-size: 6.4rem;
  color: #e95541;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-item .flex .item .no {
    font-size: 4.1rem;
    margin-bottom: 15px;
  }
}

.page_applp .appCando-item .flex .item dl dt {
  font-size: 4.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-item .flex .item dl dt {
    font-size: 2.7rem;
    margin-bottom: 15px;
  }
}

.page_applp .appCando-item .flex .item dl dd .txt p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-item .flex .item dl dd .txt p {
    font-size: 1.7rem;
  }
}

.page_applp .appCando-item .flex .item dl dd .caution {
  margin-top: 5px;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-item .flex .item dl dd .caution {
    font-size: 1.5rem;
  }
}

.page_applp .appCando-item .flex .item dl dd .linktxt {
  margin-top: 10px;
}

.page_applp .appCando-item .flex .item dl dd .linktxt a {
  font-size: 2rem;
  font-weight: 700;
  color: #e95541;
}

@media screen and (max-width: 991px) {
  .page_applp .appCando-item .flex .item dl dd .linktxt a {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 992px) {
  .page_applp .appCando-item:nth-child(2n) .flex {
    flex-direction: row-reverse;
  }
  .page_applp .appCando-item:nth-child(2n) .flex .item:nth-child(2) {
    padding: 0 40px 0 0;
  }
}

.page_applp .appFaq {
  padding: 50px 0 60px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq {
    padding: 35px 0;
  }
}

.page_applp .appFaq-ttl {
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 35px;
  color: #e4002b;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-ttl {
    font-size: 3.3rem;
    margin-bottom: 20px;
  }
}

.page_applp .appFaq-list dl {
  background: #f2f2f2;
  border-radius: 10px;
}

.page_applp .appFaq-list dl + dl {
  margin-top: 17px;
}

.page_applp .appFaq-list dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0 30px 0 25px;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-list dl dt {
    font-size: 1.4rem;
    padding: 0 40px 0 15px;
    min-height: 80px;
  }
}

.page_applp .appFaq-list dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 20px;
  height: 4px;
  background: #e72e35;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-list dl dt::before {
    right: 15px;
  }
}

.page_applp .appFaq-list dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 4px;
  height: 20px;
  background: #e72e35;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-list dl dt::after {
    right: 23px;
  }
}

.page_applp .appFaq-list dl dt.is_open::after {
  transform: rotate(90deg);
}

.page_applp .appFaq-list dl dt > div {
  position: relative;
  padding-left: 58px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-list dl dt > div {
    padding-left: 45px;
  }
}

.page_applp .appFaq-list dl dt > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/app-lp/icon_q.png) left center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-list dl dt > div::before {
    width: 30px;
    height: 30px;
  }
}

.page_applp .appFaq-list dl dd .js_ac_inner {
  padding: 0 50px 40px 83px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-list dl dd .js_ac_inner {
    padding: 0 15px 20px 15px;
  }
}

.page_applp .appFaq-list dl dd p {
  font-size: 1.8rem;
  line-height: 1.5;
margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-list dl dd p {
    font-size: 1.4rem;
  }
}

.page_applp .appFaq-list dl dd p b {
  font-weight: 700;
}

.page_applp .appFaq-link {
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .page_applp .appFaq-link {
    margin-top: 35px;
  }
}

.page_applp .appFaq-link dl dt {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.page_applp .appFaq-link dl dd {
  display: flex;
  justify-content: center;
}

.page_applp .appStore {
  background: #feecd2;
  padding: 65px 0 70px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore {
    padding: 25px 0 40px;
  }
}

.page_applp .appStore-ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-ttl {
    margin-bottom: 20px;
  }
}

.page_applp .appStore-ttl .t1 {
  font-size: 5rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-ttl .t1 {
    font-size: 3rem;
  }
}

.page_applp .appStore-ttl .t2 {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-ttl .t2 {
    font-size: 1.7rem;
    padding-top: 5px;
  }
}

.page_applp .appStore-list {
  margin-top: 45px;
  border-top: 2px solid #dad2c6;
  padding-top: 55px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.page_applp .appStore-list .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_applp .appStore-list .flex .item {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}

@media screen and (min-width: 992px) {
  .page_applp .appStore-list .flex .item {
    width: 48%;
  }
  .page_applp .appStore-list .flex .item:nth-child(n + 3) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item {
    width: 100%;
    padding: 15px 15px;
  }
  .page_applp .appStore-list .flex .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.page_applp .appStore-list .flex .item dl dt {
  font-size: 3rem;
  font-weight: 700;
  color: #e95541;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item dl dt {
    font-size: 2.5rem;
  }
}

.page_applp .appStore-list .flex .item dl dd ul li {
  display: flex;
  line-height: 1.6;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item dl dd ul li {
    font-size: 1.5rem;
  }
}

.page_applp .appStore-list .flex .item dl dd ul li + li {
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item dl dd ul li + li {
    margin-top: 5px;
  }
}

.page_applp .appStore-list .flex .item dl dd ul li span:nth-child(1) {
  width: 70px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item dl dd ul li span:nth-child(1) {
    width: 50px;
  }
}

.page_applp .appStore-list .flex .item dl dd ul li span:nth-child(2) {
  width: calc(100% - 70px);
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item dl dd ul li span:nth-child(2) {
    width: calc(100% - 50px);
  }
}

.page_applp .appStore-list .flex .item dl dd ul.--wide li span:nth-child(1) {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item dl dd ul.--wide li span:nth-child(1) {
    width: 85px;
  }
}

.page_applp .appStore-list .flex .item dl dd ul.--wide li span:nth-child(2) {
  width: calc(100% - 100px);
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list .flex .item dl dd ul.--wide li span:nth-child(2) {
    width: calc(100% - 85px);
  }
}
