@charset "UTF-8";
/*==================================
section
===================================*/
.kvArea {
  position: relative;
}
.kvArea .topBanSlickWrap {
  position: relative;
  z-index: 5;
}
.kvArea .topBanSlickWrap .topBanSlick {
  position: relative;
  background: #000000;
}
.kvArea .topBanSlickWrap .topBanSlick .slick-list {
  position: relative;
}
.kvArea .topBanSlickWrap .topBanSlick picture {
  position: relative;
  z-index: 1;
}
.kvArea .topBanSlickWrap .topBanSlick picture img {
  width: 100%;
}
.kvArea .topBanSlickWrap .topBanSlick .slickKv picture,
.kvArea .topBanSlickWrap .topBanSlick .slickKv img {
  opacity: 0.4;
}
.kvArea .topBanSlickWrap .topBanSlick .slickKv p.end {
  position: absolute;
  width: 66%;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-shadow: -0.3rem 0 #000000, 0 0.3rem #000000, 0.3rem 0 #000000, 0 -0.3rem #000000;
  text-align: center;
  font-size: 2em;
}
@media screen and (max-width: 640px) {
  .kvArea .topBanSlickWrap .topBanSlick .slickKv p.end {
    text-align: left;
    transform: translate(0%, -50%);
    left: 0;
    padding-left: 10px;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0.4vw;
  right: 0;
  left: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  max-width: 105px;
  width: 5vw;
  height: 0.3vw;
  margin: 0 0.4vw;
  background-color: #012867;
  cursor: pointer;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  font-size: 0;
}
.slick-dots li.slick-active {
  background-color: #0082ca;
}
@media screen and (max-width: 640px) {
  .slick-dots {
    text-align: left;
    left: 1vw;
  }
  .slick-dots li {
    width: 10vw;
    height: 0.5vw;
  }
}

.topBanTitleWrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  text-align: right;
}
.topBanTitleWrap .slideshow-fade {
  position: relative;
  width: 24vw;
  height: 31vw;
}
.topBanTitleWrap .slideshow-fade li {
  list-style: none;
  width: 100%;
  height: 100%;
}
.topBanTitleWrap .slideshow-fade li a {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-clip-path: polygon(49% 0, 100% 0, 100% 100%, 2% 100%);
          clip-path: polygon(49% 0, 100% 0, 100% 100%, 2% 100%);
}
.topBanTitleWrap .slideshow-fade li a img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .topBanTitleWrap .slideshow-fade {
    width: 41vw;
    height: 53vw;
  }
}

#topMovie.contSecWrap .contInnerWrap {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
#topMovie.contSecWrap .contTitle {
  max-width: 616px;
  width: 60%;
}
@media screen and (min-width: 2000px) {
  #topMovie.contSecWrap .contTitle {
    width: 73%;
  }
}
@media screen and (max-width: 1200px) {
  #topMovie.contSecWrap .contTitle {
    width: 45%;
  }
}
@media screen and (max-width: 980px) {
  #topMovie.contSecWrap .contTitle {
    width: 71%;
  }
}
#topMovie .topMovieWrap .movie {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 900px;
  padding-top: 57%;
  margin: 4% auto;
}
#topMovie .topMovieWrap .movie iframe {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-clip-path: polygon(4% 0%, 100% 0%, 100% 95%, 96% 100%, 0% 100%, 0% 5%);
          clip-path: polygon(4% 0%, 100% 0%, 100% 95%, 96% 100%, 0% 100%, 0% 5%);
}
#topMovie .topMovieWrap .movie iframe:hover {
  border-top: 2px solid #0082ca;
  border-bottom: 2px solid #0082ca;
}

#topics .topicsListWrap > ul {
  width: 100%;
  margin: auto;
}
#topics .topicsListWrap > ul li {
  text-align: center;
}
#topics .topicsListWrap > ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
#topics .topicsListWrap > ul li a p {
  /*position: absolute;*/
  width: 100%;
  bottom: 0;
  background: rgb(1, 24, 61);
  padding: 4% 2%;
  font-weight: normal;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 2;
}
#topics .topicsListWrap > ul li a p > span {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  #topics .topicsListWrap > ul li a p > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  #topics .topicsListWrap > ul li a p > span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  #topics .topicsListWrap > ul li a p {
    min-height: 9em;
  }
}
#topics .topicsListWrap > ul li a img.thum {
  position: relative;
}
#topics .topicsListWrap > ul li a:hover {
  border-top: 2px solid #0082ca;
  border-bottom: 2px solid #0082ca;
}
#topics .topicsListWrap .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  #topics .topicsListWrap .slick-slide {
    margin: 0 0.2%;
  }
}
#topics .topicsListWrap .slick-dots {
  position: relative;
  top: 1em;
}
@media screen and (max-width: 640px) {
  #topics .topicsListWrap .slick-dots {
    text-align: center;
  }
}

/*==================================
lineupWrap
===================================*/
#lineup .listWrap {
  padding-bottom: 10%;
  position: relative;
}
#lineup .listWrap p.txt {
  position: absolute;
  bottom: 10%;
  right: 20%;
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #lineup .listWrap p.txt {
    font-size: 2.6rem;
    bottom: 0%;
    right: 8%;
  }
}
@media screen and (max-width: 980px) {
  #lineup .listWrap {
    margin-top: 2%;
  }
}
#lineup ul.list {
  margin: auto;
  margin-bottom: -11%;
  position: relative;
  pointer-events: none;
}
#lineup ul.list li {
  display: inline-block;
  pointer-events: all;
  -webkit-clip-path: polygon(50% 3%, 96% 50%, 50% 97%, 4% 50%);
          clip-path: polygon(50% 3%, 96% 50%, 50% 97%, 4% 50%);
}
#lineup ul.list:nth-child(odd) {
  width: 73%;
}
#lineup ul.list:nth-child(odd) li {
  width: 50%;
}
#lineup ul.list:nth-child(odd)::before, #lineup ul.list:nth-child(odd)::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/title/cs-sub.jpg);
  top: 1%;
  width: 50%;
  height: 96.93%;
  -webkit-clip-path: polygon(50% 3%, 96% 50%, 50% 97%, 4% 50%);
          clip-path: polygon(50% 3%, 96% 50%, 50% 97%, 4% 50%);
}
#lineup ul.list:nth-child(odd)::before {
  left: -49.5%;
}
#lineup ul.list:nth-child(odd)::after {
  right: -49.5%;
}
#lineup ul.list:nth-child(even) {
  width: 109.5%;
  margin-left: -4.7%;
}
#lineup ul.list:nth-child(even) li {
  width: 33.3333333333%;
}
@media screen and (min-width: 2000px) {
  #lineup ul.list {
    margin-bottom: -200px;
  }
  #lineup ul.list li {
    display: inline-block;
  }
  #lineup ul.list:nth-child(odd) {
    width: 1330px;
  }
  #lineup ul.list:nth-child(odd) li {
    width: 665px;
  }
  #lineup ul.list:nth-child(even) {
    width: 1995px;
    margin-left: auto;
  }
  #lineup ul.list:nth-child(even) li {
    width: 665px;
  }
}
@media screen and (max-width: 640px) {
  #lineup ul.list {
    width: 120% !important;
    margin: auto;
    margin-left: -10%;
  }
  #lineup ul.list:nth-child(1)::before, #lineup ul.list:nth-child(1)::after {
    top: 50%;
  }
  #lineup ul.list:nth-child(1)::before {
    left: -25%;
  }
  #lineup ul.list:nth-child(1)::after {
    right: -25%;
  }
  #lineup ul.list:nth-child(2) {
    position: relative;
    width: 120%;
    margin: auto;
    margin-left: -10%;
    margin-top: -0.5%;
  }
  #lineup ul.list:nth-child(2) li {
    width: 50%;
  }
  #lineup ul.list:nth-child(2) li:nth-child(2) {
    position: absolute;
    left: 25%;
    top: -49%;
  }
  #lineup ul.list:nth-child(3) {
    width: 59% !important;
    margin-top: -17.5%;
    margin-left: 20.4%;
  }
  #lineup ul.list:nth-child(3)::before, #lineup ul.list:nth-child(3)::after {
    top: -0.3%;
    width: 100%;
    height: 50%;
  }
  #lineup ul.list:nth-child(3)::before {
    left: -101%;
  }
  #lineup ul.list:nth-child(3)::after {
    right: -102%;
  }
  #lineup ul.list:nth-child(3) li {
    width: 100%;
  }
  #lineup ul.list:nth-child(3) li:nth-child(2) {
    margin-top: 0%;
  }
  #lineup ul.list:nth-child(4) {
    margin-top: -52%;
    margin-left: -10%;
  }
  #lineup ul.list:nth-child(4) li {
    width: 50%;
  }
}
#lineup ul.list a {
  overflow: hidden;
  display: block;
  background-color: black;
  text-align: center;
}
#lineup ul.list a span {
  display: block;
  overflow: hidden;
  -webkit-clip-path: polygon(52% 2%, 97% 48%, 49% 97%, 3% 52%);
          clip-path: polygon(52% 2%, 97% 48%, 49% 97%, 3% 52%);
  -webkit-clip-path: polygon(50% 4%, 95% 50%, 50% 96%, 5% 50%);
          clip-path: polygon(50% 4%, 95% 50%, 50% 96%, 5% 50%);
}
#lineup ul.list a span img {
  width: 100%;
  transform: scale(0.93);
}
#lineup ul.list a:hover {
  background-color: #0082ca;
  transition: 0.5s;
}
#lineup ul.list a:hover span {
  -webkit-clip-path: polygon(50% 4%, 95% 50%, 50% 96%, 5% 50%);
          clip-path: polygon(50% 4%, 95% 50%, 50% 96%, 5% 50%);
}
#lineup ul.list a.-notLink {
  pointer-events: none;
}
#lineup ul.list a.-notLink.-cs {
  background-color: #404853;
}

/*==================================
goods
===================================*/
#goods .goodsMore {
  font-size: 2rem;
  margin-bottom: 4%;
}
@media screen and (max-width: 640px) {
  #goods .goodsMore {
    font-size: 3rem;
  }
}
#goods .goodsMore a {
  display: block;
  margin: 0 auto;
  width: 16%;
  max-width: 220px;
  text-decoration: none;
  transition: ease 0.2s;
  position: relative;
}
@media screen and (max-width: 980px) {
  #goods .goodsMore a {
    width: 22%;
  }
}
@media screen and (max-width: 640px) {
  #goods .goodsMore a {
    width: 34%;
  }
}
#goods .goodsMore a:after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 30%;
  right: 3%;
  /*矢印の形状*/
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.2s;
}
#goods .goodsMore a:hover {
  opacity: 0.7;
}
#goods .goodsMore a:hover:after {
  right: 1%;
}

.goodsList {
  max-width: 1240px;
  width: 80%;
  margin: auto;
  font-size: 0;
}
.goodsList li {
  display: inline-block;
  width: 23%;
  margin: 1%;
}
.goodsList li > a {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .goodsList li {
    width: 46%;
    margin: 2%;
  }
}

/*==================================
SNS
===================================*/
@media screen and (max-width: 640px) {
  #information .snsWrap .iconGroup .iconList {
    justify-content: center;
  }
}/*# sourceMappingURL=top.css.map */