@charset "UTF-8";
/*----------------------------------------
 *        Lineup
 *---------------------------------------- */
.mainvisual-wrap {
  width: 100%;
}
.mainvisual-wrap.category1 {
  background: url("../images/lineup/common/category1_bg.png") repeat 0 0;
  background-size: 20px 20px;
}
.mainvisual-wrap.category2 {
  background: url("../images/lineup/common/category2_bg.png") repeat 0 0;
  background-size: 20px 20px;
}
.mainvisual-wrap.category3 {
  background: url("../images/lineup/common/category3_bg.png") repeat 0 0;
  background-size: 20px 20px;
}
.mainvisual-wrap.category4 {
  background: url("../images/lineup/common/category4_bg.png") repeat 0 0;
  background-size: 20px 20px;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-wrap.category1,
  .mainvisual-wrap.category2,
  .mainvisual-wrap.category3,
  .mainvisual-wrap.category4 {
    background-size: 40px 40px;
  }
}

.mainvisual-content {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-content {
    width: 1200px;
    padding-top: 50px;
  }
}

.mainvisual-content h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-content h2 {
    font-size: 50px;
    text-align: left;
  }
}

.mainvisual-content .boxWrap {
  padding-top: 30px;
}

.lineup-item-thumb {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .lineup-item-thumb {
    display: block;
    margin-bottom: 40px;
  }
  .lineup-item-thumb li {
    padding: 0 5px;
    opacity: 0.5;
    cursor: pointer;
  }

  .lineup-item-thumb .slick-list {
    padding: 0 !important;
  }
  .lineup-item-thumb .slick-track {
    width: 630px !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .lineup-item-thumb .slick-current {
    opacity: 1;
  }

  .lineup-item-thumb li img {
    margin: 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.slick-prev {
  left: 0;
  background: url("../images/lineup/common/slide_parts.png") no-repeat 0 0;
  background-size: 60px 30px;
}
.slick-next {
  right: 0;
  background: url("../images/lineup/common/slide_parts.png") no-repeat -15px 0;
  background-size: 60px 30px;
}
.slick-prev.slick-disabled {
  background: url("../images/lineup/common/slide_parts.png") no-repeat -30px 0;
  background-size: 60px 30px;
}
.slick-next.slick-disabled {
  background: url("../images/lineup/common/slide_parts.png") no-repeat -45px 0;
  background-size: 60px 30px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 10px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: #FFF 1px solid;
  border-radius: 50%;
}
.slick-dots li.slick-active button::before {
  background: #FFF;
}

@media print, screen and (min-width: 769px) {
  .mainvisual-content .boxWrap .rightBox {
    width: 630px;
  }
  .mainvisual-content .boxWrap .leftBox {
    width: 510px;
  }
}

.mainvisual-content .boxWrap .leftBox p {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-content .boxWrap .leftBox p {
    font-size: 24px;
  }
}


/*----------*/
.mamechishiki_point {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .mamechishiki_point {
    margin-top: 100px;
    padding-bottom: 80px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .mamechishiki_point:hover {
    opacity: 0.7;
  }
}

.mamechishiki_point::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 25%;
  display: block;
  content: "";
  width: 15px;
  height: 30px;
  -webkit-animation: arrow 3s steps(4) infinite;
  -moz-animation: arrow 3s steps(4) infinite;
  animation: arrow 3s steps(4) infinite;
}
.category1 .mamechishiki_point::after {
  background: url("../images/lineup/common/category1_ar.png") no-repeat 0 0;
  background-size: 60px 30px;
}
.category2 .mamechishiki_point::after {
  background: url("../images/lineup/common/category2_ar.png") no-repeat 0 0;
  background-size: 60px 30px;
}
.category3 .mamechishiki_point::after {
  background: url("../images/lineup/common/category3_ar.png") no-repeat 0 0;
  background-size: 60px 30px;
}
.category4 .mamechishiki_point::after {
  background: url("../images/lineup/common/category4_ar.png") no-repeat 0 0;
  background-size: 60px 30px;
}


@media print, screen and (min-width: 769px) {
  .mamechishiki_point::after {
    width: 30px;
    height: 60px;
    -webkit-animation: arrow2 3s steps(4) infinite;
    -moz-animation: arrow2 3s steps(4) infinite;
    animation: arrow2 3s steps(4) infinite;
  }

  .category1 .mamechishiki_point::after {
    background: url("../images/lineup/common/category1_ar.png") no-repeat 0 0;
    background-size: 120px 60px;
  }
  .category2 .mamechishiki_point::after {
    background: url("../images/lineup/common/category2_ar.png") no-repeat 0 0;
    background-size: 120px 60px;
  }
  .category3 .mamechishiki_point::after {
    background: url("../images/lineup/common/category3_ar.png") no-repeat 0 0;
    background-size: 120px 60px;
  }
  .category4 .mamechishiki_point::after {
    background: url("../images/lineup/common/category4_ar.png") no-repeat 0 0;
    background-size: 120px 60px;
  }
}

@-webkit-keyframes arrow {
  to { background-position: -60px 0;}
}
@-moz-keyframes arrow {
  to { background-position: -60px 0;}
}
@keyframes arrow {
  to { background-position: -60px 0;}
}
@-webkit-keyframes arrow2 {
  to { background-position: -120px 0;}
}
@-moz-keyframes arrow2 {
  to { background-position: -120px 0;}
}
@keyframes arrow2 {
  to { background-position: -120px 0;}
}

.mainvisual-introduce {
  display: none;
  width: 100%;
  overflow: hidden;
  background: url("../images/lineup/common/introduce_bg_sp.png") no-repeat top center;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .mainvisual-introduce {
    background: url("../images/lineup/common/introduce_bg.png") no-repeat top center;
    background-size: auto;
  }
}

.introduceBox {
  width: 90%;
  margin: 20px auto;
  box-sizing: border-box;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .introduceBox {
    width: 1200px;
    margin: 40px auto;
  }
}

.introduceBox .leftBox {
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .introduceBox .leftBox {
    float: left;
    width: 50%;
    text-align: right;
  }
}

.introduceBox .rightBox {
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .introduceBox .rightBox {
    float: right;
    width: 50%;
    padding: 10px 0 0 40px;
  }
}

.introduceBox .rightBox > p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .introduceBox .rightBox > p {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.6;
  }
}


/*----------*/
.hataraku-lineup {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .hataraku-lineup {
    width: 1200px;
  }
}

.hataraku-lineup h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .hataraku-lineup h3 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media screen\0 {
  .hataraku-lineup h3 {
    line-height: 1.3;
  }
}
.category1 .hataraku-lineup h3 { color: #FFAA00;}
.category2 .hataraku-lineup h3 { color: #2186FF;}
.category3 .hataraku-lineup h3 { color: #FF548D;}
.category4 .hataraku-lineup h3 { color: #1B8742;}

.hataraku-lineup h3 > span {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .hataraku-lineup h3 > span {
    font-size: 16px;
  }
}

.hataraku-lineup .movie {
  width: 100%;
  border: #999 1px solid;
  background: #FEFEFE;
}

.hataraku-lineup .movie + figure {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .hataraku-lineup .movie + figure {
    margin-top: 20px;
  }
}

.hataraku-lineup .boxWrap {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .hataraku-lineup .boxWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
}

.hataraku-lineup .columnBox + .columnBox {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .hataraku-lineup .columnBox + .columnBox {
    margin-top: 0;
  }
  .hataraku-lineup .columnBox:nth-child(odd) {
    width: 560px;
/*    margin-right: 40px;*/
  }
  .hataraku-lineup .columnBox:nth-child(even) {
    width: 560px;
    margin-left: 40px;
  }
}

.hataraku-lineup video {
  max-width: 100%;
  vertical-align: bottom;
}


/*----------*/
.lineup-content {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
  padding-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .lineup-content {
    width: 1200px;
    margin-top: 80px;
    padding-top: 60px;
  }
}
.lineup-content::before {
  position: absolute;
  top: 0;
  left: -1500px;
  display: block;
  content: "";
  width: 3000px;
  height: 3px;
}
@media print, screen and (min-width: 769px) {
  .lineup-content::before {
    height: 4px;
  }
}
.category1 .lineup-content::before { background: #FFAA00;}
.category2 .lineup-content::before { background: #5ABEFA;}
.category3 .lineup-content::before { background: #F596B4;}
.category4 .lineup-content::before { background: #8CC85A;}

.lineup-content h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}
@media print, screen and (min-width: 769px) {
  .lineup-content h3 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.category1 .lineup-content h3 { color: #FFAA00;}
.category2 .lineup-content h3 { color: #2186FF;}
.category3 .lineup-content h3 { color: #FF548D;}
.category4 .lineup-content h3 { color: #1B8742;}

.lineup-content h3 > span {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .lineup-content h3 > span {
    font-size: 26px;
  }
}

.lineup-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .lineup-content h4 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.lineup-content p,
.lineup-content li,
.lineup-content dd {
  font-size: 13px;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .lineup-content p,
  .lineup-content li,
  .lineup-content dd {
    font-size: 18px;
  }
}

.lineup-content li.small {
  font-size: 12px !important;
}
@media print, screen and (min-width: 769px) {
  .lineup-content li.small {
    font-size: 15px !important;
  }
}

.lineup-content dt {
  font-size: 16px;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .lineup-content dt {
    font-size: 24px;
  }
}

.category1 .lineup-content .boxList dt { color: #FFAA00;}
.category2 .lineup-content .boxList dt { color: #2186FF;}
.category3 .lineup-content .boxList dt { color: #FF548D;}
.category4 .lineup-content .boxList dt { color: #1B8742;}



/*ジェットパック用*/
@media print, screen and (min-width: 769px) {
  .jp_adj_list {
    position: relative;
    padding-left: 820px;
  }
}

.jp_adj_list li {
  overflow: hidden;
}
.jp_adj_list li + li {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .jp_adj_list li + li {
    margin-top: 0;
  }
}

.jp_adj_list li figure {
  float: left;
  width: 40%;
}
@media print, screen and (min-width: 769px) {
  .jp_adj_list li figure {
    position: absolute;
    top: 0;
    float: none;
    width: 250px;
  }
  .jp_adj_list li:nth-child(1) figure { left: 0;}
  .jp_adj_list li:nth-child(2) figure { left: 270px;}
  .jp_adj_list li:nth-child(3) figure { left: 540px;}
}

.jp_adj_list li figure > img {
  border: #333 1px solid;
}

.jp_adj_list li .jp_adj_list_in {
  position: relative;
  float: right;
  display: block;
  width: 55%;
  padding-left: 1.3em;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .jp_adj_list li .jp_adj_list_in {
    float: none;
    width: 100%;
  }
}

.jp_adj_list li .jp_adj_list_in > span {
  position: absolute;
  left: 0;
}
