@charset "UTF-8";
#topBnrSlider {
  width: 100%;
  margin: 0 auto;
}
#topBnrSlider .slide {
  width: 100%;
  max-width: 980px;
  opacity: 0.5;
}
#topBnrSlider .slide.slick-active {
  opacity: 1;
}
#topBnrSlider .slide img {
  width: 100%;
  height: auto;
}
#topBnrSlider .slick-dots {
  background: #000000;
  text-align: center;
  padding: 20px 0;
}
#topBnrSlider .slick-dots li {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: #cccccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
#topBnrSlider .slick-dots li.slick-active {
  background: #ffe100;
}

.link-special {
  margin: -34px auto 16px auto;
  width: 980px;
  text-align: right;
}
.link-special a {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  padding-right: 15px;
}
.link-special a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

#topNewsTicker {
  background: #ffe100;
  width: 100%;
}
#topNewsTicker .tickerBox {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#topNewsTicker .tickerBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
#topNewsTicker .tickerBox ul li {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.05em;
  margin: 0 30px;
  white-space: nowrap;
}

.inputError {
  width: 980px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contents-list {
  background: #000000;
  font-weight: normal;
  cursor: default;
  text-indent: 0;
  border-bottom: 4px solid #ffe100;
}
.contents-list#listCategory {
  padding: 10px 0;
  background: #444444;
}
.contents-list#listPlayer {
  padding: 10px 0 40px 0;
  background: #000000;
}
.contents-list h3 {
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
  margin: 20px auto;
}

#d_ranking {
  background: white;
  background: linear-gradient(0deg, white 0%, #dcc36f 100%);
  border-bottom: 4px solid #ffe100;
  padding-bottom: 20px;
}
#d_ranking h3 {
  text-align: center;
  color: #000000;
  font-size: 36px;
  margin: 30px auto 20px auto;
}
#d_ranking h3 span {
  color: #FFFFFF;
  letter-spacing: 0.05em;
}
#d_ranking .itemGroupThumbs {
  width: 980px;
  margin: 0 auto;
  overflow: visible;
}
#d_ranking .itemGroupThumbs .singleL {
  background: none;
  position: relative;
  padding: 0 !important;
  margin: 0 10px;
}
#d_ranking .itemGroupThumbs .singleL::before {
  content: "";
  display: block;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #6d623c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#d_ranking .itemGroupThumbs .singleL dt a img {
  width: 100%;
  height: auto;
  border: 1px solid #ac9d6b;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#d_ranking .itemGroupThumbs .singleL dt a:hover img {
  opacity: 0.8;
  border: 1px solid #6d623c;
}
#d_ranking .itemGroupThumbs .singleL .sale_icon {
  background: #e8340c;
}
#d_ranking .itemGroupThumbs .singleL .num {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 6px;
  z-index: 100;
  font-family: "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
#d_ranking .itemGroupThumbs .singleL.rank10 .num {
  left: 3px;
  letter-spacing: -0.06em;
}
#d_ranking .itemGroupThumbs .singleL dd {
  font-size: 14px;
}
#d_ranking .itemGroupThumbs .singleL dd.icon {
  width: auto;
}
#d_ranking .itemGroupThumbs .singleL dd.name {
  font-weight: normal !important;
  line-height: 1.3;
  margin-bottom: 0;
}
#d_ranking .itemGroupThumbs .singleL dd.price {
  color: #000000;
}
#d_ranking .itemGroupThumbs .slick-next {
  width: 20px;
  height: 20px;
  border-top: solid 3px #000000;
  border-right: solid 3px #000000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 27%;
  right: -20px;
}
#d_ranking .itemGroupThumbs .slick-prev {
  width: 20px;
  height: 20px;
  border-top: solid 3px #000000;
  border-right: solid 3px #000000;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 27%;
  left: -20px;
}

#d_newitem {
  background: #000000;
  padding-bottom: 10px;
}
#d_newitem h3 {
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
  margin: 30px auto 20px auto;
}
#d_newitem .topGoodsList {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#d_newitem .topGoodsList .singleL {
  background: transparent;
  border-bottom: none;
}
#d_newitem .topGoodsList .singleL dt a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#d_newitem .topGoodsList .singleL dt a:hover {
  opacity: 0.8;
}
#d_newitem .topGoodsList .singleL dt a img {
  opacity: 1.0;
}
#d_newitem .topGoodsList .singleL dd {
  font-size: 14px;
  color: #FFFFFF;
}
#d_newitem .topGoodsList .singleL dd a {
  color: #FFFFFF;
}
#d_newitem .topGoodsList .singleL dd.name {
  font-weight: normal !important;
  line-height: 1.3;
  margin-bottom: 0;
}
#d_newitem .link-list a {
  text-align: center;
  display: block;
  width: 200px;
  margin: 30px auto;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  border: 2px solid #ffe100;
  padding: 8px;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  font-weight: bold;
}
#d_newitem .link-list a:hover {
  background: #ffe100;
  color: #000000;
}

#d_recommend {
  background: #ffe100;
  padding: 30px 0;
}
#d_recommend h3 {
  text-align: center;
  color: #000000;
  font-size: 36px;
  margin: 0 auto 10px auto;
}
#d_recommend p {
  font-size: 16px;
  text-align: center;
}
#d_recommend ul {
  width: 980px;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#d_recommend ul li {
  width: 480px;
  margin-bottom: 10px;
}
#d_recommend ul li a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#d_recommend ul li a:hover {
  opacity: 0.8;
}

#d_video {
  background: #000000;
  padding: 40px 0;
  border-bottom: 4px solid #ffe100;
}
#d_video .inner {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#d_video .box {
  width: 480px;
}
#d_video .box img,
#d_video .box video {
  width: 100%;
  height: auto;
}
#d_video .inner + .inner {
  margin-top: 20px;
}

#d_notice {
  background: #444444;
  padding: 30px 0 40px 0;
  border-bottom: 4px solid #ffe100;
  overflow: hidden;
}
#d_notice .inner {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#d_notice .inner #d_news {
  width: 740px;
  margin-right: 20px;
}
#d_notice .inner #d_news h3 {
  color: #FFFFFF;
  font-size: 22px;
}
#d_notice .inner #d_news h3 span {
  font-size: 36px;
}
#d_notice .inner #d_news .newsList {
  background: #FFFFFF;
  height: 240px;
  padding: 20px;
  width: 690px;
}
#d_notice .inner #d_news .newsList dl {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
}
#d_notice .inner #d_news .jspContainer {
  overflow: hidden;
  position: relative;
}
#d_notice .inner #d_news .jspContainer .jspPane {
  position: absolute;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#d_notice .inner #d_news .jspContainer .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
}
#d_notice .inner #d_news .jspContainer .jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
#d_notice .inner #d_news .jspContainer .jspTrack {
  background: #e7e7e7;
  position: relative;
}
#d_notice .inner #d_news .jspContainer .jspDrag {
  background: #000000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#d_notice .inner .infoBnr {
  width: 240px;
  align-self: flex-end;
}
#d_notice .inner .infoBnr .bnr-half {
  display: block;
}
#d_notice .inner .infoBnr .bnr-half li {
  width: 228px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#d_notice .inner .infoBnr .bnr-half li:first-child {
  margin-bottom: 20px;
}
#d_notice .inner .infoBnr .bnr-half li img {
  width: 100%;
  height: auto;
}
#d_notice .inner .infoBnr .bnr-half li:hover {
  opacity: 0.8;
}
#d_notice .inner .infoBnr .bnr-full {
  margin-top: 20px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#d_notice .inner .infoBnr .bnr-full img {
  width: 100%;
  height: auto;
}
#d_notice .inner .infoBnr .bnr-full:hover {
  opacity: 0.8;
}

#d_special {
  padding: 10px 0 40px 0;
  background: #000000;
}
#d_special ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#d_special ul li {
  width: 480px;
  height: 181px;
  margin: 0 20px 20px 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#d_special ul li:nth-child(2n) {
  margin-right: 0;
}
#d_special ul li:hover {
  opacity: 0.8;
}

#d_sponsor {
  padding: 40px 0;
  background: #444444;
  border-bottom: 4px solid #ffe100;
}
#d_sponsor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#d_sponsor ul li {
  width: 230px;
  margin: 0 10px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#d_sponsor ul li img {
  width: 100%;
  height: auto;
}
#d_sponsor ul li:hover {
  opacity: 0.8;
}

.attention {
  width: 980px;
  margin: 30px auto;
  border: 2px solid #E60012;
}
.attention h4 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  background: #E60012;
  padding: 5px;
  text-align: center;
}
.attention div.inner {
  padding: 10px;
  background: #ffffeb;
}
.attention p {
  margin: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
}
.attention p.left {
  text-align: left;
}
.attention p strong.em {
  font-size: 18px;
}
.attention ul.indent li {
  font-size: 14px;
  color: #000;
  text-indent: -1em;
  margin: 0 0 5px 1em;
  line-height: 1.5;
}
.attention ul.indent li.red {
  color: #E60012;
}
.attention .btn-block a {
  background: #E60012;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  width: 240px;
  margin: 15px auto;
  display: block;
  text-decoration: none;
}
.attention .red {
  color: #E60012;
}
.attention a.text-link {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.attention a.text-link::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

#splash.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10003;
}
#splash .splash_wrap {
  position: relative;
}
#splash .splash_wrap .splash_contents {
  position: absolute;
  margin: auto;
  width: 800px;
  height: 500px;
  top: 150px;
  bottom: auto;
  left: 0;
  right: 0;
}
#splash .splash_wrap .splash_contents a {
  display: block;
}
#splash .splash_wrap .splash_contents a img {
  width: 100%;
  height: auto;
}
