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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*fonts
---------------------------------------------*/
@font-face {
  font-family: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/* common
---------------------------------------------*/
html,
body {
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  /*font-weight: 700;*/
  letter-spacing: 1px;
  color: #333;
}

@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 13px;
  }
}

img {
  width: 100%;
  display: block;
}

video {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* content
---------------------------------------------*/
div#wrap {
  overflow: hidden;
}

.mainArea {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .mainArea {
    height: calc(100vh);
    background: url(../images/cover_pc.jpg);
    background-size: cover;
    background-position: top center;
  }
}

@media screen and (max-width: 768px) {
  .mainArea {
    height: calc(100vh);
    background: url(../images/cover.jpg);
    background-size: cover;
    background-position: center right;
    height: calc((var(--vh, 1vh) * 100));
  }
}

.mainArea div.titleArea {
  position: absolute;
  background: rgba(151, 140, 255, 0.7);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .mainArea div.titleArea {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .mainArea div.titleArea {
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mainArea div.titleArea div.title {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mainArea div.titleArea div.title h1 {
  font-size: 44px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .mainArea div.titleArea div.title h1 {
    font-size: 56px;
  }
}

.mainArea div.titleArea div.title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 1.0;
}

@media screen and (min-width: 769px) {
  .mainArea div.titleArea div.title h2 {
    font-size: 48px;
    width: 70px;
    height: 70px;
  }
}

.mainArea div.titleArea div.title h2 span {
  display: block;
  font-size: 10px;
}

.mainArea div.titleArea div.subtitle {
  width: 85%;
  margin: 0 auto;
}

.mainArea div.titleArea div.subtitle ul li {
  line-height: 1.2;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .mainArea div.titleArea div.subtitle ul li {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .mainArea div.titleArea p.intro {
    font-size: 16px;
    width: 85%;
    margin: 30px auto 0;
  }
}

.desc {
  width: 85%;
  margin: 32px auto 80px;
  display: block;
}

@media screen and (min-width: 769px) {
  .desc {
    max-width: 600px;
    margin: 80px auto 80px;
  }
}

.desc p.intro {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 32px;
}

.desc p.focus {
  border: 1px solid #333;
  border-left: none;
  border-right: none;
  padding: 24px 0;
}

@media screen and (min-width: 769px) {
  .desc p.focus {
    font-size: 16px;
    padding: 30px 0;
  }
}

@media screen and (min-width: 769px) {
  #block01 {
    width: 600px;
    margin: 0 auto;
  }
}

#block01 div.img {
  width: 85%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #block01 div.img {
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 769px) {
  #block02 {
    width: 1000px;
    margin: 0 auto;
  }
}

#block03 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  #block03 {
    width: 600px;
    margin: 50px auto;
  }
}

#block03 div.img {
  width: 85%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #block03 div.img {
    width: 100%;
    margin: 0 auto 50px;
  }
}

#block04 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  #block04 {
    width: 600px;
    margin: 50px auto;
  }
}

#block04 div.img {
  width: 85%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #block04 div.img {
    width: 100%;
    margin: 0 auto 50px;
  }
}

dl {
  font-size: 13px;
  width: 85%;
  margin: 0 auto 35px;
}

@media screen and (min-width: 769px) {
  dl {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 50px;
  }
}

dl dt {
  color: #978cff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

dl dt::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #978cff;
  margin-right: 12px;
}

dl dd {
  font-weight: bold;
}

dl dd a {
  color: #978cff;
}

#block05 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  #block05 {
    width: 600px;
    margin: 50px auto;
  }
}

#block05 div.img {
  width: 80%;
  margin: 0 auto 30px;
}

#block06 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  #block06 {
    width: 600px;
    margin: 50px auto;
  }
}

@media screen and (max-width: 768px) {
  #block06 {
    width: 85%;
    margin: 50px auto 0;
  }
}

#block06 dl {
  width: 100%;
}

#block06 div.img {
  width: 100%;
  margin: 0 auto 30px;
}

#block06 p {
  color: #978cff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #block06 p {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #block06 p {
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
  }
}

#block07 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  #block07 {
    width: 600px;
    margin: 50px auto;
  }
}

@media screen and (max-width: 768px) {
  #block07 {
    width: 85%;
    margin: 50px auto 0;
  }
}

#block07 dl {
  width: 100%;
}

#block07 div.img {
  width: 100%;
  margin: 0 auto 30px;
}

#block07 p {
  color: #978cff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #block07 p {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #block07 p {
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
  }
}

#block08 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  #block08 {
    width: 600px;
    margin: 50px auto;
  }
}

@media screen and (max-width: 768px) {
  #block08 {
    width: 85%;
    margin: 50px auto 0;
  }
}

#block08 dl {
  width: 100%;
}

#block08 div.img {
  width: 100%;
  margin: 0 auto 30px;
}

#block08 p {
  color: #978cff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #block08 p {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #block08 p {
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
  }
}

.side-scroll {
  position: relative;
}

@media screen and (max-width: 768px) {
  .side-scroll {
    background: url(../images/2.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .side-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .side-scroll::before {
    content: "";
    display: block;
    padding-top: calc(1002 / 750 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .side-scroll div.pcimg {
    background: url(../images/2.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .side-scroll div.pcimg::before {
    content: "";
    display: block;
    padding-top: calc(1002 / 750 * 100%);
  }
}

.side-scroll .credit {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .side-scroll .credit {
    opacity: 0;
    position: absolute;
    bottom: 0%;
    right: 0%;
    background: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (min-width: 769px) {
  .side-scroll .credit {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.4);
  }
}

.side-scroll .credit a {
  color: #978cff;
}

@media screen and (max-width: 768px) {
  .side-scroll .side-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .side-scroll .side-scroll-list {
    width: 50%;
    height: 680px;
    background: rgba(151, 140, 255, 0.7);
  }
}

.side-scroll .side-scroll-list li {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .side-scroll .side-scroll-list li {
    height: 418px;
  }
}

.side-scroll .side-scroll-list li.film {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .side-scroll .side-scroll-list li.film {
    height: auto;
    background: rgba(151, 140, 255, 0.7);
  }
}

.side-scroll .side-scroll-list li.film dl {
  margin: 0 auto !important;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .side-scroll .side-scroll-list li.film dl {
    width: 90%;
  }
}

.side-scroll .side-scroll-list li.film dl dt, .side-scroll .side-scroll-list li.film dl dd {
  color: #fff;
}

.side-scroll .side-scroll-list li.film dl dt::before, .side-scroll .side-scroll-list li.film dl dd::before {
  letter-spacing: 1px;
  background: #fff;
}

section.profile {
  border: 1px dotted #dadada;
  border-left: none;
  border-right: none;
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  section.profile {
    width: 100%;
    margin: 150px auto 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  section.profile {
    margin-top: 100px;
  }
}

section.profile div.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  section.profile div.inner {
    width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  section.profile div.inner {
    width: 80%;
    margin: 0 auto;
  }
}

section.profile div.profileimg {
  width: 30%;
}

section.profile div.profileimg img {
  border-radius: 50%;
}

section.profile ul {
  width: 65%;
}

@media screen and (min-width: 769px) {
  section.profile ul li {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  section.profile ul li:first-child {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  section.profile ul li:first-child {
    font-size: 16px;
  }
}

section.profile ul li a {
  color: #333;
}

section.itemArea {
  background: #fafafa;
  padding: 50px 0;
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner p.title, section.itemArea div.inner p.title02 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner p.title, section.itemArea div.inner p.title02 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
}

section.itemArea div.inner p.title02 {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner ul.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner ul.item {
    padding-bottom: 15px;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner ul.item li {
    width: 40%;
    vertical-align: top;
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner ul.item li {
    width: 33.3%;
  }
}

section.itemArea div.inner ul.item a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner ul.item a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner ul.item a {
    font-size: 12px;
  }
}

section.itemArea div.inner ul.item a img {
  margin-bottom: 10px;
}

section.itemArea div.inner ul.item a p, section.itemArea div.inner ul.item a span {
  display: block;
  line-height: 1.2;
  width: 90%;
  margin: 0 auto;
}

section.itemArea div.inner ul.item a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section.itemArea div.inner ul.item a span {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 5px;
  padding: 2px 0;
  border-radius: 10px;
}

section.itemArea div.inner ul.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner ul.related {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner ul.related {
    width: 90%;
    margin: 0  auto;
  }
}

section.itemArea div.inner ul.related li {
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner ul.related li {
    font-size: 16px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner ul.related li {
    font-size: 14px;
    margin: 0 5px 10px;
  }
}

section.itemArea div.inner ul.related a {
  display: block;
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner ul.related a {
    padding: 2px 10px;
  }
}

@media screen and (max-width: 768px) {
  section.itemArea div.inner ul.related a {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 769px) {
  section.itemArea div.inner ul.related a span {
    font-size: 14px;
  }
}

header {
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 769px) {
  header {
    height: 70px;
  }
}

header a {
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 768px) {
  header a {
    font-size: 18px;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  header a {
    width: 200px;
    margin: 0 auto;
    font-size: 24px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header a span {
  border: 1px solid #333;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header a span {
    font-size: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 128px;
  }
}

@media screen and (min-width: 769px) {
  header a span {
    font-size: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 165px;
  }
}

header a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}

@media screen and (min-width: 769px) {
  header a i {
    left: 0%;
  }
}

footer {
  background: #fafafa;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 150px;
  }
}

@media screen and (min-width: 769px) {
  footer {
    margin-top: 150px;
  }
}

footer a.footend {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  footer a.footend {
    font-size: 18px;
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  footer a.footend {
    font-size: 24px;
    height: 60px;
  }
}

footer a.footend span {
  display: block;
  border: 1px solid #333;
  color: #333;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer a.footend span {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 128px;
  }
}

@media screen and (min-width: 769px) {
  footer a.footend span {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 165px;
  }
}

div.innercover {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

div.innercover::before {
  content: "";
  display: block;
}

@media screen and (min-width: 769px) {
  div.innercover::before {
    padding-top: calc(500 / 1060 * 100%);
  }
}

@media screen and (max-width: 768px) {
  div.innercover::before {
    padding-top: calc(691 / 553 * 100%);
  }
}

div.innercover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

div.coverArea {
  width: 90%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  div.coverArea {
    position: absolute;
    bottom: 6.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 769px) {
  div.coverArea {
    position: absolute;
    width: 40%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

div.coverArea p.month {
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  div.coverArea p.month {
    font-size: 46px;
  }
}

div.coverArea p.month::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  bottom: 0;
  left: 0;
}

div.coverArea p.month span {
  font-size: 18px;
  display: inline-block;
  border-left: 2px solid #fff;
  line-height: 1.2;
  margin-left: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 769px) {
  div.coverArea p.month span {
    font-size: 20px;
  }
}

div.coverArea ul li {
  margin-bottom: 5px;
  list-style: none;
}

div.coverArea ul li a {
  color: #fff;
}

div.coverArea ul li a span.title {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: dashed 1px #fff;
}

@media screen and (min-width: 769px) {
  div.coverArea ul li a span.title {
    font-size: 20px;
  }
}

div.coverArea ul li a.disabled span.title {
  border: none;
}

div.coverArea ul li a span.date {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (min-width: 769px) {
  div.coverArea ul li a span.date {
    font-size: 14px;
  }
}

div.coverArea ul li a span.todo {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
}

div.coverArea ul li a span.todo i {
  position: absolute;
  top: -8px;
  font-size: 28px;
}

div.contenttitle {
  text-align: center;
  font-size: 24px;
  padding: 30px 0 15px;
}

div.contenttitle span {
  font-size: 13px;
  display: block;
}

p.current {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  p.current {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  ul.newslist {
    vertical-align: top;
    overflow-x: scroll;
    padding: 0 10px 10px;
    white-space: nowrap;
    font-size: 10px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  ul.newslist {
    width: 1060px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  ul.newslist li {
    vertical-align: top;
    display: inline-block;
    width: 160px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 769px) {
  ul.newslist li {
    width: 32%;
  }
}

ul.newslist li a {
  color: #333;
  text-decoration: none;
}

ul.newslist li div.img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  ul.newslist li div.img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  ul.newslist li p.date, ul.newslist li p.name {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */