@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.eot");
  src: url("fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp-Bold.eot");
  src: url("fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 14px;
  font-feature-setting: "palt";
  line-height: 1.6; }

header {
  width: 100%; }
header h1 {
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto 30px; }
header h1 img {
  width: 100%; }
header h2 {
  text-align: center;
  font-weight: bold;
  text-align: center; }

#content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
#content ul li a {
  text-decoration: none;
  color: #000; }
#content ul li h3 {
  font-weight: bold; }
#content ul li p {
  width: 100%;
  word-wrap: break-word; }
#content ul li p span.buy {
  display: inline-block;
  padding: 3px 15px;
  background: #000000;
  color: #ffffff;
  margin-top: 5px;
  text-align: center; }
#content ul li p span.cs {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #000;
  margin-top: 5px;
  text-align: center; }
#content ul li img {
  width: 100%; }

#linkArea h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center; }
#linkArea ul {
  width: 100%;
  display: flex; }
#linkArea ul li img {
  width: 100%; }

/* PC
--------------------------------------*/
@media screen and (min-width: 481px) {
  div#wrapper {
    max-width: 980px;
    width: 100%;
    margin: auto; }

  header h2 {
    font-size: 28px; }
  header p#description {
    font-size: 16px;
    margin: 15px auto;
    text-align: center; }

  #content {
    margin-top: 50px;
    width: 100%; }
  #content ul li {
    width: calc(50% - 20px);
    margin-bottom: 40px; }
  #content ul li h3 {
    font-size: 20px;
    padding: 10px 0; }
  #content ul li:nth-child(odd) {
    margin-right: 20px; }
  #content ul li:nth-child(even) {
    margin-left: 20px; }

  #linkArea {
    width: 100%;
    margin: 30px auto 100px; }
  #linkArea h2 {
    font-size: 28px;
    padding: 3px;
    margin-bottom: 40px; }
  #linkArea ul li {
    width: calc(50% - 20px); }
  #linkArea ul li:nth-child(odd) {
    margin-right: 20px; }
  #linkArea ul li:nth-child(even) {
    margin-left: 20px; }

  br.pcNone {
    display: none; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 480px) {
  div#wrapper {
    width: 100%;
    margin: auto; }

  header h2 {
    font-size: 20px;
    width: 95%;
    margin: auto; }
  header p#description {
    font-size: 14px;
    margin: 15px auto;
    text-align: center;
    width: 95%; }

  #content {
    margin: 30px auto;
    width: 95%; }
  #content ul li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    font-size: 10px; }
  #content ul li h3 {
    font-size: 14px;
    padding: 6px 0; }
  #content ul li p {
    font-size: 12px; }
  #content ul li:nth-child(odd) {
    margin-right: 5px; }
  #content ul li:nth-child(even) {
    margin-left: 5px; }

  #linkArea {
    width: 95%;
    margin: auto; }
  #linkArea h2 {
    font-size: 20px;
    padding: 3px;
    margin-bottom: 10px; }
  #linkArea ul li {
    width: calc(50% - 5px); }
  #linkArea ul li:nth-child(odd) {
    margin-right: 5px; }
  #linkArea ul li:nth-child(even) {
    margin-left: 5px; }

  br.pcNone {
    display: block; } }
@media screen and (min-width: 320px) {
  /*-----BUY-----*/
  #buy_mook {
    margin: 50px 0 0 0;
    padding: 0;
    text-align: center; }

  #buy_mook h2 {
    margin: 0 auto 20px auto;
    padding: 0 0 10px 0;
    font-size: 24px;
    border-bottom: solid 1px;
    display: inline-block;
    font-weight: normal; }

  #buy_mook img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0; }

  #buy_mook a {
    display: block;
    margin: 20px auto 0 auto;
    padding: 20px 10px;
    width: 85%;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; }

  #footer {
    margin: 80px 0 20px 0;
    text-align: center; }

  #footer_link {
    margin: 30px auto 0 auto;
    width: 100%; }

  #footer_link li {
    width: 100%;
    text-align: center; }

  #footer_link li.palclo {
    margin: 40px 0 0 0; }

  #footer_link li a {
    text-decoration: none; }

  #footer_link li div {
    margin: 3px 0 0 0; }

  #copyright {
    margin: 50px 0 0 0;
    font-size: 80%; } }
@media screen and (min-width: 1024px) {
  /*-----BUY-----*/
  #buy_mook {
    margin: 60px 0 0 0;
    padding: 0;
    text-align: center; }

  #buy_mook img {
    width: 680px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block; }

  #buy_mook a {
    display: block;
    margin: 30px auto 0 auto;
    padding: 20px 10px;
    width: 85%;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; }

  #footer_link {
    margin: 30px auto 0 auto;
    width: 480px; }

  #footer_link li {
    width: 480px;
    text-align: center; }

  #footer_link li.palclo {
    margin: 20px 0 0 0; }

  #footer_link li a {
    text-decoration: none; }

  #footer_link li div {
    margin: 10px 0 0 0; } }
