@charset "UTF-8";
/*------------------------------------------------*/
/*------------------- reset ----------------------*/
/*------------------------------------------------*/
#denzaido_app,
#denzaido_app::before,
#denzaido_app::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

#denzaido_app ol,
ul {
  list-style: none;
}

#denzaido_app table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#denzaido_app img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------*/
/*------------------- fonts ----------------------*/
/*------------------------------------------------*/
#denzaido_app {
  font-family: var(--font-gothic);
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------------*/
/*------------------- Base -----------------------*/
/*------------------------------------------------*/
/*変数*/
:root {
  /*フォント*/
  --font-gothic: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-en: "Barlow", sans-serif;
  /*カラー*/
  --color-black: #000;
  --color-gray: #80888a;
  --color-gray-dark: #575d5e;
  --color-gray-light: #f5f5f5;
  --color-white: #fff;
  --color-yellow-light: #fffdf4;
  --color-yellow: #ffe100;
  --color-yellow-dark: #f7f3e2;
  --color-brown: #653000;
  --color-green: #72af2d;
}

#denzaido_app {
  font-family: var(--font-gothic);
  font-size: clamp(0.875rem, 0.837962963rem + 0.1851851852vw, 1rem);
}

#denzaido_app {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: normal;
  line-break: strict;
}

#denzaido_app .content {
  width: min(90%, 950px);
  margin-left: auto;
  margin-right: auto;
}

#denzaido_app .u-no-break {
  display: inline-block;
}
/*横並び*/
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex--reverse {
  flex-direction: row-reverse;
}
.flex--center {
  justify-content: center;
}
.flex--right {
  justify-content: flex-end;
}
.flex--left {
  justify-content: flex-start;
}
.flex--between {
  justify-content: space-between;
}

.app-lp .top {
  position: relative;
  padding: 6rem 0 4rem 0;
  background: url(../img/top-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.app-lp .top .title {
  width: 100%;
}
.app-lp .top .title .title-item-01 img {
  width: 32.5rem;
  mix-blend-mode: screen;
  margin-bottom: 2rem;
  z-index: 10;
}
.app-lp .top .title .title-item-02 p {
  width: 22rem;
}
.app-lp .top .title .title-item-02 h1 {
  width: 25.5rem;
  margin-bottom: 25px;
}
.app-lp .top .title .top-qr {
  width: 100%;
  max-width: 300px;
  background: var(--color-yellow);
  border-radius: 10px;
  padding: 15px 20px 20px 20px;
}
.app-lp .top .title .top-qr h2 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #653000;
  text-align: center;
  margin-bottom: 10px;
}
.app-lp .top .title .top-qr .qr-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.app-lp .top .title .top-qr .qr-content .app {
  margin-right: 20px;
}
.app-lp .top .title .top-qr .qr-content .app,
.app-lp .top .title .top-qr .qr-content .google {
  width: 8.5625rem;
}
.app-lp .top .title .top-qr .qr-content .app a,
.app-lp .top .title .top-qr .qr-content .google a {
  display: block;
}
.app-lp .top .title .top-qr .qr-content .app a .banner,
.app-lp .top .title .top-qr .qr-content .google a .banner {
  display: block;
  margin-bottom: 8px;
}
.app-lp .top .phone {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 45%;
}
.app-lp .top .phone .img {
  position: relative;
  bottom: -5rem;
  z-index: 2;
  width: 30rem;
}
.app-lp .top .phone .img .txt {
  position: absolute;
  top: -12rem;
  right: 3rem;
  z-index: -1;
  width: 15.75rem;
}
.app-lp .point {
  padding: 90px 0;
  background: #fffdf4;
  overflow: hidden;
}
.app-lp .point .content {
  align-items: flex-start;
}
.app-lp .point .content .img {
  width: 35%;
  position: relative;
}
.app-lp .point .content .img .kazari .item-01 {
  position: absolute;
  top: -4rem;
  right: -3rem;
  width: 7.3125rem;
}
.app-lp .point .content .img .kazari .item-02 {
  position: absolute;
  top: 4rem;
  left: -3.5rem;
  width: 5.9375rem;
}
.app-lp .point .content .img .kazari .item-03 {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  width: 9.8125rem;
}
.app-lp .point .content .point-content {
  width: 58%;
  margin-top: 3rem;
}
.app-lp .point .content .point-content .title {
  margin-bottom: 10px;
}
.app-lp .point .content .point-content .title p {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-brown);
}
.app-lp .point .content .point-content .title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 1px var(--color-green);
  color: var(--color-green);
}
.app-lp .point .content .point-content .detail li {
  padding: 15px 20px;
  background: var(--color-yellow-dark);
  align-items: center;
}
.app-lp .point .content .point-content .detail li:not(:last-child) {
  margin-bottom: 15px;
}
.app-lp .point .content .point-content .detail li .img {
  width: 3rem;
  margin-right: 15px;
}
.app-lp .point .content .point-content .detail li h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  color: var(--color-brown);
}
.app-lp .point .content .point-content .detail li p {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-brown);
}
.app-lp .coupon {
  padding: 6rem 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0)) no-repeat, url(../img/top-bg.webp) no-repeat;
  background-size: cover, cover;
  background-position: center, center;
}
.app-lp .coupon .coupon-wrapper {
  padding: 60px;
  text-align: center;
  background: var(--color-yellow-light);
  outline: 1px solid var(--color-brown);
  outline-offset: -20px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.app-lp .coupon .coupon-wrapper .title img {
  width: 13.625rem;
}
.app-lp .coupon .coupon-wrapper .title h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 1px var(--color-green);
  color: var(--color-green);
}
.app-lp .coupon .coupon-wrapper .title p {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 1px var(--color-brown);
  color: var(--color-brown);
  margin-bottom: 10px;
}
.app-lp .coupon .coupon-wrapper .coupon-content {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  background: var(--color-yellow-dark);
  margin-bottom: 10px;
}
.app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .coupon-item-01 {
  margin-top: -10px;
}
.app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .coupon-item-02 {
  margin-top: -10px;
}
.app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .detail {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: var(--color-brown);
}
.app-lp .coupon .coupon-bt {
  display: inline-block;
  color: var(--color-brown);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 15px 60px;
  background: var(--color-yellow);
  text-shadow: 0 0 1px var(--color-brown);
}
.app-lp .coupon .download {
  text-align: center;
  padding-top: 5rem;
}
.app-lp .coupon .download h2 {
  vertical-align: middle;
  color: var(--color-white);
  text-shadow: 0 0 1px var(--color-white);
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
.app-lp .coupon .download h2 span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 1.625rem;
  line-height: 1.625rem;
  margin-right: 10px;
  vertical-align: 4px;
  color: var(--color-green);
  background: var(--color-white);
  text-box: trim-both cap alphabetic;
}
.app-lp .coupon .download .download-content {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.app-lp .coupon .download .download-content .app,
.app-lp .coupon .download .download-content .google {
  width: 45%;
}
.app-lp .coupon .download .download-content .app a,
.app-lp .coupon .download .download-content .google a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.app-lp .coupon .download .download-content .app a .banner,
.app-lp .coupon .download .download-content .google a .banner {
  width: 190px;
  margin-right: 25px;
}
.app-lp .coupon .download .download-content .app a .qr,
.app-lp .coupon .download .download-content .google a .qr {
  width: 120px;
}

/*調整*/
/*共通パーツ*/
/*各ページレイアウト*/
@media screen and (max-width: 767px) {
  #denzaido_app {
    font-size: 16px;
  }
  #denzaido_app .content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .u-sp-no {
    display: none;
  }
  .app-lp .top {
    background: url(../img/top-bg_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 0 4rem 0;
  }
  .app-lp .top .title {
    width: 100%;
  }
  .app-lp .top .title .title-item-01 img {
    margin-bottom: 10px;
  }
  .app-lp .top .title .title-item-02 p {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
  .app-lp .top .title .title-item-02 h1 {
    width: 100%;
  }
  .app-lp .top .title .top-qr {
    width: 100%;
	margin: 0 auto;
	/*
    padding: 15px 15px 10px 15px;
	*/
  }
  .app-lp .top .title .top-qr h2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .app-lp .top .title .top-qr .qr-content {
    justify-content: space-between;
  }
  .app-lp .top .title .top-qr .qr-content .app {
    margin-right: 0px;
  }
  .app-lp .top .title .top-qr .qr-content .app,
  .app-lp .top .title .top-qr .qr-content .google {
    width: 45%;
  }
  .app-lp .top .phone {
    width: 100%;
    text-align: right;
    position: initial;
    bottom: auto;
    right: auto;
  }
  .app-lp .top .phone .img {
    bottom: auto;
    width: 80%;
    margin: 0 0 0 auto;
  }
  .app-lp .top .phone .img .txt {
    top: 40%;
    left: -4.5rem;
    z-index: 1;
    transform: translate(0, -50%);
    right: auto;
    width: 50%;
    min-width: 8.125rem;
  }
  .app-lp .point {
    padding: 60px 0;
  }
  .app-lp .point .content {
    flex-direction: column-reverse;
  }
  .app-lp .point .content .img {
    width: 100%;
  }
  .app-lp .point .content .img .kazari .item-01 {
    width: 5.625rem;
    top: -2rem;
    right: -1rem;
  }
  .app-lp .point .content .img .kazari .item-02 {
    width: 5.625rem;
    top: 3rem;
    left: -3rem;
  }
  .app-lp .point .content .img .kazari .item-03 {
    width: 7.5rem;
    bottom: -3rem;
    right: -3rem;
  }
  .app-lp .point .content .point-content {
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 30px;
  }
  .app-lp .point .content .point-content .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .app-lp .point .content .point-content .title p {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  .app-lp .point .content .point-content .title h2 {
    text-shadow: none;
    font-size: 1.875rem;
    letter-spacing: 0rem;
  }
  .app-lp .point .content .point-content .detail li {
    padding: 25px;
  }
  .app-lp .point .content .point-content .detail li h3 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-bottom: 6px;
  }
  .app-lp .point .content .point-content .detail li p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .app-lp .coupon {
    padding: 60px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0)) no-repeat, url(../img/top-bg.webp) no-repeat;
    background-size: cover cover;
    background-position: center center;
  }
  .app-lp .coupon .coupon-wrapper {
    padding: 15px;
    outline-offset: -15px;
  }
  .app-lp .coupon .coupon-wrapper .title {
    margin-bottom: 30px;
  }
  .app-lp .coupon .coupon-wrapper .title img {
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .app-lp .coupon .coupon-wrapper .title h2 {
    font-size: 1.625rem;
    margin-bottom: 10px;
  }
  .app-lp .coupon .coupon-wrapper .title p {
    font-size: 1.125rem;
    text-shadow: none;
    margin-bottom: 15px;
    line-height: 1.625rem;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content {
    max-width: 100%;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content .coupon-item {
    width: 100%;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content .coupon-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .img {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .coupon-item-01 {
    width: 70%;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .coupon-item-02 {
    width: 70%;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .coupon-item-03 {
    width: 50%;
  }
  .app-lp .coupon .coupon-wrapper .coupon-content .coupon-item .detail {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .app-lp .coupon .coupon-bt {
    margin: 30px 0;
  }
  .app-lp .coupon .download {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .app-lp .coupon .download h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .app-lp .coupon .download h2 span {
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .app-lp .coupon .download .download-content .app,
  .app-lp .coupon .download .download-content .google {
    width: 48%;
  }
  .app-lp .coupon .download .download-content .app a .banner,
  .app-lp .coupon .download .download-content .google a .banner {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-no {
    display: none;
  }
}
/*# sourceMappingURL=cssmap/style.css.map */
