@charset "UTF-8";
/* slider */
.slick-slider div.prev,
.slick-slider div.next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  margin: auto;
  z-index: 999;
}

.slick-slider div.prev {
  left: -10px;
}

.slick-slider div.next {
  right: -10px;
}

@media screen and (min-width: 768px) {
  /*TB*/
  .slick-slider div.prev {
    left: -30px;
  }
  .slick-slider div.next {
    right: -30px;
  }
}
.prev::before,
.next::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  content: "";
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-top: 7px solid #CCC;
  border-right: 7px solid #CCC;
}
@media screen and (min-width: 768px) {
  .prev::before,
  .next::before {
    /*TB*/
    width: 20px;
    height: 20px;
    border-top: 10px solid #CCC;
    border-right: 10px solid #CCC;
  }
}

.prev::before {
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
  left: 0;
}

.next::before {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prev:hover::before,
.next:hover::before {
  border-color: #666;
  cursor: pointer;
}

/* //slider end */
#contents_area {
  padding: 0 0 5rem;
}

.products-contents_area {
  margin-top: 2rem;
}
.products-contents_area h2 {
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
  background: #FFF;
  background: -webkit-linear-gradient(top, #FFF 40%, #EEE 100%);
  background: linear-gradient to top, #FFF 40%, #EEE 100%;
  border-radius: 1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 768px) {
  .products-contents_area h2 {
    /*TB*/
    font-size: 2.8rem;
    margin: 0 0 4rem 0;
  }
}
.products-contents_area h2 span {
  display: inline-block;
  background: #fdc400;
  color: #FFF;
  font-weight: bold;
  border-radius: 1rem 0 0 1rem;
  padding: 1rem 1.5rem;
  margin-right: 2rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .products-contents_area h2 span {
    /*TB*/
    font-size: 2.8rem;
    white-space: normal;
  }
}
.products-contents_area h2.product-title span {
  background: -webkit-linear-gradient(top, #fdc400 40%, #fdaa01 100%);
  background: linear-gradient to top, #fdc400 40%, #fdaa01 100%;
}
.products-contents_area h2.contents-title span {
  background: -webkit-linear-gradient(top, #0068b7 40%, #004ea2 100%);
  background: linear-gradient to top, #0068b7 40%, #004ea2 100%;
}

#page-navi {
  margin: 2rem auto;
}
#page-navi ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#page-navi ul li {
  margin: 0 -7px;
}
#page-navi.fixed-navi {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFF;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #page-navi.fixed-navi {
    /*TB*/
  }
}
@media print, screen and (min-width: 1281px) {
  #page-navi.fixed-navi {
    /*PC*/
  }
}

.ls_1 {
  letter-spacing: 0.5em;
}

.over-section h3 {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 1rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.over-section h3::before, .over-section h3::after {
  position: absolute;
  content: "";
  border: solid 5.6rem transparent;
  border-bottom: solid 5.6rem #FFF;
  bottom: 0;
}
.over-section h3::before {
  left: -5.6rem;
}
.over-section h3::after {
  right: -5.6rem;
}
.over-section h3.bk_yellow {
  background: linear-gradient(#FFF, #fdb913);
  text-shadow: 0 0 8px #f58220;
}
.over-section h3.bk_blue {
  background: linear-gradient(#FFF, #00aeef);
  text-shadow: 0 0 8px #0066b3;
}
.over-section h3.bk_pink {
  background: linear-gradient(#FFF, #ec008c);
  text-shadow: 0 0 8px #ec008c;
}
.over-section h4 {
  position: relative;
  background: #1d2088;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0 5rem 5rem 0;
  height: auto;
  line-height: 5rem;
  margin-left: 5px;
  padding-left: 3.5rem;
}
.over-section h4::before {
  position: absolute;
  left: -0.5rem;
  top: -0.3rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4.2rem;
  height: 6.2rem;
  margin-left: -5px;
}
.over-section h4.light::before {
  background: url("./icon_light.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.over-section h4.magnet::before {
  background: url("./icon_magnet.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.over-section h4.asobi {
  padding-left: 9.5rem;
}
.over-section h4.asobi::before {
  width: 9rem;
  background: url("./icon_light.png") no-repeat, url("./icon_magnet.png") no-repeat;
  background-size: contain;
  background-position: left center, right center;
}
@media screen and (min-width: 768px) {
  .over-section h4 {
    /*TB*/
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1281px) {
  .over-section h4 {
    /*PC*/
    font-size: 2.8rem;
  }
}
.over-section h4 span {
  display: inline-block;
  background: #00002f;
  vertical-align: middle;
  padding: 0 1rem 0 3.5rem;
  margin-right: 2rem;
  margin-left: -3.5rem;
  height: 100%;
}
.over-section h4 span small {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.over-section h4 span strong {
  display: inline-block;
  background: #00002f;
  font-size: 3.6rem;
  vertical-align: middle;
  padding: 0 1rem 0 0.5rem;
  font-weight: bold;
  line-height: 5rem;
}

.section {
  margin: -7rem 0 4rem;
  padding-top: 7rem;
  position: relative;
}
.section::after {
  content: "";
  display: block;
  width: 98%;
  margin: 4rem auto;
  border-bottom: dotted 8px #CCC;
}

.contents-inner {
  margin: 2rem auto;
  position: relative;
  width: 95%;
  z-index: 1;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
}
.contents-inner > img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contents-inner > img {
    /*TB*/
    position: relative;
    height: auto;
  }
}
.contents-inner .text_area {
  text-align: center;
  z-index: 2;
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7035014689) 100%);
  width: 100%;
  padding: 1rem;
  position: relative;
  top: 4rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .contents-inner .text_area {
    /*TB*/
    position: absolute;
    top: 30%;
    font-size: 2.6rem;
  }
}
.contents-inner .text_area div {
  display: inline-block;
  text-align: left;
}
.contents-inner .text_area p {
  font-weight: bold;
  line-height: 1.5;
}
.contents-inner .link_area {
  position: relative;
  top: 6rem;
  width: 100%;
  padding: 2rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .contents-inner .link_area {
    /*TB*/
    position: absolute;
    padding: 2rem 0;
    top: 30%;
  }
}
.contents-inner .link_area ul {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .contents-inner .link_area ul {
    /*TB*/
    flex-flow: row wrap;
  }
}
.contents-inner .link_area ul li {
  text-align: center;
  width: 50%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .contents-inner .link_area ul li {
    /*TB*/
    width: 30%;
    margin-bottom: 0;
  }
}
.contents-inner .link_area ul li a {
  display: block;
  position: relative;
  padding: 3rem 0;
  border: solid 2px #FFF;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: bold;
  font-size: 2rem;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .contents-inner .link_area ul li a {
    /*TB*/
    font-size: 2.6rem;
  }
}
.contents-inner .link_area ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  top: -2rem;
  left: 0;
}
.contents-inner .link_area ul li a.movie::before {
  background: url("./icon_movie.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.contents-inner .link_area ul li a.dl::before {
  background: url("./icon_download.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.contents-inner .arrow {
  position: relative;
}
.contents-inner .arrow::before {
  content: "";
  display: inline-block;
  height: 0;
  border: 8px solid transparent;
  border-left: 16px solid #000;
}

#jisyaku_05 .contents-inner .text_area {
  top: 4rem;
}
@media screen and (min-width: 768px) {
  #jisyaku_05 .contents-inner .text_area {
    /*TB*/
    top: auto;
    bottom: 10%;
  }
}
#jisyaku_05 .contents-inner .text_area a:hover {
  opacity: 0.6;
}
#jisyaku_05 .contents-inner .link_area {
  top: 6rem;
}
@media screen and (min-width: 768px) {
  #jisyaku_05 .contents-inner .link_area {
    /*TB*/
    top: auto;
    top: 30%;
  }
}

#rika_caution h4 {
  font-weight: bold;
  color: #000;
  line-height: 1;
  height: auto;
}
#rika_caution .contents-inner .text_area {
  top: 4rem;
}
@media screen and (min-width: 768px) {
  #rika_caution .contents-inner .text_area {
    /*TB*/
    top: 20%;
  }
}

.contents-list_area h3 {
  background: #0068b7;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1rem;
  height: auto;
}
.contents-list_area h4 {
  background: #9fd9f6;
  color: #0068b7;
  font-weight: bold;
  padding: 1rem;
  font-size: 2rem;
  height: auto;
}
.contents-list_area h3 + h4 {
  margin-top: 1rem;
}
.contents-list_area ul {
  font-size: 1.8rem;
  width: 98%;
  margin: 2rem auto 0;
}
.contents-list_area ul li {
  margin-bottom: 2rem;
}
.contents-list_area ul li:last-child {
  margin-bottom: 3rem;
}
.contents-list_area .dlc-list,
.contents-list_area .movie-list {
  display: block;
  text-align: left;
  padding-bottom: 0;
}
.contents-list_area .dlc-list li,
.contents-list_area .movie-list li {
  border-bottom: dashed 1px #CCC;
  padding: 0.5rem;
}
.contents-list_area .dlc-list li a,
.contents-list_area .movie-list li a {
  border: none;
  display: inline;
  font-weight: bold;
}
.contents-list_area .dlc-list li a:hover,
.contents-list_area .movie-list li a:hover {
  color: #007D88;
}
.contents-list_area .dlc-list li a::before {
  content: "●";
  vertical-align: middle;
}

#naiyo h3.asobi {
  position: relative;
  background: #1d2088;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0 5rem 5rem 0;
  height: auto;
  line-height: 5rem;
  margin-left: 5px;
  padding-left: 3.5rem;
}
#naiyo h3.asobi::before {
  position: absolute;
  left: -0.5rem;
  top: -0.3rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4.2rem;
  height: 6.2rem;
  margin-left: -5px;
}
#naiyo h3.asobi.asobi {
  padding-left: 9.5rem;
}
#naiyo h3.asobi.asobi::before {
  width: 9rem;
  background: url("./icon_light.png") no-repeat, url("./icon_magnet.png") no-repeat;
  background-size: contain;
  background-position: left center, right center;
}/*# sourceMappingURL=product.css.map */