@charset "utf-8";

/* common */
.wrapper {
  background: #FEFBF8;
}

.wrapper > section {
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 750px;
  margin: 0 auto;
}
.sec_ttl {
  font-size: clamp(18px, calc(20 / 375 * 100vw), 40px);
  text-align: center;
  font-weight: 700;
  color: #724D22;
  position: relative;
  margin: 0;
  padding: calc(8 / 375 * 100vw) 0px;
}
.sec_ttl span {
  display: block;
  font-size: clamp(13px,calc(14 / 375 * 100vw), 28px);
  font-weight: 700;
}
.sec_ttl::before {
  content: "";
  width: calc(20.87 / 375 * 100vw);
  max-width: 41.74px;
  height: calc(44 / 375 * 100vw);
  max-height: 88px;
  background: url(/img/usr/freepage/app-release/ico_ttl_left.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: clamp(18px,calc(20 / 375 * 100vw), 40px);
  bottom: clamp(7px,calc(8 / 375 * 100vw), 12px);
}
.sec_ttl::after {
  content: "";
  width: calc(20.87 / 375 * 100vw);
  max-width: 41.74px;
  height: calc(44 / 375 * 100vw);
  max-height: 88px;
  background: url(/img/usr/freepage/app-release/ico_ttl_right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: clamp(18px,calc(20 / 375 * 100vw), 40px);
  bottom: clamp(7px,calc(8 / 375 * 100vw), 12px);
}

@media (min-width: 751px) {
  .sec_ttl {
    margin: 0;
    padding: 30px 0  20px;
  }
}


/* mv */
.mv_wrapper h1 {
  padding: 20px 10px 24px;
}
.mv_wrapper h1 img {
  width: 100%;
  height: auto;
}

@media (min-width: 751px) {
  .mv_wrapper h1 {
    padding: 20px 0 24px;
  }
  .mv_wrapper {
    margin-top: 112px;
  }
}


/* merit */
.merit_wrapper {
  width: calc(100% - 20px);
  margin: calc(7 / 375 * 100vw) auto 0;
  background: #F8F2EB;
  padding: 15px;
}
@media (min-width: 751px) {
  .merit_wrapper {
    padding: 30px;
    width: 100%;
  }
}
.merit_block {
  padding-bottom: calc(20 / 375 * 100vw);
}
.merit_block + .merit_block {
  padding-top: calc(20 / 375 * 100vw);
  border-top: 1px solid #724D2240;
}
.merit_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(13px,calc(15 / 375 * 100vw), 30px);
}
.merit_header_flag {
  width: calc(68.68 / 375 * 100vw);
  max-width: 137.36px;
}
.merit_header_flag img {
  width: 100%;
  height: auto;
}
.merit_header_ttl {
  min-width: calc(100% - (83.68 / 375 * 100vw));
  font-size: clamp(18px, calc(20 / 375 * 100vw), 40px);
  margin: 0;
  padding: 0;
  -webkit-text-stroke: clamp(3.6px, calc(4 / 375 * 100vw), 8px) #FFF;
  paint-order: stroke fill;
  position: relative;
}
.merit_content {
  background: #fff;
  margin-top: calc(10 / 375 * 100vw);
  border-radius: calc(5 / 375 * 100vw);
  padding: calc(10 / 375 * 100vw);
}
.merit_block:nth-of-type(2) .merit_content {
  padding: 0;
}
.merit_content_fimg img {
  width: 100%;
  height: auto;
}
.merit_content_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(10 / 375 * 100vw) 0;
}
.merit_content_item {
  width: calc(100% / 3);
  padding: calc(16 / 375 * 100vw) 0 calc(3 / 375 * 100vw);
  text-align: center;
}
.merit_content_item img {
  margin: 0 auto;
  display: block;
}
.merit_content_item:nth-of-type(1) > img {
  width: calc(31.43 / 375 * 100vw);
  max-width: 62.86px;
}
.merit_content_item:nth-of-type(2) > img {
  width: calc(30.57 / 375 * 100vw);
  max-width: 61.14px;
}
.merit_content_item:nth-of-type(3) > img {
  width: calc(29.91 / 375 * 100vw);
  max-width: 59.82px;
}
.merit_content_item:nth-of-type(4) > img {
  width: calc(31.87 / 375 * 100vw);
  max-width: 63.74px;
}
.merit_content_item:nth-of-type(5) > img {
  width: calc(32.35 / 375 * 100vw);
  max-width: 64.7px;
}
.merit_content_item:nth-of-type(6) > img {
  width: calc(33.09 / 375 * 100vw);
  max-width: 66.18px;
}
.merit_content_item:nth-of-type(3n -1) {
  border-right: 1px dashed #ABABA4;
  border-left: 1px dashed #ABABA4;
}
.merit_content_item_ttl {
  font-size: clamp(11px, calc(12 / 375 * 100vw), 24px);
  font-weight: 500;
  color: #724D22;
  margin-top: calc(5 / 375 * 100vw);
}
@media (min-width: 751px) {
  .merit_block {
    padding-bottom: 40px;
  }
  .merit_block + .merit_block {
    padding-top: 40px;
  }
  .merit_content {
    margin-top: 20px;
    border-radius:10px;
    padding: 20px;
  }
  .merit_content_flex {
    gap: 20px 0;
  }
  .merit_content_item {
    padding: 32px 0 6px
  }
}


/* faq */
.howto {
  padding-top: clamp(40px, calc(50 / 375 * 100vw), 50px);
  padding-bottom: clamp(70px, calc(80 / 375 * 100vw), 160px);
}
.howto_wrapper {
  padding-top: calc(28 / 375 * 100vw);
  margin-left: calc(25 / 375 * 100vw);
  margin-right: calc(25 / 375 * 100vw);
}
.howto_block {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: calc(15 / 375 * 100vw);
  padding-bottom: calc(30 / 375 * 100vw);
  border-bottom: 1px dashed #D4D4D4;
}
.howto_block + .howto_block {
  padding-top: calc(30 / 375 * 100vw);
}
.howto_img {
  width: calc(107 / 375 * 100vw);
  max-width: 214px;
  min-width: 107px;
}
.howto_img img {
  width: 100%;
  height: auto;
}
.howto_txt {
  width: calc(100% - (122/ 375 * 100vw));
}
.howto_ttl {
  padding: 0;
  background: #724D22;
  display: inline-block;
  color: #fff;
  font-size: clamp(13px,calc(14 / 375 * 100vw), 28px);
  padding-left: calc(26 / 375 * 100vw);
  padding-right: calc(10 / 375 * 100vw);
  padding-top: calc(3 / 375 * 100vw);
  padding-bottom: calc(3 / 375 * 100vw);
  border-radius: 50px;
  margin-bottom: calc(8 / 375 * 100vw);
}
.howto_ttl.-home {
  background-image: url(/img/usr/freepage/app-release/ico_howto-01.png);
  background-repeat: no-repeat;
  background-size: calc(11.29 / 375 * 100vw) calc(11.94 / 375 * 100vw);
  background-position: calc(10 / 375 * 100vw) center
}
.howto_ttl.-shopping {
  background-image: url(/img/usr/freepage/app-release/ico_howto-02.png);
  background-repeat: no-repeat;
  background-size: calc(12.5 / 375 * 100vw) calc(11 / 375 * 100vw);
  background-position: calc(10 / 375 * 100vw) center
}
.howto_ttl.-member {
  background-image: url(/img/usr/freepage/app-release/ico_howto-03.png);
  background-repeat: no-repeat;
  background-size: calc(10.98 / 375 * 100vw) calc(11.44 / 375 * 100vw);
  background-position: calc(10 / 375 * 100vw) calc(8.5 / 375 * 100vw)
}
.howto_ttl.-service {
  background-image: url(/img/usr/freepage/app-release/ico_howto-04.png);
  background-repeat: no-repeat;
  background-size: calc(11.33 / 375 * 100vw) calc(11.33 / 375 * 100vw);
  background-position: calc(10 / 375 * 100vw) calc(8.25 / 375 * 100vw)
}
.howto_ttl.-coupon {
  background-image: url(/img/usr/freepage/app-release/ico_howto-05.png);
  background-repeat: no-repeat;
  background-size: calc(12.88 / 375 * 100vw) calc(8.78 / 375 * 100vw);
  background-position: calc(9 / 375 * 100vw) calc(9.2 / 375 * 100vw)
}
.howto_desc {
  font-size: clamp(13px,calc(14 / 375 * 100vw), 28px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #724D22;
  font-weight: 700;
}
@media (min-width: 751px) {
  .howto_wrapper {
    padding-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
  .howto_block {
    padding-bottom: 60px;
    gap: 30px;
  }
  .howto_block + .howto_block {
    padding-top: 60px;
  }
  .howto_txt {
    width: calc(100% - 244px);
  }
  .howto_ttl {
    padding-left: 52px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .howto_ttl.-home {
    background-size: 22.58px 22.88px;
    background-position: 20px center
  }
  .howto_ttl.-shopping {
    background-size: 25px 22px;
    background-position: 20px center
  }
  .howto_ttl.-member {
    background-size: 21.96px 22.88px;
    background-position: 20px center
  }
  .howto_ttl.-service {
    background-size: 22.66px 22.66px;
    background-position: 20px center
  }
  .howto_ttl.-coupon {
    background-size: 25.76px 17.56px;
    background-position: 20px center
  }
}


/* faq */
.faq {
  background: #F3E8D8;
  padding-top: clamp(16px,calc(20 / 375 * 100vw), 40px);
  padding-bottom: clamp(36px,calc(40 / 375 * 100vw), 80px);
  position: relative;
}
.faq:before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 59;
  background: url(/img/usr/freepage/app-release/bk-faq.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: clamp(-60px,calc(-30 / 375 * 100vw), -26px);
  left: 50%;
  transform: translateX(-50%);
}
.faq:after {
  content: "";
  width: calc(65 / 375 * 100vw);
  max-width: 130px;
  height: auto;
  aspect-ratio: 65 / 143.5;
  background: url(/img/usr/freepage/app-release/ico_footpoint.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: clamp(-80px,calc(-40 / 375 * 100vw), -34px);
  left: clamp(9px,calc(10 / 375 * 100vw), 20px);
}
.faq_ttl {
  text-align: center;
  position:relative;
  color: #60BAD9;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(28px,calc(32 / 375 * 100vw), 64px);
}
.faq_ttl span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #624541;
  font-size: clamp(12px,calc(14 / 375 * 100vw), 28px);
}

.faq_wrapper {
  padding-top: clamp(36px,calc(40 / 375 * 100vw), 80px);
  padding-left: calc(10 / 375 * 100vw);
  padding-right: calc(10 / 375 * 100vw);
}
.faq_block {
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: calc(10 / 375 * 100vw);
}
.faq_block + .faq_block {
  margin-top: clamp(18px,calc(20 / 375 * 100vw), 40px);
}
.faq_q {
  font-size: clamp(16px,calc(18 / 375 * 100vw), 36px);
  font-weight: 500;
  padding: calc(17 / 375 * 100vw) calc(16 / 375 * 100vw) calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
  border-bottom: 1px solid #DEDBD7;
  display: flex;
  align-items: center;
  gap: clamp(9px,calc(10 / 375 * 100vw), 20px);
  letter-spacing: 0.04em;
}
.faq_q:before {
  content: "Q";
  color: #60BAD9;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(21px,calc(24 / 375 * 100vw), 48px);
}
.faq_a {
  font-size: clamp(14.5px,calc(16 / 375 * 100vw), 32px);
  font-weight: 700;
  padding: calc(17 / 375 * 100vw) calc(16 / 375 * 100vw) calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
  display: flex;
  align-items: center;
  gap: clamp(9px,calc(10 / 375 * 100vw), 20px);
  letter-spacing: 0.04em;
}
.faq_a:before {
  content: "A";
  color: #F28400;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(21px,calc(24 / 375 * 100vw), 48px);
}

@media (min-width: 751px) {
  .faq_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq_block {
    border-radius: 20px;
  }
  .faq_q, .faq_a {
    padding: 34px 32px 24px 32px;
  }
}


/* app */
.app {
  background: #F3E8D8;
  padding-bottom: clamp(36px,calc(40 / 375 * 100vw), 80px);
  padding-left: clamp(8px,calc(10 / 375 * 100vw), 20px);
  padding-right: clamp(8px,calc(10 / 375 * 100vw), 20px);
}
.app_wrapper {
  background: #FEFBF8;
  border-radius: clamp(12px,calc(15 / 375 * 100vw), 30px);
  padding: calc(20 / 375 * 100vw) calc(24 / 375 * 100vw) calc(24 / 375 * 100vw);
}
.app_desc {
  text-align: center;
  color: #3C909F;
  font-weight: 500;
  font-size: clamp(12px, calc(14 / 375 * 100vw), 28px);
}
.app_desc span {
  color: #fff;
  background: #EDA866;
  margin-left: clamp(6px, calc(7 / 375 * 100vw), 14px);
  padding-left: clamp(2.4px, calc(3 / 375 * 100vw), 6px);
  padding-right: clamp(2.4px, calc(3 / 375 * 100vw), 6px);
}
.app_m {
  margin-top: clamp(8px, calc(10 / 375 * 100vw), 20px);
  display: flex;
  align-items: center;
  gap: clamp(18px, calc(20 / 375 * 100vw), 40px);
}
.app_logo {
  width: calc(103 / 375 * 100vw);
  max-width: 206px;
  min-width: 100px;
  background: #fff;
  border-radius: clamp(8px, calc(10 / 375 * 100vw), 20px);
}
.app_logo img {
  width: 100%;
  height: auto;
}
.app_ttl {
  color: #3C909F;
  font-weight: 700;
  width: calc(100% - (123/ 375 * 100vw));
  font-size: clamp(12px, calc(15 / 375 * 100vw), 30px);
}
.app_ttl span {
  color: #63C9E1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, calc(32 / 375 * 100vw), 64px);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.app_ttl span span {
  font-size: clamp(20px, calc(24 / 375 * 100vw), 48px);
}

.app_links {
  margin-top: clamp(8px, calc(10 / 375 * 100vw), 20px);
  display:flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, calc(12 / 375 * 100vw), 24px);
}
.app_links > li:first-of-type {
  width: calc(142 / 375 * 100vw);
  max-width: 284px;
}
.app_links > li:last-of-type {
  width: calc(114 / 375 * 100vw);
  max-width: 228px;
}

@media (min-width: 751px) {
  .app_wrapper {
    padding: 40px 48px 48px;
  }
  .app_ttl {
    width: calc(100% - 246px);
  }
}



/* footer */
#block_of_itemhistory_aireco {
  display: none;
}
#block-footer .block-footer-map {
  display: none;
}
#block-footer .block-footer-app {
  display: none;
}
#block-footer .block-footer-service {
  display: none;
}



/* modal */
.js-flow-modal {
  cursor: pointer;
  position: relative;
}
.js-flow-modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  max-width: 48px;
  max-height: 48px;
  background: url(/img/usr/freepage/app-release/howto_arrow.png) no-repeat top center/contain;
}
.image-modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.image-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.image-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.image-modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
}
.image-modal-close::before,
.image-modal-close::after {
    content: none !important;
}
@media (orientation: portrait) {
  .image-modal-content {
    width: 70vw;
    max-width: 350px;
  }
  .image-modal-content > img {
    width: 100%;
  }
}
@media (orientation: landscape) {
  .image-modal-content {
    max-width: 40vh;
  }
}