@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Sans+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Play:400,700&display=swap");
/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular"); }

@font-face {
  font-family: "Myrica M";
  src: local("Myrica M"); }

@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M"); }

@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord"); }

@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M"); }

@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular"); }

@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular"); }

@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック"); }

body {
  font-family: "Noto Sans", "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  letter-spacing: 0.05em; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: "Noto Sans", "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif; } }

/*
  RESET - ADAPTED FROM MEYER RESET
  URL - http://meyerweb.com/eric/tools/css/reset/
  LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  /*font-family: inherit;*/
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none; }

button {
  cursor: pointer; }

a {
  text-decoration: none; }

img {
  vertical-align: bottom; }

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* rollover
-------------------------------------------------- */
.rollover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear; }

.rollover:hover {
  filter: alpha(opacity=90);
  opacity: 0.9; }

/* font
-------------------------------------------------- */
.fNormal {
  font-weight: normal !important; }

.fBold {
  font-weight: bold !important; }

.fs10 {
  font-size: 10px !important; }

.fs11 {
  font-size: 11px !important; }

.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.fs26 {
  font-size: 26px !important; }

.italic {
  font-style: italic; }

.fcR {
  color: #d43937; }

.small {
  font-size: 12px; }

/* text-align
-------------------------------------------------- */
.taL {
  text-align: left !important; }

.taR {
  text-align: right !important; }

.taC {
  text-align: center !important; }

/* vat-align
-------------------------------------------------- */
.veT {
  vertical-align: top !important; }

.veB {
  vertical-align: bottom !important; }

.veM {
  vertical-align: middle !important; }

/* margin-top
-------------------------------------------------- */
.ma0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

/* margin-left
-------------------------------------------------- */
.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml85 {
  margin-left: 85px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px !important; }

.mlauto {
  margin-left: auto !important; }

/* margin-right
-------------------------------------------------- */
.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px !important; }

.mrauto {
  margin-right: auto !important; }

/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pb100 {
  padding-bottom: 100px !important; }

/* padding-left
-------------------------------------------------- */
.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl65 {
  padding-left: 65px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl75 {
  padding-left: 75px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl85 {
  padding-left: 85px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl95 {
  padding-left: 95px !important; }

.pl145 {
  padding-left: 145px !important; }

.pl100 {
  padding-left: 100px !important; }

/* padding-right
-------------------------------------------------- */
.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px !important; }

body {
  color: #000;
  line-height: 1.9em;
  font-size: 15px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#wrap {
  overflow: hidden;
  position: relative; }

.container {
  background-color: #FFF; }
  .container .con_body {
    width: 100%;
    max-width: 1140px; }
    .container .con_body .main {
      width: 100%;
      background-color: #FFF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 20px; }
    .container .con_body .side {
      width: 100%;
      position: relative; }
      .container .con_body .side .in {
        background-color: #FFF;
        padding: 0 20px 30px 20px;
        position: relative;
        z-index: 2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .container .con_body .main {
      padding: 60px 20px; } }
  @media screen and (min-width: 980px) {
    .container .con_body {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .container .con_body .main {
        max-width: 810px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px; }
      .container .con_body .side {
        max-width: 330px;
        padding-right: 0; }
        .container .con_body .side:before {
          content: "";
          width: 100vw;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #FFF;
          z-index: 1; }
        .container .con_body .side .in {
          padding: 50px 25px 80px 25px; } }

#footer {
  background-color: #000;
  color: #FFF; }
  #footer a {
    display: block;
    padding: 40px 20px;
    color: #FFF; }
  #footer .ftLogo {
    width: 160px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto; }
    #footer .ftLogo img {
      width: auto;
      max-width: 100%;
      height: auto; }
  #footer p {
    text-align: center; }
    #footer p + p {
      margin-top: 4px; }

@media screen and (min-width: 768px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 35px; }
    #footer .ftLogo {
      width: 220px; }
    #footer p {
      font-size: 17px; } }

.ftBnrArea {
  padding: 20px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
  margin-bottom: 30px; }
  .ftBnrArea a {
    display: block; }
    .ftBnrArea a img {
      width: 100%;
      height: auto; }
      .ftBnrArea a img.pc {
        display: none; }

@media screen and (min-width: 768px) {
  .ftBnrArea {
    background-color: transparent;
    padding: 0px;
    margin: 50px 0 10px 0; }
    .ftBnrArea a {
      display: block; }
      .ftBnrArea a img {
        width: 100%;
        height: auto; }
        .ftBnrArea a img.pc {
          display: block; }
        .ftBnrArea a img.sp {
          display: none; } }

@media screen and (min-width: 980px) {
  .ftBnrArea {
    margin: 20px 0 10px 0; }
    .ftBnrArea a {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .ftBnrArea a:hover {
        opacity: 0.7; } }

.side .widget_custom_html {
  margin-bottom: 40px; }
  .side .widget_custom_html a {
    display: block;
    text-align: center; }
    .side .widget_custom_html a img {
      width: 70%;
      height: auto; }

.side .widget + .widget {
  margin-top: 40px; }

@media screen and (min-width: 768px) {
  .side .widget_custom_html {
    display: none; } }

@media screen and (min-width: 980px) {
  .side .widget_custom_html {
    margin: 0 -25px 50px -25px;
    display: block; }
    .side .widget_custom_html a {
      display: block; }
      .side .widget_custom_html a img {
        width: 100%;
        height: auto; }
  .side .widget + .widget {
    margin-top: 50px; } }

.widgetTtl {
  text-align: center;
  font-size: 18px;
  font-size: 22px;
  letter-spacing: 0.15em;
  font-family: "Play", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  font-size: 28px; }
  @media screen and (min-width: 980px) {
    .widgetTtl {
      text-align: left;
      font-size: 28px;
      letter-spacing: 0.05em;
      margin-bottom: 30px; } }

.sideRecomend .box + .box,
.sideRecent .box + .box {
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 20px; }

.sideRecomend .box a,
.sideRecent .box a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .sideRecomend .box a figure,
  .sideRecent .box a figure {
    width: 80px;
    position: relative;
    overflow: hidden; }
    .sideRecomend .box a figure img,
    .sideRecent .box a figure img {
      width: 100%;
      height: auto; }
    .sideRecomend .box a figure .label,
    .sideRecent .box a figure .label {
      width: 40px;
      height: 40px;
      background-color: #8dc21f;
      color: #FFF;
      display: block;
      position: absolute;
      top: -20px;
      left: -20px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .sideRecomend .box a figure .label span,
      .sideRecent .box a figure .label span {
        font-size: 11px;
        display: inline-block;
        position: absolute;
        bottom: 7px;
        left: 34px;
        -webkit-transform: translateX(-50%) rotate(-90deg) scale(0.8);
        -ms-transform: translateX(-50%) rotate(-90deg) scale(0.8);
        transform: translateX(-50%) rotate(-90deg) scale(0.8); }
  .sideRecomend .box a .text,
  .sideRecent .box a .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #323232;
    line-height: 1.55;
    padding-left: 15px; }
    .sideRecomend .box a .text .ttl,
    .sideRecent .box a .text .ttl {
      font-size: 13px;
      line-height: 1.5;
      font-weight: bold; }
    .sideRecomend .box a .text .date,
    .sideRecent .box a .text .date {
      color: #000;
      font-size: 11px; }

@media screen and (min-width: 768px) {
  .sideRecomend,
  .sideRecent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sideRecomend .box,
    .sideRecent .box {
      width: 50%;
      padding: 0px;
      padding-left: 20px;
      padding-right: 20px; }
      .sideRecomend .box + .box,
      .sideRecent .box + .box {
        margin: 0;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        border: none; }
      .sideRecomend .box a,
      .sideRecent .box a {
        border-bottom: 1px solid #EEE;
        margin-top: 15px;
        padding-bottom: 15px; }
        .sideRecomend .box a .text .ttl,
        .sideRecent .box a .text .ttl {
          font-size: 12px;
          line-height: 1.5; }
        .sideRecomend .box a .text .date,
        .sideRecent .box a .text .date {
          font-size: 11px; } }

@media screen and (min-width: 980px) {
  .sideRecomend,
  .sideRecent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .sideRecomend .box,
    .sideRecent .box {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .sideRecomend .box + .box,
      .sideRecent .box + .box {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        border-top: 1px solid #000;
        padding-top: 20px; }
      .sideRecomend .box a,
      .sideRecent .box a {
        border: none;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0; }
        .sideRecomend .box a figure,
        .sideRecent .box a figure {
          opacity: 1;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          position: relative; }
          .sideRecomend .box a figure:after,
          .sideRecent .box a figure:after {
            opacity: 0;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border: 2px solid #000;
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 2;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
        .sideRecomend .box a .text .ttl,
        .sideRecent .box a .text .ttl {
          font-size: 13px;
          line-height: 1.5;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .sideRecomend .box a .text .date,
        .sideRecent .box a .text .date {
          font-size: 11px; }
        .sideRecomend .box a:hover figure,
        .sideRecent .box a:hover figure {
          opacity: 1; }
          .sideRecomend .box a:hover figure:after,
          .sideRecent .box a:hover figure:after {
            opacity: 1; }
        .sideRecomend .box a:hover .text .ttl,
        .sideRecent .box a:hover .text .ttl {
          color: #da4c8f; } }

.widget_archive ul,
.widget_categories ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px; }
  .widget_archive ul li,
  .widget_categories ul li {
    display: block;
    margin: 3px; }
    .widget_archive ul li a,
    .widget_categories ul li a {
      font-size: 13px;
      display: block;
      border-radius: 4px;
      padding: 3px 15px;
      background-color: #fafafa;
      color: #000; }
      @media screen and (min-width: 980px) {
        .widget_archive ul li a:hover,
        .widget_categories ul li a:hover {
          background-color: #eff3fd; } }

.sideList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px; }
  .sideList li {
    display: block;
    margin: 3px; }
    .sideList li a {
      font-size: 13px;
      display: block;
      border-radius: 4px;
      padding: 3px 15px;
      background-color: #fafafa;
      color: #323232; }
      @media screen and (min-width: 980px) {
        .sideList li a:hover {
          background-color: #eff3fd; } }

@media screen and (max-width: 979px) {
  body {
    padding-top: 50px; }
  #header {
    padding: 0px 0px;
    background-color: #000; }
    #header .bar {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      height: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #000;
      padding-top: 5px 0 15px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 999; }
    #header .hdLogo {
      width: 180px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: -2px; }
      #header .hdLogo img {
        width: 100%;
        height: auto; } }

@media screen and (max-width: 979px) and (min-width: 768px) {
  body {
    padding-top: 80px; }
  #header {
    padding: 0px 0px;
    background-color: #FFF; }
    #header .bar {
      height: 80px; }
    #header .hdLogo {
      width: 260px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: -2px; }
      #header .hdLogo img {
        width: 100%;
        height: auto; } }

@media screen and (max-width: 979px) {
  .drawer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #da4c8f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .drawer.active {
      opacity: 1;
      visibility: visible; }
  #nav li a {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    color: #FFF;
    font-weight: bold; }
  /*-----------------------------------------------------------------
	nav btn
----------------------------------------------------------------- */
  #btn_menu {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #009fe8; }
    #btn_menu .button {
      display: block;
      cursor: pointer; }
    #btn_menu span {
      width: 20px;
      height: 2px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -11px;
      margin-top: 0px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      #btn_menu span:after, #btn_menu span:before {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #000;
        display: block;
        position: absolute;
        left: 0px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      #btn_menu span:after {
        top: -6px; }
      #btn_menu span:before {
        bottom: -6px; }
    #btn_menu.active span {
      background-color: transparent; }
      #btn_menu.active span:after {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #btn_menu.active span:before {
        top: 0px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); } }

@media screen and (max-width: 979px) and (min-width: 768px) {
  #btn_menu {
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: fixed;
    top: 12px;
    right: 20px; }
    #btn_menu span {
      width: 20px;
      height: 2px;
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -1px; } }

@media screen and (min-width: 980px) {
  #header .hdLogo img {
    width: 100%;
    height: auto; }
  .container .con_body, #header .hdLogo {
    margin-left: auto;
    margin-right: auto; }
  #header .bar {
    padding: 35px 0 20px 0;
    background-color: #000; }
  #header .hdLogo {
    width: 340px;
    display: block;
    margin-bottom: 0px; }
  #btn_menu {
    display: none; }
  #nav {
    background: #000; }
    #nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #nav ul li + li {
        margin-left: 0px; }
      #nav ul li a {
        font-size: 15px;
        color: #FFF;
        display: block;
        padding: 15px 25px 15px 25px;
        position: relative; }
        #nav ul li a:after {
          content: "";
          width: 100%;
          height: 1px;
          display: block;
          background-color: #8898c5;
          opacity: 0;
          position: absolute;
          bottom: -1px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        #nav ul li a:hover {
          color: #000;
          font-weight: bold;
          background-color: #da4c8f;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          #nav ul li a:hover:after {
            opacity: 1;
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            -ms-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            transition: all 0.7s ease; } }

.pankuzu {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(125, 125, 125, 0.15);
  display: none; }
  @media screen and (min-width: 768px) {
    .pankuzu {
      display: block; } }
  .pankuzu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pankuzu ul li {
      position: relative; }
      .pankuzu ul li + li:before {
        content: "";
        width: 20px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
        border-left: 1px solid rgba(125, 125, 125, 0.15); }
      .pankuzu ul li > a,
      .pankuzu ul li > span {
        display: inline-block;
        padding: 7px 20px;
        font-size: 13px;
        color: #777;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg); }
        .pankuzu ul li > a span,
        .pankuzu ul li > span span {
          display: inline-block;
          -webkit-transform: skewX(20deg);
          -ms-transform: skewX(20deg);
          transform: skewX(20deg); }
        .pankuzu ul li > a:hover,
        .pankuzu ul li > span:hover {
          background-color: #da4c8f;
          color: #FFF;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }

#pagenation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }
  #pagenation a {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #pagenation a:hover {
      background-color: #eff2fb; }
    #pagenation a.prev:before {
      content: "";
      width: 6px;
      height: 6px;
      display: block;
      border-top: 2px solid #8898c5;
      border-left: 2px solid #8898c5;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -3px;
      margin-left: -3px;
      position: absolute;
      left: 50%;
      top: 50%; }
    #pagenation a.next:before {
      content: "";
      width: 6px;
      height: 6px;
      display: block;
      border-top: 2px solid #8898c5;
      border-right: 2px solid #8898c5;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -3px;
      margin-right: -3px;
      position: absolute;
      right: 50%;
      top: 50%; }
  #pagenation p {
    background-color: #FFF;
    border-right: 2px solid #F8FAFF;
    border-left: 2px solid #F8FAFF;
    padding-top: 10px;
    width: 50px;
    font-size: 13px;
    font-style: italic;
    text-align: center; }

.postWrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 980px) {
    .postWrap {
      padding-bottom: 40px; } }
  .postWrap .postBottom {
    border-top: 2px solid #000;
    padding-top: 0px;
    margin-top: 20px; }
    @media screen and (min-width: 980px) {
      .postWrap .postBottom {
        margin-top: 30px; } }

.postTitle {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.75; }
  @media screen and (min-width: 768px) {
    .postTitle {
      font-size: 28px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 980px) {
    .postTitle {
      font-size: 32px;
      margin-bottom: 20px;
      letter-spacing: 0em; } }

.post-categories a:hover {
  color: #da4c8f;
  opacity: 1; }

.snsbuttons {
  margin-top: 40px; }
  .snsbuttons ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .snsbuttons ul li + li {
      margin-left: 5px; }
  @media screen and (min-width: 768px) {
    .snsbuttons {
      margin-top: 60px; } }

.btn-tweet a {
  font-size: 13px;
  height: 28px;
  display: block;
  background-color: #1da1f2;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-tweet a:hover {
    background-color: #1594e2; }

/* ==
- MEATA BOX
=============================================== */
.metaBox {
  margin-bottom: 20px; }
  .metaBox dl + dl {
    margin-top: 0px; }
  @media screen and (min-width: 768px) {
    .metaBox dl + dl {
      margin-top: 5px; } }
  @media screen and (min-width: 980px) {
    .metaBox {
      margin-bottom: 25px; } }

.categoryList,
.postDate {
  font-size: 12px;
  color: #000;
  line-height: 1.8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .categoryList dt,
  .postDate dt {
    width: 105px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase; }
    .categoryList dt svg,
    .postDate dt svg {
      display: inline-block;
      margin-right: 5px;
      color: #009fe8;
      position: relative;
      top: 1px;
      font-family: "Play", sans-serif; }
  .categoryList dd,
  .postDate dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (min-width: 768px) {
    .categoryList,
    .postDate {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 13px; }
      .categoryList dt,
      .postDate dt {
        margin-bottom: 0; } }

/* ==
- POST
=============================================== */
.thumbnail {
  margin-bottom: 20px; }
  .thumbnail figure {
    display: block;
    text-align: center; }
  .thumbnail img {
    width: auto;
    max-width: 100%;
    height: auto; }

.postContent {
  font-size: 13px;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .postContent {
      font-size: 15px;
      line-height: 2.2; } }
  .postContent p + p {
    margin-top: 1.5em; }
  .postContent h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.2em;
    border-bottom: 2px solid #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 768px) {
      .postContent h2 {
        font-size: 26px;
        margin-top: 1.7em;
        margin-bottom: 0.6em; } }
    @media screen and (min-width: 980px) {
      .postContent h2 {
        font-size: 28px;
        margin-top: 1.7em;
        margin-bottom: 0.6em; } }
  .postContent h3 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .postContent h3 {
        font-size: 22px;
        margin-top: 1.5em;
        margin-bottom: 0.5em; } }
  .postContent strong {
    background-color: #009fe8;
    color: #FFF;
    padding-left: 0.4em;
    padding-right: 0.4em;
    margin: 0 0.3em; }
  .postContent a {
    text-decoration: underline;
    color: #8898c5;
    padding-left: 0.3em;
    padding-right: 0.3em; }
    .postContent a:hover {
      color: #4d65a9;
      text-decoration: none; }
  .postContent img {
    width: auto;
    max-width: 100%;
    height: auto; }

/* ==
- SNS
=============================================== */
.sns {
  margin-top: 50px;
  margin-bottom: -10px; }
  .sns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .sns ul li + li {
      margin-left: 10px; }
    .sns ul a {
      width: 45px;
      height: 45px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 100%;
      background-color: #d1d8ea;
      color: #FFF;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .sns ul a svg {
        fill: #FFF;
        width: 1.625em !important; }
      .sns ul a:hover {
        background-color: #8898c5; }

/* ==
- pagelink
=============================================== */
.pagelink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0px;
  background-color: #FFF;
  padding: 20px; }
  .pagelink .link {
    width: 50%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .pagelink .link a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000; }
      .pagelink .link a figure {
        display: none;
        width: 80px;
        height: 80px; }
        .pagelink .link a figure img {
          width: 100%;
          height: auto; }
      .pagelink .link a .label {
        color: #da4c8f;
        margin-bottom: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500; }
      .pagelink .link a p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #000;
        font-size: 12px;
        line-height: 1.7;
        text-decoration: underline; }
    .pagelink .link.prev a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative; }
      .pagelink .link.prev a:after, .pagelink .link.prev a:before {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        border-top: 2px solid #da4c8f;
        border-left: 2px solid #da4c8f;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -3px;
        position: absolute;
        left: -25px;
        top: 50%; }
      .pagelink .link.prev a:after {
        left: -20px; }
      .pagelink .link.prev a .label {
        text-align: left; }
      .pagelink .link.prev a p {
        text-align: justify; }
      .pagelink .link.prev a figure {
        margin-right: 0;
        margin-right: 15px; }
    .pagelink .link.next {
      margin-left: auto; }
      .pagelink .link.next a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative; }
        .pagelink .link.next a:after, .pagelink .link.next a:before {
          content: "";
          width: 6px;
          height: 6px;
          display: block;
          border-top: 2px solid #da4c8f;
          border-right: 2px solid #da4c8f;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-top: -3px;
          position: absolute;
          right: -25px;
          top: 50%; }
        .pagelink .link.next a:after {
          right: -20px; }
        .pagelink .link.next a .label {
          text-align: right; }
        .pagelink .link.next a p {
          text-align: justify; }
        .pagelink .link.next a figure {
          margin-right: 0;
          margin-left: 15px; }

@media screen and (min-width: 768px) {
  .pagelink {
    padding: 0; }
    .pagelink .link {
      padding: 0 20px; }
      .pagelink .link a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px; }
        .pagelink .link a figure {
          width: 80px;
          height: 80px;
          display: block; }
        .pagelink .link a p {
          font-size: 13px; }
      .pagelink .link.prev {
        border-right: 1px solid #000; }
        .pagelink .link.prev a:after, .pagelink .link.prev a:before {
          left: -5px; }
        .pagelink .link.prev a:after {
          left: -0px; }
      .pagelink .link.next {
        border-left: 1px solid #000; }
        .pagelink .link.next a:after, .pagelink .link.next a:before {
          right: -5px; }
        .pagelink .link.next a:after {
          right: -0px; } }

@media screen and (min-width: 980px) {
  .pagelink {
    background-color: transparent; }
    .pagelink .link {
      padding: 0; }
      .pagelink .link a {
        background-color: #FFF;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .pagelink .link a p {
          text-decoration: none; }
        .pagelink .link a:hover {
          background-color: #eff2fb; }
      .pagelink .link.prev a {
        padding-left: 30px; }
        .pagelink .link.prev a:after, .pagelink .link.prev a:before {
          left: 10px; }
        .pagelink .link.prev a:after {
          left: 15px; }
      .pagelink .link.next a {
        padding-right: 30px; }
        .pagelink .link.next a:after, .pagelink .link.next a:before {
          right: 10px; }
        .pagelink .link.next a:after {
          right: 15px; } }

/* ==
- ez-toc-container - 目次
=============================================== */
.postContent #ez-toc-container {
  border-radius: 0px;
  padding: 15px;
  background-color: white;
  margin-top: 25px;
  margin-bottom: 25px;
  border-color: #000;
  border-width: 3px; }
  .postContent #ez-toc-container .ez-toc-title {
    padding-bottom: 7px; }
  .postContent #ez-toc-container .ez-toc-list li a {
    font-size: 13px; }
  .postContent #ez-toc-container .ez-toc-list li + li {
    margin-top: 3px; }
  .postContent #ez-toc-container .ez-toc-list li ul {
    margin-top: 5px;
    margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  .postContent #ez-toc-container {
    padding: 22px 30px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .postContent #ez-toc-container .ez-toc-list li a {
      color: #323232;
      font-size: 15px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .postContent #ez-toc-container .ez-toc-list li a:hover {
        color: #da4c8f; }
      .postContent #ez-toc-container .ez-toc-list li a:visited {
        color: #888; }
    .postContent #ez-toc-container .ez-toc-list li + li {
      margin-top: 5px; } }

/* ==
- ArchiveCategory
=============================================== */
.categoryList ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px; }
  .categoryList ul li {
    margin: 2px; }
    .categoryList ul li a {
      display: block;
      padding: 8px 5px;
      background: #FFF;
      line-height: 1.2;
      font-size: 11px;
      border-radius: 3px;
      color: #000;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.ArchiveCategory {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #333; }
  .ArchiveCategory dl {
    display: block; }
  .ArchiveCategory dt {
    position: relative;
    top: 6px;
    font-size: 16px;
    width: 100px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase; }
  .ArchiveCategory dd li a {
    font-size: 13px;
    color: #FFF;
    background-color: #009fe8; }
  .ArchiveCategory dd li.all {
    width: 80px; }
    .ArchiveCategory dd li.all a {
      text-align: center; }
  .ArchiveCategory dd li.active a {
    background-color: #da4c8f;
    color: #FFF; }
    .ArchiveCategory dd li.active a:hover {
      opacity: 1; }
  @media screen and (min-width: 375px) {
    .ArchiveCategory dl {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .ArchiveCategory dt {
      margin-bottom: 0px; } }
  @media screen and (min-width: 768px) {
    .ArchiveCategory dt {
      top: 0px; } }
  @media screen and (min-width: 980px) {
    .ArchiveCategory dd li {
      margin: 5px; }
      .ArchiveCategory dd li a {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .ArchiveCategory dd li a:hover {
          opacity: 0.6; } }

/* ==
- postArchive
=============================================== */
.postArchive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px; }
  .postArchive:not(.second_page) .postBox:nth-of-type(1) {
    width: 100%;
    margin-bottom: 0px; }
    .postArchive:not(.second_page) .postBox:nth-of-type(1) .thum {
      position: relative; }
      .postArchive:not(.second_page) .postBox:nth-of-type(1) .thum .img {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
        z-index: 2;
        background-color: #FFF; }
      .postArchive:not(.second_page) .postBox:nth-of-type(1) .thum img {
        width: 100%;
        height: auto; }
      .postArchive:not(.second_page) .postBox:nth-of-type(1) .thum .label {
        width: 80px;
        height: 80px;
        background-color: #8dc21f;
        color: #000;
        display: block;
        position: absolute;
        top: -40px;
        left: -40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .postArchive:not(.second_page) .postBox:nth-of-type(1) .thum .label span {
          display: inline-block;
          position: absolute;
          bottom: 25px;
          left: 68px;
          font-size: 13px;
          -webkit-transform: translateX(-50%) rotate(-90deg);
          -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg); }
    .postArchive:not(.second_page) .postBox:nth-of-type(1) .ttl {
      line-height: 1.65; }
      .postArchive:not(.second_page) .postBox:nth-of-type(1) .ttl a {
        font-weight: 600;
        font-size: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #323232; }
  .postArchive .postBox {
    width: 50%;
    padding: 5px 5px 15px 5px; }
    .postArchive .postBox .thum {
      display: block; }
      .postArchive .postBox .thum .img {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 5px; }
      .postArchive .postBox .thum img {
        width: 100%;
        height: auto; }
      .postArchive .postBox .thum .label {
        width: 60px;
        height: 60px;
        background-color: #8dc21f;
        color: #000;
        display: block;
        position: absolute;
        top: -30px;
        left: -30px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .postArchive .postBox .thum .label span {
          font-size: 11px;
          display: inline-block;
          position: absolute;
          bottom: 18px;
          left: 52px;
          -webkit-transform: translateX(-50%) rotate(-90deg);
          -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg); }
    .postArchive .postBox .ttl {
      margin-bottom: 8px;
      line-height: 1.4; }
      .postArchive .postBox .ttl a {
        font-weight: 600;
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #323232; }
      .postArchive .postBox .ttl .more {
        font-size: 11px;
        color: #000;
        padding-left: 5px; }
    .postArchive .postBox .metabox {
      margin-bottom: 0; }
      .postArchive .postBox .metabox dl + dl {
        margin-top: 0;
        margin-top: -3px; }
      .postArchive .postBox .metabox dl dt {
        width: 20px; }
        .postArchive .postBox .metabox dl dt svg {
          top: -1px; }
      .postArchive .postBox .metabox dl dd {
        font-size: 11px; }
      .postArchive .postBox .metabox .categoryList {
        font-size: 12px; }
        .postArchive .postBox .metabox .categoryList ul {
          display: block; }
        .postArchive .postBox .metabox .categoryList li {
          display: inline;
          margin: 0; }
          .postArchive .postBox .metabox .categoryList li + li:before {
            content: ",";
            display: inline;
            padding-right: 0.5em; }
          .postArchive .postBox .metabox .categoryList li a {
            font-size: 11px;
            display: inline;
            padding: 0;
            background-color: transparent; }

@media screen and (min-width: 768px) {
  .postArchive {
    margin-left: -15px;
    margin-right: -15px; }
    .postArchive:not(.second_page) .postBox:nth-of-type(1) .thum {
      margin-bottom: 20px; }
    .postArchive:not(.second_page) .postBox:nth-of-type(1) .ttl a {
      font-size: 22px;
      line-height: 1.8; }
      .postArchive:not(.second_page) .postBox:nth-of-type(1) .ttl a span {
        font-size: 14px; }
      .postArchive:not(.second_page) .postBox:nth-of-type(1) .ttl a:hover {
        color: #da4c8f;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .postArchive:not(.second_page) .postBox:nth-of-type(1) .ttl a:hover .more {
          color: #da4c8f;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
    .postArchive .postBox {
      padding: 10px 15px 25px 15px; }
      .postArchive .postBox .thum {
        margin-bottom: 15px; }
      .postArchive .postBox .ttl {
        margin-bottom: 8px;
        line-height: 1.45; }
        .postArchive .postBox .ttl a {
          font-weight: 500;
          font-size: 17px;
          line-height: 1.7; }
          .postArchive .postBox .ttl a:hover {
            color: #da4c8f;
            color: #da4c8f;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            .postArchive .postBox .ttl a:hover .more {
              color: #da4c8f;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease; }
        .postArchive .postBox .ttl .more {
          font-size: 14px; }
      .postArchive .postBox .metabox dl + dl {
        margin-top: 3px; }
      .postArchive .postBox .metabox dl dt {
        width: 25px; }
        .postArchive .postBox .metabox dl dt svg {
          top: -1px; }
      .postArchive .postBox .metabox dl dd {
        font-size: 13px; }
      .postArchive .postBox .metabox .categoryList {
        font-size: 13px; }
        .postArchive .postBox .metabox .categoryList ul {
          display: block; }
        .postArchive .postBox .metabox .categoryList li a {
          font-size: 13px; }
          .postArchive .postBox .metabox .categoryList li a:hover {
            opacity: 0.7; } }

@media screen and (min-width: 980px) {
  .postArchive .thum {
    position: relative; }
    .postArchive .thum img {
      display: block;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    .postArchive .thum:hover img {
      opacity: 0.8;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }

.pankuzu {
  border-bottom: 2px solid #000; }

.pankuzu a.home {
  font-family: "Play", sans-serif; }

.pankuzu ul li > a,
.pankuzu ul li > span {
  color: #000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pankuzu ul li + li:before {
  border-color: #000;
  border-width: 2px; }
