@charset "UTF-8";

.senobic-contents {
  /*2021.3.2更新時に追加*/
}

.senobic-contents #container.brand-content {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 400;
}

.senobic-contents #lineupList .btn {
  margin-top: 50px;
  border-radius: 10px;
  background: #0ab3f9;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  transition: all 0.4s ease;
  border: 4px solid #0ab3f9;
}

.senobic-contents #lineupList .btn__note {
  text-align: right;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
}

.senobic-contents #lineupList .btn:hover {
  background-color: #FFF;
  border: 4px solid #0ab3f9;
}

.senobic-contents #lineupList .btn .text {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.senobic-contents #lineupList .btn .text:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../image/common/icon_arrow_01_white.svg) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease;
  margin-left: 10px;
}

.senobic-contents #lineupList .btn:hover .text {
  color: #0ab3f9;
}

.senobic-contents #lineupList .btn:hover .text:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../image/common/icon_arrow_01_light-blue.svg) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}

.senobic-contents #lineupList .btn.is-blank .text:after {
  content: "";
  width: 32px;
  height: 28px;
  background: url(../image/common/icon-blank-off-2103.png) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease;
  margin-left: 10px;
}

.senobic-contents #lineupList .btn:hover .text {
  color: #0ab3f9;
}

.senobic-contents #lineupList .btn.is-blank:hover .text:after {
  content: "";
  width: 32px;
  height: 28px;
  background: url(../image/common/icon-blank-on-2103.png) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}

.senobic-contents #visual {
  padding-bottom: 156px;
  line-height: 0;
  background-color: #0ab3f9;
  width: 100%;
}

.senobic-contents #visual .visual_in {
  position: relative;
  margin: 0 auto;
  max-width: 940px;
}

.senobic-contents #visual .visual_list {
  position: static;
  z-index: 1;
  padding-top: 56px;
}

.senobic-contents .slider {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.senobic-contents .slider-img {
  margin: 0 20px;
}

.senobic-contents .slider-img img {
  height: auto;
  width: 100%;
}

.senobic-contents .slider .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  z-index: 10;
}

.senobic-contents .slider .slick-arrow:before {
  display: none;
}

.senobic-contents .slider .slick-prev {
  background: url(../image/top/arrow_prev.png)no-repeat;
  background-size: cover;
  left: -20px;
}

.senobic-contents .slider .slick-next {
  background: url(../image/top/arrow_next.png)no-repeat;
  background-size: cover;
  right: -20px;
}

@media screen and (max-width:960px) {
  .senobic-contents .slider {
    margin: auto
  }

  .senobic-contents .slider-img {
    width: 90vw;
    margin: 0 10px;
  }

  .senobic-contents .slider .slick-arrow {
    width: calc(40*100vw/750);
    height: calc(80*100vw/750);
    top: 50%;
  }

  .senobic-contents .slider .slick-prev {
    left: 2vw
  }

  .senobic-contents .slider .slick-next {
    right: 2vw
  }

}



.senobic-contents #lineupList {
  position: relative;
  z-index: 10;
  margin-top: -235px;
  background: url(../image/top/lineup_bg.png) repeat-x center 0;
}


.senobic-contents #lineupList .lineupList_in {
  padding: 210px 0 115px;
}

.senobic-contents #lineupList .lineupList_headline {
  margin-bottom: 55px;
}

.senobic-contents .itemList {
  border: 4px solid #0ab3f9;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
  padding-bottom: 90px;
}

.senobic-contents #lineupList ul {
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.senobic-contents #lineupList ul .col1 {
  width: 100%;
}

.senobic-contents #lineupList ul .col2 {
  width: 49%
}


.senobic-contents .itemList .itemList-body {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.senobic-contents .itemList .itemList-note {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

.senobic-contents #lineupList .itemList .btn {
  border: none;
  border-top: 4px solid #0ab3f9;
  height: 70px;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0;
}

.senobic-contents #lineupList .itemList .btn .text {
  font-size: 20px;
}

.senobic-contents #lineupList .itemList .bg-yw {
  background: #feffb2;
}


.senobic-contents #special {
  position: relative;
  margin-top: -115px;
  background-color: #89d9fa;
}

.senobic-contents #special .special_in {
  width: 940px;
  margin: 0 auto;
  padding: 189px 0 110px;
  line-height: 0;
}

.senobic-contents #special .special_list {
  position: relative;
  height: 770px;
  /*2019.12.27更新時、620pxから770pxに変更*/
  margin-top: -102px;
}

.senobic-contents #special .special_list li {
  position: absolute;
}

.senobic-contents #special .special_list li:nth-child(1) {
  top: 164px;
}

.senobic-contents #special .special_list li:nth-child(2) {
  right: 0;
}

.senobic-contents #special .special_list li:nth-child(3) {
  top: 330px;
  right: 0;
}

.senobic-contents #special .special_list li:nth-child(4) {
  /*2019.12.27更新時に追加*/
  top: 494px;
}

.senobic-contents #special .special_list li a:hover::after {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 5px solid #fff224;
}

.senobic-contents #special .special_item {
  position: absolute;
  bottom: -173px;
  width: 940px;
  text-align: center;
}

.senobic-contents #popularityList {
  padding: 0px 0 100px;
}

.senobic-contents #newsList {
  position: relative;
  padding-bottom: 120px;
  background-color: #0ab3f9;
}

.senobic-contents #newsList a {
  color: #fff;
}

.senobic-contents #newsList .newsList_item {
  position: absolute;
  top: -96px;
  width: 100%;
  text-align: center;
}

.senobic-contents #newsList .newsList_headline {
  padding-top: 120px;
  text-align: center;
}

.senobic-contents #newsList .newsList_list {
  width: 940px;
  margin: 60px auto 30px;
}

.senobic-contents #newsList .newsList_list li {
  display: table;
  width: 100%;
  border-radius: 5px;
}

.senobic-contents #newsList .newsList_list li p {
  padding-bottom: 10px;
}

.senobic-contents #newsList .newsList_list li:nth-child(odd) {
  background-color: #0c8fe2;
}

.senobic-contents #newsList .newsList_list li>* {
  display: table-cell;
  color: #fff;
}

.senobic-contents #newsList .newsList_list li time {
  width: 9em;
  box-sizing: border-box;
  padding: 14px 20px 13px;
  font-size: 1.4rem;
}

.senobic-contents #newsList .newsList_link {
  width: 940px;
  margin: 0 auto;
}

.senobic-contents #newsList .newsList_link a::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
  background: url(../image/common/icon_arrow_01_white.svg) no-repeat 0 0;
}


.senobic-contents #lineupList .lineupList_in {
  padding-bottom: 0;
}

.senobic-contents #lineupList .lineupList_headline {
  text-align: center;
  margin-top: 65px;
  background: #d3f1fd;
  border-radius: 8px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.senobic-contents #lineupList .lineupList_img {
  text-align: center;
}


.senobic-contents #lineupList .lineupList_btn {
  margin-left: auto;
  margin-right: auto;
}

.senobic-contents #lineupList .lineupList_btn.is-lineup {
  max-width: 660px;
}

.senobic-contents #lineupList .lineupList_btn.is-item {
  max-width: 660px;
}


@media screen and (max-width: 960px) {
  .senobic-contents #lineupList .lineupList_in {
    width: 90%;
    margin: 0 auto;
  }

  .senobic-contents #lineupList .lineupList_headline {
    margin-top: 30px;
    height: 55px;
    width: 90vw;
    margin-bottom: 25px;
  }

  .senobic-contents #lineupList ul .col2 {
    width: 100%
  }

  .senobic-contents .itemList {
    padding: 20px 0 70px !important;

  }

  .senobic-contents .itemList .itemList-body {
    font-size: 14px;
    line-height: 22px;
  }

  .senobic-contents .itemList .itemList-note {
    font-size: 12px;
  }

  .senobic-contents #lineupList .itemList img {
    width: 70%;
  }

  .senobic-contents #lineupList .itemList .btn {
    border: none;
    border-top: 2px solid #0ab3f9;
    height: 40px;
    margin-top: 20px;
  }

  .senobic-contents #lineupList .itemList .btn .text {
    font-size: 16px;
  }



  .senobic-contents #lineupList .lineupList_headline.is-01 img {
    max-width: calc(319*100vw/750)
  }

  .senobic-contents #lineupList .lineupList_headline.is-02 img {
    max-width: calc(335*100vw/750)
  }

  .senobic-contents #lineupList .itemList_headline.is-01 img {
    max-width: calc(382*100vw/750)
  }

  .senobic-contents #lineupList .itemList_headline.is-02 img {
    max-width: calc(216*100vw/750)
  }

  .senobic-contents #lineupList .itemList_headline.is-03 img {
    max-width: calc(265*100vw/750)
  }

  .senobic-contents #lineupList .itemList_headline.is-04 img {
    max-width: calc(132*100vw/750)
  }

  .senobic-contents #lineupList .itemList_headline.is-05 img {
    max-width: calc(221*100vw/750)
  }

  .senobic-contents #lineupList .itemList_headline.is-06 img {
    max-width: calc(221*100vw/750)
  }

  .senobic-contents #lineupList .itemList_headline.is-06~img {
    width: 40%;
  }

  .senobic-contents #lineupList .lineupList_img.is-01 {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .senobic-contents #lineupList .lineupList_img.is-02 {
    margin-left: 25vw;
    margin-right: 25vw;
  }


  .senobic-contents #lineupList .itemList p {
    padding-left: 1em;
    padding-right: 1em;
  }

  .senobic-contents #lineupList .lineupList_btn {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .senobic-contents #lineupList .btn {
    margin-top: 25px;
  }

  .senobic-contents #lineupList .btn__note {
    text-align: right;
    font-size: 10px;
  }
}

@media screen and (max-width: 960px) and (max-width: 320px) {
  .senobic-contents #lineupList .btn__note {
    font-size: 10px;
  }
}

@media screen and (max-width: 960px) {
  .senobic-contents #lineupList .lineupList_btn.is-lineup {
    max-width: inherit;
  }
}

@media screen and (max-width: 960px) {
  .senobic-contents #lineupList .lineupList_btn.is-item {
    max-width: inherit;
  }
}

@media screen and (max-width: 960px) {
  .senobic-contents #lineupList .btn {
    border-radius: 5px;
    background: #0ab3f9;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vw;
    min-height: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid #0ab3f9;
  }
}


@media screen and (max-width: 960px) {
  .senobic-contents #lineupList .btn .text {
    color: #fff;
    font-size: 4.2vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 960px) {
  .senobic-contents #lineupList .btn .text:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../image/common/icon_arrow_01_white.svg) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s ease;
    margin-left: 10px;
  }
}


@media screen and (max-width: 960px) {
  .senobic-contents #lineupList .btn.is-blank .text:after {
    width: 16px !important;
    height: 16px !important;
  }
}

@media screen and (max-width: 960px) {
  .senobic-contents #visual {
    padding-bottom: 15.89vw;
    text-align: center;
  }

  .senobic-contents #visual .visual_in {
    width: 100%;
    margin: 0;
  }

  .senobic-contents #visual .visual_list {
    position: relative;
    padding-top: 20px;
  }

  .senobic-contents #visual .visual_list img {
    width: 100%;
  }

  .senobic-contents #visual .visual_item {
    display: none;
  }

  .senobic-contents #lineupList {
    margin-top: -22.14vw;
    padding-bottom: 7.29vw;
    background-image: url(../image/top/lineup_bg_top_2x.png), url(../image/top/lineup_bg_bottom_2x.png);
    background-position: top center, bottom center;
    background-size: 100% auto, 100% auto;
  }

  .senobic-contents #lineupList .lineupList_in {
    padding: 25vw 0 0;
    text-align: center;
  }

  .senobic-contents #lineupList .lineupList_list {
    background-color: #fff;
  }

  .senobic-contents #special {
    margin-top: -7.29vw;
    padding: 14.32vw 9.11vw 8.85vw;
  }

  .senobic-contents #special .special_in {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .senobic-contents #special .special_headline {
    padding: 0 10.42vw;
  }

  .senobic-contents #special .special_list {
    height: auto;
    margin-top: 0;
  }

  .senobic-contents #special .special_list li {
    position: relative;
    margin-top: 5.21vw;
  }

  .senobic-contents #special .special_list li:nth-child(1) {
    top: auto;
  }

  .senobic-contents #special .special_list li:nth-child(2) {
    right: auto;
  }

  .senobic-contents #special .special_list li:nth-child(3) {
    top: auto;
    right: auto;
  }

  .senobic-contents #special .special_list li:nth-child(4) {
    /*2019.12.27更新時に追加*/
    top: auto;
  }

  .senobic-contents #special .special_item {
    bottom: -22.4vw;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .senobic-contents #special .special_item img {
    width: 17.45vw;
  }

  .senobic-contents #commonPopularity {
    margin-top: 50px;
    padding: 12vw 0 7.81vw;
  }

  .senobic-contents #popularityList {
    padding: 10vw 0 15vw;
  }

  .senobic-contents #newsList {
    padding-bottom: 13.8vw;
  }

  .senobic-contents #newsList .newsList_item {
    position: absolute;
    top: -15.36vw;
  }

  .senobic-contents #newsList .newsList_item img {
    width: 18.23vw;
  }

  .senobic-contents #newsList .newsList_headline {
    padding-top: 20.83vw;
  }

  .senobic-contents #newsList .newsList_headline img {
    width: 31.25vw;
  }

  .senobic-contents #newsList .newsList_list {
    width: 100%;
    margin: 11.98vw auto 7.81vw;
  }

  .senobic-contents #newsList .newsList_list li {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 2.6vw 5.21vw;
  }

  .senobic-contents #newsList .newsList_list li p {
    padding-bottom: 0;
  }

  .senobic-contents #newsList .newsList_list li>* {
    display: block;
  }

  .senobic-contents #newsList .newsList_list li time {
    width: 100%;
    padding: 0;
  }

  .senobic-contents #newsList .newsList_link {
    width: auto;
    margin: 0 0 0 5.21vw;
  }
}

.senobic-contents #lineupList .lineupList_btn {
  text-align: none;
}

.senobic-contents #lineupList .lineupList_btn:hover {
  text-decoration: none;
}

.senobic-contents #lineupList .lineupList_btn-wrap:hover {
  text-decoration: none;
}

.senobic-contents #lineupList .lineupList_btn-wrap .btn-in {
  border-radius: 6px;
  background: #0ab3f9;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  border: 2px solid #0ab3f9;
  margin-top: 25px;
}

.senobic-contents #lineupList .lineupList_btn-wrap .btn-in .text {
  color: #fff;
}

.senobic-contents #lineupList .lineupList_btn-wrap .btn-in .text:after {
  content: "";
  width: 18px;
  height: 33px;
  background: url(../image/common/icon_arrow_01_white.svg) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease;
  margin-left: 10px;
}

.senobic-contents #lineupList .lineupList_btn-wrap:hover .btn-in {

  background-color: #ffffff;
}

.senobic-contents #lineupList .lineupList_btn-wrap:hover .btn-in .text {
  color: #0ab3f9;
}

.senobic-contents #lineupList .lineupList_btn-wrap:hover .btn-in .text:after {
  content: "";
  width: 18px;
  height: 33px;
  background: url(../image/common/icon_arrow_01_light-blue.svg) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}

.lineupList_img-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .lineupList_img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95vw;
    margin-top: 4vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lineupList_img-list li {
    width: 30%;
    margin-right: 2%;
  }

  .lineupList_img-list .btn-in {
    height: 6vw;
  }

  .lineupList_img-list li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width:768px) {
  .lineupList_img-list li {
    width: 100%;
    margin-right: auto;
  }

  .lineupList_img-list .btn-in {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .lineupList_img-list li:nth-child(n + 2) {
    margin-top: 8vw;
  }
}