
html{
  scroll-behavior: smooth;
}

.is-mw-1920{
  max-width: 1920px;
  margin: 0 auto;
}

.is-container h1, h5{
  max-width: 1433px;
}

.is-n-r{
  color: #FF4040
}

.is-bg-red{
  background-color: #FF4040;
}

.is-n-g{
  color: #1C393A;
}

.is-ff-sr{
  font-family: 'Stolzl-regular';
}

.is-ff-sb{
  font-family: 'Stolzl-bold';
}

.is-container h1{
  font-size: 36px;
  line-height: 40px;
  font-family: 'Stolzl-bold';
  max-width: 900px;
  margin-bottom: 20px;
}

.is-container h5,
.is-s-t{
  max-width: 900px;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Stolzl-regular';
}

.is-d-f{
  display: flex;
}

.is-fd-c{
  flex-direction: column;
}

.is-mw-50{
  min-width: 50%;
}

.is-desc-container{
  margin: 0 0 0 80px;
}

.is-desc-container h2{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}

.is-desc-container p{
  max-width: 730px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 60px;
  padding-right: 30px;
}

.is-mr-b-r p{
  font-size: 22px;
  line-height: 32px;
}

.is-desc-container button{
  display: block;
}

.is-desc-container button,
.is-n-b{
  margin-bottom: 60px;
  background-color: #FF4040;
  color: #fff;
  font-family: 'Stolzl-bold';
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  padding: 0 52px;
  transition: .6s;
  border: 1px solid #FF4040
}

.is-n-b-2{
  background-color: #FF4040;
  color: #FFF;
  font-family: 'Stolzl-bold';
  font-size: 18px;
  line-height: 50px;
  height: 54px;
  padding: 0 72px;
  transition: .6s;
  border: 4px solid #FFF;
}

.is-desc-container button:hover, .is-n-b:hover{
  background-color: #fff;
  color: #FF4040;
}

.is-n-b-2:hover{
  background-color: #fff;
  color: #FF4040;
}

.is-img1{
  max-width: 411px;
  margin-left: 30px;
}

.is-pos-rel{
  position: relative;
}

.is-a-i{
  position: absolute;
  right: 0;
}

.is-img-container div{
  min-height: 305px;
}

.is-c-i{
  max-width: 70px;
  position: absolute;
  top: -35px;
  right: -35px;
}
.is-fp{
  padding-top: 35px
}

.is-n-b{
  display: none;
}

.is-a-d{
  max-width: 60px;
  animation: upndown 1s infinite alternate;
}

.is-b-r{
  width: 70px;
  height: 70px;
  background-color: #00DCDC;
  margin-right: 30px;
}

.is-b-r-none{
  width: 70px;
  height: 70px;
  background-color: transparent;
  margin-right: 30px;
}

.is-ai-b{
  display: flex;
  align-items: flex-end;
}

.is-ai-c{
  display: flex;
  align-items: stretch;
}

/* .is-s-t{
  margin-left: 30px;
  font-size: 28px;
  line-height: 45px;
} */

.is-mr-b-r{
  padding-top: 20px;
}

.is-lh-24{
  line-height: 24px!important;
}

.is-stage-item{
  max-width: 220px;
  margin: 10px 30px 0 30px;
  flex-basis: 100%;
}

.is-stage-item img{
  display: block;
  max-width: 100px;
  margin: 40px auto 20px;
}

.is-stage-item h4{
  color: #1C393A;
  font-family: 'Stolzl-bold';
  font-size: 22px;
  line-height: 24px;
  padding-top: 10px;
}

.is-stage-item ul li{
  margin-bottom: 3px!important;
}

.is-red-container{
  position: relative;
  border: 6px solid #FF4040;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}

.is-red-container-b-t{
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  bottom: -17px;
  padding: 5px 20px;
  background-color: #fff;
  max-width: 80%;
}

.is-sec-ticket{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.is-stage-allitems{
  display: flex;
}

.is-h1-t{
  font-size: 36px;
  line-height: 40px;
}

@keyframes upndown{
  0%{
    transform: translateY(0)
  }
  100%{
    transform: translateY(40px)
  }
}

@media only screen and (max-width: 1555px){
  .is-img1{
    max-width: 311px;
  }
  .is-img2{
    max-width: 511px;
  }
  .is-c-i{
    max-width: 55px;
    top: -27px;
    right: -27px;
  }
  .is-b-r{
    width: 55px;
    height: 55px;
  }
  .is-b-r-none{
    width: 55px;
    height: 55px;
  }
}


@media only screen and (max-width: 1280px){
  .is-container h1{
    font-size: 30px;
    line-height: 40px;
  }
  .is-container h5{
    font-size: 22px;
    line-height: 27px;
  }
  .is-desc-container{
    margin: 0 0 0 100px;
  }
  .is-desc-container h2,
  .is-s-t{
    font-size: 30px;
    line-height: 36px;
  }
  .is-desc-container p,
  .is-mr-b-r p{
    font-size: 18px;
  }
  .is-mlr40-lg{
    margin-left: 40px;
    margin-right: 40px
  }
}

@media only screen and (max-width: 1074px){
  .is-n-b{
    display: block;
    margin: 60px auto;
  }
  .is-desc-container button{
    display: none;
  }
  .is-b-r{
    width: 40px;
    height: 40px;
  }
  .is-b-r-none{
    width: 40px;
    height: 40px; 
  }
  .is-desc-container{
    margin: 0 0 0 50px;
  }
  .is-stage-allitems{
    justify-content: center;
    flex-direction: column;
  }
  .is-cen-item{
    padding-top: 0!important;
    margin: 0 auto 60px;
  }
  .is-img2{
    max-width: 311px;
  }
}

@media only screen and (max-width: 991px){
  .is-container h1{
    font-size: 32px;
    line-height: 35px;
  }
  .is-container h5{
    font-size: 20px;
    line-height: 23px;
  }
  .is-desc-container h2,
  .is-s-t{
    font-size: 26px;
    line-height: 32px;
  }
  .is-desc-container p,
  .is-mr-b-r p{
    font-size: 16px;
  }
}

@media only screen and (max-width: 907px){
  .is-stage-item img{
    margin: 0 auto;
  }
}

@media only screen and (max-width: 769px){
  .is-container h1{
    font-size: 26px;
    line-height: 28px;
  }
  .is-desc-container h2,
  .is-s-t{
    font-size: 22px;
    line-height: 26px;
  }
  .is-desc-container p,
  .is-mr-b-r p{
    font-size: 14px;
  }
  .is-stage-item ul li{
    font-size: 14px;
    line-height: 16px;
  }
  .is-desc-container h2{
    margin-bottom: 50px;
  }
  .is-c-i{
    max-width: 35px;
    top: -17px;
    right: -17px;
  }
  .is-b-r{
    width: 30px;
    height: 30px;
  }
  .is-b-r-none{
    width: 30px;
    height: 30px;
  }
  .is-n-b,
  .is-n-b-2{
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    margin: 0 auto 60px;
  }
  .is-n-b-2{
    height: 54px;
    margin: unset;
  }
  .is-img1{
    display: none;
  }
}


@media only screen and (max-width: 645px){
  .is-c-i{
    top: 0;
    right: 0;
  }
  .is-img-container{
    margin: 0 auto;
  }
  .is-img-container div{
    display: none;
  }
  .is-d-f{
    flex-wrap: wrap;
  }
  .is-desc-container{
    margin: 0 40px 40px;
  }
  .is-h1-t{
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 481px){
  .is-red-container-b-t{
    font-size: 16px;
  }
  .is-mlr40-lg{
    margin-left: 20px;
    margin-right: 20px
  }
  .is-n-b-2{
    padding: 0 40px;
    font-size: 16px;
    line-height: 32px;

  }
}

@media only screen and (max-width: 370px){
  .is-n-b{
    padding: 0 32px
  }
  .is-n-b-2{
    padding: 0 30px;
  }
}