.main{
  color: #333;
  font-feature-settings: "palt";
}

.contents {
  padding: 0 6rem;
}

.c-inner {
  max-width: 118rem;
  margin: 0 auto;
}

/* ----------------------------------------
.mv
----------------------------------------*/
.mv{
  margin: 0 0 10rem 0;
}

.mv-heading img {
  width: 100%;
  height: auto;
}


/* ----------------------------------------
.prologue
----------------------------------------*/
.prologue{
  margin: 0 0 4rem 0;
}

.prologue-inner{
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0;
}

.prologue-tit{
  position: relative;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1rem 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

  .prologue-tit:before {
    position: absolute;
    left: 0;
    content: "";
    width: calc((100% - 80rem)/2);
    border-top: 1px solid #333;
  }

  .prologue-tit:after {
    position: absolute;
    right: 0;
    content: "";
    width: calc((100% - 80rem)/2);
    border-top: 1px solid #333;
  }

.prologue-tit span{
  color: #0092e8;
}

.prologue-txt{
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 7rem 0;
}

.prologue-txt span{
  font-weight: bold;
  color: #0b308e;
}

.prologue-inner{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 0 8rem 0;
}

.prologue-inner div{
  text-align: center;
}

.prologue-inner li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 32.9rem;
  min-height: 20rem;
  background-color: #f1fbff;
  border-radius: 10px;
  font-size: 3.2rem;
  color: #0092e8;
}

.prologue-inner li::after{
  position: absolute;
  content: "";
  
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 30px solid #f1fbff;
  border-bottom: 0;
  bottom: -3rem;
}

.prologue-inner li span{
    font-weight: bold;
}

.prologue-alauday{
  width: 46rem;
  margin: 0 auto;
}

.prologue-alauday img{
  width: 100%;
  height: auto;
}


/* ----------------------------------------
.use
----------------------------------------*/
.use{
  padding-bottom: 4rem;
  background-color: #f1fbff;
  background-image: url(/alauday/images/bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.use-inner{
  padding: 6rem 4rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  
}
.use-tit{
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: #0092e8;
  border-radius: 10px;
  margin: 0 0 3rem 0;
}

.use-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 0 0 9rem 0;
}
.use-txt figure{
  width: 10rem;
}

.use-txt figure img{
  width: 100%;
  height: auto;
}

.use-txt p{
  font-size: 2.4rem;
  line-height: 1.5;
}

.use-txt p span{
  font-weight: bold;
  color: #0b308e;
}

.use-dl{
  position: relative;
  padding: 7rem 8rem;
  border: 4px solid #e9ecee;
  border-radius: 10px;
  margin: 0 0 8rem 0;
}

.use-dl-tit{
  font-size: 3.8rem;
  font-weight: bold;
  color: #0092e8;
}

.use-dl-list{
  display: flex;
  align-items: center;
  gap: 3rem;
}

.use-dl-list span{
  font-size: 1rem;
}

.use-dl-list .dl-btn{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem 0;
}

.use-dl-list .dl-btn a{
  display:block;
  width: auto;
  height: 5.9rem;
}

.use-dl-list .dl-btn a img{
  width: auto;
  height: 100%;
}

.use-dl-list .dl-btn .qr{
  width: 7.4rem;
  height: 7.4rem;
}

.use-dl-list .dl-btn .qr img{
  width: 100%;
  height: auto;
}

.use-dl p{
  font-size: 1rem;
}

.screen{
  width: 32rem;
  position: absolute;
  right: 8rem;
  bottom: 0;
}

.screen img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media (max-width: 1310px) and (min-width: 768px) {
  .screen{
    width: calc(100% - 8rem - 61.3rem - 8rem);}
}

/* ----------------------------------------
.app
----------------------------------------*/
.app{
}

.app:not(:last-child){
  margin: 0 0 8rem 0;
}

.app-step{}

.app-step .num{
  display: flex;
  align-items: center;
  gap:6rem;
}

  .reverse .app-step .num{
    flex-direction: row-reverse;
  }

.app-step .num span{
  display: block;
  width: 68rem;
  height: 0.1rem;
  background-color: #0b308e;
}

.app-step .num figure{
  width: 15.8rem;
}

.app-step .num figure img{
  width: 100%;
  height: auto;
}


.app-inner{
  display: flex;
  gap:6rem;
}

  .reverse .app-inner{
    flex-direction: row-reverse;
  }

.app-inner figure{
  width: 45rem;
}

.app-inner figure img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.app-inner p{
  width: calc(100% - 6rem - 45rem);
  font-size: 2.4rem;
  line-height: 1.75;
  color: #0b308e;
  padding: 5rem 0 0 0;
}


/* ----------------------------------------
.step
----------------------------------------*/
.step{
  background-color: #f1fbff;
  padding-top: 5rem;
  padding-bottom: 8rem;
  margin: 0 0 8rem 0;
}

.step-inner:not(:last-child){
  margin: 0 0 10rem 0;
}

.step-title{
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  background-color: #0092e8;
  border-radius: 10px;
  margin: 0 0 8rem 0;
}

.step-list{
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin: 0 0 3rem 0;
}

.step-list-item{
  width: 34rem;
}

.step-list-item img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.step-list .arrow{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #0092e8;
  border-right: 0;
}

.step-tit {
  position: relative;
  font-size: 2.4rem;
  padding: 2rem 2rem 2rem 13rem;
  background-color: #e1f1f8;
  border-radius: 10px;
  margin: 0 0 4rem 0;
}

.step-tit span{
  position: absolute;
  width: 10rem;
  height: 10rem;
  left: 1rem;
  bottom: 1rem;
}

.step-tit span img{
  width: 100%;
  height: auto;
}

.step-txt{
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}


/* ----------------------------------------
.shop
----------------------------------------*/
.shop{
  margin: 0 0 12rem 0;
}

.shop-tit{
  font-size: 3.6rem;
  font-weight: bold;
  color: #0092e8;
  text-align: center;
  margin: 0 0 6rem 0;
}

.shop-list{
  margin: 0 0 4rem 0;
}

.shop-item:not(:last-child){
  margin: 0 0 6rem 0;
}

.shop-name{
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 2.5rem 0;
}

  .shop-inner{
    display: flex;
    gap: 4rem;
  }

  .shop-inner figure{
    width: 45rem;
  }

  .shop-inner figure img{
    width: 100%;
    height: auto;
  }

  .shop-info{
    width: calc(100% - 4rem - 45rem);
  }

  .shop-info .shop-address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    border-bottom:1px solid #e9ecee;
    padding: 0 0 1.5rem 0;
    margin: 0 0 1.5rem 0;
  }

  .shop-info .shop-address p{
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .shop-info .shop-address .mapLink{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    box-shadow: 0 3px 7px rgba(0,0,0,0.25);
  }

  .shop-info .shop-address .mapLink.hover{
    background-color: #333;
    box-shadow: none;
    transition: 0.12s;
  }

  .shop-info dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 2rem 0;
  }

  .shop-info dd{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .shop-info dd:not(:last-child){
    margin: 0;
  }

  .shop-info dd span{
    font-weight: bold;
    margin: 0 1rem 0 0;
  }

  .shop-info .shop-equipment{
    display: flex;
    gap: 1rem;
  }

  .shop-info .shop-equipment li{
    width: 9rem;
  }

  .shop-info .shop-equipment li img{
    width: 100%;
    height: auto;
    
    border: 2px solid #0092e8;
    border-radius: 6px;
  }

.shop .note{
  font-size: 1.4rem;
  line-height: 1.714;
  margin: 0 0 6rem 0;
  }


/* ----------------------------------------
.facility
----------------------------------------*/
.facility{
  padding: 6rem 4rem;
  background-color:#f4f9fb;
}

.facility-tit{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 4rem 0;
}

.facility-list{
  display: flex;
  gap:4rem;
  margin: 0 0 6rem 0;
}

  .facility-list li{
    width: calc((100% - 8rem) / 3);
  }

  .facility-list li figure{
    margin: 0 0 1.5rem 0;
  }

  .facility-list li figure img{
    width: 100%;
    height: auto;
  }

  .facility-list-tit{
    font-size: 1.8rem;
    font-weight: bold;
    color: #0b308e;
    margin: 0 0 1.5rem 0;
  }

  .facility-list p{
    font-size: 1.4rem;
    line-height: 1.714;
  }


.facility-list2{
  border-top:solid 1px #e9ecee;
  padding: 6rem 0 0 0;
}

  .facility-list2 li{
    margin: 0 0 4rem 0;
  }

  .facility-list2-tit{
    font-size: 1.8rem;
    font-weight: bold;
    color: #0b308e;
    margin: 0 0 1.5rem 0;
  }

  .facility-list2 p{
    font-size: 1.4rem;
    line-height: 1.714;
  }

.bike{
  display: flex;
  align-items: center;
  gap:3rem;
  padding: 1.5rem 8rem;
  background-color: #00a0e9;
  border-radius: 10px;
}

.bike figure{
  width: 13rem;
}

  .bike figure img{
    width: 100%;
    height: auto;
  }

.bike-inner .bike-tit{
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff100;
    margin: 0 0 0.5rem 0;
}

.bike-inner p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
}


/* ----------------------------------------
.pdfDownloadBtn
----------------------------------------*/
.btn-pdf-inner{
  display: flex;
  gap:2rem;
  justify-content: center;
}


.pdfDownloadBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6rem auto 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  height: 6.4rem;
  color: #e60012;
  border: 1px solid #e60012;
  width: 43.4rem;
  padding-right: 1.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pdfDownloadBtn:visited{
  color: #e60012;
}
.pdfDownloadBtn .icon-pdf{ 
  margin-right: 1rem;
}
.pdfDownloadBtn.hover{
  color: #fff;
  background-color: #e60012;
}


/* ----------------------------------------
.campaign
----------------------------------------*/
.campaign-inner{
  margin: 0 auto 12rem;
  padding: 8rem 5rem 8rem;
  border: 6px solid #e60012;
  border-radius: 6px;
}

.campaign-tit{
  text-align: center;
  margin: 0 auto 4rem;
}

.campaign-txt{
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.667;
  color: #0092e8;
  text-align: center;
  margin: 0 auto 2rem;
}
  .campaign-txt span{
    color: #0b308e;
  }

.campaign-stxt{
  font-size: 2.1rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto 4rem;
}

.campaign-period{
  width: 92rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #0092e8;
  border-radius: calc(infinity * 1px);
  margin: 0 auto 5rem;
  padding: 1rem;
}

.campaign-note{
  width: 92rem;
  margin: 0 auto;
}

.campaign-note li{
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

/* ----------------------------------------
.campaign-special
----------------------------------------*/
.campaign-special{
  display: flex;
  gap: 4rem;
  width: 92rem;  
  margin: 0 auto 2rem;
}

.campaign-special li{
  position: relative;
  width: 44rem;
  border: 6px solid #0b308e;
}

.campaign-special li h3{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:5.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem;
  background-color:#0b308e;
}
.campaign-special li h3 span{
  background: linear-gradient(transparent 90%, #fff600 0%);
  display: inline-block;
}

.campaign-special li .special-label{
  position: absolute;
  top: -5rem;
  left: -0.5rem;
  width: 8rem;
  height: 8rem;
}
.campaign-special li .special-label img{
  width: 100%;
  height: auto;
}

.campaign-special li .special-txt-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: 20rem;
  padding: 1.5rem;
}

.campaign-special li .special-txt-inner a.prize.hover{
  opacity: 0.8;
}

.campaign-special li .special-txt-inner a.prize img{
  width: 6.9rem;
  height: auto;
}

.campaign-special li .special-txt-inner p{
  font-size: 2.4rem;
}

.campaign-special li .special-txt-inner p .special-txt{
  font-size: 3.2rem;
  font-weight: bold;
  color: #0b308e;
  line-height: 1;
}

.campaign-special li .special-txt-inner p strong{
  font-size: 5.4rem;
}

.campaign-special li .special-txt-inner p .special-stxt{
  font-size: 1.6rem;
}

.campaign-special li .special-txt-inner p .blue{
    color: #0b308e;
}

.campaign-special li .special-txt-inner p .special-stxt a{
  text-decoration: underline;
}

.campaign-special li .special-txt-inner p .special-stxt a.hover{
  text-decoration: none;
}

