﻿

section.main {
    width: 100%;
    position: relative;
    padding: 61px 0 50px 0;
    z-index: 2;
    height: 100vh;
    background: url(../../images/localbus/ticket/passplus_campaign/main_bg.webp) no-repeat 40% 10%;
}


.main-wrap {
    width: 100%;
    margin: 0 auto;
    height:100%;
    max-width: 1920px;
    position: relative;
    top: 0;
}

.read {
    position: relative;
    width: 90%;
    margin: 35px auto 0;
}

 .read .mada {
    width: 80%;
}

.read .mada02 {
    width: 20px;
    position: absolute;
    right: -20px;
    top: -33px;
}

.read .nagasakihe {
    width: 70%;
    right: 0;
    position: relative;
    bottom: 10px;
    margin: 0 0 0 auto;
    display: block;
}

.top_bus {
    position: absolute;
    bottom: 111px;
    width: 40%;
    left: 19px;
    max-width: 150px;
}


.read-wrap {
    position: relative;
    width: 50%;
    margin: 0 0 1px 0;
    max-width: 240px;
}

.read p {
    color: var(--white);
    text-align: left;
    position: relative;
    font-weight: var(--fw-bold);
    max-width: 210px;
    margin: auto;
}

.top_50off {
    margin: 10px auto 0;
    text-align: center;
    width: 74%;
    max-width: 380px;
}

.top_people {
    position: absolute;
    bottom: 0;
    width: 63%;
    right: 0;
    max-width: 250px;
}

.top_smart {
    width: 34%;
    position: absolute;
    right: 4%;
    top: 90px;
    max-width: 132px;
}

.top_smart img {
    width: 47%;
    margin: 0 0 0 auto;
    float: right;
}

.top_smart img.fukidashi {
    width: 100%;
    position: absolute;
    left: 0px;
    top: -104px;
    max-width: 133px;
}

.bus-50off {
    position: relative;
    max-width: 380px;
    margin: auto;
}


.scroll {
  cursor: pointer;
  position: absolute;
  width: 15%;
  height: 11%;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
}

.scroll a:before {
  -moz-animation-name: anime1;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: anime1;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: anime1;
  -o-animation-duration: 5s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: anime1;
  -ms-animation-duration: 5s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  content: "";
  position: absolute;
  top: 32px;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  text-align: center;
  z-index: 100;
  display: block;
  overflow: hidden;
}

.scroll a {
  position: absolute;
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  color: var(--black);
  font-size: 0.9em;
  letter-spacing: 0.08em;
  font-family: var(--en);
  padding: 7px 7px;
  box-sizing: border-box;
  width: 100%;
  font-weight: var(--fw-medium);
}



@-moz-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--black);
  }
}

@-webkit-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--black);
  }
}

@-o-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--black);
  }
}

@-ms-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--black);
  }
}



.top__head {
    position: relative;
}


#wrap {
    position: relative;
    z-index: 3;
}

section.contents {
    margin: 0 auto 0;
    z-index: 2;
    position: relative;
}

/*お得*/

#otoku {
    padding: 55px 0 40px;
    margin: -70px auto 0;
}

#otoku:before {
    content: "";
    margin: 0 auto 0;
    z-index: -1;
    background: url(../../images/localbus/ticket/passplus_campaign/otoku_bg_sp.webp) top;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
}


h3.h3__common {
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: var(--fw-bold);
    color: var(--black);
}

#otoku h3.h3__common span {
    position: relative;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
}

h3.h3__common span:before,  h3.h3__common span:after{
    content:"";
    width: 21px;
    height: 21px;
    background: var(--black);
    position: absolute;
    background-size: contain;
    top: 32px;
     -webkit-mask: url(../../images/localbus/ticket/passplus_campaign/otoku_line.svg) no-repeat center / contain;
    mask: url(../../images/localbus/ticket/passplus_campaign/otoku_line.svg) no-repeat center / contain;
}

h3.h3__common span:before{
    left:0;
    transform: scale(-1,1);
    top: 33px;
}

h3.h3__common span:after{
    right:0;
}

ul.otoku-list {
    display: grid;
    gap: 10px;
}

ul.otoku-list li {
    background: #fffaee;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 6%;
    align-items: center;
}

ul.otoku-list li figure {
    text-align: center;
    margin: auto;
    width: 25%;
}

ul.otoku-list li figcaption.text-wrap {
    margin: 0;
    width: 72%;
}

ul.otoku-list li figcaption.text-wrap b {
    display: block;
    font-weight: var(--fw-bold);
    color: var(--darkblue);
    margin: 0;
    font-size: 1.1em;
}

ul.otoku-list li figure img {
    height: 60px;
}


/*area*/
#area .h2__common span:before {
    content:"";
    position:absolute;
    width:100%;
    height: 14px;
    background: url(../../images/localbus/ticket/passplus_campaign/dottedline.webp) no-repeat;
    bottom: -11px;
    background-size: contain;
}

.h2__common span b {
    color: #e60011;
    font-size: 140%;
}

.h2__common span {
    padding: 0 21px 0 0;
    position: relative;
    display: inline-block;
}

.h2__common span:after{
    content:"";
    width: 21px;
    height: 21px;
    background: #ef7f30;
    position: absolute;
    background-size: contain;
    top: 18px;
    right: 0;
     -webkit-mask: url(../../images/localbus/ticket/passplus_campaign/otoku_line.svg) no-repeat center / contain;
    mask: url(../../images/localbus/ticket/passplus_campaign/otoku_line.svg) no-repeat center / contain;
}

ul.area-list li a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

ul.area-list {
    display: grid;
    gap: 20px;
    margin: 30px auto 0;
}

ul.area-list li a b {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    top: -6px;
    padding: 23px 0;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    left: 4px;
}

ul.area-list li a b:before{
    content:"";
    width: 86%;
    height: 86%;
    border:1px solid #fff;
    position:absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    margin: auto;
}

ul.area-list li a b {
    text-align: center;
    color: var(--white);
    font-weight:var(--fw-bold);
}

ul.area-list li.city a b {
    background: #2a94ca;
}

ul.area-list li.mogi a b {
    background: #e4bacf;
    color:#005bac;
}

ul.area-list li.nanbu a b {
    background: #93d07f;
    color: var(--blue);
}

ul.area-list li a b span {
    display: block;
    line-height: 1;
    font-size: 120%;
}

ul.area-list figcaption {
    padding: 10px 10px 20px;
    text-align: center;
}

ul.area-list figcaption .button {
    border: 1px solid var(--darkblue);
    font-size: 0.9em;
    padding: 10px 40px;
    display: inline-block;
    line-height: 1;
    color: var(--darkblue);
    border-radius: 30px;
    margin: 15px auto 0;
    font-weight: var(
    --fw-bold);
    position: relative;
}

ul.area-list figcaption .button span.p__icon{
    background-color: var(--darkblue);
    width: 10px;
    height: 10px;
}

ul.area-list li a .fig-wrap {border-radius: 10px;overflow: hidden;}


/*モデルコース*/
.modelcourse-box {
    padding: 20px 20px;
    border: 1px solid #e4cf94;
    border-radius: 10px;
    background: #fffaee;
}

.modelcourse-box h3.h3__common {
    color: #f27b7b;
}

.modelcourse-box h3.h3__common span {
    position: relative;
    padding: 0 27px 8px;
    background: url(../../images/localbus/ticket/passplus_campaign/dottedline_pink.webp) no-repeat bottom / 75%;
}

.modelcourse-box h3.h3__common span:before,
.modelcourse-box h3.h3__common span:after{
    top: 3px;
    background: #f27b7b;
}

ul.course-list {
    display: grid;
    gap: 20px;
}

ul.course-list li a,
#coupon ul.swiper-wrapper li a {
    background: var(--white);
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

ul.course-list li a figcaption,
#coupon ul.swiper-wrapper li a figcaption{
    padding: 15px;
    position: relative;
}

ul.course-list li a .p__icon {
    width: 12px;
    height: 12px;
    background: var(--darkblue);
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-mask: url(../../images/common/arrow_w.svg) no-repeat center / contain;
    mask: url(../../images/common/arrow_w.svg) no-repeat center / contain;
    transform: translateY(-50%);
}

/*coupon*/
#coupon {
    padding: 70px 0 30px;
    background: #f3fbff;
    margin: 0 auto 0;
}

#coupon h3.h3__common span:before,
#coupon h3.h3__common span:after{
    content:none;
}

#coupon h3.h3__common{
    color:var(--blue);
}

#coupon h3.h3__common small{
    font-size:80%;
}

#coupon ul.swiper-wrapper li a {
    border:1px solid var(--gray);
}

#coupon ul.swiper-wrapper li a figcaption{
    text-align:center;
}

#coupon ul.swiper-wrapper li a figcaption .off{
    color: var(--red-900);
    background: #fffaee;
    border: 1px solid;
    padding: 5px 14px;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
    display: inline-block;
    border-radius: 19px;
    font-weight: var(--fw-bold);
    margin: 10px auto 0;
    max-width: 110px;
    letter-spacing: 0.04em;
    font-size: 1.1em;
}

#coupon .swiper-wrapper {
    margin: 0 auto 40px;
}

.swiper-button-next, .swiper-button-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px !important;
    border: 1px solid var(--blue);
    display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.swiper-pagination-bullet-active {
    background: var(--blue);
}

/*howto*/
.howto-box {
    border-radius: 10px;
}

ul.howto-list {
    display: grid;
    gap: 0;
    counter-reset: step-count 0;
}

ul.howto-list li .fig-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    border: 1px solid var(--blue);
}

ul.howto-list li {
    counter-increment: step-count;
    position: relative;
    padding: 0 0 30px 0;
}

ul.howto-list li:last-child{
    padding:0;
}

ul.howto-list li:after{
    content:"";
    background: url(../../images/localbus/ticket/passplus_campaign/howto_arrow.webp) no-repeat;
    width: 18px;
    height: 15px;
    position: absolute;
    bottom: 6px;
    background-size: contain;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
}

ul.howto-list li:last-child:after{
    content:none;
}

ul.howto-list li .fig-wrap figure {
    width: 25%;
    text-align: center;
}

ul.howto-list li .fig-wrap figure figcaption {
    width: 70%;
}

ul.howto-list li .fig-wrap figure img {
    max-width: max-content;
    height: 80px;
}

ul.howto-list li .fig-wrap figcaption {
    width: 75%;
    position: relative;
    padding: 0 5%;
}

ul.howto-list li .fig-wrap figcaption p {
    font-weight: var(--fw-bold);
    line-height: 1.6;
}

ul.howto-list li:before {
    content: "STEP" counter(step-count);
    font-weight: var(
    --fw-bold);
    font-size: 0.9em;
    background: var(
    --blue);
    color: var(
    --white);
    padding: 9px 13px;
    line-height: 1;
    border-radius: 7px 7px 0 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0.08em;
}


/*価格*/
.price-box {
    border: 1px solid var(--blue);
    padding: 10px;
    border-radius: 10px;
    position: relative;
    padding: 20px 20px 20px;
}

.price-box tr > * {
    font-weight: var(--fw-bold);
    font-size: 1em;
    width: 50%;
    text-align: center;
    background: #f3f9fe;
    border-bottom: 1px dashed #d5e3ee;
}

.price-box tr th.cam {
    color: var(--red-900);
    border-bottom: 1px solid #eecf00;
    background: #fff0f0;
}

.price-box tr {
    display: table;
    width: 100%;
    color: var(--black);
}

.price-box table {
    width: 100%;
}

.price-box tr td dl {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 6px;
}

.price-box tr td dl dt {
    font-size: 0.9em;
}

.price-box tr td dl dd {
    font-size: 0.9em;
}

.price-box tr td dl dd b {
    font-size: 190%;
    padding: 0 2px 0 0;
}

.price-box tr td.cam-p b {
    font-size: 250%;
}

.price-box tr td.cam-p {
    background: #fff0f0;
    color: var(--red-900);
    border-bottom: 1px dashed #ffe1e1;
}

.price-box tr td {
    padding: 15px 15px 0;
}

.price-box tr td.cam-p dd {
    font-size: 1.1em;
}

.price-box tr th {
    padding: 2px;
}

.half-off {
    font-size: 1em;
    text-align: center;
    font-weight: var(--fw-bold);
    background: #ffcf49;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 0;
    padding: 0px 0;
    gap: 0;
    right: 20px;
    top: 8px;
    margin: 0 0 0 auto;
}

.ho-top b {
    font-size: 260%;
    line-height: 1;
}

.ho-top .half-off {
    line-height: 1;
}

.half-off span {
    line-height: 1;
    padding: 0 0 0 3px;
}

.price-box tr:last-child td {
    border-bottom: none;
}

.contents-box {
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
    padding: 70px 0 0 0;
}



.fig-wrap b {
    display: block;
    margin: 0 0 5px 0;
    font-weight: var(--fw-semibold);
    font-size: 1em;
    letter-spacing: 0.05em;
    color: var(--black);
    line-height: 1.5;
}




@media (min-width: 500px) {


    .read p {
    font-size: 1em;
    max-width: 240px;
}

.bus-50off {
    max-width: 370px;
}

.top_50off {
    width: 100%;
    max-width: none;
}


.top_bus {
    max-width: 220px;
    bottom: 146px;
    right: inherit;
    width: auto;
    left: -60px;
}

.top_people {
    max-width: 330px;
}

.top_smart img.fukidashi {
    max-width: 160px;
    left: 30px;
    top: -120px;
}

.top_smart {
    max-width: 230px;
    right: 5%;
}



section.contents:before {
    background-position: top;
}

/*オトク*/

#otoku {padding: 115px 0 50px;}

#otoku:before {width: 120%;left: -15%;}
    
ul.otoku-list li {
    gap: 3%;
}
ul.otoku-list li figure {
   width: 15%;
}

ul.otoku-list li figcaption.text-wrap {width: 83%;}


/*howto*/
ul.howto-list {
    grid-template-columns: repeat(2,1fr);
    gap: 15px 30px;
}

ul.howto-list li {
    padding: 0;
}

ul.howto-list li:nth-child(2n) {
    padding: 0;
}

ul.howto-list li:after {
    bottom: 0;
    top: 20px;
    right: -25px;
    left: inherit;
    transform: rotate(0deg);
}

ul.howto-list li .fig-wrap {
    flex-wrap: wrap;
}

ul.howto-list li .fig-wrap figure {
    width: 100%;
}

ul.howto-list li .fig-wrap figcaption {
    width: 100%;
    padding: 0;
    text-align: center;
}
    
}

@media (min-width: 767px) {

 section.main {
    padding: 58px 0 0 0;
}

.main .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main .icon-box .i01 {
    left: 15%;
    position: absolute;
    top: 17%;
}

.main .icon-box .i02 {
    left: 7%;
    position: absolute;
    top: 63%;
}

.main .icon-box .i03 {
    left: 18%;
    position: absolute;
    top: 29%;
}

.read p {
    max-width: 350px;
}




h3.h3__common span:before, h3.h3__common span:after {
    top: 0;
}

h3.h3__common {
    font-size: 1.5em;
}

/*オトク*/
ul.otoku-list {
    grid-template-columns: repeat(3, 1fr);
}

ul.otoku-list li {
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px;
}

ul.otoku-list li figure {
    width: 100%;
}

ul.otoku-list li figcaption.text-wrap {
    width: 100%;
}

ul.otoku-list li figcaption.text-wrap b {
    text-align: center;
    margin: 0 0 5px 0;
}

ul.otoku-list li figure img {
    height: 80px;
}

/*area*/

.h2__common span:after {
    width: 22px;
    height: 22px;
    top: 30px;
}

#area .h2__common span:before {
    background-size: 84%;
}
    
ul.area-list {
    grid-template-columns: repeat(3, 1fr);
}

ul.course-list{
     grid-template-columns: repeat(2, 1fr);
     margin: 0 auto 40px;
}

.modelcourse-box {
    padding: 30px;
}

.modelcourse-box .about-text > p {
    text-align: center;
}

/*クーポン*/
#coupon  p {
    text-align: center;
}

.coupon-top {
    margin: 0 auto 30px;
}

/*howto*/
ul.howto-list {
    grid-template-columns: repeat(2,1fr);
    gap: 15px 30px;
}

ul.howto-list li {
    padding: 0;
    border: 1px solid var(--blue);
    border-radius: 10px;
}

ul.howto-list li:nth-child(2n) {
    padding: 0;
}

ul.howto-list li:after {
    bottom: 0;
    top: 20px;
    right: -25px;
    left: inherit;
    transform: rotate(0deg);
}

ul.howto-list li .fig-wrap {
    flex-wrap: wrap;
    border: none;
}

ul.howto-list li .fig-wrap figure {
    width: 100%;
}

ul.howto-list li .fig-wrap figcaption {
    width: 100%;
    padding: 0;
    text-align: center;
}
    
}
@media (min-width: 991px) {

    
}



@media (min-width: 1100px) {	

section.main {
    padding: 60px 0 0 0;
}

.read {
    margin: 90px auto 0;
}


.main .icon-box .i01 {
    left: 25%;
    top: 37%;
}

.main .icon-box .i02 {
    left: 7%;
    top: 75%;
}

.main .icon-box .i03 {
    left: 18%;
    top: 26%;
}    

.top_smart img.fukidashi {
    top: 310px;
    transform: rotate(0deg);
    bottom: 0;
    margin: 0;
    max-width: 190px;
    left: 20px;
}

.top_smart img {
    width: 70%;
    transform: rotate(15deg);
}

.top_smart {
    max-width: 250px;
    top: 0;
}

.top_people {
    max-width: 450px;
    right: 2%;
}

.bus-50off {
    max-width: 85%;
    top: 10%;
    transform: translateY(-50%);
    left: 4%;
}

.top_50off {
    max-width: 430px;
}

.read p {
    position: absolute;
    left: 0;
    bottom: -40px;
    max-width: 360px;
}

.read-wrap {
    max-width: 300px;
}

#otoku:before {
    background: url(../../images/localbus/ticket/passplus_campaign/otoku_bg_pc.webp) no-repeat top;
}

.top_bus {
    max-width: 560px;
    right: 7%;
    bottom: -230px;
}



.contents-box {
    margin: 0 auto 60px;
    padding: 0;
}

/*オトク*/
#otoku {padding: 145px 0 60px;margin: -60px auto 60px;}
ul.otoku-list {
    grid-template-columns: repeat(5, 1fr);
}

.fig-wrap b {
    font-size: 1.1em;
    line-height: 1.5;
}

.fig-wrap b span {
    display: block;
}
    
/*coupo,*/
#coupon{
    margin: 0 auto 60px;
}
    
/*howto*/
#howtoprice {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    width: 95%;
    align-items: end;
}

#howto {
    width: 64%;
    margin: 0;
    height: 100%;
}

#price {
    width: 50%;
    margin: 0;
}
.price-box {
    padding: 40px;
    height: 396px;
}

#howto .h2__common {
    text-align: left;
}

}

@media (min-width: 1200px) {
   section.main:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 120px;
    background: url(../../images/localbus/ticket/passplus_campaign/head_cloud.webp) no-repeat;
    top: 0;
    left: 0;
    background-size: contain;
}
    
    .scroll {
        height: 14%;
        bottom: -70px;
    }

    .scroll a:before {
        top: 40px;
    }

    .bus-50off {
    left: 0;
}

.top_people {
    max-width: 580px;
}

.top_smart {
    max-width: 382px;
}

.top_smart img.fukidashi {
    top: 166px;
    left: 18px;
}

.top_smart img {
    width: 46%;
}

/*オトク*/

#otoku {
    margin: -80px auto 60px;
}
    
ul.otoku-list li figcaption.text-wrap b {
    font-size: 1.4em;
    line-height: 1.8;
    margin: 0 0 10px 0;
}

ul.otoku-list li figcaption.text-wrap p {
    text-align: center;
}

ul.otoku-list li {
    padding: 40px 20px;
    align-items: baseline;
}

    
/*area*/
#area .h2__common span:after {
    width: 30px;
    height: 30px;
    top: 40px;
}

#area .h2__common span:before {
    background-size: 86%;
}
    

    
ul.course-list{
     grid-template-columns: repeat(4, 1fr);
     margin: 0 auto 60px;
} 

#modelcourse h3.h3__common {
    font-size: 1.8em;
    font-weight: var(--fw-medium);
}

.modelcourse-box h3.h3__common span:before, .modelcourse-box h3.h3__common span:after {
    top: inherit;
    bottom: 4px;
    width: 23px;
    height: 23px;
}

.modelcourse-box h3.h3__common span {
    padding: 0 18px 8px;
}

.modelcourse-box h3.h3__common span:before {
    left: -11px;
}

.modelcourse-box h3.h3__common span:after {
    right: -11px;
}

ul.area-list li a b {
    width: 100px;
    height: 100px;
    font-size: 1em;
    padding: 30px 0;
}


.coupon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 10px;
}

#coupon h3.h3__common {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8em;
}

.coupon-top a.button {
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    display: block;
    top: 38%;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper.couponSwiper {
    padding: 0 5%;
}

/*howto*/

#howtoprice {
    border: 1px solid var(--blue);
    border-radius: 10px;
    width: 90%;
    align-items: center;
    padding: 30px;
    max-width: 1260px;
}

ul.howto-list {
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

ul.howto-list li .fig-wrap {
    border: none;
    padding: 0;
    margin: 10px auto 0;
}

ul.howto-list li:before {
    width: auto;
    border-radius: 10px;
    display: inline-block;
    margin: auto;
    font-size: 1em;
    padding: 6px 13px 8px;
}

ul.howto-list li {
    text-align: center;
    border: none;
}

.howto-box {
    padding: 0;
}

#howto .common__padding,#price .common__padding {
    padding: 0;
}

.price-box tr > * {
    background: none;
    border-bottom: none;
}

.price-box tr td{padding: 25px 0 0;}
    
.price-box tr th.cam {
    background: none;
}

.price-box tr td.cam-p {
    background: none;
    border-bottom: none;
    position: relative;
}

td.cam-p:before {
    top: 80%;
    content: "";
    background: url(../../images/localbus/ticket/passplus_campaign/howto_arrow.webp) no-repeat;
    width: 18px;
    height: 15px;
    position: absolute;
    background-size: contain;
    left: -10px;
    margin: auto;
    transform: translateY(-50%);
}

.price-box table {
    width: 70%;
}

.half-off {
    position: absolute;
    width: 120px;
    height: 120px;
    flex-wrap: wrap;
    align-items: inherit;
    border-radius: 100%;
    padding: 23px;
    top: 12%;
    font-size: 1.2em;
    right: 0%;
}

.half-off .ho-top {
    width: 100%;
}



.price-box {
    border: none;
    border-left: 1px solid var(--blue);
    border-radius: 0;
    padding: 0 0 0 20px;
    height: auto;
}

.price-box tr th {
    padding: 0;
}

ul.howto-list li:after {
    top: -20px;
    width: 28px;
    height: 27px;
    right: -19px;
}

#price {
    width: 38%;
}

#howto {
    width: 60%;
}
    
}

@media (min-width: 1400px) {

}  

@media (min-width: 1499px) {


section.main {
    height: 100vh;
    background-size: cover;
}

.main .icon-box .i01 {
    left: 27%;
    top: 37%;
}

.main .icon-box .i02 {
    left: 3%;
    top: 17%;
}

.main .icon-box .i03 {
    left: 7%;
    top: 35%;
} 
    
.read {
    margin: 90px auto 0;
    width: 86%;
}

.nagasaki-bus-logo-wrapper {
    max-width: 300px;
}

.top_bus {
    max-width: 720px;
    right: 12%;
}
    .read-wrap {
        max-width: 410px;
    }
    
    .read p {
        font-size: 1.1em;
        max-width: 390px;
        left: 45px;
        bottom: -70px;
    }

    
.top_50off {
    padding: 0 0 0 10px;
    max-width: 470px;
}



.scroll {
    bottom: 0;
}

#otoku {
    margin: -110px auto 60px;
    padding: 115px 0 60px;
}
    
#otoku:before {
    background-size: cover;
    width: 110%;
    left: -5%;
}


.fig-wrap b {
    font-size: 1.2em;
}

ul.howto-list li .fig-wrap figure img {
    height: 108px;
}

.price-box tr td dl dt {
    font-size: 1.1em;
}
    
.price-box tr td.cam-p {
    background: none;
    border-bottom: none;
    font-size: 1.2em;
    position: relative;
}

/*coupon*/
#coupon {
    padding: 100px 0 30px;
    margin: 0 auto 100px;
}
    
}

@media (min-width: 1699px) {
   section.main:before {
    width: 310px;
    height: 150px;
    top: 0;
}
    
#otoku {
    margin: -110px auto 100px;
    padding: 125px 0 60px;
}

}

