@charset "utf-8";

/* 公式アプリ・焼肉ポリス用css */

img {
  vertical-align: top;
}
/* .none {
  display: none !important;
} */
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.underline {
  text-decoration: underline !important;
}

/* container */
.lp_container {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1160px) {
  .lp_container {
    padding-right: 4%;
    padding-left: 4%;
  }
}

/* heading */
.lp_lv1heading {
  font-weight: 700;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .lp_lv1heading {
    font-size: 2rem;
  }
}
.lp_lv2heading {
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .lp_lv2heading {
    font-size: 1.8rem;
  }
}
.lp_lv2heading::after {
  content: "";
  position: absolute;
  bottom: -.4em;
  left: 50%;
  display: block;
  width: 400px;
  height: 1px;
  background-color: #030303;
  transform: translateX(-50%);
}
@media (max-width: 458px) {
  .lp_lv2heading::after {
    width: 100%;
  }
}
.lp_lv3heading {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .lp_lv3heading {
    font-size: 1.6rem;
  }
}

/* main */
.lp_main {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lp_main {
    padding-bottom: 20px;
  }
}
.lp_main_visual {
  text-align: center;
}
.lp_main_visual img {
  width: 100%;
  max-width: 1280px;
}
.lp_main_content {
  padding: 70px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lp_main_content {
    padding: 35px 0 ;
  }
}
.lp_main_text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .lp_main_text {
    font-size: 1.5rem;
  }
}

/* section */
.lp_section {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lp_section {
    padding: 35px 0;
  }
}
.lp_section_text {
  font-size: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .lp_section_text {
    font-size: 1.5rem;
  }
}
.lp_shade {
  background-color: #f8f4e7;
}

/* button */
.lp_btn {
  display: inline-block;
  min-width: 520px;
  padding: .5em 2.5em;
  font-weight: 500;
  font-size: 2.3rem;
  text-align: center;
  color: #030303;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 50px;
  transition: .4s;
}
.lp_btn.__txtLarge{
  font-size: 3rem;;
}
@media (max-width: 767px) {
  .lp_btn {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    padding: .5em 1.5em;
    font-size: 1.5rem;
  }
  .lp_btn.__txtLarge{
    font-size: 2rem;;
  }
}
@media (min-width: 768px) {
  .lp_btn:active,
  .lp_btn:focus,
  .lp_btn:hover {
    color: #fff;
    background-color: #1a1a1a;
    border: solid 1px #1a1a1a;
  }
}
.lp_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .lp_btn_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .lp_btn_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lp_btn_wrapper > .lp_btn {
  display: block;
  min-width: auto;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .lp_btn_wrapper > .lp_btn {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
  .lp_btn_wrapper > .lp_btn:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .lp_btn_wrapper > .lp_btn {
    max-width: 400px;
  }
  .lp_btn_wrapper > .lp_btn:nth-child(n + 2) {
    margin-top: 15px;
  }
}

/* overview */
.lp_overview div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_overview div:nth-child(n + 2) {
  margin-top: 10px;
}
.lp_overview dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  padding: 35px 5px;
  font-weight: 500;
  font-size: 1.8rem;
  background-color: #dedede;
}
@media (max-width: 767px) {
  .lp_overview dt {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    padding: 12px 10px;
    font-size: 1.3rem;
  }
}
.lp_overview dd {
  -ms-flex-preferred-size: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 35px 30px;
  font-size: 2rem;
  text-align: left;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .lp_overview dd {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 15px;
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.lp_overview .note {
  margin-top: 1em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .lp_overview .note {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
.lp_overview .note a {
  text-decoration: underline;
}

/* about */
.lp_about_text {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .lp_about_text {
    font-size: 1.3rem;
  }
}

/* download */
.lp_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lp_download {
    max-width: 340px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .lp_download_item {
    -ms-flex-preferred-size: 164px;
    flex-basis: 164px;
    max-width: 164px;
    margin-right: 40px;
    margin-left: 40px;
  }
}
.lp_download_text {
  margin-top: 20px;
  font-size: clamp(1.4rem, 1.309rem + 0.242vw, 1.6rem);
}
@media (max-width: 767px) {
  .lp_download_item {
    -ms-flex-preferred-size: 42.5%;
    flex-basis: 42.5%;
    max-width: 42.5%;
  }
  .lp_download_item:last-child {
    -ms-flex-preferred-size: 52.5%;
    flex-basis: 52.5%;
    max-width: 52.5%;
    margin-left: 5%;
  }
}
.lp_download_note {
  margin-top: 50px;
  padding: 30px;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: clamp(1.4rem, 1.309rem + 0.242vw, 1.6rem);
}
@media (max-width: 767px) {
  .lp_download_note {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.3rem;
  }
}
.lp_download_note ul {
  list-style-type: none;
}

/* border */
.lp_border{
  border:1px solid;
}

/* アプリページ */
.app-arrow::before{
  display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 14px 3px 0;
    border-top: 2px solid #19191A;
    border-right: 2px solid #19191A;
    transform: rotate(45deg);
    content: "";
}
@media (max-width: 767px){
  .app-arrow::before {
    width: 9px;
    height: 9px;
    margin: 0 9px 2px 0;
  }
}

/* 焼肉ポリス */
.faq_text{
  font-size: clamp(1.4rem, 1.309rem + 0.242vw, 1.6rem);
}