/* --------------------------------------------------
  common styles
-------------------------------------------------- */
.mb25 {
  margin-bottom: 25px;
}
.container.one-column-wide {
  max-width: 90.0rem;
}
.one-column-movie {
  max-width: 540px;
  margin: 0 auto;
}
.container.one-column-scene {
  max-width: 98.0rem;
}
.bg-white {
  background-color: white !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.embed-responsive {
  position: relative;
  margin-bottom: 1.0rem;
  height: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.embed-responsive-21by9 {
  padding-bottom: 42.857143%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
@media (max-width: 1029px) {
  .ankerpoint {
    margin-top: -125px !important;
    padding-top: 125px !important;
  }
}
.no-anchor {
  padding-bottom: 0;
}
.no-anchor .bg-colored {
  padding-top: 6.0rem;
}
@media (min-width: 1030px) {
  #intro .column-60 {
    padding-left: 0;
  }
  #intro .column-40 {
    padding-right: 6.0rem;
  }
}
.duotone-box {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 1rem;
  max-width: 70.0rem;
}
.duotone-box [class*="column-"] {
  display: flex;
  align-items: center;
  width: 50%;
}
.duotone-box .column-white {
  padding: 1.5rem;
  font-size: 1.5rem;
}
.duotone-box .column-white img {
  margin: auto;
  width: 179px;
}
.duotone-box .column-red {
  padding: 1.2rem;
  background-color: #b00027;
  border-radius: 0 .9rem .9rem 0;
  color: #fff;
  text-align: left;
}
@media (min-width: 1030px) {
  .duotone-box {
    margin-top: 4.0rem;
  }
  .duotone-box .column-white {
    padding: 1.8rem;
  }
  .duotone-box .column-white img {
    width: 184px;
  }
  .duotone-box .column-red {
    padding: 2.7rem 2.0rem;
  }
}
#feature {
  padding-bottom: 0 !important;
}
#feature .bg-colored {
  background-color: #eae4c9;
}
#feature .illust {
  margin-bottom: 1.5rem;
  max-width: 150px;
}
#freight .card img {
  border-radius: 1.0rem;
}
@media (min-width: 1030px) {
  #freight .sec-content {
    margin-bottom: 2.5rem;
  }
  #freight .row + .row {
    margin-top: 5.0rem;
  }
}
.btn-pamph:after {
  content: "";
  position: absolute;
  right: 22px;
  top: -15px;
  background: url(../img/pamphlet.png) 0 0 no-repeat;
  background-size: contain;
  width: 48px;
  height: 68px;
}
#screen img {
  border: .1rem solid #707070;
  border-radius: 1.0rem;
}
.sub-heading {
  display: flex;
  align-items: center;
  padding-top: 1.4rem;
  margin-bottom: 3.2rem;
  color: #fff;
  text-align: center;
}
.sub-heading.bg-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20.8rem;
}
.sub-heading.bg-image#scene1 {
  background-image: url(../img/bg_scene1.jpg);
}
.sub-heading.bg-image#scene2 {
  background-image: url(../img/bg_scene2.jpg);
}
.sub-heading .scene-number {
  margin-bottom: 3.0rem;
  margin-left: auto;
  margin-right: auto;
  border: .1rem solid #fff;
  border-radius: 2.0rem;
  font-size: 2.0rem;
  line-height: 3.8rem;
}
.sub-heading .h2 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (min-width: 1030px) {
  .sub-heading .scene-number {
    max-width: 43.6rem;
  }
}
.route {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4rem;
}
.route:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 22px;
  margin-left: -24px;
  margin-top: -11px;
  background: url(../img/plane.svg) 0 0 no-repeat;
  background-size: contain;
}
.route .bordered {
  width: 100%;
  border: .1rem solid #707070;
  font-size: 2.0rem;
  line-height: 4.8rem;
  text-align: center;
}
.route .bordered + .bordered {
  margin-left: 7.8rem;
}
@media (min-width: 1030px) {
  .route {
    max-width: 76.5rem;
    width: 100%;
  }
  .route:before {
    width: 57px;
    height: 26px;
    margin-left: -28.5px;
    margin-top: -13px;
  }
  .route .bordered + .bordered {
    margin-left: 10.9rem;
  }
}
@media (max-width: 1029px) {
  .row-scene .column {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1030px) {
  .row-scene .column-40 {
    padding-right: 0;
  }
  .row-scene .column-60 {
    padding-left: 20px;
  }
}
.good-box {
  position: relative;
  margin-bottom: 6.0rem;
  padding: 13.0rem 1.6rem 3.0rem;
  background-color: #fadbca;
  border-radius: 1.5rem;
  font-size: 1.5rem;
}
.good-box:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 101px;
  height: 75px;
  margin-left: -50.5px;
  background: url(../img/good.png) 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 1030px) {
  .good-box {
    margin-top: 3.0rem;
    padding: 2.8rem 5.2rem 2.8rem 16.2rem;
    min-height: 12.8rem;
  }
  .good-box:before {
    top: 50%;
    left: 34px;
    margin-top: -37.5px;
    margin-left: 0;
  }
}

.head-sub{
  color: #B00027;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}


#feature .h3{
  min-height: 69px;
  position: relative;
  margin-bottom: 1.2rem;
}
#feature .point-lavel{
  position: absolute;
  background: #b00027;
  color: white;
  display: inline-block;
  padding: 2px 4px;
  top: -30px;
  left: 0px;
}

@media (max-width: 1030px) {
  #feature .h3{
    min-height: auto;
  }
}

