@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"); }
@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"); }
/*リセット
--------------------------------------------*/
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; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
div#wrapper {
  width: 100%;
  font-family: 'noto-sans';
  font-feature-settings: "palt";
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 2px; }

div#main {
  width: 100%;
  height: 100vh;
  position: relative; }
div#main h1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
div#main a {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.0;
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px; }

div#content div.box {
  text-align: center; }
div#content div.box h2 {
  font-weight: 700;
  color: #e85298;
  margin-bottom: 12px;
  border-bottom: double 4px #e85298;
  border-top: double 4px #e85298; }
div#content div.box p a {
  text-decoration: none;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
  color: #000; }
div#content div.box p a:hover {
  color: #ccc; }
div#content div#btn p {
  text-align: center; }
div#content div#btn a {
  text-decoration: none;
  color: #e85298;
  font-weight: 700;
  text-align: center;
  display: block;
  border: 1px solid #e85298;
  margin: auto; }
div#content div#btn a:hover {
  background: #e85298;
  color: #fff; }

div#tokusetu a {
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  display: block;
  border: 1px solid #e85298;
  margin: auto;
  color: #e85298; }
div#tokusetu a:hover {
  background: #e85298;
  color: #fff; }

footer {
  margin-top: 0px;
  padding-bottom: 30px;
  font-size: 10px;
  color: #000000;
  text-align: center; }

div.box ul li img {
  width: 100%;
  display: block;
  border: 1px solid #ccc; }

/* PC
--------------------------------------*/
@media screen and (min-width: 768px) {
  div#wrapper {
    font-size: 16px; }

  div#main {
    background: url(../images/main_back.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  div#main h1 img {
    width: 420px;
    height: auto; }
  div#main a {
    font-size: 24px; }

  div#content {
    max-width: 960px;
    margin: auto;
    padding: 50px 0; }
  div#content div.box {
    margin-bottom: 50px; }
  div#content div.box h2 {
    font-size: 22px;
    margin-top: 40px; }
  div#content div.box p span.small {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px; }
  div#content div.box p span.large {
    font-weight: bold; }
  div#content div#btn {
    margin-bottom: 30px;
    padding-top: 15px; }
  div#content div#btn p {
    font-size: 16px; }
  div#content div#btn a {
    padding: 15px 0;
    font-size: 22px;
    width: 480px;
    margin-top: 5px; }
  div#content div#tokusetu {
    margin-bottom: 65px; }
  div#content div#tokusetu a {
    padding: 15px 0;
    font-size: 22px;
    width: 480px;
    margin-top: 5px; }

  .pcNone {
    display: none; }

  div.box ul {
    max-width: 850px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 25px auto; }

  div.box ul li {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    box-sizing: border-box;
    padding: 10px; }

  div.box ul li p {
    margin-bottom: 5px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 767px) {
  div#wrapper {
    font-size: 14px; }

  div#main {
    background: url(../images/main_back_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  div#main h1 img {
    width: 70%;
    height: auto; }
  div#main a {
    font-size: 18px; }

  div#content {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 50px 25px; }
  div#content div.box {
    margin-bottom: 50px; }
  div#content div.box h2 {
    font-size: 16px;
    margin-top: 40px; }
  div#content div.box p span.small {
    display: inline-block;
    margin-top: 5px;
    font-size: 10px; }
  div#content div.box p span.large {
    font-weight: bold; }
  div#content div#btn p {
    font-size: 14px; }
  div#content div#btn a {
    line-height: 1.4;
    padding: 15px 0;
    font-size: 18px;
    width: 95%;
    margin-top: 5px; }
  div#content div#tokusetu {
    margin-top: 15px; }
  div#content div#tokusetu a {
    line-height: 1.4;
    padding: 15px 0;
    font-size: 18px;
    width: 95%;
    margin-top: 5px; }

  .spNone {
    display: none; }

  div.box ul {
    margin: 25px auto; }

  div.box ul li {
    margin-bottom: 25px; }

  div.box ul li p {
    margin-bottom: 5px; } }
