@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;
}

@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 */ }
@font-face {
  font-family: 'javacom';
  font-style: normal;
  src: url("../font/javacom/Javacom.eot");
  src: url("../font/javacom/Javacom.woff") format("woff"), url("../font/javacom/Javacom.ttf") format("truetype");
  /* Safari, Android, iOS */ }
body {
  margin: 0;
  padding: 0;
  font-family: 'apercu', "Yu Gothic", YuGothic, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif; 
  line-height:140%;
  background:url("../img/bg.jpg") fixed;
  background-position:center;
  background-size:cover;




}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

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

.fade-in {
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
}
  100% {
    opacity: 1;
} }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
}
  100% {
    opacity: 1;
} }


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.pc {
    display:none;
}

/*--------------------
 animation
 ---------------------*/
/*
.invisible {
  transition: opacity 0.2s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.2s ease;
  opacity: 1.0;
}
*/

.item01 {
  -webkit-animation-delay: 3200ms;
  animation-delay: 3200ms;
}

.item02 {
  -webkit-animation-delay: 3700ms;
  animation-delay: 3700ms;
}

.item03 {
  -webkit-animation-delay: 3900ms;
  animation-delay: 3900ms;
}

.item04 {
  -webkit-animation-delay: 4100ms;
  animation-delay: 4100ms;
}

.item05 {
  -webkit-animation-delay: 4300ms;
  animation-delay: 4300ms;
}
.item06 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}

.item07 {
  -webkit-animation-delay: 4700ms;
  animation-delay: 4700ms;
}

.item08 {
  -webkit-animation-delay: 4900ms;
  animation-delay: 4900ms;
}

.item09 {
  -webkit-animation-delay: 5100ms;
  animation-delay: 5100ms;
}

.item10 {
  -webkit-animation-delay: 5300ms;
  animation-delay: 5300ms;
}
footer {
  -webkit-animation-delay: 5800ms;
  animation-delay: 5800ms;
}


/*---------------------------------------------
main
---------------------------------------------*/

main {
    width:90%;
    margin:0 auto;
    padding:0;
}

main h1 {
  margin: 50px 0 0 0;
  padding:0;
  font-size: 14px;
  letter-spacing:1px;
  text-align: center;
}

main #lead {
  margin: 40px 0 0 0;
  padding:0;
  font-size: 10px;
  text-align: center;
}
main h2 {
  margin:50px 0 0 0;
  padding:0;
  font-size: 12px;
  letter-spacing:1px;
  text-align: center;
}
#contents_menu {
    margin:0;
    padding:0;
}
#contents_menu article {
    margin: 20px 0 0 0;
    padding:0;
    background:#fff;
    position:relative;

}
#contents_menu article a:after {
/*  font-family: 'FontAwesome';*/
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight:900;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top:-10px;*/
}

#contents_menu article>div,
#contents_menu article a>div {
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
}

#contents_menu article figure,
#contents_menu article a figure {
    width:33%;
    height:auto;
    margin: 0;
    padding:0;
}

/*#contents_menu article:nth-child(n+10) figure {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

/*
#contents_menu article a figure {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
*/

#contents_menu article>div>div,
#contents_menu article a>div>div {
    width:67%;
    margin: 0;
    padding:0 4% 0 9%;
}
#contents_menu article>div>div h3,
#contents_menu article a>div>div h3 {
    margin: 0 0 7px 0;
    padding:0;
    font-size:13px;
    font-family:'javacom';
}
#contents_menu article>div>div h3 span,
#contents_menu article a>div>div h3 span {
    margin: 0 3px 0 0;
    padding:0;
    font-size:10px;
    font-family:'apercu';
}
#contents_menu article>div>div p,
#contents_menu article a>div>div p {
    margin: 0;
    padding:0;
    font-size:10px;
    line-height:130%;
    font-feature-settings: "palt";
}
#contents_menu article>div>div .date,
#contents_menu article a>div>div .date {
    margin: 0;
    padding:0;
    font-size: 10px;
    letter-spacing:1px;
    line-height:100%;
    transform-origin:left top;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg) ;
	-webkit-transform: rotate(90deg) ;
    position:absolute;
    left:37%;
    top: 10%;

}
#contents_menu article>div>div .date:before,
#contents_menu article a>div>div .date:before {
    content: '―';
    margin:0 5px 0 0;
}


/*---------------------------------------------
footer
---------------------------------------------*/

footer {
    width:90%;
  margin: 50px auto 20px auto;
      text-align:center;
 }

footer img {
  width: 100px;
  margin: 0 auto 30px auto;
  display: block;
}

footer ul {
  margin: 0 auto;
  font-size: 11px; 
}
footer ul li {
    margin:0 10px;
    display:inline-block;
}
footer ul li a {
    text-decoration:underline;
}

footer small {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 10px; 
  display:block;
  }


/*---------------------------------------------

PC

---------------------------------------------*/

@media screen and (min-width: 769px) {

.pc {
    display:inherit;
}
.sp {
    display:none;
}

/*---------------------------------------------
main
---------------------------------------------*/
main {
    width: 1100px;
}

main h1 {
  margin: 100px 0 0 0;
  font-size: 20px;
}
main h1 br {
  display:none;
  }
main #lead {
  font-size: 12px;
}
main h2 {
  font-size: 16px;
}
#contents_menu {
    width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
#contents_menu article {
    width:19%;
    margin:20px 0 0 0;
}
#contents_menu article>div {
    position:relative;
    display: block;

}
#contents_menu article a>div {
    display: block;

}
#contents_menu article>div figure,
#contents_menu article a>div figure {
    width:100%;
}
#contents_menu article>div>div,
#contents_menu article a>div>div {
    width:100%;
    margin: 0;
    padding:15px;
    position:relative;
}
#contents_menu article>div>div h3,
#contents_menu article a>div>div h3 {
    font-size:13px;
}
#contents_menu article>div>div h3 span,
#contents_menu article a>div>div h3 span {
    font-size:11px;
}
#contents_menu article>div>div .date,
#contents_menu article a>div>div .date {
    color:#fff;
    left:20px;
    top:-180px;
}
#contents_menu article>div>div .date:before,
#contents_menu article a>div>div .date:before {
    content: '―― ';
    letter-spacing:-1px;
}

/*----マウスオーバー----*/
#contents_menu article a {
  outline: none;
  transition: all .3s;
  background:pink;
}
#contents_menu article a::before,
#contents_menu article a::after {
  margin:0;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
#contents_menu article a::before {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: scale(0, 1);
}
#contents_menu article a::after {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  transform: scale(1, 0);
}
#contents_menu article a:hover {
}
#contents_menu article a:hover::after,
#contents_menu article a:hover::before {
  transform: scale(1);
}
/*----/マウスオーバー----*/


/*---------------------------------------------
footer
---------------------------------------------*/

footer {
      text-align:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
 }

footer img {
  width: 100px;
  margin: 0 auto 30px auto;
  display: block;
}
footer>div {

}
footer>div>div {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
footer>div>div ul {
 text-align:right;
}
footer>div>div ul li {
    margin:0 0 0 10px;
    display:inline-block;
}
footer>div>div ul li a {
    text-decoration:underline;
}

footer>div small {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 10px; 
  display:block;
    text-align:right;


  }



 }


