

@charset "utf-8";


.ns_content {
  padding-top: 20px;
}




/* ----------------------------------------

lhp

---------------------------------------- */

/* lhpInfo
------------------------------- */

.lhpInfo {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.lhpInfo_tit {
  display: table-cell;
  position: relative;
  width: 130px;
  width: 95px;
  vertical-align: middle;
  padding-left: 37px;
  font-weight: 700;
  font-size: 20px;
}

.lhpInfo_tit:before {
  position: absolute;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url(../img/lhp/icon_info_01.png);
          background-size: 29px;
  content: "";

  -webkit-background-size: 29px;
}

.lhpInfo_txt {
  display: table-cell;
  vertical-align: middle;
  padding-top: 3px;
}


@media screen and (max-width:768px) {
  .lhpInfo {
    margin-bottom: 0;
    padding: 0 10px 15px 10px;
  }


  .lhpInfo_tit {
    display: block;
    padding-left: 27px;
    font-size: 14px;
  }

  .lhpInfo_txt {
    display: block;
  }

  .lhpInfo_tit:before {
    width: 19px;
    height: 19px;
    background-image: url(../img/lhp/icon_info_01.png);
            background-size: 19px;
    content: "";

    -webkit-background-size: 19px;
  }
}



/* lhpMv
------------------------------- */

.lhpMv {
  display: table;
  width: 100%;
  margin-bottom: 30px;
          box-shadow: 4px 4px 1px -2px #dedede;
  background-color: #f3f3f3;

     -moz-box-shadow: 4px 4px 1px -2px #dedede;
  -webkit-box-shadow: 4px 4px 1px -2px #dedede;
}

.lhpMv_img {
  display: table-cell;
  width: 598px;
  vertical-align: middle;
}

.lhpMv_txt {
  display: table-cell;
  line-height: 2;
  vertical-align: middle;
  padding: 0 50px;
  font-weight: 700;
  font-size: 16px;
}


@media screen and (max-width:768px) {
  .lhpMv {
    width: auto;
    margin: 0 auto 10px;
            box-shadow: none;

       -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .lhpMv_img {
    display: block;
  }

  .lhpMv_txt {
    display: block;
    line-height: inherit;
    padding: 10px;
    font-size: 12px;
    max-width: 598px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/* lhpAnnn
------------------------------- */

.lhpAnnn {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #f90;
  box-sizing: border-box;
  padding: 27px 20px 27px 80px;
}

.lhpAnnn_txt {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.lhpAnnn_txt:before {
  position: absolute;
  top: 50%;
  left: -60px;
  width: 46px;
  height: 35px;
  margin-top: -17px;
  background-image: url(../img/lhp/icon_lhpAnnn_01.png);
  background-repeat: no-repeat;
          background-size: 46px 35px;
  content: "";

  -webkit-background-size: 46px 35px;
}

.lhpAnnn_link a {
  display: table-cell;
  position: relative;
  text-decoration: none;
}
.lhpAnnn_link a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .lhpAnnn {
    position: relative;
    margin-bottom: 15px;
    padding: 10px 10px 10px 55px;
    box-sizing: border-box;
  }

  .lhpAnnn:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 37px;
    height: 28px;
    margin-top: -14px;
    background-image: url(../img/lhp/icon_lhpAnnn_01.png);
    background-repeat: no-repeat;
            background-size: 37px 28px;
    content: "";

    -webkit-background-size: 37px 28px;
  }

  .lhpAnnn_txt {
    display: block;
    width: auto;
    margin-bottom: 2px;
    padding: 0;
    font-size: 13px;
  }

  .lhpAnnn_txt:before {
    display: none;
  }

  .lhpAnnn_link {
    display: block;
  }

  .lhpAnnn_link a {
    font-size: 11px;
    color: #109ad7;
  }
}


/* lhCat
------------------------------- */

.lhCat_wrap {
  margin-bottom: 75px;
}

.lhCat {
  display: table;
}

.lhCat_tit {
  display: table-cell;
  position: relative;
  width: 228px;
  vertical-align: middle;
  padding-top: 80px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

/*style*/
.lhCat-ticket .lhCat_tit {
  background-color: #45b3e3;
}
.lhCat-otoku .lhCat_tit {
  background-color: #f9729c;
}
.lhCat-digital .lhCat_tit {
  background-color: #3bc974;
}


.lhCat_tit:before {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-left: -32px;
  background-repeat: no-repeat;
          background-size: 65px 65px;
  content: "";

  -webkit-background-size: 65px 65px;
}

/*style*/
.lhCat-ticket .lhCat_tit:before {
  background-image: url(../img/lhp/icon_lhCat_01.png);
}
.lhCat-otoku .lhCat_tit:before {
  background-image: url(../img/lhp/icon_lhCat_06.png);
}
.lhCat-digital .lhCat_tit:before {
  background-image: url(../img/lhp/icon_lhCat_11.png);
}

.lhCat_lists {
  display: inline-block;
  display: table-cell;
  width: 750px;
  padding: 16px 12px;
  box-sizing: border-box;
  border-spacing: 2px;
}

.lhCat-ticket .lhCat_lists {
  background-color: #e7f7fe;
}

.lhCat-otoku .lhCat_lists {
  background-color: #ffe6ee;
}

.lhCat-digital .lhCat_lists {
  background-color: #d4faea;
}

.lhCat_lists a {
  display: table-cell;
  height: 114px;
  vertical-align: middle;
  text-decoration: none;
}

.lhCat_lists_li {
  display: table-cell;
  position: relative;
  width: 174px;
  height: 114px;
  line-height: 1.4;
  vertical-align: middle;
  padding-top: 55px;
  box-shadow: 1px 1.732px 3px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
}

.lhCat_lists_li a {
  display: block;
  padding-top: 64px;
  padding-bottom: 12px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.lhCat_lists a:hover li {
  background-color: rgba(255,255,255,.5);
}

/*style*/
.lhCat-ticket .lhCat_lists_li {
  color: #1d95ca;
}
.lhCat-otoku .lhCat_lists_li {
  color: #e64e7d;
}
.lhCat-digital .lhCat_lists_li {
  color: #2dad60;
}


.lhCat_lists_li:before {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 80px;
  height: 50px;
  margin-left: -40px;
  background-repeat: no-repeat;
          background-size: 80px auto;
  content: "";

  -webkit-background-size: 80px auto;
}

/*style*/
.lhCat-ticket a:nth-child(1) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_02.png);
}
.lhCat-ticket a:nth-child(2) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_03.png);
}
.lhCat-ticket a:nth-child(3) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_04.png);
}
.lhCat-ticket a:nth-child(4) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_05.png);
}

.lhCat-otoku a:nth-child(1) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_07.png);
}
.lhCat-otoku a:nth-child(2) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_08.png);
}
.lhCat-otoku a:nth-child(3) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_09.png);
}
.lhCat-otoku a:nth-child(4) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_10.png);
}

.lhCat-digital a:nth-child(1) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_12.png);
}
.lhCat-digital a:nth-child(2) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_13.png);
}
.lhCat-digital a:nth-child(3) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_14.png);
}
.lhCat-digital a:nth-child(4) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_15.png);
}
.lhCat-digital .lhCat_lists_li {
  height: 119px;
}
.lhCat_lists_li_icon {
  display: block;
  border-top: 1px solid #ccc;
  margin: 6px 15px 0;
  padding-top: 2px;
}




@media screen and (max-width:768px) {
  .lhCat_wrap {
    margin-bottom: 20px;
  }

  .lhCat_tit {
    width: 25%;
    font-size: 11px;
  }

  .lhCat_tit:before {
    top: 50%;
    margin-top: -40px;
  }

  .lhCat_lists a {
    display: block;
    float: left;
    width: 49.5%;
    margin-bottom: 10px;
    margin-left: 1%;
    height: auto;
  }

  .lhCat_lists {
    padding: 10px 10px 0 10px;
  }

  .lhCat_lists a:nth-child(odd) {
    margin-left: 0;
  }

  .lhCat_lists_li {
    font-size: 12px;
    height: 86px;
    padding-top: 45px;
  }

  .lhCat-digital .lhCat_lists_li {
    padding-top: 48px;
    padding-bottom: 6px;
    height: 95px;
  }
  .lhCat_lists_li_icon {
    margin: 3px 15px 0;
    padding-top: 3px;
  }




.lhCat_tit:before {
  position: absolute;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-left: -32px;
  background-repeat: no-repeat;
          background-size: 65px 65px;
  content: "";

  -webkit-background-size: 65px 65px;
}

/*style*/
.lhCat-ticket .lhCat_tit:before {
  background-image: url(../img/lhp/icon_lhCat_01_sp.png);
}
.lhCat-otoku .lhCat_tit:before {
  background-image: url(../img/lhp/icon_lhCat_06_sp.png);
}
.lhCat-digital .lhCat_tit:before {
  background-image: url(../img/lhp/icon_lhCat_11_sp.png);
}


.lhCat_lists_li:before {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 60px;
  height: 46px;
  margin-left: -23px;
  background-repeat: no-repeat;
          background-size: 46px auto;
  content: "";

  -webkit-background-size: 46px auto;
}

/*style*/
.lhCat-ticket a:nth-child(1) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_02_sp.png);
}
.lhCat-ticket a:nth-child(2) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_03_sp.png);
}
.lhCat-ticket a:nth-child(3) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_04_sp.png);
}
.lhCat-ticket a:nth-child(4) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_05_sp.png);
}

.lhCat-otoku a:nth-child(1) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_07_sp.png);
}
.lhCat-otoku a:nth-child(2) .lhCat_lists_li:before {
  top: 11px;
  margin-left: -30px;
  background-image: url(../img/lhp/icon_lhCat_08_sp.png);
          background-size: 60px auto;

  -webkit-background-size: 60px auto;
}
.lhCat-otoku a:nth-child(3) .lhCat_lists_li:before {
  top: 11px;
  margin-left: -30px;
  background-image: url(../img/lhp/icon_lhCat_09_sp.png);
          background-size: 60px auto;

  -webkit-background-size: 60px auto;
}
.lhCat-otoku a:nth-child(4) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_10_sp.png);
}

.lhCat-digital a:nth-child(1) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_12_sp.png);
}
.lhCat-digital a:nth-child(2) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_13_sp.png);
}
.lhCat-digital a:nth-child(3) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_14_sp.png);
}
.lhCat-digital a:nth-child(4) .lhCat_lists_li:before {
  background-image: url(../img/lhp/icon_lhCat_15_sp.png);
}

}



/* lhpPu_tit
------------------------------- */

.lhpPu_tit {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
}

/*ns_cFourNSlider*/

.ns_cFourNSlider {
  margin-bottom: 50px;
}

.fourCarouselList .control .prev .bx-prev:after,
.fiveCarouselList .control .prev .bx-prev:after,
.sixCarouselList .control .prev .bx-prev:after,
.sevenCarouselList .control .prev .bx-prev:after,
.eightCarouselList .control .prev .bx-prev:after {
  background-image: url(../img/lhp/slide_left_large.png);
}

.fourCarouselList .control .next .bx-next:after,
.fiveCarouselList .control .next .bx-next:after,
.sixCarouselList .control .next .bx-next:after,
.sevenCarouselList .control .next .bx-next:after,
.eightCarouselList .control .next .bx-next:after {
  background-image: url(../img/lhp/slide_right_large.png);
}

.ns_cFourNSlider .bx-viewport {
  padding: 0 5px 5px;
}

.ns_cFourNSlider .fourCarouselList .imgSlider a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
}
.ns_cFourNSlider .thumbnailBlock {
  margin-bottom: 10px;
}

.ns_cFourNSlider .itemCategory {
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}
.ns_cFourNSlider .title span {
  padding-left: 0 !important;
  padding-top: 5px !important;
  text-align: left;
}

/*style*/

.ns_cFourNSlider .itemCategory-blue {
  border-left: 5px solid #45b3e3;
  color: #45b3e3;
}

.ns_cFourNSlider .itemCategory-grn {
  border-left: 5px solid #3bc974;
  color: #3bc974;
}

.ns_cFourNSlider .itemCategory-pink {
  border-left: 5px solid #f9729c;
  color: #f9729c;
}


.ns_cFourNSlider .fourCarouselList .title {
  min-height: 36px;
  line-height: 1.4;
  padding: 5px 10px 20px;
  font-size: 14px;
}

.ns_cFourNSlider .fourCarouselList .title a {
  text-decoration: none;
}



@media screen and (max-width:768px) {

  .lhpPu_tit {
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 16px;
  }

  .ns_cFourNSlider {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .ns_cFourNSlider .thumbnailBlock {
    margin-bottom: 5px;
  }
}


/* lhpBnr
------------------------------- */

.lhpBnr {
  text-align: center;
}

.lhpBnr img {
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .lhpBnr {
    padding: 10px;
    margin-bottom: 30px;
  }
  .lhpBnr img {
    margin: 0 auto;
  }
}






/* ns_genreBnr
------------------------------- */

.ns_genreBnr {
  text-align: center;
}

.ns_genreBnr img {
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .ns_genreBnr {
    padding: 10px;
  }
  .ns_genreBnr img {
    margin: 0 auto;
  }
}






/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.lhCat:after,
.lhCat_lists:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */
.lhCat,
.lhCat_lists {
  *zoom: 1;
}




