@charset "UTF-8";
/* * * * * * * * * * * * * * *
lp_special_haikyo
* * * * * * * * * * * * * * */
/* common */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.font-bebas {
  font-family: "Bebas Neue", cursive;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

img {
  width: 100%;
}

.onlyPC {
  display: block !important;
}

.onlySP {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block !important;
  }
}
.btn__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid #000000;
  font-weight: bold;
}
.btn__link:hover {
  background-color: #ffffff;
  color: #000000;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 60px;
  background-image: url(../img/bg_top_pc.png), url(../img/bg_bottom_pc.png);
  background-position: center top -292px, center bottom -68px;
  background-repeat: no-repeat, no-repeat;
  background-size: 2099px, 1658px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    background-image: url(../img/bg_top_sp.png), url(../img/bg_bottom_sp.png);
    background-position: center top -122px, center bottom -33px;
    background-size: 149.33%, 129.07%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 142px;
  }
}
.header {
  padding-top: 42px;
}
.header h1 img {
  display: block;
  width: 237px;
  margin-left: auto;
  margin-right: auto;
}
.header__image {
  display: block;
  max-width: 529px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.header__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}
.header__text {
  margin-top: 37px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 30.93%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header h1 img {
    width: 197px;
  }
  .header__image {
    max-width: 100%;
    width: 85.33%;
    margin-top: 19px;
  }
  .header__catch {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 27px;
  }
  .header__text {
    margin-top: 32px;
    text-align: left;
  }
}
.col__top, .col__bottom {
  width: 100%;
  max-width: 1024px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col__bottom {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .col__top, .col__bottom {
    display: block;
    max-width: 100%;
    margin-top: 35px;
  }
  .col__top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col__bottom {
    padding-left: 10px;
  }
}

.item {
  width: 47.46%;
}
.item > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item > a:hover {
  opacity: 0.7;
}
.item--col3 {
  width: 31.74%;
}
.item__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item__bottom--soon {
  margin-top: -50px;
}
.item__bottom--col3--soon {
  margin-top: -25px;
}
.item__num {
  display: block;
  font-size: 10.74vw;
  margin-top: -10px;
  padding-right: 8px;
}
.item__num--col3 {
  font-size: 6.84vw;
}
.item__right {
  width: 100%;
}
.item__title {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.item__title .inner {
  font-size: 0;
}
.item__title .inner span {
  position: relative;
}
.item__title .inner span .icon {
  position: absolute;
  bottom: 0;
}
.item__title .inner span .icon--01 {
  right: -1.1em;
}
.item__title .inner span .icon--02 {
  right: -0.5em;
}
.item__title .inner span .icon--03 {
  right: 0;
}
.item__title .inner span .icon--04 {
  right: -1em;
}
.item__title .inner span .icon--05 {
  right: -1em;
}
.item__title .inner .span-top {
  margin-right: 1em;
}
.item__title .inner > span {
  display: inline-block;
}
.item__title span {
  display: inline-block;
  font-size: 3.32vw;
}
.item__title .small {
  font-size: 1.56vw;
  line-height: 1;
  display: block;
}
.item__title--col3 span {
  font-size: 2.34vw;
}
.item__title--col3 .small {
  font-size: 1.17vw;
  line-height: 1;
  display: block;
}
.item__lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
.item .btn {
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: 20px;
  width: 170px;
}
.item .btn--col3 {
  width: 150px;
}
.item .btn__link {
  font-size: 15px;
  height: 40px;
}
.item .btn__link--col3 {
  font-size: 14px;
}
.item__movie-wrap {
  width: 73.25%;
  margin-left: auto;
  padding-left: 6.17%;
  border-left: 1px solid #000000;
}
.item__text {
  font-size: 0;
  font-weight: bold;
  line-height: 1;
}
.item__text--large {
  font-size: 46px;
  display: inline-block;
  margin-right: 10px;
}
.item__text--small {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.item__link {
  position: relative;
  display: block;
  margin-top: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item__link:hover {
  opacity: 0.7;
}
.item__icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
@media screen and (min-width: 1024px) {
  .item .item__title span {
    display: inline-block;
    font-size: 34px;
  }
  .item .item__title .small {
    font-size: 16px;
    line-height: 1;
    display: block;
  }
  .item .item__title--col3 span {
    font-size: 24px;
  }
  .item .item__title--col3 .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .item {
    width: 100%;
  }
  .item + .item {
    margin-top: 20px;
  }
  .item--col3 {
    width: 100%;
  }
  .item--col3 + .item--col3 {
    margin-top: 0;
  }
  .item__bottom {
    margin-top: 10px;
  }
  .item__bottom--col3 {
    margin-top: 8px;
  }
  .item__bottom--col3--soon {
    margin-top: -25px;
  }
  .item__bottom--soon {
    margin-top: -35px;
  }
  .item__num {
    display: block;
    font-size: 74px;
    margin-top: -4px;
    padding-right: 8px;
  }
  .item__num--col3 {
    font-size: 46px;
  }
  .item__right {
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .item__right--col3 {
    padding-bottom: 0;
  }
  .item__title {
    font-size: 18px;
  }
  .item__title--col3 {
    font-size: 14px;
  }
  .item__title span {
    font-size: 18px;
  }
  .item__title .small {
    font-size: 12px;
  }
  .item__title .inner {
    font-size: 0;
  }
  .item__title .inner span {
    position: relative;
  }
  .item__title .inner span .icon {
    position: absolute;
    bottom: 0;
  }
  .item__title .inner span .icon--01 {
    right: -1em;
  }
  .item__title .inner span .icon--02 {
    right: 0.5em;
  }
  .item__title .inner span .icon--03 {
    right: 1em;
  }
  .item__title .inner span .icon--04 {
    right: -1em;
  }
  .item__title .inner span .icon--05 {
    right: -1em;
  }
  .item__lead {
    font-size: 14px;
    margin-top: 8px;
    padding-top: 8px;
  }
  .item__lead--col3 {
    font-size: 10px;
  }
  .item .btn {
    margin-top: 8px;
    width: 114px;
  }
  .item .btn--col3 {
    width: 114px;
    margin-bottom: 0;
  }
  .item .btn__link {
    font-size: 12px;
    height: 26px;
  }
  .item .btn__link--col3 {
    font-size: 12px;
  }
  .item__text {
    padding-left: 16px;
  }
  .item__text--large {
    font-size: 30px;
    margin-right: 8px;
    padding-left: 0;
  }
  .item__text--small {
    font-size: 12px;
    padding-left: 0;
  }
  .item__link {
    margin-top: 10px;
    padding-left: 16px;
  }
  .item__icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 414px) {
  .item .item__title .inner span .icon--03 {
    right: 0.5em;
  }
  .item__title--col3 {
    font-size: 3.38vw;
  }
  .item__title--col3 span {
    font-size: 4.35vw;
  }
  .item__title--col3 .small {
    font-size: 2.3vw;
  }
}

.about {
  width: 100%;
  max-width: 1024px;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about__left {
  width: 62.5%;
}
.about__right {
  width: 50%;
  margin-left: -12.5%;
}
.about__right .btn {
  margin-left: auto;
  width: 208px;
}
.about__right .btn__link {
  font-size: 15px;
  height: 48px;
}
.about__rightInner {
  background-color: #fff;
  border-left: 1px solid #000000;
  padding: 20px;
}
.about__title {
  font-size: 46px;
  line-height: 1;
}
.about__title span {
  display: inline-block;
}
.about__catch {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.154;
  margin-top: 15px;
}
.about__text {
  font-size: 15px;
  line-height: 1.81;
  font-weight: bold;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .about {
    max-width: 100%;
    display: block;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__left {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .about__right {
    width: 100%;
    margin-top: -14.4%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
  }
  .about__right .btn {
    width: 180px;
  }
  .about__right .btn__link {
    font-size: 14px;
    height: 42px;
  }
  .about__rightInner {
    padding: 16px 8px 16px 16px;
  }
  .about__title {
    font-size: 28px;
  }
  .about__catch {
    font-size: 18px;
    margin-top: 10px;
  }
  .about__text {
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.714;
    letter-spacing: -0.04em;
  }
}
.bottom {
  width: 100%;
  max-width: 1024px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.bottom__catch {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #000000;
  line-height: 1.4;
  text-align: center;
}
.bottom .btn {
  width: 100%;
  max-width: 450px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}
.bottom .btn__link {
  font-size: 15px;
  height: 62px;
  line-height: 1.4;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.bottom__lead {
  margin-top: 57px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.143;
  text-align: center;
}
.bottom__lead a {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottom__lead a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .bottom {
    max-width: 100%;
    margin-top: 47px;
  }
  .bottom__catch {
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    padding: 24px;
    text-align: center;
    line-height: 1.667;
  }
  .bottom .btn {
    max-width: 260px;
  }
  .bottom .btn__link {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    line-height: 1.571;
    height: 88px;
  }
  .bottom__lead {
    margin-top: 38px;
    font-size: 14px;
    line-height: 1.571;
  }
}

.footer {
  padding: 48px 16px 44px;
  background-color: #000000;
  text-align: center;
}
.footer__logo {
  width: 135px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 23px 20px 22px;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__logo {
    width: 103px;
  }
}
.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
  margin-bottom: 38px;
}
.sns__item {
  width: 42px;
}
.sns__item + .sns__item {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sns__item {
    width: 30px;
  }
  .sns__item + .sns__item {
    margin-left: 13px;
  }
}

.copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.167;
  color: #8a8a8a;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    margin-top: 17px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .slick-slider .slick-list {
    padding: 0 30% 0 0 !important;
  }

  .slick-slider .slick-slide {
    margin: 0 10px !important;
  }

  .slick-dots {
    bottom: -45px;
  }

  .slick-dots li {
    margin: 0;
  }

  .slider {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  .slider.slick-initialized {
    opacity: 1;
  }
}
.fadein {
  top: 80px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 768px) {
  .fadein {
    top: 50px;
  }
}

.scrollUp {
  top: 0 !important;
  opacity: 1 !important;
}