body,
html {
  overflow: hidden
}

#obw_5636 .container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}

#obw_5636 figure {
  margin: 0;
  background: transparent;
}

#obw_5636 h2 {
  margin-bottom: 15px;
  color: #75AA52
}

#obw_5636 .box-billboard__txt {
  margin-bottom: 20px
}

#obw_5636 p {
  margin: 0;
  color: #5C5E23
}

.full-image {
  width: 100%;
}

.fluid-image {
  max-width: 100%;
}

.full-wrp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visible-pc {
  display: block;
}

.visible-sp {
  display: none;
}

.hide-height540 {
  display: block;
}

@media screen and (max-width: 767px) {
  .truncate-3 {
    max-height: 80px;
  }

  .box-billboard__content__click_link {
    bottom: -20px;
    width: 100%
  }

  .box-screen__plinth {
    position: relative;
  }

  .box-billboard__content__click_link {
    bottom: -50px;
  }

  .visible-pc {
    display: none;
  }

  .visible-sp {
    display: block;
  }
}

.truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.truncate-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.wrp-slider {
  position: relative;
  color: #fff;
}

.lst-slider__item {
  box-sizing: border-box;
  background-color: #E5E6BF;
  padding-top: 0;
}

.box-billboard {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  text-align: center;
  max-width: 862px;
  margin: 0 auto;
  transition: all ease-in-out .3s;
}

.lst-slider__item.item01 .box-billboard {
  padding-top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -73px;
}

.box-billboard__ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  padding-top: 10vh;
  margin-top: 0;
}

.lst-slider__item.item01 .box-billboard__ttl {
  padding-top: 0;
}

.txt {
  line-height: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.box-billboard__txt {
  margin-top: 16px;
}

.box-billboard__txt02 {
  margin-top: 4vh;
}

.box-input {
  margin: 25px auto 0;
}

.box-input img {
  margin: 0 auto;
}

.box-social {
  margin-top: 4vh;
}

.box-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-billboard__content {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.box-billboard__content .purdah {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-image: url("../../../images/pre_series_page/ytb-banner.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-billboard__content .purdah:after {
  content: '';
  display: inline-block;
  width: 11.78vh;
  height: 11.78vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/themes/custom/obw_theme/images/pre_series_page/play.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-billboard__content.is-active .purdah {
  display: none;
}

.box-billboard__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.box-billboard__content__stand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -126px;
}

.box-billboard__content__click {
  font-size: 16px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-style: italic;
  cursor: pointer;
  color: #868933;
  font-weight: 600
}

.box-social__lst {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-social__lst>figure {
  margin: 0 2px;
  max-width: 30px;
}

.box-billboard__scroll {
  margin-top: 7vh;
}

.box-billboard__scroll .txt {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.box-billboard__scroll__icn {
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

.box-traffic {
  width: 100%;
  height: 73px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: url(/themes/custom/obw_theme/images/pre_series_page/road.png) center center / cover no-repeat;
}

.box-traffic__light {
  position: absolute;
  top: -133px;
  left: 10%;
}

.box-traffic__human {
  position: absolute;
  top: -72px;
  left: 14%;
}

.box-traffic .box-traffic__building {
  display: flex;
}

.box-traffic .box-traffic__landscape {
  display: flex;
  justify-content: flex-end;
}

.box-traffic__building {
  position: absolute;
  top: -126px;
  left: 20%;
}

.box-traffic__landscape {
  position: absolute;
  top: -126px;
  right: 20%;
}

.box-screen {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 73px;
  line-height: 1;
  z-index: 999;
}

.box-screen.is-active {
  display: block;
}

.box-screen__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-screen__hem {
  width: 78.5vh;
  height: 39vh;
  max-width: calc(100vw - 140px);
  max-height: 45vw;
  border: 10px solid #3F4651;
  line-height: 1;
}

.box-screen__plinth {
  width: 27.1vh;
}

.box-screen figure {
  line-height: 0;
  text-align: center;
}

.lst-slider.slick-slider {
  margin-bottom: 0;
  background-color: #E5E6BF;
}

.lst-slider .slick-slide {
  border: none;
  height: 100vh;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  transform: translateY(30px);
}

.lst-slider .slick-active.slick-change {
  visibility: visible;
  transform: translateY(0);
}

.slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  bottom: auto;
  top: 50%;
  right: 50px;
  z-index: 1;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 121px;
  margin-top: -36px;
}

.slick-dots li {
  z-index: 1;
  margin: 0;
  width: 7px;
  height: 7px;
}

.slick-dots li button {
  padding: 0;
  width: 7px;
  height: 7px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  opacity: 1;
  content: '';
  color: #BBBF52;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D4D693
}

.slick-dots li.slick-active button:before {
  background-color: #D4D693
}

.slick-dots li.progressed.slick-active button:before,
.slick-dots li.progressed button:before {
  background-color: #BBBF52;
}

.slick-dots li:first-child button:before {
  background-color: #BBBF52;
}

.progress {
  position: absolute;
  left: 3px;
  z-index: 0;
  display: block;
  width: 1px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #bbbf5240;
}

.progress__label {
  position: absolute;
  display: inline-block;
  z-index: 2;
  left: 0;
  border-radius: 10px;
  width: 1px;
  height: 0;
  border: 0;
  background-color: #BBBF52;
  transition: all .4s ease-in-out;
}

#obw_5636 .thank-you-page {
  padding: 0;
}

#obw_5636 .webform-confirmation {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

#obw_5636 .webform-confirmation .webform-confirmation__message h3 {
  color: #75AA52;
  margin: 0;
}

#obw_5636 .webform-confirmation .webform-confirmation__message h4 {
  color: #5C5E23;
  margin: 0;
  font-weight: normal;
}

#obw_5636 .webform-confirmation__message {
  margin-bottom: 5px;
}

#obw_5636 .webform-confirmation__back {
  margin: 0;
}

@media screen and (min-width: 768px) and (max-height: 900px) {
  .box-billboard {
    max-width: 710px;
  }

  .lst-slider__item.item01 .box-billboard {
    padding-top: 0;
    margin-top: -80px;
  }

  .slick-dots {
    margin-top: -30px;
  }

  .box-billboard__ttl {
    padding-top: 6vh;
  }

  .box-screen__hem {
    border: 8px solid #3F4651;
  }

  .box-traffic {
    height: 60px;
  }

  .box-screen {
    bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-height: 768px) {
  .box-billboard {
    max-width: 592px;
    top: 0;
  }

  .lst-slider__item.item01 .box-billboard {
    padding-top: 0;
    margin-top: -65px;
  }

  .slick-dots {
    margin-top: -35px;
  }

  .box-billboard__content__stand {
    bottom: -96px;
  }


  .box-billboard__ttl {
    padding-top: 5.5vh
  }

  .box-billboard__ttl {
    font-size: 36px;
  }

  .box-billboard .txt,
  .txt {
    font-size: 16px;
  }

  .box-billboard__content__click {
    font-size: 12px;
  }

  .box-screen__hem {
    border: 7px solid #3F4651;
    width: 77vh;
    height: 32.5vh;
  }

  .box-input {
    max-width: 100%;
    width: 100%;
  }

  .box-billboard__scroll__icn img {
    width: 16px;
  }

  .box-billboard__scroll .txt {
    font-size: 12px;
  }

  .box-traffic {
    height: 51px;
  }

  .box-screen {
    /* bottom: 51px; */
    bottom: 45px
  }

  .lst-slider__item.item02 .box-billboard__txt,
  .lst-slider__item.item03 .box-billboard__txt,
  .lst-slider__item.item04 .box-billboard__txt {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  #obw_5636 .webform-confirmation .webform-confirmation__message h3 {
    font-size: 24px;
  }

  #obw_5636 .webform-confirmation .webform-confirmation__message h4 {
    font-size: 14px;
  }

  #obw_5636 .webform-confirmation__back a {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-height: 540px) {
  .box-billboard {
    top: 0;
  }

  .slick-dots {
    margin-top: -43px;
  }

  .lst-slider__item.item01 .box-billboard {
    padding-top: 0;
    margin-top: -65px;
  }

  .box-billboard__ttl {
    font-size: 26px;
    margin-top: 0;
    padding-top: 5vh;
  }

  .box-billboard .txt,
  .txt,
  .box-billboard__content__click {
    font-size: 11px !important;
  }

  .box-billboard__content__click_link {
    max-width: 100px;
  }

  .box-billboard__content__click_link a {
    font-size: 11px;
  }

  .box-billboard__content__click_link {
    bottom: 20px;
  }

  .box-billboard__scroll .txt {
    font-size: 10px;
  }

  .box-screen__hem {
    border: 5px solid #3F4651;
  }

  .box-traffic {
    height: 36px;
  }

  .box-screen {
    bottom: 36px;
  }

  #obw_5636 .webform-confirmation .webform-confirmation__message h3 {
    font-size: 20px;
  }

  #obw_5636 .webform-confirmation .webform-confirmation__message h4 {
    font-size: 12px;
  }

  #obw_5636 .webform-confirmation__back a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box-traffic .box-traffic__building img {
    width: 75%;
  }

  .box-traffic .box-traffic__landscape img {
    width: 75%;
  }

  .box-traffic__building {
    top: -95px;
    left: 22%;
  }

  .box-traffic__landscape {
    top: -95px;
    right: 10%;
  }

  .box-traffic__light {
    left: 15px;
  }

  .box-traffic__human {
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .box-billboard {
    top: 0;
  }

  .slick-dots {
    margin-top: -25px;
  }

  .lst-slider__item.item01 .box-billboard {
    padding-top: 0;
    /* margin-top: -70px; */
    margin-top: -110px;
  }

  .box-billboard__ttl {
    font-size: 30px;
    padding-top: 5vh;
  }

  .box-billboard__txt {
    margin-top: 8px;
  }

  .box-billboard__txt02 {
    margin-top: 4vh;
  }

  .txt {
    font-size: 14px;
  }

  .box-billboard__scroll .txt {
    font-size: 12px;
  }

  .box-input {
    margin-top: 12px;
  }

  .box-traffic {
    height: 32px;
  }

  .box-social {
    /* margin-top: 4.5vh; */
    margin-top: 20px;
    flex-direction: column;
  }

  .box-social__lst {
    margin-left: 0;
    margin-top: 5px;
  }

  .box-traffic img {
    width: 72%;
  }

  .box-traffic .box-traffic__building img {
    width: 100%;
  }

  .box-traffic .box-traffic__landscape img {
    width: 100%;
  }

  .box-traffic__human {
    top: -57px;
    left: 18%;
  }

  .box-traffic__light {
    top: -96px;
  }

  .box-traffic__building {
    top: -82px;
    left: 14%;
    z-index: -1;
    max-width: 107px;
    max-height: 82px;
  }

  .box-traffic__landscape {
    top: -69px;
    right: 30px;
    max-width: 141px;
    max-height: 69px;
  }

  .box-billboard {
    width: 100%;
    padding: 0 20px
  }

  .box-billboard__content__stand {
    bottom: -36px;
  }

  .box-billboard__content .purdah:after {
    width: 50px;
    height: 50px
  }

  .box-billboard__content__shadow {
    background: #4d8529;
    width: 100%;
    height: 5px;
  }

  .box-billboard__content__click {
    bottom: -90px;
    font-size: 12px;
  }

  .box-billboard__scroll__icn img {
    width: 18px;
  }

  .box-screen {
    bottom: 20vh;
    top: 50%;
    margin-top: -30px;
  }

  .box-screen__hem {
    width: 272px;
    height: 145px;
    border: 4px solid #3F4651;
  }

  .box-input img {
    width: 270px;
  }

  .box-billboard__scroll {
    /* margin-top: 5vh; */
    margin-top: 10px;
  }

  .slick-dots {
    right: 10px;
  }

  .lst-slider__item.item02 .box-billboard__txt,
  .lst-slider__item.item03 .box-billboard__txt,
  .lst-slider__item.item04 .box-billboard__txt {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  #obw_5636 .webform-confirmation .webform-confirmation__message h3 {
    font-size: 16px;
  }

  #obw_5636 .webform-confirmation .webform-confirmation__message h4 {
    font-size: 14px;
  }

  #obw_5636 .webform-confirmation__back a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (max-height: 600px) {
  .hide-h600 {
    /* display: none; */
  }

  .box-traffic .box-traffic__building img {
    width: 30%;
  }

  .box-traffic .box-traffic__landscape img {
    width: 30%;
  }

  .box-traffic__building {
    top: -25px;
    left: 33%;
  }

  .box-traffic__landscape {
    top: -21px;
    right: 30px;
  }
}

@media screen and (max-width: 492px) and (max-height: 600px) {
  .lst-slider__item.item01 .box-billboard {
    margin-top: -73px;
  }

  .box-traffic img {
    width: 35%;
  }

  .box-traffic__light {
    top: -46px;
  }

  .box-traffic__human {
    top: -20px;
  }

  #obw_5636 .box-billboard__txt {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

@media screen and (max-width: 767px) and (max-height: 540px) {
  .box-screen__hem {
    width: 237px;
    height: 127px;
    border: 3px solid #3F4651;
  }

  .box-billboard__ttl {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .box-billboard .txt {
    font-size: 12px;
  }

  .box-billboard__scroll .txt {
    font-size: 10px;
  }

  .box-billboard__scroll {
    margin-top: 4vh;
  }

  .box-billboard__scroll__icn img {
    width: 14px;
  }

  .box-traffic img {
    width: 50%;
  }

  .box-traffic__light {
    top: -60px;
  }

  .box-traffic__human {
    top: -38px;
  }
}

.pre-series-form-wrapper-custom-class {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}

.pre-series-form-wrapper-custom-class .form-item-email input:focus {
  outline: none;
}

.box-social__facebook,
.box-social__instagram,
.box-social__linkedIn {
  position: relative
}

.box-social__facebook a,
.box-social__instagram a,
.box-social__linkedIn a {
  position: absolute;
  width: 20px;
  height: 21px;
  left: 0;
  z-index: 9;
}

.pre-series-form-wrapper-custom-class .form-item-email input {
  height: 48px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
  padding: 0px 20px;
  color: #000;
  width: 100%;
}

.custom-sign-up-class {
  background: url(/themes/custom/obw_theme/images/pre_series_page/sign-up.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  width: 60px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom-sign-up-class input {
  opacity: 0;
  height: 48px !important;
  width: 60px;
  min-width: unset !important;
}

.lst-slider__item.item01 .box-billboard {
  max-width: 450px
}

.input-alert {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 13px;
  color: #D24F1D;
  width: 100%;
}

.parent_disabled {
  filter: grayscale(1)
}

div[data-drupal-messages] {
  display: none
}

body #subscribe,
body #footer {
  display: none
}

@media only screen and (max-width:1300px) {
  main {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.box-billboard__content__click_link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  max-width: 150px;
  text-align: center;
}

.js-click-play-video {
  cursor: pointer;
}

.box-billboard__content__click_link a {
  color: #868933;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}

.hide_this {
  opacity: 0;
  z-index: -1;
}

@media only screen and (min-width:767px) {
  .box-billboard__content__click_link {
    bottom: 30px
  }
}

@media only screen and (min-width:1300px) {
  main {
    z-index: 1;
    position: relative
  }
}

@media (max-width:767px) and (max-height: 600px) {
  .box-screen {
    margin-top: -5px;
  }

  .box-billboard__content__click {
    bottom: -75px;
    font-size: 12px;
  }

  .box-billboard__content__click_link a {
    font-size: 13px;
  }

  .box-billboard__content__click_link {
    bottom: -40px;
  }

  .box-billboard__ttl {
    padding-top: 3vh;
  }
}

@media screen and (min-height: 1080px) {
  .box-screen {
    bottom: 18vh;
  }

  .box-billboard__content__shadow {
    display: block;
    background: #4d8529;
    width: 100%;
    height: 10px;
  }

  .box-screen__plinth {
    width: 19vh;
  }

}

.input_error {
  border-top: 1px solid #D24F1D !important;
  border-bottom: 1px solid #D24F1D !important;
  border-left: 1px solid #D24F1D !important;
}


@media (min-width:1366px) and (min-height:540px) {
  #obw_5636 .item01 .container {
    height: 100%;
  }

  #obw_5636 .item01 .container .box-billboard {
    top: 0;
    scale: .9;
  }

  #obw_5636 .container {
    width: 100%;
    height: calc(100%/3);
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
  }

  .box-billboard {
    left: 0 !important;
    position: relative !important;
    transform: inherit !important;
  }

  .lst-slider__item,
  .slick-slide>div {
    height: 100%;
  }
}

@media (min-width:1366px) and (min-height:640px) {
  #obw_5636 .item01 .container .box-billboard {
    top: 0;
    scale: 1;
  }
}

@media (min-width:1366px) and (min-height:992px) {
  #obw_5636 .container {
    height: auto;
  }
}

@media only screen and (max-width:320px) {
  .box-traffic__building {
    left: 20% !important;
  }

  #obw_5636 .box-billboard__txt {
    margin-bottom: 6px !important;
  }

  .box-social {
    margin-top: 5px !important;
  }

  .box-billboard__content__click {
    bottom: -67px !important;
  }
  #slick-slide00 .box-billboard__txt{
    height:35px !important;
    overflow: hidden;
  }
  #obw_5636 .box-billboard__txt {
    height: 60px;
    overflow: hidden;
  }

  .box-billboard__scroll__icn,
  .box-billboard__scroll {
    margin-top: 0 !important;
  }

  #obw_5636 p,
  .box-billboard__scroll__icn,
  #obw_5636 h2 {
    margin-bottom: 0px !important;
  }

  .box-billboard__content__click_link a {
    font-size: 12px !important;
  }
}
