/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
@media screen and (max-width: 767px) {
  .cntTxt.app {
    margin-bottom: 10px;
  }
}
.cntLarge {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .cntLarge {
    padding: 25px 4%;
  }
}
.appRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .appRow .appCell {
    flex-basis: 346px;
    max-width: 346px;
    margin: auto;
  }
}
.appRow .appCell:nth-of-type(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .appRow {
    display: block;
    text-align: center;
  }
  .appRow .appCell:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.appLogo {
  flex-basis: 230px;
  margin: 0 25px;
}
.appLogoWrap {
  margin-top: 35px;
  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) {
  .appLogo {
    flex-basis: 150px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .webImage {
    margin-top: 25px;
  }
}
.webImage:first-of-type {
  flex-basis: 510px;
}
.webImage:last-child {
  flex-basis: 440px;
}
.webImageWrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .webImageWrap {
    display: block;
  }
}
.webImageBtn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .webImageBtn {
    margin-top: 25px;
  }
  .webImageBtn a {
    padding: 12px 25px;
  }
}
.appImgttl {
  text-align: center;
  margin-bottom: 22px;
}
.appImgttl img {
  margin: auto;
}
.appDesc {
  margin-top: 30px;
  text-align: center;
}
.appDesc p {
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .appDesc {
    margin-top: 10px;
  }
}
.exampleAppTtl {
  border-bottom: 3px solid #ea8b93;
  padding-bottom: 30px;
  margin-bottom: 65px;
  position: relative;
}
.exampleAppTtl:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../img/app/example_ttl.png") bottom center no-repeat;
  width: 350px;
  height: 255px;
  display: block;
}
.exampleAppTtl .main,
.exampleAppTtl .sub {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, arial, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 40%;
}
.exampleAppTtl .sub {
  margin-bottom: 15px;
  line-height: 1.33;
  font-size: 45px;
  color: #e95383;
}
.exampleAppTtl .main {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, arial, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 2.4px;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .exampleAppTtl {
    text-align: center;
    padding: 0 0 90px;
  }
  .exampleAppTtl .main,
  .exampleAppTtl .sub {
    margin-left: 0;
  }
  .exampleAppTtl .main {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
  .exampleAppTtl .sub {
    margin-bottom: 5px;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1.31;
  }
  .exampleAppTtl:after {
    content: '';
    position: absolute;
    top: unset;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../img/app/example_ttl.png") bottom center no-repeat;
    width: 150px;
    height: 110px;
    background-size: 100%;
    bottom: -25px;
  }
}
.cntTxt.app p {
  line-height: 1.88;
  letter-spacing: 0.8px;
}
.exampleImgWrap {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .exampleImgWrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
}
.exampleImgText {
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0.8px;
  padding: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .exampleImgText {
    padding: 15px 0;
  }
}
.downloadWrap {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 200px 2fr 2fr;
  column-gap: 50px;
}
.downloadWrap .name {
  background: #f9d9d9;
  letter-spacing: 1.5px;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.downloadWrap .name span {
  color: #ea8b93;
}
@media screen and (max-width: 767px) {
  .downloadWrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .downloadWrap .logoWrap {
    width: 150px;
    margin: auto;
    text-align: center;
  }
  .downloadWrap .linkWrap {
    width: 100%;
    text-align: center;
  }
  .downloadWrap .linkWrap img {
    max-width: 300px;
  }
  .downloadWrap .name {
    background: #f9d9d9;
    letter-spacing: 1.125px;
    font-size: 23px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.banarWrap {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .banarWrap {
    margin: 50px -15px 0;
  }
}
.reserveTtl {
  text-align: center;
  line-height: 1.25;
  letter-spacing: 2.4px;
  font-size: 48px;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, arial, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 80px 0 50px;
  position: relative;
}
.reserveTtl:before {
  content: '';
  position: absolute;
  left: 120px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../img/app/reserve_ico.jpg") bottom center no-repeat;
  width: 150px;
  height: 175px;
  display: block;
}
@media screen and (max-width: 767px) {
  .reserveTtl {
    line-height: 1.31;
    letter-spacing: 0;
    font-size: 26px;
    margin: 60px 0 30px;
    padding-left: 80px;
  }
  .reserveTtl:before {
    content: '';
    position: absolute;
    left: 0;
    width: 72.5px;
    height: 85.5px;
    background-size: 100%;
    display: block;
  }
}
.plusTtl {
  margin: 50px 0;
}
.plusImgWrap {
  display: grid;
  grid-template-columns: 252px 502px;
  column-gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plusImgWrap .txtWrap {
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .plusImgWrap {
    margin-top: 215px;
    position: relative;
    grid-template-columns: 125px 220px;
    column-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plusImgWrap .voiceWrap {
    position: absolute;
    top: -190px;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
  }
  .plusImgWrap .txtWrap {
    font-size: 18px;
    line-height: 1.53;
    margin: 0;
    letter-spacing: 0;
  }
}
.reserveWrap {
  text-align: center;
}
.reserveBtnWrap {
  margin: 50px 0 125px;
}
.reserveBtn {
  width: 530px;
  padding: 15px 30px;
  line-height: 1.25;
  letter-spacing: -0.9px;
  font-size: 36px;
  font-weight: 600;
  border: solid 1px #e10915;
  position: relative;
  margin: auto;
}
.reserveBtn a {
  color: #ea8b93;
  display: block;
  width: 100%;
  height: 100%;
}
.reserveBtn a:hover {
  text-decoration: none;
}
.reserveBtn small {
  font-size: 24px;
}
.reserveBtn:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/app/plus_btn_bg.png") bottom right no-repeat;
  width: 176px;
  height: 62px;
  display: block;
}
@media screen and (max-width: 767px) {
  .reserveBtnWrap {
    margin: 30px 0 50px;
  }
  .reserveBtn {
    max-width: 345px;
    width: 100%;
    line-height: 1.25;
    font-size: 18px;
    text-align: center;
  }
  .reserveBtn small {
    font-size: 15px;
  }
  .reserveBtn:after {
    width: 106px;
    height: 38px;
    background-size: 100%;
  }
}
* {
  box-sizing: border-box;
}
/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 60%;
  padding: 10px;
  margin-left: 12%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
    margin-left: 0%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    margin-left: 0%;
  }
}
/*# sourceMappingURL=map/app.css.map */