.page_applp main {
  color: #3e3a39;
}

.page_applp main .inner {
  max-width: 1145px;
}

.page_applp .appStore .app-download {
  padding-bottom: 35px;
  margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .page_applp .app-download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .page_applp .appStore .app-download {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.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) {
  .appMv .inner {
    padding: 0;
  }

  .page_applp .appMv-image {
    /*padding: 0 16px;*/
  }

  .page_applp .appMv-txt {
    background: #fff48d;
  }
}

.page_applp .appMv-link {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 30px;
}

.page_applp .appMv-link a {
  color: #00ada9;
  position: relative;
}

.page_applp .appMv-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #00ada9;
  border-right: 2px solid #00ada9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 992px) {
  .page_applp .appMv-link {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .page_applp .appMv-link {
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: center;
  }

  .page_applp .appMv-link a::after {
    right: -10px;
    width: 8px;
    height: 8px;
  }
}

.page_applp .appFeature {
  /*background: #1d2088;*/
  padding: 45px 0 60px;
  position: relative;
  /*margin-top: 92px;\*/
}

@media screen and (max-width: 991px) {
  .page_applp .appFeature {
    padding: 25px 0 30px;
    margin-top: 25px;
  }
}

.page_applp .appFeature .app-download {
  background: #fff;
  border-radius: 77px;
  padding: 0 90px 40px;
  position: absolute;
  top: 25px;
  /*top: -92px;*/
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .page_applp .appFeature .app-download {
    border-radius: 38px;
    padding: 0 20px 25px;
    top: -25px;
    max-width: 340px;
    width: 76%;
  }
}


.page_applp .appFeature .inner {
  max-width: 1146px;
}

.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: #00ada9;
  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: #00ada9;
  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: 35px 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-list {
  border-top: 2px solid #dad2c6;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-list {
    padding-top: 25px;
    border-top: none;
  }
}

/* �X�܃��X�g�Z�N�V���� */

/* �^�C�g������ */
.page_applp .appStore-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.page_applp .appStore-ttl .t1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .page_applp .appStore-ttl {
    margin-bottom: 20px;
  }
  
  .page_applp .appStore-ttl .t1 {
    font-size: 2rem;
  }
}

/* �u�����h���S�Z�N�V���� */
.page_applp .brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 20px;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .page_applp .brand-logos {
    gap: 12px;
    margin-bottom: 25px;
  }
}

/* �e���S�̃X�^�C�� - ���ۂ̃��S�ɍ��킹�Ē������K�v */
.page_applp .brand-logos img {
  height: 90px;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .page_applp .brand-logos img {
    height: 80px;
  }
}

/* �����w�i�̃R���e�i */
.page_applp .store-list-container {
  background: #fff;
  border-radius: 15px;
  padding: 35px 40px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  .page_applp .store-list-container {
    padding: 20px 15px;
    border-radius: 10px;
  }
}

/* �X�܃Z�N�V�����̃R���e�i */
.page_applp .store-sections {
  margin-bottom: 25px;
}

/* �e�X�܃Z�N�V���� */
.page_applp .store-section {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .page_applp .store-section {
    margin-bottom: 25px;
  }
}

.page_applp .store-section:last-child {
  margin-bottom: 0;
}

/* �Z�N�V�����^�C�g���i�s���{�����j */
.page_applp .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #00ada9;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e8e8e8;
}

@media screen and (max-width: 991px) {
  .page_applp .section-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
}

/* �u�����h�� */
.page_applp .section-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .page_applp .section-brand {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}

/* �ŏ��̃u�����h���͏�}�[�W���������� */
.page_applp .store-section > .section-brand:first-of-type {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .page_applp .store-section > .section-brand:first-of-type {
    margin-top: 8px;
  }
}

/* �X�ܖ����X�g */
.page_applp .store-names {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .page_applp .store-names {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

/* ���L���� */
.page_applp .store-note {
  margin-top: 0;
  padding-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .page_applp .store-note {
    padding-top: 15px;
    font-size: 1.2rem;
    text-align: left;
  }
}

