@charset "utf-8";
/* CSS Document */
body,p,ul,li,dl,dt,dd,h1,h2,h3,h4,img {margin:0; padding:0; list-style:none;}
html {height:100%;}
body {
font-family: 'Noto Sans JP' , "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック" 'Fira Sans',sans-serif;
	max-width: 100%;
   overflow-x: hidden;
	font-size:14px;
	line-height:130%;
	height:100%;
	background:#fff;
	color:#000000;}
#container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
#gallery01 img {
    animation: fadeIn .8s ease 0s 1 normal;
    -webkit-animation: fadeIn .8s ease 0s 1 normal;
	-webkit-transform: fadeIn .5s scale(1)  ease;
	transform:fadeIn .5s  scale(1)  ease;
}

@keyframes fadeIn {
    0% {opacity: 0;
	transform: scale(0);
}
    100% {opacity: 1;
	transform: scale(1);
}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;
	transform: scale(0)}
    100% {opacity: 1;
	transform: scale(1);
}
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 18px;}#wrapper{
	position:relative;
    width: 100%;
	margin:0;
	padding:0;}
#page-top a {
        background-color:green;
	    box-sizing: border-box;
        text-decoration: none;
        color: #fff;
        width: 45px;
	    height: 45px;
        padding: 10px 0;
        text-align: center;
        display: block;
        border-radius: 30px;}
#page-top a:hover {
        text-decoration: none;
        background-color: limegreen;
}
.p_text:before{
	    content: '∧';
	    width: 15px;
		height: 25px;
	    padding: 6px 12px 10px}
	
ul#filter { 
    display: -webkit-flex;
    display: flex;
	font-size: 18px; 
	list-style: none; 
	max-width: 100%;
	margin: 10px auto ;
	background: #00C06A;
	color: #fff;
   }
ul#filter li { 
	line-height: 20px;
	padding: 10px 7px;
}
ul#filter li #sc { 
	width: 40%;
  }	
ul#filter li:last-child {
	 border-right: none; 
	 margin-right: 0; 
	 padding-right: 0; 
	}
	
ul#filter a {
	 color: #FFF;
	}
ul.row-wrap {
	max-width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	padding: 0;
	margin: 0;
	*overflow: hidden;
}	
ul#filter li#current a {
	 color:orangered; 
	 font-weight: bold;
	}
ul#gallery01 li a 	{
	text-decoration: none; 
	}	
ul#gallery01 li {
	*display: inline-block;
	vertical-align: top;
	border: 1px solid #dedede; 
	background-color: #fff;
	margin:10px 2% ;
	padding: 5px;
    width: 42%;
	overflow: hidden;
	display: -webkit-flex;
    display: flex;    }
ul#gallery01 p {
	font-size: 12px;
	}
ul#gallery01 {	
	list-style: none;
	max-width: 100%;
	margin: 10px 0 0 0;
	display: -webkit-flex;
    display: flex;	}
ul.row-wrap02{
	max-width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.trim{
	position: relative;
    width:100%;
	height: 170px;
	padding: 0;
	margin: 0;
	-webkit-justify-content: center;
    justify-content: center;
	overflow: hidden;    
}
ul#item li a,
.circle_text{
	color: forestgreen;
	font-size: 18px;
}
.red,
.green,
.blue{
	-webkit-flex-direction: column;
    flex-direction: column;}
.btn_play {
    flex: 3;
    order: 3;
	-webkit-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin:5px 0;}
.circle_text {
	flex: 1;
    order: 1;
	-webkit-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin:  0;
}
.title_text{
	margin: 10px;
}
.lineclamp {
  *width:128px;
  margin:  0 ;
  line-height: 1.2;
  height: 2.4em;
  background-color: #fff;
  position: relative;
  *padding-top:18px;
  padding-left:2px;
  padding-right: 1em;
  overflow: hidden;
  font-size:12px;}
.lineclamp:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width:1em;
}
.lineclamp:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width:1em;
  height: 100%;
  margin-left: -1em;
  background-color: inherit;
}
.more {
	width: 100px;
	border: #105C07 2px solid;
	background: #09C324;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	font-size: 18px;
}
.more a{
	color: aliceblue;
	text-decoration: none;
}
#copy {
	background:#ccc;
	max-width: 100%;
	height:auto;
	font-size: 14px;
	margin:20px auto 0;
	padding:10px;
	text-align:center;}	