@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600;700;900&display=swap');

/* all
---------------------*/
.appPage {
  padding-bottom: clamp(6rem, 2.818rem + 8.485vw, 13rem);
}
.home {
  background-color: #f5f5f5;
}
.main {
  overflow: visible;
}
.app {
  overflow-x: hidden;
}
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}
.app .contentArea {
    width: min(1200px, 100% - 40px);
}

/* hero
---------------------*/

.appHeroImg {
  max-width: 1380px;
  margin: auto 0;
  width: 100%;
}
.appHero {
  position: relative;
  text-align: center;
  margin-bottom: clamp(2.64rem, -4.705rem + 19.588vw, 16rem);
}

/*background*/
.appBgImg {
  position: absolute;
  background-size: contain;
  z-index: -100;
}
.appHeroBg1 {
  background-image: url("/wp-content/themes/mngtr_basic/img/app/mvbg1.webp");
  width: 55vw;
  max-width: 1065px;
  height: 55vw;
  top: -33%;
  left: -3%;
}
.appHeroBg2 {
  background-image: url("/wp-content/themes/mngtr_basic/img/app/mvbg2.webp");
  height: 33vw;
  width: 30vw;
  top: -16%;
  right: 0;
}
.appHeroBg3 {
  background-image: url("/wp-content/themes/mngtr_basic/img/app/mvbg3.webp");
  height: 33vw;
  width: 31vw;
  bottom: -38%;
  left: -2%;
}
.appBenefitArea {
  position: relative;
}
.appHeroBg4 {
  background-image: url("/wp-content/themes/mngtr_basic/img/app/mvbg4.webp");
  height: 24vw;
  width: 21.3vw;
  top: -17%;
  right: 0;
  background-size: cover;
}
.appHeroBg5 {
  background-image: url("/wp-content/themes/mngtr_basic/img/app/mvbg5.webp");
  height: 21vw;
  width: 30vw;
  bottom: -22%;
  right: 0;
  background-size: cover;
}
.appHeroBg6 {
  background-image: url("/wp-content/themes/mngtr_basic/img/app/mvbg2.webp");
  height: 33vw;
  width: 30vw;
  top: 39%;
  left: -2%;
  transform: scale(-1, 1);
}
@media(max-width:767px) {
  .appHeroBg1 {
    width: 82.6vw;
    height: 82.6vw;
    top: 6%;
    left: -6%;
  }
  .appHeroBg2 {
    height: 47vw;
    width: 50vw;
    top: -14%;
    right: 0%;
    background-size: cover;
  }
  .appHeroBg3 {
    height: 100%;
    width: 54.4vw;
    bottom: -51%;
    left: -2%;
  }
  .appHeroBg4 {
    height: 64vw;
    width: 56vw;
    top: 50%;
    right: 0;
  }
  .appHeroBg5 {
    height: 40vw;
    width: 50vw;
    top: 102%;
    right: 0;
    background-size: contain;
  }
  .appHeroBg6 {
    background-image: url("/wp-content/themes/mngtr_basic/img/app/mvbg2.webp");
    height: 74vw;
    width: 60vw;
    top: 20%;
    left: -2%;
    transform: scale(-1, 1);
  }
}

/*note*/
.appNoteContainer {
  margin-bottom: clamp(6rem, 2.818rem + 8.485vw, 13rem);
}

/* Benefit
---------------------*/
.appBenefitSection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-bottom: clamp(6rem, 2.818rem + 8.485vw, 13rem);
}
@media(max-width:767px) {
  .appBenefitSection {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 19.6rem;
  }
}
.appBenefitContainer {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 6px 4px  rgba(0, 0, 0, .08);
  border-radius: 10% 10% 30px 30px;
  background-color: #fff;
}
.appBenefitTxtBox {
  padding: 4rem 10%;
}
@media(max-width:767px) {
  .appBenefitTxtBox {
    padding: 4rem 6% 2.5rem;
  }
}
.appBenefitTxtImg {
  margin-bottom: 3rem;
  z-index: 200;
}
@media(max-width:767px) {
  .appBenefitTxtImg {
    margin-bottom: 1.5rem;
  }
}
.appCoupon .appBenefitTxtImg {
  width: 93%;
}
@media(max-width:767px) {
  .appStamp .appBenefitTxtImg {
    width: 100%;
    max-width: 30rem;
  }
  .appCoupon .appBenefitTxtImg {
    width: 77%;
    max-width: 25rem;
  }
}

.appBenefitTxt {
  font-size: clamp(1.6rem, 0.891rem + 0.924vw, 2rem);
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8;
  margin-bottom: clamp(1.5rem, 1.045rem + 1.212vw, 2.5rem);
}

@media(min-width:768px) {
  .note {
    line-height: 1.875;
    letter-spacing: .05em;
  }
}
.appStamp .appBenefitTxtBox {
  position: relative;
}
.appStamp .appBenefitTxtBox:before {
  position: absolute;
  content: '';
  background-image: url("/wp-content/themes/mngtr_basic/img/app/stamp_deco.webp");
  width: clamp(14rem, 11.545rem + 6.545vw, 19.4rem);
  height: clamp(12rem, 9.909rem + 5.576vw, 16.6rem);
  right: 0;
  top: -14%;
  overflow: visible;
  background-size: contain;
}

.appCoupon.appBenefitContainer{
  position: relative;
}
.appCoupon.appBenefitContainer:before{
  position: absolute;
  content: '';
  background-image: url("/wp-content/themes/mngtr_basic/img/app/coupon_deco.webp");
  background-size: contain;
  width: 20rem;
  height: 20rem;
  right: -15%;
  bottom: 12%;
}
@media(max-width:767px) {
  .appCoupon.appBenefitContainer:before{
    width: 16rem;
    height: 16rem;
    right: inherit;
    left: 0;
    bottom: -132px;
  }
}

/* element
---------------------*/
.appElementArea {
  position: relative;
} 
.elementSection.appFunction {
  margin-top: clamp(4rem, 1.273rem + 7.273vw, 10rem);
  margin-bottom: clamp(6rem, 2.818rem + 8.485vw, 13rem);     
}
.appElementTtl {
  font-size: clamp(2.5rem, 2.182rem + 0.848vw, 3.2rem);
  width: 100%;
  letter-spacing: .1em;
  padding-bottom: clamp(2rem, 1.773rem + 0.606vw, 2.5rem);
  margin-bottom: clamp(2rem, 1.773rem + 0.606vw, 2.5rem);
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.appElementContainer {
  text-align: center;
}
.appEasy .appElementContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
}
@media(max-width:767px) {
  .appEasy .appElementContainer {
      grid-template-columns: 1fr;
      gap: 10px;
  }

}

.appFunction .appElementContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 27px;
}
@media(max-width:767px) {
  .appFunction .appElementContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .appFunction .appElementHeading  {
    font-weight: 700;
    font-size: 1.4rem;
  }

}

.appElement {
  background-color: #B7183B;
  color: #fff;
  height: 10rem;
}

@media(max-width:767px) {
  .appElement {
    height: 9.4rem;
  }
}
.appElementHeading {
  font-family: "Zen Old Mincho", serif;
}
.appElementHeading {
  font-size: 2rem;
  font-weight: 600;
}
.appElementTxt {
  font-size: 1.6rem;
}
@media(max-width:767px) {
  .appElementTxt {
    font-size: 1.4rem;
  }
}
.appEasy .appElement {
  padding: 4%;
  display: grid;
	place-items: center center;
}
.appEasy .appElementHeading {
  font-size: 2rem;
}
.appFunction .appElement {
  line-height: 10rem;
}
@media(max-width:767px) {
  .appFunction .appElement {
    font-size: 1.4rem;
    height: 5.2rem;
    line-height: 5.2rem;
  }
}

/* Download
---------------------*/
.appDownloadContainer {
 border-top: #B7183B solid 2px;
 border-bottom: #B7183B solid 2px;
 padding: clamp(3rem, 1.636rem + 3.636vw, 6rem);
 text-align: center;
}
@media(max-width:767px) {
  .appDownloadContainer {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
  }
}
.appDownloadTtl {
  display: flex;
  font-size: clamp(2.2rem, 1.745rem + 1.212vw, 3.2rem);
  letter-spacing: .15em;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 1.091rem + 2.424vw, 4rem);
  color: #B7183B;
}
@media(max-width:767px) {
  .appDownloadTtl {
    font-size: 2rem;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: left;
    max-width: 32rem;
    letter-spacing: .05em;
    justify-content: space-between;
    margin: 0 auto;
  }
}
  .appDownloadIcon {
    width: 100%;
    max-width: 9rem;
    height: auto;
  }

.appDownloadFlow {
  margin: clamp(2rem, 1.091rem + 2.424vw, 4rem) auto;
  text-align: center;
}
.appDownloadQr {
  margin: 0 auto;
}
.appDownloadBtn {
  font-size: 2.2rem;
  font-weight: 900;
  border: 2px solid #B7183B;
  height: 6.8rem;
  max-width: 34rem;
  border-radius: 6.8rem;
  margin: 0 auto;
  position: relative;
  letter-spacing: .05em;
  display: block;
}
.appDownloadBtnTxt {
  color: #B7183B;
  line-height: 6.2rem;
}
.appDownloadBtnTxt::after {
  position: absolute;
  content: '';
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("/wp-content/themes/mngtr_basic/img/app/arrow--download.svg");
  background-size: contain;
  right: 3.26rem;
  top: calc(3.4rem - 1.3rem);
}
.appDownloadSection .note{
  margin-top: clamp(3rem, 2.545rem + 1.212vw, 4rem);
}


.appDL_section {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.appDL_section__item {
    text-align: center;
}

.appDL_section__title {
    margin-bottom: 1.6rem !important;
}

.lp_download_item img {
    max-width: 100%;
    height: auto;
}

.lp_download_note {
    margin-top: 20px;
}

.lp_download_note p {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.lp_download_note ul {
    font-size: 1.6rem;
    list-style-type: none;
    padding-left: 20px;
}

.appDL_section__qr {
    margin: 0 auto;
    background: url("/wp-content/themes/mngtr_basic/img/app_dl/download_apple_pc.webp") no-repeat center center;
    background-size: contain;
    position: relative;
    width: 380px;
    aspect-ratio: 380/ 160;
}

.appDL_section__qr--google {
    background-image: url("/wp-content/themes/mngtr_basic/img/app_dl/download_google_pc.webp");
}

.appDL_section__qr img {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 5%;
    top: 10%;
}

.appDL_section__appstoreImg {
    width: 129px !important;
}

.appDL_section__playstoreImg {
    width: 162px !important;
}