@import url('https://fonts.googleapis.com/css?family=Share');

/*--------------------
----------------------
  BASIC
----------------------
--------------------*/
* {
  box-sizing: border-box;
  letter-spacing: .02em;
}
body {
  padding: 0;
  /*font: 100%/1.6 'Share', cursive;*/
  /* fontsize（100%は16pxと同等）とline-heightを同時に設定 */
  font: 100%/1.6 "Share", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
img {
  vertical-align: bottom;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}

/*--------------------
----------------------
  COMMON
----------------------
--------------------*/
.clearfix { /* floatの親に当てる */
  content: "";
  display: block; /* or table */
  clear: both;
}
.clearfix:before, .clearfix:after {
  content:""; 
  display: block;
}
.clearfix:after {
  clear: both;
}
.mauto {
  margin: 0 auto;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.for_pc {
  display: block;
}
.for_sm {
  display: none;
}
@media (max-width: 1080px){
  .for_pc {
    display: none;
  }
  .for_sm {
    display: block;
  }
}

/*--------------------
----------------------
  FONT AWESOME
----------------------
--------------------*/


/*--------------------
----------------------
  HEADER
----------------------
--------------------*/
* {
  font-size: 98%;
  transform: translate3d(0,0,0);
}
body {
  opacity: 0;
}
.headerWrapper {
   /*box-shadow: inset 0 0 10px rgba(0,0,0,.1);*/
}
.headerWrapper h2 {
  padding: 0;
  margin: 0;
  font-size: .8em;
  font-weight: lighter;
  text-align: left;
  background: #3a149e;
  color: #FFF;
  padding: .5em 2.4em;
}
.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 2em;
}
.header .left,
.header .right {
  flex-grow: 1;
  transition: all .3s linear;
}
.header .left ul,
.header .right ul {
  display: flex;
  align-items: center;
  align-content: center;
}
.header .left ul {
  justify-content: flex-start;
}
.header .right ul {
  justify-content: space-between;
}
.header .left li,
.header .right li {
  flex-grow: 1;
}
.header .left li h1 {
  font-weight: lighter;
}
.header .left li h1 span {
  font-size: .7em;
}
.header .right li {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .15);
}
.header .right li:last-of-type {
  border: none;
}
@media (max-width: 960px){
  .headerWrapper h2 {
    text-align: center;
  }
  .header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .header .left, 
  .header .right {
    width: 100%;
    text-align: center;
  }
  .header .right ul {
    background: rgba(240, 240, 240, .3);
    height: 40px;
    line-height: 40px;
  }
  .header .right li {
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 660px){
  .headerWrapper h2 {
    font-size: .7em;
  }
  .header .left h1 {
    font-size: 1.15em;
  }
}

/*--------------------
----------------------
  FOOTER
----------------------
--------------------*/
.footer {
  background: #3a149e;
}
.footer img {
  max-width: 100%;
}
.footer p {
  text-align: center;
  background: #FFF;
  color: #000;
  font-size: .8em;
  margin: 0;
  padding: 1em 0;
}
.footer .center ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  padding: 0 2em;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  min-height: 350px;
}
.footer .center li {
  text-align: center;
  font-size: 1.2em;
}
@media (max-width: 960px){
  .footer .center ul {
    flex-direction: column;
  }
}

/*--------------------
----------------------
  INDEX
----------------------
--------------------*/
.index {
  background: rgba(240, 240, 240, 1.000);
}
.heroIMG {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, rgb(184, 203, 184, 0.8) 0%, rgb(184, 203, 184, 0.8) 0%, rgb(180, 101, 218, 0.8) 0%, rgb(207, 108, 201, 0.8) 33%, rgb(238, 96, 156, 0.8) 66%, rgb(238, 96, 156, 0.8)) fixed;
  background-size: cover;
}
.heroIMG video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  overflow: hidden;
}
.isotope {
}
.itemContainer {
  overflow: hidden;
  background: rgba(240, 240, 240, 1);
  border: .5px solid #DDD;
  border-collapse: collapse;
}
.itemContainer:nth-child(even) {
}
.itemContainer .itemInner {
  padding: 1em 1em 1em 1em;
}
.itemContainer .thumbnail {
  overflow: hidden;
}
.itemContainer .thumbnail img {
  width: 100%;
  display: inline-block;
  transition: transform .3s ease-in;
}
.itemContainer .thumbnail img:hover {
  transform: scale3d(1.03, 1.03, 1.03);
}
.itemContainer .comment {
  border-top: #000 dashed 1px;
  padding: 1em;
  margin: 1em 0 0;
}
.itemContainer .static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-top: 1px solid #eee;
}
.itemContainer .static span {
  flex-grow: 1;
  text-align: center;
  background: #EEE;
}
.itemContainer .static span a {
  display: inline-block;
  padding: 1em;
  width:  100%;
}
.itemContainer .static span.title {
  font-size: 1em;
  font-style: italic;
}
.itemContainer .static span.readMore {
  background:  rgba(255,1,0,.8);
  max-width: 60px;
  color:  #FFF;
}
.itemContainer .static span.articles {
  background: rgba(10, 128, 30, .7);
  background: #71ad69;
}
.itemContainer .static span.readMore a:hover {
  background:  rgba(255,1,0,1);
}


@media (max-width: 1080px) {
  .index {
  } 
}







