@charset "UTF-8";
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
}
body div.container_ div.contents_ {
  width: 100%;
  padding: 0;
}

div.container_ {
  padding: 0;
}

.contents_.app {
  padding-bottom: 80px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN";
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.app_body {
  margin: auto;
}

.app img {
  width: 100%;
  height: auto;
}

p {
  color: #222;
}

a {
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none;
}

.isSp {
  display: none;
}

.isPc {
  display: block;
}

body #page_top {
  bottom: 120px;
}

.app_mv {
  position: relative;
  height: 640px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4b6bf), color-stop(50%, #f0a7b2));
  background: linear-gradient(to right, #f4b6bf 50%, #f0a7b2 50%);
}

.app_mv_wrap {
  position: relative;
  height: 640px;
  background-image: url("../../new_img/usr/freepage/apt/kv01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 640px;
}

.app_mv_btn_content {
  position: absolute;
  right: 0px;
  bottom: 55px;
  left: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.app_mv_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.app_mv_btn_content_txt {
  padding-top: 10px;
  font-size: 11px;
}

.app_mv_btn_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 156px;
  text-align: center;
}

.app_mv_btn01 {
  margin-right: 20px;
}

.app_mv_btn_txt {
  padding-bottom: 2px;
}

.under_mv_lead {
  margin: 52px auto 60px;
  text-align: center;
}

h1.app_h1 {
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
  color: #ed4c4d;
  text-align: center;
}

.app_h2_wrap {
  width: 310px;
  margin: 54px auto 60px;
  text-align: center;
}

.app_h2 {
  position: relative;
  font-weight: bold;
}
.app_h2::before, .app_h2::after {
  position: absolute;
  top: 20px;
  bottom: 0;
  display: block;
  width: 88px;
  margin: auto;
  content: "";
  background-image: url("../../new_img/usr/freepage/apt/h2_img01.png");
  background-repeat: no-repeat;
}
.app_h2::before {
  left: -130px;
}
.app_h2::after {
  right: -130px;
}

h2.app_h2 {
  display: inline-block;
  padding-bottom: 15px;
  overflow: visible;
  font-family: a-otf-jun-pro, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  color: #ed4c4d;
  text-align: center;
}

p.app_h2_sub {
  display: block;
  font-family: Spartan;
  font-size: 12px;
  font-weight: 600;
  color: #9a6868;
  text-align: center;
  letter-spacing: 0.3em;
}

.app_sec_img {
  position: relative;
  bottom: -140px;
  width: 360px;
}

.app_sec_txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  color: #6f2f4a;
  text-align: left;
}

.app_h3 {
  padding-bottom: 30px;
}

.app_sec_num {
  padding-right: 25px;
  font-family: Spartan;
  font-size: 50px;
  font-weight: bold;
  line-height: 48px;
  color: #ed4c4d;
  text-align: left;
  letter-spacing: 0.05em;
}

.app_sec_ttl {
  font-family: a-otf-jun-pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-weight: bold;
  color: #ed4c4d;
  text-align: left;
}

.app_sec {
  position: relative;
  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;
  height: 595px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.app_sec_other, .app_sec_use, .app_sec_question {
  display: block;
  height: auto;
  padding-top: 100px;
}

.app_sec01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: url("../../new_img/usr/freepage/apt/sec01_bg_pc.png");
}
.app_sec01 .app_sec_txt_wrap {
  left: 295px;
  height: 193px;
}
.app_sec01 .app_sec_img {
  right: 115px;
}

.app_sec02 {
  background-color: #f7f5f1;
  background-image: url("../../new_img/usr/freepage/apt/sec02_bg_pc.png");
}
.app_sec02 .app_sec_txt_wrap {
  height: 157px;
}
.app_sec02 .app_sec_img {
  left: 115px;
}

.app_sec03 {
  background-image: url("../../new_img/usr/freepage/apt/sec03_bg_pc.png");
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.app_sec03 .app_sec_txt_wrap {
  height: 157px;
}
.app_sec03 .app_sec_img {
  right: 115px;
}

.app_sec04 {
  background-color: #f7f5f1;
  background-image: url("../../new_img/usr/freepage/apt/sec04_bg_pc.png");
}
.app_sec04 .app_sec_txt_wrap {
  position: relative;
  height: 184px;
}
.app_sec04 .app_sec_img {
  left: 115px;
  z-index: 3;
}

.app_sec05 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: url("../../new_img/usr/freepage/apt/sec05_bg_pc.png");
}
.app_sec05 .app_sec_txt_wrap {
  position: relative;
  top: 60px;
}
.app_sec05 .app_sec_img {
  right: 115px;
}

.app_sec_other {
  width: 1087px;
  margin: auto;
}

.app_sec_other_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1087px;
}

.app_sec_other_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app_sec_other_item_img {
  width: 83px;
  height: 70px;
}

.app_sec_other_list_txt {
  padding-top: 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  color: #6f2f4a;
  text-align: center;
}

.app_sec_other_item:nth-of-type(1) img {
  width: 83px;
}
.app_sec_other_item:nth-of-type(2) img {
  width: 80px;
}
.app_sec_other_item:nth-of-type(3) img {
  width: 77px;
}
.app_sec_other_item:nth-of-type(4) img {
  width: 67px;
}

.app_sec_use_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app_sec_use_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 354px;
  text-align: center;
}

.app_sec_use_btn_wrap {
  margin: 30px 0;
  cursor: pointer;
}
.app_sec_use_btn_wrap .app_sec_use_btn {
  position: relative;
  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;
  width: 730px;
  height: 60px;
  margin: auto;
  font-size: 15px;
  color: #fff;
  background: #ed4c4d;
  border-radius: 30px;
}
.app_sec_use_btn_wrap .app_sec_use_btn::after {
  position: absolute;
  top: -6px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.app_sec_use_btn_wrap .app_sec_use_btn_01 {
  margin-bottom: 20px;
}
.app_sec_use_btn_wrap .app_sec_use_btn_01::after {
  right: 100px;
}
.app_sec_use_btn_wrap .app_sec_use_btn_02::after {
  right: 50px;
}
.app_sec_use_btn_wrap.is_open .app_sec_use_btn {
  background: #b9b9b9;
}
.app_sec_use_btn_wrap.is_open .app_sec_use_btn::after {
  top: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.app_sec_use_item_step {
  display: block;
  padding-top: 25px;
  padding-bottom: 8px;
}
.app_sec_use_item_step .step {
  display: block;
  padding-bottom: 5px;
  font-family: Spartan;
  font-size: 18px;
  color: #ed4c4d;
}
.app_sec_use_item_step .num {
  font-family: Spartan;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #ed4c4d;
  letter-spacing: 0.07em;
}

.app_sec_use_item_img {
  position: relative;
  width: 354px;
}

.app_sec_use_item:not(:last-child) .app_sec_use_item_img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  content: "";
  border-top: 6px solid #bebebe;
  border-right: 6px solid #bebebe;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.app_sec_use_item_txt {
  font-size: 14px;
  line-height: 28px;
}

.app_sec_use_content_ttl {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #ed4c4d;
  text-align: center;
}

section.app_sec.app_sec_question {
  height: auto;
}

.app_sec_question_content_wrap {
  width: 1200px;
  margin: auto;
}

.app_sec_question_list {
  font-size: 16px;
  border-bottom: 1px solid #9b9b9b;
}

p {
  display: inline-block;
}

dt {
  padding: 25px 0;
  cursor: pointer;
  border-top: 1px solid #9b9b9b;
}

dd {
  display: none;
  padding-bottom: 25px;
}

dt, dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

dt > span, dd > span {
  position: relative;
  top: 2px;
  padding-right: 20px;
  font-family: Spartan;
  font-size: 24px;
  font-weight: bold;
}

dt.app_sec_question_item {
  position: relative;
  font-weight: bold;
}
dt.app_sec_question_item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-top: 3px solid #6f2f4a;
  border-right: 3px solid #6f2f4a;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.app_sec_question_item_q {
  color: #ed4c4d;
}

.app_sec_question_item_a {
  color: #6eb2cb;
}

dt.app_sec_question_item.is_open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.app_sec_download {
  padding: 80px 0;
  margin-top: 155px;
  margin-bottom: 80px;
  text-align: center;
  background-color: #ffeff1;
}
.app_sec_download p {
  font-family: "A-OTF Jun Pro";
  font-weight: bold;
  color: #ed4c4d;
  text-align: center;
  letter-spacing: -0.04em;
}

.app_sec_download_txt01 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 25px;
}
.app_sec_download_txt01::before, .app_sec_download_txt01::after {
  position: absolute;
  top: -10px;
  display: block;
  width: 32px;
  height: 46px;
  content: "";
  background-image: url("../../new_img/usr/freepage/apt/download_banner_img01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.app_sec_download_txt01::before {
  left: -65px;
}
.app_sec_download_txt01::after {
  right: -65px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.app_sec_download_txt02 {
  padding: 0 70px;
  font-size: 26px;
}
.app_sec_download_txt02 span {
  display: block;
  font-size: 34px;
  line-height: 43px;
}

.app_sec_download_caution {
  font-size: 12px;
  color: #4b4b4b;
}

.app_sec_download_img01 {
  width: 140px;
}

.app_sec_download_img02 {
  width: 106px;
}

.app_sec_download_wrap {
  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;
}

.app_footer_fixed {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 18px 0 15px;
  color: #fff;
  background-color: #f0a7b2;
}
.app_footer_fixed p {
  padding-right: 60px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  letter-spacing: -0.04em;
}

.app_footer_fixed_wrap {
  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;
}

.app_footer_fixed_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app_footer_fixed_btn {
  width: 156px;
  margin: 0 10px;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.app_sec_question_item_a_red {
  display: block;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #ed4c4d;
  text-align: left;
}

.app_sec_question_item_a_list {
  margin-top: 0;
}

.app_sec_question_item_a_txt {
  line-height: 30px;
}
.app_sec_question_item_a_txt p {
  margin-bottom: 10px;
}

.app_sec_question_item_a_link {
  font-size: 16px;
  line-height: 30px;
  color: #2996cc;
  text-align: left;
  text-decoration: underline;
}

#page_top_app {
  position: fixed;
  right: 40px;
  bottom: 40px;
  bottom: 120px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#page_top_app img {
  width: 40px;
  height: 40px;
}
/*# sourceMappingURL=app.css.map */

/* アプリ店内導線設置 */
.app_tennai_btn_wrap{
    position: relative;
    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;
    width: 200px;
    height: 50px;
    margin: 20px 0 0;
    background: #ed4c4d;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.app_tennai_btn_wrap::after{
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.app_tennai_btn_wrap:hover{
    text-decoration: none;
}