@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden; }
  html.lock {
    overflow-y: hidden; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #434343;
  overflow-x: hidden;
  font-size: 14rem; }

select,
input,
textarea,
button {
  font-family: inherit; }

img {
  backface-visibility: hidden; }

img,
svg {
  max-width: 100%;
  vertical-align: bottom; }
  img.object-fit,
  svg.object-fit {
    object-fit: cover;
    font-family: "object-fit: cover;"; }

a {
  color: #434343;
  text-decoration: none;
  text-decoration: underline transparent;
  transition: .2s linear; }
  a.tel_link {
    pointer-events: none; }
  a img {
    transition: .3s;
    transition-property: opacity; }
  a:hover img {
    opacity: .8; }
  a.blue_link {
    color: #00f;
    text-decoration: underline; }
    a.blue_link:hover {
      text-decoration: none;
      text-decoration: underline transparent; }

main {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.inner {
  width: 1000rem;
  margin-left: auto;
  margin-right: auto; }

.btn_border a {
  width: 480rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10rem;
  background-color: #fff;
  border: 1px solid #00b5d0;
  box-shadow: 0 5rem 0 0 rgba(0, 0, 0, 0.1);
  font-size: 18rem;
  height: 60rem; }
  .btn_border a span.line {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 14rem;
    margin-top: 5rem;
    padding: 0 8rem; }
    .btn_border a span.line::before, .btn_border a span.line::after {
      content: "";
      display: block;
      position: absolute;
      width: 43rem;
      height: 1px;
      background-color: #434343;
      top: 50%;
      transition: .3s; }
    .btn_border a span.line::before {
      left: 0;
      transform: translateY(-100%) translateX(-100%); }
    .btn_border a span.line::after {
      right: 0;
      transform: translateY(-100%) translateX(100%); }
  .btn_border a:hover {
    background-color: #00b5d0;
    color: #fff; }
    .btn_border a:hover span::before, .btn_border a:hover span::after {
      background-color: #fff; }

h1.line_tit,
h2.line_tit {
  font-size: 23rem;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  h1.line_tit span,
  h2.line_tit span {
    line-height: 1;
    padding-bottom: 1px;
    display: inline-block;
    position: relative;
    padding: 0 10rem 5rem;
    z-index: 1; }
    h1.line_tit span::before,
    h2.line_tit span::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 10rem;
      left: 0;
      bottom: 0;
      z-index: -1;
      background-color: #ffc7f6; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.75);
  display: none; }

header {
  width: 96%;
  height: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  header .h_left {
    display: flex;
    align-items: center; }
    header .h_left .h_title {
      width: 180rem; }
    header .h_left .h_lead {
      margin-left: 24rem;
      width: 356rem; }
  header .h_right {
    display: flex;
    align-items: center; }
    header .h_right p.to_page {
      font-size: 13rem; }
      header .h_right p.to_page::before {
        content: "・"; }
      header .h_right p.to_page a {
        text-decoration: underline; }
        header .h_right p.to_page a:hover {
          text-decoration: none;
          text-decoration: underline transparent; }
    header .h_right p.btn_border {
      margin-left: 36rem; }
      header .h_right p.btn_border a {
        font-size: 14rem;
        width: 180rem;
        height: 50rem; }

nav {
  background-color: #00b5d0;
  position: relative; }
  nav ul {
    display: flex; }
    nav ul li {
      width: calc(1 / 6 * 100%);
      position: relative; }
      nav ul li + li::before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 34rem;
        background-color: rgba(255, 255, 255, 0.5);
        top: 50%;
        left: -1px;
        transform: translateY(-50%); }
      nav ul li a {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100rem;
        color: #fff;
        background-color: #00b5d0;
        font-weight: bold; }
        nav ul li a:hover {
          background-color: #fff;
          color: #00b5d0; }
  nav .to_howto {
    position: absolute;
    right: 9rem;
    bottom: -47rem;
    width: 139rem; }

.side_btns {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 100;
  width: calc(150 / 1920 * 100vw);
  max-width: 150px; }
  .side_btns ul li img {
    border-radius: calc(30 / 1920 * 100vw) 0 0 calc(30 / 1920 * 100vw);
    box-shadow: 0 5rem 0 0 #e5e5e5; }
  .side_btns ul li + Li {
    margin-top: 10rem; }
  .side_btns ul li span {
    cursor: pointer;
    transition: .3s; }
    .side_btns ul li span:hover {
      opacity: .8; }

.side_all_trpg {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  background-color: #014099;
  width: 520rem;
  padding: 30rem 0 30rem 30rem;
  height: 100%;
  overflow-y: scroll;
  transition: .3s; }
  .side_all_trpg.open {
    transform: translateX(0); }
  .side_all_trpg .side_all_trpg_close img {
    cursor: pointer; }
  .side_all_trpg h3 {
    margin-bottom: 30rem;
    background-color: #fff;
    font-size: 20rem;
    font-weight: bold;
    padding: 11rem 26rem;
    border-radius: 15rem 0 0 15rem; }
    .side_all_trpg h3 span {
      font-size: 14rem;
      display: block;
      font-weight: normal; }
  .side_all_trpg h4 {
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 5rem;
    margin-bottom: 20rem; }
  .side_all_trpg ul {
    padding-right: 30rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .side_all_trpg ul li {
      width: 210rem; }
      .side_all_trpg ul li:nth-child(n+3) {
        margin-top: 18rem; }
      .side_all_trpg ul li a {
        display: block;
        text-align: center;
        color: #fff; }
        .side_all_trpg ul li a .logo_wrap {
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          padding: 9rem 20rem;
          height: 80rem;
          border-radius: 10rem; }
          .side_all_trpg ul li a .logo_wrap img {
            max-height: 100%; }
      .side_all_trpg ul li.new {
        position: relative; }
        .side_all_trpg ul li.new::before {
          content: "";
          display: block;
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url(/assets/img/ico_new.svg);
          width: 38rem;
          height: 38rem;
          top: -10rem;
          left: -10rem; }
  .side_all_trpg .in_site,
  .side_all_trpg .out_site {
    margin-top: 30rem; }
  .side_all_trpg .out_site {
    padding-bottom: 50rem; }

.mv {
  margin-top: 80rem; }
  .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content {
    height: 520rem;
    position: relative; }
    .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content img {
      width: 100%;
      height: 100%; }
    .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content ul {
      padding-bottom: 9rem;
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      z-index: 1; }
      .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content ul li.btn_border + li {
        margin-left: 20rem; }
      .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content ul li.btn_border a {
        width: 290rem;
        height: 100rem;
        border-radius: 50rem; }
  .mv .swiper_wrap .swiper-pagination {
    width: 100%;
    position: static;
    padding-top: 40rem; }
    .mv .swiper_wrap .swiper-pagination span {
      background-color: #b5b5b5; }
      .mv .swiper_wrap .swiper-pagination span + span {
        margin-left: 20rem; }
      .mv .swiper_wrap .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #00b5d0; }

.logo_slider {
  position: relative;
  background-color: #ededed;
  padding-top: 35rem;
  padding-bottom: 25rem; }
  .logo_slider ul.infinite {
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: infinite_scroll both infinite linear;
    -ms-animation-duration: 180s; }
    .logo_slider ul.infinite li {
      padding-left: 16rem; }
      .logo_slider ul.infinite li a {
        display: block;
        width: 300rem;
        border: 1px solid #d9d9d9;
        border-radius: 15rem;
        background-color: #fff;
        overflow: hidden;
        box-shadow: 0 5rem 0 0 rgba(0, 0, 0, 0.1); }
        .logo_slider ul.infinite li a .logo_wrap {
          height: 164rem;
          padding: 20rem 36rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .logo_slider ul.infinite li a .logo_wrap img {
            max-height: 100%;
            max-width: 226rem; }
        .logo_slider ul.infinite li a p {
          height: 34rem;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #eee;
          text-align: center;
          font-size: 13rem; }
      .logo_slider ul.infinite li.new a p {
        position: relative; }
        .logo_slider ul.infinite li.new a p::before {
          content: "";
          display: block;
          position: absolute;
          width: 38rem;
          height: 38rem;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url(/assets/img/ico_new.svg);
          top: -24rem;
          left: 8rem; }
  .logo_slider p.btn_border {
    margin-top: 40rem; }
    .logo_slider p.btn_border a {
      margin-left: auto;
      margin-right: auto; }

.announce {
  margin-top: 90rem;
  display: flex;
  justify-content: space-between; }
  .announce .twitter {
    width: 500rem;
    text-align: center; }
    .announce .twitter .twitter_wrap {
      margin-top: 42rem;
      padding: 6rem 10rem 0;
      border: 1px solid #00b5d0; }
  .announce .news {
    width: 450rem; }
    .announce .news ul {
      margin-top: 42rem; }
    .announce .news p.btn_border {
      margin-top: 36rem; }
      .announce .news p.btn_border a {
        width: 100%;
        font-size: 18rem; }

.news ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .news ul li + li {
    margin-top: 70rem; }
  .news ul li span {
    text-align: center;
    display: block;
    width: 100rem;
    color: #fff;
    background-color: #3d72bc;
    font-size: 12rem; }
    .news ul li span a {
      display: block;
      color: #fff; }
    .news ul li span.info {
      background-color: #45b966; }
    .news ul li span.role-roll {
      background-color: #e78715; }
  .news ul li time {
    display: block;
    font-size: 12rem; }
  .news ul li p {
    margin-top: -2rem;
    width: 260rem; }
    .news ul li p a {
      text-decoration: none;
      text-decoration: underline transparent; }
      .news ul li p a:hover {
        text-decoration: underline; }

ul.link_btns {
  display: flex;
  flex-wrap: wrap; }
  ul.link_btns + ul.link_btns {
    margin-top: 25rem; }
  ul.link_btns li {
    width: 320rem;
    margin-right: 20rem; }
    ul.link_btns li:nth-child(3n) {
      margin-right: 0; }
    ul.link_btns li:nth-child(n+4) {
      margin-top: 25rem; }

.book_area {
  background-color: #07a2b7;
  color: #fff; }
  .book_area .box_tit {
    margin-top: 46rem;
    text-align: center;
    color: #00455f;
    font-weight: bold;
    font-size: 20rem;
    background-color: #fff;
    padding: 2px; }
  .book_area ul.lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .book_area ul.lineup li {
      margin-top: 70rem;
      width: 460rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .book_area ul.lineup li:nth-child(2n) {
        margin-left: 80rem; }
      .book_area ul.lineup li .book_cover {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 182rem;
        height: 256rem;
        background-color: #d4d4d4; }
        .book_area ul.lineup li .book_cover img {
          max-height: 100%;
          width: auto;
          border: 1px solid #d4d4d4; }
      .book_area ul.lineup li .text {
        width: 260rem; }
        .book_area ul.lineup li .text h4 {
          font-size: 18rem;
          font-weight: bold;
          line-height: 1.4; }
        .book_area ul.lineup li .text p.price {
          margin-top: 2rem; }
        .book_area ul.lineup li .text .btns {
          margin-top: 4rem; }
          .book_area ul.lineup li .text .btns .btn_buy + .btn_buy {
            margin-top: 6rem; }
  .book_area .btn_area {
    margin-top: 60rem; }
    .book_area .btn_area .btn_border a {
      margin-left: auto;
      margin-right: auto; }

#page_top .infinite_slide_wrap {
  margin-top: 50rem; }

#page_top .link_area {
  margin-top: 100rem; }
  #page_top .link_area .btn_border a {
    margin-left: auto;
    margin-right: auto;
    width: 600rem;
    height: 100rem; }
  #page_top .link_area ul.link_btns {
    margin-top: 100rem; }

#page_top .book_area {
  margin-top: 90rem;
  padding: 80rem 0 90rem; }

.other_link_area {
  margin-top: 85rem; }

.guideline {
  margin-top: 135rem;
  margin-bottom: 140rem;
  text-align: center; }
  .guideline p.description {
    margin-top: 42rem;
    width: 723rem;
    text-align: left;
    display: inline-block; }
  .guideline p.btn_border {
    margin-top: 56rem; }
    .guideline p.btn_border a {
      margin-left: auto;
      margin-right: auto; }

.to_top {
  position: fixed;
  z-index: 1000;
  right: calc(40 / 1920 * 100vw);
  bottom: 16rem;
  display: none; }

footer {
  padding-top: 12rem;
  padding-bottom: 24rem;
  background-color: #ededed;
  text-align: center; }
  footer ul.footer_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    footer ul.footer_nav li {
      margin-right: 23rem;
      margin-top: 26rem;
      font-weight: bold;
      font-size: 13rem; }
      footer ul.footer_nav li:last-child {
        margin-right: 0; }
      footer ul.footer_nav li a {
        text-decoration: underline; }
        footer ul.footer_nav li a:hover {
          text-decoration: none;
          text-decoration: underline transparent; }
  footer ul.footer_sns {
    display: flex;
    justify-content: center;
    margin-top: 45rem; }
    footer ul.footer_sns li {
      width: 45rem; }
      footer ul.footer_sns li img {
        border-radius: 5rem;
        box-shadow: 0 5rem 0 0 rgba(0, 0, 0, 0.07); }
      footer ul.footer_sns li + li {
        margin-left: 15rem; }
  footer .illustrator_recruit {
    margin-top: 22rem; }
    footer .illustrator_recruit img {
      width: 330rem; }
  footer h3 {
    margin-top: 43rem;
    width: 330rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1; }
    footer h3 .sub {
      margin-bottom: 14rem; }
  footer p.notes {
    margin-top: 35rem;
    font-size: 12rem; }
  footer p.copy {
    margin-top: 22rem;
    font-size: 12rem; }

.breadcrumb {
  padding-top: 20rem;
  padding-bottom: 20rem; }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumb ul li::after {
      content: "＞";
      display: inline-block;
      padding-right: 4px; }
    .breadcrumb ul li span {
      color: #014099; }
    .breadcrumb ul li:last-child::after {
      display: none; }

.link_btns_area {
  padding: 60rem  0 90rem; }

.pagination_wrap {
  margin-top: 20rem;
  background-color: #ededed;
  padding: 10rem 20rem 20rem; }
  .pagination_wrap .pagination .p-posts-navigation__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .pagination_wrap .pagination .p-posts-navigation__wrap a, .pagination_wrap .pagination .p-posts-navigation__wrap span {
      margin-top: 10rem;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 30rem;
      height: 30rem;
      border: 1px solid;
      margin-right: 10rem;
      padding: 0 3px;
      border-color: #c9c9c9;
      background-color: #fff; }
      .pagination_wrap .pagination .p-posts-navigation__wrap a:last-child, .pagination_wrap .pagination .p-posts-navigation__wrap span:last-child {
        margin-right: 0; }
    .pagination_wrap .pagination .p-posts-navigation__wrap a:hover {
      border-color: #bfbfbf;
      background-color: #bfbfbf;
      color: #fff; }
    .pagination_wrap .pagination .p-posts-navigation__wrap span.current {
      border-color: #bfbfbf;
      background-color: #bfbfbf;
      color: #fff; }

.rpg_news {
  padding-bottom: 120rem;
  margin-top: 90rem; }
  .rpg_news h2 {
    margin-bottom: 50rem; }
  .rpg_news .content-wrap .btn_more {
    cursor: pointer;
    margin: 55rem auto 0;
    width: 480rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    color: #434343;
    font-size: 18rem;
    background-color: #fff;
    border: 1px solid #00b5d0;
    box-shadow: 0 5rem 0 0 rgba(0, 0, 0, 0.1);
    height: 60rem; }
    .rpg_news .content-wrap .btn_more p::after {
      display: inline-block;
      content: "▼";
      font-size: 15rem;
      color: #00b5d0;
      margin-left: 10rem;
      transform: scaleX(1.2); }
    .rpg_news .content-wrap .btn_more.btn_close p::after {
      content: "▲"; }
  .rpg_news .content-txt ul {
    margin: 0 auto;
    text-align: center; }
    .rpg_news .content-txt ul + ul {
      display: none; }
      .rpg_news .content-txt ul + ul li {
        margin-top: 50rem; }
    .rpg_news .content-txt ul li {
      display: flex; }
      .rpg_news .content-txt ul li + li {
        margin-top: 50rem; }
      .rpg_news .content-txt ul li .date {
        display: flex;
        font-size: 12rem; }
        .rpg_news .content-txt ul li .date span {
          display: flex;
          background: #00b5d0;
          color: #fff;
          height: 15rem;
          width: 100rem;
          justify-content: space-around;
          align-items: center; }
        .rpg_news .content-txt ul li .date time {
          display: block;
          padding: 0 10rem; }
      .rpg_news .content-txt ul li dl {
        font-size: 14rem;
        text-align: left;
        width: 100%; }
        .rpg_news .content-txt ul li dl dt {
          font-weight: bold;
          border-bottom: 1px dotted #00b5d0;
          padding-bottom: 10rem;
          margin-top: -2rem; }
          .rpg_news .content-txt ul li dl dt a {
            color: #014099; }
            .rpg_news .content-txt ul li dl dt a:hover {
              text-decoration: underline; }
        .rpg_news .content-txt ul li dl dd {
          padding-top: 10rem; }

.wp_editor p {
  margin-bottom: 15rem; }

.wp_editor h3 {
  font-weight: bold;
  margin-bottom: 20rem; }
  .wp_editor h3::before {
    content: "";
    display: inline-block;
    width: 8rem;
    height: 28rem;
    background-color: #00b5d0;
    margin-right: 8rem;
    line-height: 1;
    vertical-align: -45%; }

.wp_editor h4 {
  font-weight: bold;
  margin-bottom: 20rem;
  color: #00b5d0; }

.wp_editor h5 {
  font-weight: bold;
  margin-bottom: 20rem; }

.wp_editor h6 {
  font-weight: bold;
  margin-bottom: 10rem; }

.wp_editor hr {
  margin: 10rem 0;
  clear: both;
  display: block; }

.wp_editor .alignleft {
  float: left;
  margin-bottom: 10rem;
  max-width: 53%;
  padding-right: 3%;
  background-color: #fff; }

.wp_editor .alignright {
  float: right;
  margin-bottom: 10rem;
  max-width: 53%;
  padding-left: 3%;
  background-color: #fff; }

.wp_editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30rem; }

.wp_editor .alignnone {
  margin-bottom: 20rem;
  display: block; }

.wp_editor .wp-caption-text {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5rem;
  font-weight: bold; }

.wp_editor strong {
  font-weight: bold; }

.wp_editor em {
  font-style: italic; }

.anchor_menu {
  background: #ededed;
  padding: 40rem 0 0; }
  .anchor_menu .menu_wrap {
    display: flex;
    flex-wrap: wrap; }
    .anchor_menu .menu_wrap .menu_block {
      line-height: 1.2;
      text-align: center;
      position: relative;
      width: calc(96%/3);
      margin-right: 2%;
      margin-bottom: 50rem; }
      .anchor_menu .menu_wrap .menu_block:nth-child(3n) {
        margin-right: 0; }
      .anchor_menu .menu_wrap .menu_block a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: auto;
        height: 45rem;
        font-size: 20rem;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #00b5d0;
        position: relative;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 74%); }
        .anchor_menu .menu_wrap .menu_block a:hover {
          transform: translateY(6rem); }
        .anchor_menu .menu_wrap .menu_block a::after {
          display: block;
          content: "";
          border: 14rem solid transparent;
          border-top: 15rem solid #07a2b7;
          position: absolute;
          bottom: -29rem;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
        .anchor_menu .menu_wrap .menu_block a p {
          padding-bottom: 15rem; }
        .anchor_menu .menu_wrap .menu_block a::before {
          display: block;
          content: "";
          width: 100%;
          height: 5rem;
          background: #00b5d0;
          position: absolute;
          bottom: 10%;
          left: 0; }

.book_area.rpg_books {
  padding: 90rem 0 130rem; }
  .book_area.rpg_books .inner h3 {
    font-size: 28rem;
    text-align: center;
    margin-top: 50rem; }
  .book_area.rpg_books .inner .item {
    border-top: 1px dotted #fff;
    padding: 30rem 0;
    margin: 30rem auto 0; }
    .book_area.rpg_books .inner .item ul.detail {
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      .book_area.rpg_books .inner .item ul.detail li {
        width: 70%; }
        .book_area.rpg_books .inner .item ul.detail li p a {
          color: #fff;
          text-decoration: underline; }
          .book_area.rpg_books .inner .item ul.detail li p a:hover {
            text-decoration: none;
            text-decoration: underline transparent; }
        .book_area.rpg_books .inner .item ul.detail li:nth-child(2) {
          width: 30%;
          margin-left: 5%; }
          .book_area.rpg_books .inner .item ul.detail li:nth-child(2) .book_deta {
            background: rgba(255, 255, 255, 0.5);
            color: #434343;
            height: 100%;
            padding: 30rem; }
        .book_area.rpg_books .inner .item ul.detail li:first-child:last-child {
          text-align: center; }
    .book_area.rpg_books .inner .item ul.lineup {
      justify-content: center; }

.not_found {
  text-align: center;
  padding-bottom: 80rem; }
  .not_found p.text {
    margin-top: 30rem; }
  .not_found p.btn_border a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30rem; }

@media screen and (min-width: 768px) {
  .sp_block {
    display: none !important; }
  #page_top nav ul li a[href="/"] {
    background-color: #fff;
    color: #00b5d0; }
  #page_news nav ul li a[href="/news/"] {
    background-color: #fff;
    color: #00b5d0; }
  #page_backnumber nav ul li a[href="/backnumber/"] {
    background-color: #fff;
    color: #00b5d0; }
  #page_rpg nav ul li a[href="/rpg/"] {
    background-color: #fff;
    color: #00b5d0; }
  #page_tutorial nav ul li a[href="/tutorial/"] {
    background-color: #fff;
    color: #00b5d0; }
  #page_books nav ul li a[href="/books/"] {
    background-color: #fff;
    color: #00b5d0; } }

@media screen and (max-width: 1280px) {
  html {
    font-size: calc(1 / 1280 * 100vw); } }

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; }
  html {
    font-size: calc(1 / 375 * 100vw); }
  body {
    line-height: 1.6;
    font-size: 13rem;
    padding-top: 65rem; }
  img {
    width: 100%; }
  .inner {
    width: 335rem; }
  .btn_border a {
    width: 335rem;
    height: 60rem;
    border-radius: 10rem;
    font-size: 13rem;
    box-shadow: 0 3rem 0 0 rgba(0, 0, 0, 0.1); }
    .btn_border a span.line {
      font-size: 13rem;
      margin-top: 5rem;
      padding: 0 7rem;
      text-align: center;
      line-height: 1.4; }
      .btn_border a span.line::before, .btn_border a span.line::after {
        width: 21rem;
        top: 10rem; }
      .btn_border a span.line::before {
        left: 0;
        transform: translateY(-100%) translateX(-100%); }
      .btn_border a span.line::after {
        right: 0;
        transform: translateY(-100%) translateX(100%); }
  h1.line_tit,
  h2.line_tit {
    font-size: 18rem; }
    h1.line_tit span,
    h2.line_tit span {
      padding-bottom: 4rem;
      padding: 0 4rem;
      z-index: 1; }
      h1.line_tit span::before,
      h2.line_tit span::before {
        height: 8rem; }
  .to_howto_sp {
    position: fixed;
    width: 103rem;
    top: 8rem;
    right: 59rem;
    z-index: 10;
    z-index: 1001; }
  .hm_btn {
    z-index: 10;
    width: 50rem;
    height: 50rem;
    background-color: #014099;
    border-radius: 10rem;
    position: fixed;
    top: 8rem;
    right: 7rem;
    transition: .3s;
    z-index: 1001; }
    .hm_btn .hm {
      width: 28rem;
      height: 16rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .3s; }
      .hm_btn .hm span {
        transition: .3s;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2rem;
        background-color: #fff; }
        .hm_btn .hm span:nth-child(1) {
          top: 0; }
        .hm_btn .hm span:nth-child(2) {
          top: 7rem; }
        .hm_btn .hm span:nth-child(3) {
          bottom: 0;
          left: auto;
          right: 0; }
    .hm_btn.active {
      transform: rotate(90deg); }
      .hm_btn.active .hm {
        width: 34rem; }
        .hm_btn.active .hm span:nth-child(1) {
          top: 50%;
          transform: translateY(-50%) rotate(135deg); }
        .hm_btn.active .hm span:nth-child(2) {
          opacity: 0; }
        .hm_btn.active .hm span:nth-child(3) {
          bottom: 50%;
          transform: translateY(50%) rotate(225deg); }
  header {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff; }
    header .h_left {
      display: block; }
      header .h_left .h_title {
        height: 65rem;
        width: auto;
        padding-left: 7rem;
        display: flex;
        align-items: center; }
        header .h_left .h_title img {
          width: 115rem; }
    header .h_right {
      display: flex;
      align-items: center; }
      header .h_right p.to_page {
        display: none; }
      header .h_right p.btn_border {
        display: none; }
  nav {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 65rem;
    left: 0;
    display: none;
    height: calc(100% - 65rem);
    overflow: auto; }
    nav ul {
      display: block;
      padding-bottom: 40rem; }
      nav ul.inner {
        width: 274rem; }
      nav ul li {
        width: auto;
        position: relative;
        padding-top: 34rem;
        padding-bottom: 12rem;
        border-bottom: 1px dotted #fff; }
        nav ul li br {
          display: none; }
        nav ul li + li::before {
          display: none; }
        nav ul li a {
          display: block;
          width: 100%;
          height: auto;
          font-weight: bold; }
          nav ul li a:hover {
            background-color: #00b5d0;
            color: #fff; }
    nav .to_howto {
      position: absolute;
      right: 9rem;
      bottom: -47rem;
      width: 139rem; }
  .side_btns {
    position: fixed;
    bottom: 80rem;
    width: 56rem;
    max-width: none; }
    .side_btns ul li {
      text-align: right; }
      .side_btns ul li img {
        border-radius: 0;
        box-shadow: none; }
      .side_btns ul li + Li {
        margin-top: 5rem; }
        .side_btns ul li + Li img {
          width: 44rem; }
      .side_btns ul li span:hover {
        opacity: .8; }
  .side_all_trpg {
    width: 100%;
    padding: 15rem 0 30rem 20rem; }
    .side_all_trpg .side_all_trpg_close img {
      width: 35rem; }
    .side_all_trpg h3 {
      margin-bottom: 32rem;
      font-size: 16rem;
      padding: 6rem 18rem;
      border-radius: 8rem 0 0 8rem; }
      .side_all_trpg h3 span {
        font-size: 11rem; }
    .side_all_trpg h4 {
      color: #fff;
      border-bottom: 1px dashed #fff;
      padding-bottom: 5rem;
      margin-bottom: 20rem; }
    .side_all_trpg ul {
      padding-right: 20rem; }
      .side_all_trpg ul li {
        width: 160rem; }
        .side_all_trpg ul li:nth-child(n+3) {
          margin-top: 13rem; }
        .side_all_trpg ul li a {
          font-size: 11rem; }
          .side_all_trpg ul li a .logo_wrap {
            background-color: #fff;
            padding: 11rem 14rem;
            height: 60rem;
            border-radius: 10rem; }
            .side_all_trpg ul li a .logo_wrap img {
              width: auto; }
        .side_all_trpg ul li.new::before {
          width: 29rem;
          height: 29rem;
          top: -7rem;
          left: -7rem; }
    .side_all_trpg .in_site {
      margin-top: 16rem; }
    .side_all_trpg .out_site {
      margin-top: 23rem;
      padding-bottom: 25rem; }
  .sp_lead {
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00b5d0;
    line-height: 1; }
    .sp_lead img {
      width: 263rem; }
  .mv {
    margin-top: 25rem; }
    .mv .swiper_wrap {
      max-width: none; }
      .mv .swiper_wrap.inner {
        width: auto; }
      .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content {
        height: 575rem;
        position: relative; }
        .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content img {
          width: 100%;
          height: 100%; }
        .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content ul {
          width: 100%;
          padding-bottom: 9rem;
          display: flex;
          justify-content: center; }
          .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content ul li.btn_border + li {
            margin-left: 11rem; }
          .mv .swiper_wrap .swiper-container ul.swiper-wrapper li.swiper-slide .slide_content ul li.btn_border a {
            width: 172rem;
            height: 50rem;
            border-radius: 25rem;
            font-size: 13rem; }
      .mv .swiper_wrap .swiper-pagination {
        padding-top: 2rem; }
        .mv .swiper_wrap .swiper-pagination span + span {
          margin-left: 20rem; }
  .logo_slider {
    padding-top: 30rem;
    padding-bottom: 30rem; }
    .logo_slider ul.infinite li {
      padding-left: 16rem; }
      .logo_slider ul.infinite li a {
        width: 225rem;
        border-radius: 8rem;
        box-shadow: 0 3rem 0 0 rgba(0, 0, 0, 0.1); }
        .logo_slider ul.infinite li a .logo_wrap {
          height: 123rem;
          padding: 15rem 27rem; }
          .logo_slider ul.infinite li a .logo_wrap img {
            width: auto;
            height: auto;
            max-width: 100%; }
        .logo_slider ul.infinite li a p {
          height: 26rem;
          font-size: 11rem; }
      .logo_slider ul.infinite li.new a p::before {
        width: 29rem;
        height: 29rem;
        top: -18rem;
        left: 5rem; }
    .logo_slider p.btn_border {
      margin-top: 30rem; }
  .announce {
    margin-top: 38rem;
    display: block; }
    .announce .twitter {
      margin-top: 45rem;
      width: auto; }
      .announce .twitter .twitter_wrap {
        margin-top: 30rem;
        padding: 6rem 10rem 0;
        border: 1px solid #00b5d0; }
    .announce .news {
      width: auto; }
      .announce .news ul {
        margin-top: 34rem; }
      .announce .news p.btn_border {
        margin-top: 30rem; }
        .announce .news p.btn_border a {
          font-size: 13rem; }
  .news ul li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start; }
    .news ul li + li {
      margin-top: 20rem; }
    .news ul li span {
      width: 75rem;
      font-size: 10rem; }
    .news ul li time {
      display: block;
      font-size: 11rem;
      margin-left: 8rem; }
    .news ul li p {
      margin-top: 8rem;
      width: 100%; }
  ul.link_btns {
    display: block; }
    ul.link_btns + ul.link_btns {
      margin-top: 20rem; }
    ul.link_btns li {
      width: auto;
      margin-right: 0; }
      ul.link_btns li:nth-child(n+4) {
        margin-top: 20rem; }
      ul.link_btns li + li {
        margin-top: 20rem; }
  .book_area .box_tit {
    margin-top: 30rem;
    font-size: 13rem;
    padding: 3rem; }
  .book_area ul.lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30rem; }
    .book_area ul.lineup li {
      position: relative;
      margin-top: 0;
      width: 160rem;
      display: block;
      justify-content: space-between;
      align-items: flex-start; }
      .book_area ul.lineup li:nth-child(2n) {
        margin-left: 15rem; }
      .book_area ul.lineup li:nth-child(n+3) {
        margin-top: 50rem; }
      .book_area ul.lineup li .book_cover {
        width: 125rem;
        height: 175rem;
        margin-left: auto;
        margin-right: auto; }
      .book_area ul.lineup li .text {
        text-align: center;
        width: auto;
        margin-top: 5rem; }
        .book_area ul.lineup li .text h4 {
          font-size: 15rem;
          min-height: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
        .book_area ul.lineup li .text .btns {
          width: 100%;
          margin-top: 10rem; }
          .book_area ul.lineup li .text .btns .btn_buy + .btn_buy {
            margin-top: 8rem; }
  .book_area .btn_area {
    margin-top: 38rem; }
    .book_area .btn_area .btn_border a {
      margin-left: auto;
      margin-right: auto; }
  #page_top .infinite_slide_wrap {
    margin-top: 26rem; }
  #page_top .link_area {
    margin-top: 55rem; }
    #page_top .link_area .btn_border a {
      width: 335rem;
      height: 90rem;
      border-radius: 20rem;
      font-size: 15rem; }
    #page_top .link_area ul.link_btns {
      margin-top: 55rem; }
  #page_top .book_area {
    margin-top: 38rem;
    padding: 40rem 0; }
  .other_link_area {
    margin-top: 45rem; }
  .guideline {
    margin-top: 73rem;
    margin-bottom: 83rem; }
    .guideline p.description {
      margin-top: 38rem;
      width: auto;
      display: block; }
    .guideline p.btn_border {
      margin-top: 35rem; }
      .guideline p.btn_border a {
        margin-left: auto;
        margin-right: auto; }
  .to_top {
    right: 10rem;
    width: 38rem; }
  footer {
    padding-top: 25rem;
    padding-bottom: 28rem; }
    footer ul.footer_nav {
      display: block; }
      footer ul.footer_nav li {
        margin-right: 0;
        margin-top: 0; }
        footer ul.footer_nav li + li {
          margin-top: 20rem; }
        footer ul.footer_nav li:last-child {
          margin-right: 0; }
        footer ul.footer_nav li a {
          text-decoration: underline; }
          footer ul.footer_nav li a:hover {
            text-decoration: none;
            text-decoration: underline transparent; }
    footer ul.footer_sns {
      margin-top: 35rem; }
      footer ul.footer_sns li {
        width: 65rem; }
        footer ul.footer_sns li img {
          box-shadow: 0 5rem 0 0 rgba(0, 0, 0, 0.07); }
        footer ul.footer_sns li + li {
          margin-left: 25rem; }
    footer .illustrator_recruit {
      margin-top: 45rem;
      width: 310rem;
      margin-left: auto;
      margin-right: auto; }
    footer h3 {
      margin-top: 43rem;
      width: 248rem; }
      footer h3 .sub {
        margin-bottom: 7rem; }
    footer p.notes {
      margin-top: 25rem;
      font-size: 11rem; }
    footer p.copy {
      margin-top: 25rem;
      font-size: 10rem; }
  .link_btns_area {
    padding: 45rem  0 25rem; }
  .pagination_wrap {
    margin-top: 20rem;
    background-color: #ededed;
    padding: 10rem 20rem 20rem; }
    .pagination_wrap .pagination .p-posts-navigation__wrap {
      position: relative; }
      .pagination_wrap .pagination .p-posts-navigation__wrap a, .pagination_wrap .pagination .p-posts-navigation__wrap span {
        margin-top: 10rem;
        min-width: 30rem;
        height: 30rem;
        margin-right: 15rem; }
  .rpg_news {
    margin-top: 50rem;
    padding-bottom: 60rem; }
    .rpg_news h2 {
      margin-bottom: 25rem; }
    .rpg_news .content-wrap .btn_more {
      margin: 35rem auto 0;
      width: 100%;
      font-weight: bold;
      border-radius: 10rem;
      font-size: 13rem;
      height: 60rem;
      z-index: 1; }
    .rpg_news .content-wrap.slide-up {
      height: 400rem;
      padding-bottom: 0;
      overflow: hidden; }
    .rpg_news .content-wrap.slide-down {
      height: auto;
      overflow: visible;
      padding-bottom: 70rem; }
    .rpg_news .content-txt ul {
      margin: 0 auto;
      text-align: center; }
      .rpg_news .content-txt ul + ul li {
        margin-top: 35rem; }
      .rpg_news .content-txt ul li {
        display: flex;
        flex-direction: column; }
        .rpg_news .content-txt ul li + li {
          margin-top: 35rem; }
        .rpg_news .content-txt ul li .date {
          display: flex;
          font-size: 10rem;
          margin-bottom: 15rem;
          padding-left: 1rem; }
          .rpg_news .content-txt ul li .date span {
            display: flex;
            background: #00b5d0;
            color: #fff;
            height: 14rem;
            width: 75rem;
            justify-content: space-around;
            align-items: center; }
          .rpg_news .content-txt ul li .date time {
            display: block;
            padding: 0 10rem; }
        .rpg_news .content-txt ul li dl {
          text-align: left;
          width: 100%; }
          .rpg_news .content-txt ul li dl dt {
            font-size: 13rem;
            font-weight: bold;
            border-bottom: 1px dotted #00b5d0;
            padding-bottom: 10rem;
            margin-top: -2rem; }
          .rpg_news .content-txt ul li dl dd {
            font-size: 12rem;
            padding-top: 10rem; }
  .wp_editor p {
    margin-bottom: 10rem; }
  .wp_editor h3 {
    margin-bottom: 12rem; }
    .wp_editor h3::before {
      width: 6rem;
      height: 24rem;
      margin-right: 6rem;
      vertical-align: -50%; }
  .wp_editor .alignleft {
    float: none;
    margin-bottom: 20rem;
    max-width: 100%;
    padding-right: 0; }
  .wp_editor .alignright {
    float: none;
    padding-left: 0;
    margin-bottom: 20rem;
    max-width: 100%; }
  .anchor_menu {
    padding: 40rem 0 0; }
    .anchor_menu .menu_wrap .menu_block a p {
      font-size: 13rem;
      padding-bottom: 30rem; }
  .book_area.rpg_books {
    padding: 40rem 0 20rem; }
    .book_area.rpg_books .inner h3 {
      font-size: 17rem;
      text-align: center;
      margin-top: 50rem; }
    .book_area.rpg_books .inner .item {
      border-top: 1px dotted #fff;
      border-bottom: none;
      padding: 30rem 0;
      margin: 20rem auto 0; }
      .book_area.rpg_books .inner .item ul.detail {
        display: flex;
        flex-direction: column; }
        .book_area.rpg_books .inner .item ul.detail li {
          width: 100%; }
          .book_area.rpg_books .inner .item ul.detail li:nth-child(2) {
            width: 100%;
            margin-top: 20rem;
            margin-left: 0%; }
            .book_area.rpg_books .inner .item ul.detail li:nth-child(2) .book_deta {
              background: rgba(255, 255, 255, 0.5);
              color: #434343;
              height: 100%;
              padding: 30rem; }
          .book_area.rpg_books .inner .item ul.detail li:first-child:last-child {
            text-align: left; }
      .book_area.rpg_books .inner .item ul.lineup {
        justify-content: center; } }

@keyframes infinite_scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

/*# sourceMappingURL=style.css.map */