*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
}

a {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.125vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.l-footer {
  width: 100%;
  padding: 60px 0 16px;
  background-color: #000;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .l-footer {
    padding: 40px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 2rem;
  }
}
.l-footer_logo {
  width: 140px;
  margin: 0 auto 32px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .l-footer_logo {
    width: 120px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    width: 35%;
    margin: 0 auto 2rem;
  }
}
.l-footerCont_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9444444444;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .l-footerCont_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footerCont_text {
    font-size: 1.4rem;
  }
}
.l-footerCont_btns {
  max-width: 500px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footerCont_btns div {
  -ms-flex-preferred-size: calc((100% - 5rem) / 2);
      flex-basis: calc((100% - 5rem) / 2);
}

.l-footerCont_btn.appstore_Btn img {
  width: 180px;
}

.l-footerCont_btn.Google_Play_Btn img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .l-footerCont_btn.appstore_Btn img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-footerCont_btn.Google_Play_Btn img {
    width: 100%;
  }
}
.l-footerLink {
  width: 100%;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .l-footerLink {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-footerLink {
    margin: 0 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footerLink_list + .l-footerLink_list {
  margin-left: 28px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .l-footerLink_list + .l-footerLink_list {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-footerLink_list + .l-footerLink_list {
    margin: 2rem 0 0;
  }
}
.l-footerLink_listItem {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-footerLink_listItem {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-footerLink_listItem:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .l-footerLink_listItem {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footerLink_listItem {
    font-size: 1.4rem;
  }
}
.l-footerCopy {
  width: 100%;
  padding-top: 16px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .l-footerCopy {
    padding-top: 12px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .l-footerCopy {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.l-wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: 90%;
  }
}
.c-bnr {
  width: 100%;
  padding: 80px 0;
}

.c-bnr_cont {
  width: 60%;
  margin: auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-bnr_cont {
    width: 95%;
    padding-top: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-bnr_list {
  -ms-flex-preferred-size: calc((100% - 4rem) / 4);
      flex-basis: calc((100% - 4rem) / 4);
}

.c-bnr_list img {
  width: 70%;
  margin: auto;
  text-align: center;
  /* filter:drop-shadow(0px 0px 1px #666); */
}

@media screen and (max-width: 767px) {
  .c-bnr_list {
    -ms-flex-preferred-size: calc((100% - 4rem) / 4);
        flex-basis: calc((100% - 4rem) / 4);
  }
}
.c-bnr_item {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-bnr_item:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .c-bnr_item:hover:after {
    opacity: 0.3;
  }
}
.c-bnr_item_note {
  -webkit-filter: drop-shadow(0px 0px 1px #666);
          filter: drop-shadow(0px 0px 1px #666);
}

.c-intro {
  width: 100%;
}

.c-intro_head {
  width: 100%;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-intro_head {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-intro_head {
    margin-bottom: 2rem;
  }
}
.c-intro_heading {
  margin-left: -0.5em;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.0263157895;
  letter-spacing: 0.08em;
  color: #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-intro_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-intro_heading {
    font-size: 1.8rem;
  }
}
.c-intro_body {
  width: 100%;
}

.c-intro_text {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-intro_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-intro_text {
    font-size: 1.2rem;
  }
}
.c-modal {
  width: 100%;
  height: 670px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .c-modal {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .c-modal {
    width: 90%;
    height: 80vh;
  }
}
.c-modal.is-view {
  pointer-events: auto;
  opacity: 1;
}

.c-modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
}

.c-modal_close:before {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal_close:after {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-modal_close {
    width: 40px;
    height: 40px;
    top: -50px;
  }
  .c-modal_close:before {
    height: 2px;
  }
  .c-modal_close:after {
    height: 2px;
  }
}
.c-modal_cont {
  width: 100%;
  height: 100%;
  padding: 36px;
}

@media screen and (max-width: 767px) {
  .c-modal_cont {
    padding: 2rem;
  }
}
.c-modalInner {
  width: 100%;
}

.c-modalInner_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-modalInner_lead {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-modalInner_lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-modalInner_lead {
    padding-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.c-modalInner_cont {
  width: 100%;
  height: 520px;
  padding: 0 20px 20px 0;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .c-modalInner_cont {
    height: 64vh;
    padding: 0 0 20px 0;
  }
}
.c-modalInner_contBox + .c-modalInner_contBox {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-modalInner_contBox + .c-modalInner_contBox {
    margin-top: 1.5rem;
  }
}
.c-modalInner_contText, .c-modalInner_discList, .c-modalInner_bracketsList--type02, .c-modalInner_bracketsList, .c-modalInner_numList, .c-modalInner_contLink {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-modalInner_contText, .c-modalInner_discList, .c-modalInner_bracketsList--type02, .c-modalInner_bracketsList, .c-modalInner_numList, .c-modalInner_contLink {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-modalInner_contText, .c-modalInner_discList, .c-modalInner_bracketsList--type02, .c-modalInner_bracketsList, .c-modalInner_numList, .c-modalInner_contLink {
    font-size: 1.2rem;
  }
}
.c-modalInner_contLink {
  color: #3a4d61;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-modalInner_contLink {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-modalInner_contLink:hover {
    opacity: 0.7;
  }
}
.c-modalInner_contLead {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-modalInner_contLead {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-modalInner_contLead {
    font-size: 1.4rem;
  }
}
.c-modalInner_contLead--line {
  margin-bottom: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

.c-modalInner_num {
  padding: 0 0 0 1em;
  list-style-type: decimal;
}

@media screen and (max-width: 767px) {
  .c-modalInner_num {
    padding: 0 0 0 1.8rem;
  }
}
.c-modalInner_numList {
  list-style-type: decimal;
}

.c-modalInner_numList--none {
  font-size: 0;
}

.c-modalInner_bracketsList {
  text-indent: -1.6em;
  padding: 0 0 0 1.6em;
}

.c-modalInner_bracketsList--type02 {
  text-indent: -2.2em;
  padding: 0 0 0 2.2em;
}

.c-modalInner_discList {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.c-modalClose {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-modalClose {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-modalClose:hover {
    opacity: 0.7;
  }
}
.c-modalClose:before, .c-modalClose:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3a4d61;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.c-modalClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modalClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modalOverlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(156, 166, 176, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .c-modalOverlay {
    cursor: pointer;
  }
}
.c-modalOverlay.is-view {
  pointer-events: auto;
  opacity: 1;
}

.p-about {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding: 4rem 0;
  }
}
.p-aboutSns {
  width: 100%;
  padding: 80px 0 100px;
  background-color: #d8dbdf;
}

@media screen and (max-width: 767px) {
  .p-aboutSns {
    padding: 4rem 0;
  }
}
.p-aboutSns iframe {
  width: 100% !important;
}

.p-aboutSns_heading {
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-aboutSns_heading {
    margin-bottom: 2rem;
  }
}
.p-aboutSns_cont .twitter-timeline {
  width: 100% !important;
}

.p-aboutCont {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-aboutCont {
    position: absolute;
    top: 55.5%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-aboutCont {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutCont {
    text-align: center;
  }
}
.p-aboutBg {
  width: 100%;
  height: 650px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-aboutBg {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBg {
    height: 20rem;
    margin-top: 3rem;
  }
}
.p-aboutBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}

.p-com {
  width: 100%;
  padding: 68px 0 80px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-com {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-com {
    padding: 3rem 0 4rem;
  }
}
.p-comCont {
  width: 100%;
}

.p-comCont_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-comCont_headingItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-comCont_headingItem + .p-comCont_headingItem:before {
  content: "";
  width: 19px;
  height: 19px;
  margin: 8px 12px 0;
  display: block;
  background: url("../img/obj_cross.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-comCont_headingItem + .p-comCont_headingItem:before {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem 0;
  }
}
.p-comCont_text {
  text-align: center;
}

.p-comPic {
  width: 100%;
  margin: 48px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-comPic {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-comPic {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-comPic_list {
  width: 18%;
}

@media screen and (min-width: 768px) {
  .p-comPic_list {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-comPic_list {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-comPic_list:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
.p-feature {
  width: 100%;
  padding: 68px 0;
  background-color: #d8dbdf;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-feature {
    padding: 34px 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 4rem 0;
  }
}
.p-featureCont {
  width: 100%;
  position: relative;
  z-index: 3;
}

.p-featureCont_heading {
  text-align: center;
}

.p-featureInfo {
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-featureInfo {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-featureInfo {
    width: 95%;
    margin: 0 auto;
    padding-top: 0.5rem;
    display: block;
  }
}
.p-featureInfo_box {
  width: 30%;
  padding: 40px 16px 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}

@media screen and (min-width: 768px) {
  .p-featureInfo_box {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-featureInfo_box {
    padding: 28px 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-featureInfo_box {
    width: 100%;
    padding: 3rem 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-featureInfo_box + .p-featureInfo_box {
    margin-top: 4rem;
  }
}
.p-featureInfo_heading {
  padding-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-featureInfo_heading {
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-featureInfo_heading {
    padding-bottom: 2.5rem;
    font-size: 1.6rem;
  }
}
.p-featureInfo_heading_nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-featureInfo_heading_nowrap {
    white-space: normal;
  }
}
.p-featureInfo_ico {
  width: 100px;
  height: 90px;
  margin: 0 auto 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-featureInfo_ico {
    width: 70px;
    height: 60px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-featureInfo_ico {
    width: 8rem;
    height: 7rem;
    margin: 0 auto 2rem;
  }
}
.p-featureInfo_ico img {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-featureInfo_ico img {
    width: 70px;
    height: 60px;
  }
}
.p-featureInfo_text {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  color: #3a4d61;
}

.p-featureInfo_text_small {
  color: #3a4d61;
  padding-top: 1rem;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-featureInfo_text {
    font-size: 14px;
  }
  .p-featureInfo_text_small {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-featureInfo_text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-featureInfo_text_smal {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-featureNote {
  width: 100%;
  padding-top: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-featureNote {
    padding-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-featureNote {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-featureTri {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-featureTri {
    max-width: 430px;
  }
}
.p-featureRail {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-featureRail {
    max-width: 430px;
  }
}
.p-hero {
  width: 100%;
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-hero {
    padding: 4rem 0 5rem;
  }
}
.p-heroCont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-heroCont {
    max-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroCont {
    display: block;
    margin: 0 0 20% 0;
  }
}
.p-heroCont_box {
  width: 61%;
}

@media screen and (min-width: 768px) {
  .p-heroCont_box {
    max-width: 610px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroCont_box {
    width: 100%;
  }
}
.p-heroCont_boxInner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-heroCont_boxInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-heroCont_boxInner + .p-heroCont_boxInner {
  margin-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-heroCont_boxInner + .p-heroCont_boxInner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroCont_boxInner + .p-heroCont_boxInner {
    margin-top: 1.5rem;
  }
}
.p-heroCont_boxText {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7727272727;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-heroCont_boxText {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroCont_boxText {
    font-size: 1.4rem;
    line-height: 140%;
    text-align: center;
  }
}
.p-heroCont_pic {
  width: 33%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-heroCont_pic {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .p-heroCont_pic {
    max-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroCont_pic {
    margin: 2rem auto 2rem;
  }
}
.p-heroCont_picItem {
  width: 75%;
  margin: auto;
}
.p-heroCont_picItem .app-tit {
  margin: 0 0 5%;
}
@media screen and (max-width: 767px) {
  .p-heroCont_picItem {
    width: 100%;
  }
  .p-heroCont_picItem img {
    width: 90%;
    margin: 10% auto;
  }
}

.p-heroCont_picCap {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: calc(100% - 21px);
  left: -30px;
  z-index: 2;
  margin-top: 10%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-heroCont_picCap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1rem;
    top: 90%;
    left: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.p-heroCont_info {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* @media screen and (min-width: 768px)and (max-width: 900px) {
  .p-heroCont_info {
    margin-top: 34px
  }
} */
@media screen and (max-width: 767px) {
  .p-heroCont_info {
    margin-top: 3.5rem;
  }
}
.p-heroCont_infoBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-heroCont_infoBtns {
    width: 100%;
  }
}
.p-heroCont_infoBtns .appstore_Btn {
  padding: 0 1%;
}
.p-heroCont_infoBtns .appstore_Btn img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-heroCont_infoBtns .appstore_Btn img {
    height: 50px;
  }
}
.p-heroCont_infoBtns .appstore_Btn .p-heroCont_infoQr {
  width: 100%;
  margin: 0 auto;
}
.p-heroCont_infoBtns .appstore_Btn .p-heroCont_infoQr img {
  height: 100px;
  margin: 0 auto 20px;
}
.p-heroCont_infoBtns .Google_Play_Btn {
  padding: 0 1%;
}
.p-heroCont_infoBtns .Google_Play_Btn img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-heroCont_infoBtns .Google_Play_Btn img {
    height: 50px;
  }
}
.p-heroCont_infoBtns .Google_Play_Btn .p-heroCont_infoQr {
  width: 100%;
  margin: 0 auto;
}
.p-heroCont_infoBtns .Google_Play_Btn .p-heroCont_infoQr img {
  height: 100px;
  margin: 0 auto 20px;
}

.p-heroCont_infotxt {
  margin: 2% 18%;
}
@media screen and (max-width: 767px) {
  .p-heroCont_infotxt {
    margin: 2% 0;
  }
}

/*.p-heroCont_infoBtns div{
  flex-basis: calc((100% - 5.0rem)/2);
}

.p-heroCont_infoBtn {
}

.p-heroCont_infoBtn.appstore_Btn a img{
  height: 65px;
  margin: auto;
  margin-top: 1rem;
}

.p-heroCont_infoBtn.Google_Play_Btn a img{
    height: 65px;
    margin: auto;
    margin-top: 1rem;
}*/
/* 
@media screen and (min-width: 768px) {
  .p-heroCont_infoBtn.appstore_Btn{
    max-width: 420px;
    margin: auto;
    margin-top: 1rem;
  }
  .p-heroCont_infoBtn.appstore_Btn{
    max-width: 220px;
    margin: auto;
    margin-top: 1rem;
  }
} */
/*@media screen and (max-width: 767px) {
  .p-heroCont_infoBtn.Google_Play_Btn a img{
      height: auto;
  }
  .p-heroCont_infoBtn.appstore_Btn a img{
    height: auto;
  }
  .p-heroCont_infoBtn.appstore_Btn{
    margin: auto;
    width: 82%;
  }

}

.p-heroCont_infoBtns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px){
  .p-heroCont_infoBtns {
    padding: 5% 0;
  }}

@media screen and (max-width: 767px){
.p-heroCont_infoBtn.appstore_Btn {
  margin: auto;
  width: 82%;
}}


.p-heroCont_infoBtnItem {
  width: 100%;
  height: 100%;
  display: block
}

@media screen and (min-width: 768px) {
  .p-heroCont_infoBtnItem {
    position: relative;
    z-index: 1
  }
  .p-heroCont_infoBtnItem:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease
  }
  .p-heroCont_infoBtnItem:hover:after {
    opacity: .3
  }
}



.p-heroCont_infoQr {
  width: 40%;
  margin: auto;
}

/* @media screen and (min-width: 768px) {
  .p-heroCont_infoQr {
    max-width: 200px;
    margin: auto;
  }
} 

@media screen and (max-width: 767px) {
  .p-heroCont_infoQr {
    width: 65%;
    margin: auto;
    text-align: center;
  }
}*/
.p-heroIntro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .p-heroIntro {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-heroIntro_logo {
  width: 28%;
  margin-right: 24px;
}

@media screen and (min-width: 768px) {
  .p-heroIntro_logo {
    max-width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-heroIntro_logo {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroIntro_logo {
    width: 32%;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-heroIntro_box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.p-heroIntro_heading {
  width: 100%;
  padding-bottom: 6px;
}

.p-heroIntro_headingText {
  padding-bottom: 20px;
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #3a4d61;
}

@media screen and (max-width: 767px) {
  .p-heroIntro_headingText {
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.p-heroIntro_headingLogo {
  width: 80%;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-heroIntro_headingLogo {
    max-width: 307px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroIntro_headingLogo {
    width: 14rem;
  }
}
.p-heroTri {
  width: 36%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-heroTri {
    max-width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroTri {
    width: 28%;
  }
}
.p-heroRail {
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-heroRail {
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .p-heroRail {
    width: 36%;
  }
}
.p-heroRail svg {
  width: 100%;
}

.p-manners {
  width: 100%;
  overflow: hidden;
}

.p-mannersWrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-mannersWrap {
    max-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersWrap {
    padding: 0 0 3rem;
  }
}
.p-mannersCont {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 49% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 49% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .p-mannersCont {
    max-width: 1040px;
    padding: 72px 20px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont {
    padding: 40px 12px;
    -webkit-clip-path: polygon(0 0, 47% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 47% 0, 90% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont {
    padding: 3.5rem 0 22rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 68%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 68%);
  }
}
.p-mannersCont_wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-mannersCont_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.p-mannersCont_heading {
  padding-bottom: 40px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1470588235;
  letter-spacing: 0.08em;
  color: #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont_heading {
    padding-bottom: 24px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont_heading {
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.p-mannersCont_num {
  width: 68%;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont_num {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont_num {
    width: 100%;
  }
}
.p-mannersCont_numList {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont_numList {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont_numList {
    font-size: 1.2rem;
    text-indent: -1.2rem;
    padding: 0 0 0 1.2rem;
  }
}
.p-mannersCont_numList + .p-mannersCont_numList {
  margin-top: 32px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont_numList + .p-mannersCont_numList {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont_numList + .p-mannersCont_numList {
    margin-top: 1.5rem;
  }
}
.p-mannersCont_numListImg {
  width: 16px;
  height: 19px;
  margin: 0 4px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont_numListImg {
    width: 10px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont_numListImg {
    width: 1rem;
    height: 1.2rem;
    margin: 0 0.5rem 0 0;
  }
}
.p-mannersCont_numListImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-mannersCont_inner {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont_inner {
    margin-top: 24px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont_inner {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.p-mannersCont_lead {
  width: 76%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #3a4d61;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersCont_lead {
    width: 72%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersCont_lead {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-mannersNote {
  width: 100%;
  margin-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersNote {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersNote {
    margin: 2rem 0;
  }
}
.p-mannersNote_list {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersNote_list {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersNote_list {
    font-size: 1.2rem;
  }
}
.p-mannersBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-mannersBg {
    top: 0;
    right: 0;
    max-width: 760px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-mannersBg {
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mannersBg {
    height: auto;
    bottom: 0;
    left: 0;
  }
}
.p-mannersBg img {
  width: 100%;
  height: calc(100% - 1px);
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-mannersBg img {
    -webkit-transform: translateX(-6rem) scale(1.8);
    transform: translateX(-6rem) scale(1.8);
  }
}
/*# sourceMappingURL=style.css.map */