/* ----------------------------
hero
------------------------------ */
.hero-area {
  width: 100%;
  background: #FFFBC7;
  padding-top: 60px;
}

.hero-area .hero-area-wrapper {
  background-image: url(../images/bg_circle.svg), url(../images/bg_circle.svg), url(../images/bg_circle.svg);
  background-repeat: no-repeat, no-repeat no-repeat;
  background-size: 49.87vw auto, 48vw auto, 48vw auto;
  background-position: bottom 0px right -40px, top 50% left -40px, top 100px right -40px;
  padding: 24px 0 0 0;
  position: relative;
}

.hero-area .hero-area-wrapper .headline{
  width: calc(100% - 32px);
  max-width: 500px;
  margin: 0 auto 24px;
}

.hero-area .hero-area-wrapper .headline p{
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 16px auto 0;
  padding:8px;
  background: #45B035;
  border-radius: 50px;
}

.hero-img{
  width: calc(100% - 48px);
  max-width: 465px;
  margin: 0 auto 40px;
}

.hero-img ul{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-img ul li p{
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 700;
  color: #585858;
  text-align: center;
  margin: 8px auto 0;
}

@media screen and (min-width:768px) {
.hero-area {
  padding-top: 73px;
}

.hero-area .hero-area-wrapper {
  background-size: 200px auto, 200px auto, 200px auto;
}
}

@media screen and (min-width:1025px) {
.hero-area {
  padding-top: 80px;
}

.hero-area .hero-area-wrapper {
  max-width: 1280px;
  background-position: bottom 40px right 50%, top 0% left 0, top 16px right 0px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px 32px;
}

.hero-area .hero-area-wrapper .headline{
  width: 500px;
  margin: -50px 0 0;
}

.hero-area .hero-area-wrapper .headline p{
  font-size: 2.4rem;
  margin: 32px auto 0;
}

.hero-img{
  width: 465px;
  height: 410px;
  margin: 0;
}

.hero-img ul { 
  position: relative;
}

.hero-img ul li {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: crossFade 6s infinite;
}

.hero-img ul li p{
  margin: 16px auto 0;
}

.hero-img li:nth-child(1) {
  animation-delay: 0s;
}

.hero-img li:nth-child(2) {
  animation-delay: 3s;
}

.hero-img picture {
  display: block;
}

@keyframes crossFade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
}

/* ------------------------------
howto-area
------------------------------ */
.howto-area{
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  background-size: 106px auto;
}

.howto-area h2{
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 700;
  color:#45B035;
  text-align: center;
  padding: 16px;
  background: #ECF5E9;
}

.howto-area h3{
  width: fit-content;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color:#45B035;
  text-align: center;
  margin: 0 auto;
  padding: 0 88px;
  position: relative;
}

.howto-area h3::before{
  display: block;
  content: '';
  background-color: #45B035;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

.howto-area h3::after{
  display: block;
  content: '';
  background-color: #45B035;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* --購入方法-- */

.howtobuy ul{
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin: 32px auto 48px;
}

.howtobuy ul li p{
  font-size:1.4rem;
  line-height: 1.45;
  text-align: center;
  margin: 16px auto 0;
}

.howtobuy ul li{
  position: relative;
}

.howtobuy ul li::after{
  display: block;
  content: '';
  width: 26px;
  height: 16px;
  background-image: url(../images/bg_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: 45%;
}

.howtobuy ul li:last-child::after{
  display: none;
}

.howto-area ul li picture{
  max-width: 170px;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .howtobuy ul{
    gap: 64px;
    margin: 48px auto 64px;
  }

  .howtobuy ul li::after{
    bottom: -40px;
  }
}

@media screen and (min-width:1025px) {
.howto-area h2{
  max-width: 1000px;
  font-size: 3.2rem;
  line-height: 1;
  margin: 40px auto 0;
  border-radius: 8px;
}

.howto-area h3{
  font-size: 2.4rem;
  padding: 0 116px;
}

.howto-area h3::before{
  width: 100px;
}

.howto-area h3::after{
  width: 100px;
}

/* --購入方法-- */

.howtobuy ul{
  max-width: 1000px;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  margin: 40px auto 72px;
}

.howtobuy ul li::after{
  width: 16px;
  height: 26px;
  background-image: url(../images/bg_arrow_vertical.svg);
  bottom: unset;
  top: 120px;
  right: -30px;
}

.howtobuy ul li:last-child::after{
  display: none;
}
}

/* --利用方法 乗車-- */
.howtouse .geton{
  margin: 32px auto 0;
}

.howtouse ul{
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  margin: 20px auto 40px;
}

.howtouse ul li p{
  font-size:1.4rem;
  line-height: 1.45;
  text-align: center;
  margin: 16px auto 0;
}

.howtouse ul li .name{
  color: #45B035;
  font-weight:bold;
  margin: 16px auto 8px;
}

.howtouse ul li .name + p{
  margin: 0 auto;
}


.howtouse ul li{
  position: relative;
}

.howtouse ul li::after{
  display: block;
  content: '';
  width: 26px;
  height: 16px;
  background-image: url(../images/bg_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  right: 45%;
}

.howtouse  ul li:last-child::after{
  display: none;
}

@media screen and (min-width:768px) {
  .howtouse .geton{
    margin: 48px auto 0;
  }

  .howtouse ul{
    gap: 64px;
    margin: 20px auto 48px;
  }

  .howtouse ul li:last-child .name1{
    position: absolute;
    top: -32px;
    left: 17%;
  }

  .howtouse ul li:last-child .name2{
    position: absolute;
    top: -32px;
    right: 17%;
  }

  .howtouse ul li::after{
    position: absolute;
    bottom: -40px;
    right: 48%;
  }
}

@media screen and (min-width:1025px) {
  .howtouse .geton{
  margin: 40px auto 0;
}

.howtouse ul{
  max-width: 1000px;
  flex-direction: row;
  gap: 76px;
  align-items: flex-start;
  justify-content: center;
  margin: 40px auto;
}

.howtouse ul li p{
  width: 180px;
}

.howtouse ul li::after{
  width: 16px;
  height: 26px;
  background-image: url(../images/bg_arrow_vertical.svg);
  top: 140px;
  bottom: unset;
  right: -50px;
}
}

/* --利用方法 イラスト入り説明-- */

.howtogeton{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin: 0 auto 48px;
}

.howtogeton__content{
  width: calc(100% - 32px);
  max-width: 479px;
  border: 2px solid #E0EED3;
  border-radius: 16px;
  background: #fff;
}

.howtogeton__content div{
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.howtogeton__content h4{
  font-size: 1.6rem;
  line-height: 1.45;
  color: #45B035;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  background: #E0EED3;
  border-radius: 16px 16px 0 0;
}

@media screen and (min-width:768px) {
  .howtogeton{
    width: calc(100% - 32px);
    max-width: 1000px;
    flex-direction: row;
    gap:24px;
    justify-content:center;
    align-items: stretch;
    margin: 0 auto 64px;
  }
}

@media screen and (min-width:1025px) {
  .howtogeton{
    margin: 0 auto 80px;
  }

  .howtogeton__content div{
    padding: 24px;
    flex-direction: row;
  }

  .howtogeton__content div p{
    width: 50%
  }

   .howtogeton__content div picture{
    width: 50%
  }
}

/* --利用方法 降車-- */
.howtouse .getoff{
  margin: 40px auto 48px;
}

.howtouse .getoff ul li:first-child::after{
  content: none;
}

 /* --詳細-- */

.notice-area{
margin: 0 auto;
}

.notice ul li.asterisk{
  list-style: none !important;
}

@media screen and (min-width:1025px) {
.howtouse .getoff{
  margin: 80px auto;
}
}
