@charset "UTF-8";
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo" ,sans-serif;
}

.inner_wrap {
  max-width: 1025px;
  padding: 0 10px;
  margin: 0 auto;
}

.play_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .play_header {
    height: 70px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .play_header_link {
    width: 100px;
  }
}

.play_header_logo {
  position: absolute;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .play_header_logo {
    height: 45px;
  }
}

.play_header_logo img {
  width: auto;
  height: 100%;
}

.main_block .mod_block_pickup .top_item_list > ul > li img {
  border-radius: 0;
}

.main_block .mod_block_pickup .top_item_list > ul > li.new {
  position: relative;
}

.main_block .mod_block_pickup .top_item_list > ul > li.new::before {
  display: block;
  content: '';
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_pickup .top_item_list > ul > li.new::before {
    width: 30px;
    height: 30px;
    top: -10px;
    left: 5px;
  }
}

.mod_block .catch_box {
  text-align: center;
  padding: 20px 0;
}

.mod_block .catch_box > *:nth-child(n+2) {
  margin-top: 20px;
}

.mod_block .catch_box .under {
  padding: 0 5px 5px;
  border-bottom: 2px solid #000;
}

.mod_block .flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-top: 1px solid #e6e6e6;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .mod_block .flex_box {
    display: block;
  }
}

.mod_block .flex_box_img {
  min-width: 260px;
}

@media screen and (max-width: 768px) {
  .mod_block .flex_box_img {
    min-width: initial;
  }
}

.mod_block .flex_box_cont {
  width: 100%;
  font-size: 14px;
  line-height: 2.0;
}

.mod_block .flex_box_cont > *:nth-child(n+2) {
  margin-top: 60px;
}

.mod_block .flex_box_cont_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.mod_block .flex_box_cont a {
  color: #dc503c;
  text-decoration: underline;
}

.mod_block .flex_box > *:nth-child(n+2) {
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  .mod_block .flex_box > *:nth-child(n+2) {
    margin: 60px 0 0;
  }
}

.footer_block_bottom {
  color: #000;
  background-color: #f2f2f2;
}

.footer_block_bottom a {
  color: #000;
}

.footer_block_bottom .bottom_menu_list > li {
  border-left-color: #000;
}

.footer_block_top .top_sns_list_twitter > a {
  background-image: url("../img/play/icon_sns_twitter.png");
}

.footer_block_top .top_sns_list_facebook > a {
  background-image: url("../img/play/icon_sns_facebook.png");
}

.footer_block_top .top_sns_list_instagram > a {
  background-image: url("../img/play/icon_sns_instagram.png");
}

.footer_block_top .top_contents_contact .heading::before {
  background-image: url("../img/play/img_ttl_text_contact.png");
}

.footer_block_top .top_contents_howto .heading::before {
  background-image: url("../img/play/img_ttl_text_howtouse.png");
}

.footer_block_top .top_contents_howto .menu_list_01 a::before {
  background-image: url("../img/play/icon_footer_menu01.png");
}

.footer_block_top .top_contents_howto .menu_list_02 a::before {
  background-image: url("../img/play/icon_footer_menu02.png");
}

.footer_block_top .top_contents_howto .menu_list_03 a::before {
  background-image: url("../img/play/icon_footer_menu03.png");
}

.footer_block_fixed a {
  background-image: url("../img/play/img_pagetop.png");
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .footer_block_fixed a {
    width: calc(90px / 2);
    height: calc(90px / 2);
  }
}
/*# sourceMappingURL=category_play.css.map */