html {
  font-size: 10px;
}
#topicsmainfull {
  font-size: 10px;
  font-family: 'Yu Gothic UI', 'Segoe UI', SegoeUI, 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #000000;
  background: #fff;
}
#topicsmainfull a {
  color: #006ed6;
  transition: all 0.2s;
  text-decoration: underline;
}
#topicsmainfull a:hover {
  opacity: 0.8;
}
body button {
  transition: all 0.3s;
}
body button:hover {
  opacity: 0.8;
}
/*
body img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
*/
#topicsmainfull * {
  box-sizing: border-box;
}
main {
  overflow: hidden;
}
sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
}
.nobr-pc {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .nobr-pc {
    display: inline;
  }
}
.section {
  font-size: 1.6rem;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wrapper {
  width: 1020px;
  margin: 0 auto 100px;
  text-align: left;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.hero {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .hero {
    width: 100vw;
    margin-left: -20px;
  }
}
.hero_banner {
  margin: 5px 0 0;
}
@media screen and (max-width: 750px) {
  .hero_banner {
    margin: 3px 0 0;
  }
}
.choosing_point {
  background: #0078d4;
  padding: 40px;
  margin: 45px 0 0;
}
@media screen and (max-width: 750px) {
  .choosing_point {
    padding: 20px;
    margin: 33px 0 0;
  }
}
.choosing_point h2.choosing_point_head {
  color: #fff;
  text-align: center!important;
  font-size: 30px!important;
  line-height: 1.2!important;
  margin: 0 0 15px!important;
}
@media screen and (max-width: 750px) {
  .choosing_point .choosing_point_head {
    font-size: 23px!important;
    line-height: 1.5!important;
    margin: 0 0 10px!important;
  }
}
.choosing_point .choosing_point_lead {
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  font-size:16px!important;
}
@media screen and (max-width: 750px) {
  .choosing_point .choosing_point_lead {
    text-align: left;
  }
}
.choosing_point .choosing_point_block_wrap {
  display: grid;
  margin: 0 -10px;
}
@media screen and (max-width: 750px) {
  .choosing_point .choosing_point_block_wrap {
    display: block;
    margin: 0;
  }
}
.choosing_point .choosing_point_block_wrap .head-1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.choosing_point .choosing_point_block_wrap .item-2-1 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.choosing_point .choosing_point_block_wrap .item-1-2 {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}
.choosing_point .choosing_point_block_wrap .item-1-3 {
  grid-row: 4 / 5;
  grid-column: 1 / 2;
}
.choosing_point .choosing_point_block_wrap .head-2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.choosing_point .choosing_point_block_wrap .item-2-1 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.choosing_point .choosing_point_block_wrap .item-2-2 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
.choosing_point .choosing_point_block_wrap .item-2-3 {
  grid-row: 4 / 5;
  grid-column: 2 / 3;
}
.choosing_point .choosing_point_block_wrap .head-3 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
.choosing_point .choosing_point_block_wrap .item-3 {
  grid-row: 2 / 5;
  grid-column: 3 / 4;
}
.choosing_point .choosing_point_block_wrap .head {
  padding: 10px 10px 0;
  background: #fff;
  margin: 0 10px;
}
.choosing_point .choosing_point_block_wrap .head .head_inner {
  background: #0078d4;
  padding: 5px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}
.choosing_point .choosing_point_block_wrap .head .c1 {
  font-size: 17px;
  width: 85px;
  border-right: 1px solid #fff;
  line-height: 1;
  padding: 0 10px;
}
.choosing_point .choosing_point_block_wrap .head .c2 {
  flex: 1;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .choosing_point .choosing_point_block_wrap .head {
    margin: 30px 0 0;
  }
  .choosing_point .choosing_point_block_wrap .head:first-child {
    margin: 0;
  }
  .choosing_point .choosing_point_block_wrap .head .c1 {
    font-size: 15px;
    width: 85px;
    padding: 0 15px;
  }
  .choosing_point .choosing_point_block_wrap .head .c2 {
    font-size: 21px;
  }
}
.choosing_point .choosing_point_block_wrap .item {
  padding: 0 10px;
  background: #fff;
  margin: 0 10px;
}
.choosing_point .choosing_point_block_wrap .item .item_inner {
  border-top: 1px solid #808080;
  padding: 10px 0;
}
.choosing_point .choosing_point_block_wrap .item.item-first .item_inner {
  border-top: 0;
}
@media screen and (max-width: 750px) {
  .choosing_point .choosing_point_block_wrap .item {
    margin: 0;
  }
}
.choosing_point .choosing_point_block_wrap .item .title {
  display: flex;
  align-items: center;
  color: #0078d4;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 20px;
}
.choosing_point .choosing_point_block_wrap .item .title img {
  width: 54px;
}
.choosing_point .choosing_point_block_wrap .item .title span {
  flex: 1;
  margin: 0 0 0 20px;
  display: block;
}
@media screen and (max-width: 750px) {
  .choosing_point .choosing_point_block_wrap .item .title img {
    width: 54px;
  }
}
.choosing_point .choosing_point_block_wrap .item .txt {
  font-size: 15px;
}
.choosing_point .choosing_point_block_wrap .item .img-01 {
  margin: 10px 0;
}
.choosing_point .choosing_point_block_wrap .item .note_wrap {
  border-top: 1px solid #808080;
  padding: 10px 0 0;
}
.choosing_point .choosing_point_block_wrap .item .note {
  font-size: 11px;
}
.choosing_point .choosing_point_block_wrap .item .img-02 {
  margin: 10px 0 0;
}
@media screen and (max-width: 750px) {
  .choosing_point .choosing_point_block_wrap .item .img-02 {
    width: 82.40740741%;
  }
}
.choosing_point .choosing_point_block_wrap .item .img-02 img {
  margin: 0;
}
.product .product_block_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .product .product_block_wrap {
    display: block;
    padding: 0 20px;
  }
}
.product .product_block {
  width: 25%;
  font-size: 1.4rem;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.product .product_block > div {
  margin-top: 1rem;
}
.product .product_block .labels img {
  height: 28px;
  margin-left: 0;
  width: auto;
}
.product .product_block .labels span {
  display: inline-block;
  color: #006ed6;
  border: 1px solid #006ed6;
  padding: 0.2em 1em;
  font-size: 1.4rem;
}
.product .product_block .price {
  color: #ff0000;
  font-size: 1.3rem;
}
.product .product_block .price span {
  display: inline-block;
}
.product .product_block .price .price_zeinuki,
.product .product_block .price .point {
  display: block;
  color: #000000;
}
.product .product_block .text-price {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .product .product_block {
    width: auto;
  }
  .product .product_block:nth-child(n+4) {
    display: none;
  }
}
.product .product_more {
  display: none;
  margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .product .product_more {
    display: block;
  }
}
.product .product_more button {
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 1px solid #000;
  padding: 10px;
  color: #505050;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
}
.product .product_more button:before,
.product .product_more button:after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -1px 0 0;
  background: #505050;
}
.product .product_more button:after {
  transform: rotate(90deg);
}
.stream {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin: 20px 0;
}
.feature .slider {
  margin: 0;
  background: #f7f7f7;
  border: 1px solid #dddddd;
}
.feature .slider .slick-prev,
.feature .slider .slick-next {
  height: 56px;
  top: auto;
  bottom: 0;
}
.feature .slider .slick-next {
  right: 0;
  background: url("../images/ico_slider_feature_next.png") no-repeat 50% 50%;
  background-size: 12px auto;
}
.feature .slider .slick-prev {
  left: 0;
  background: url("../images/ico_slider_feature_prev.png") no-repeat 50% 50%;
  background-size: 12px auto;
}
.feature .slider .slick-dots {
  position: static;
  height: 56px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: auto;
}
.feature .slider .slick-dots li {
  width: 11px;
  height: 11px;
}
.feature .slider .slick-dots li button {
  padding: 0;
}
.feature .slider .slick-dots li button::before {
  border: 2px solid #000;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  content: '';
  opacity: 1;
  box-sizing: border-box;
  background: #fff;
}
.feature .slider .slick-dots li.slick-active button::before {
  background: #000;
}
@media screen and (max-width: 750px) {
  .feature .slider {
    background: #eeeeee;
  }
  .feature .slider .slick-prev,
  .feature .slider .slick-next {
    display: none !important;
  }
  .feature .slider .slick-dots {
    position: absolute;
    height: 56px;
    top: 52vw;
    left: 0;
    width: 100%;
    height: auto;
  }
  .feature .slider .slick-dots li {
    width: 9px;
    height: 9px;
  }
  .feature .slider .slick-dots li button::before {
    width: 9px;
    height: 9px;
    border: 1px solid #000;
  }
}
.feature .feature_block_content {
  background: #eeeeee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
}
.feature .feature_block_content .images {
  width: 44.693%;
}
.feature .feature_block_content .images img {
  display: inline-block;
  vertical-align: bottom;
}
.feature .feature_block_content .block-contents {
  flex: 1;
  padding: 2% 6% 2% 7%;
}
.feature .feature_block_content .block-contents p {
  margin-top: 10px;
}
.feature .feature_block_content .title {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .feature .feature_block_content {
    display: block;
    font-size: 4.2vw;
  }
  .feature .feature_block_content > div {
    max-width: 100%;
  }
  .feature .feature_block_content .images {
    padding: 0;
    width: auto;
  }
  .feature .feature_block_content .images img {
    width: 100%;
  }
  .feature .feature_block_content .block-contents {
    padding: 40px 6vw 6vw;
  }
  .feature .feature_block_content:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .feature .feature_block_content:nth-of-type(2n) .images {
    padding: 0;
  }
  .feature .feature_block_content:nth-of-type(2n) .block-contents {
    padding: 6vw;
  }
  .feature .feature_block_content .title {
    text-align: center;
    font-size: 5.1vw;
  }
}
.feature .feature_block_content .game_block {
  display: flex;
}
.feature .feature_block_content .game_block p {
  flex: 1;
}
.feature .feature_block_content .game {
  text-align: center;
}
.feature .feature_block_content .game a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.feature .feature_block_content .game .game_images {
  width: 80px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .feature .feature_block_content .game_block {
    flex-direction: column;
    gap: 15px 0;
  }
  .feature .feature_block_content .game a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
  }
  .feature .feature_block_content .game .game_images {
    width: 80px;
    display: block;
  }
}
.banner .block-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .block-contents a {
  display: block;
  width: 48%;
}
.banner .block-contents a:nth-child(n+3) {
  margin-top: 4%;
}
.banner .block-contents a:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 750px) {
  .banner .block-contents {
    display: block;
  }
  .banner .block-contents a {
    width: auto;
  }
  .banner .block-contents a:nth-child(n) {
    margin-top: 15px;
    margin-left: 0;
  }
}
.banner .mention {
  font-size: 12px;
}
.banner .mention p {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .banner .mention p {
    margin-top: 15px;
  }
}
