@charset "utf-8";
/* CSS Document */
body,p,ul,li,dl,dt,dd,h1,h2,h3,h4,img,footer {margin:0; padding:0; list-style:none;}
*, *: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;
}



html,body {
	height: 100%;
  -webkit-overflow-scrolling: touch;
}
body {
	font-size: 14px;
	font-family:'"Rounded Mplus 1c"; ' , 'Lato', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
#container {
	width:98%; 
	margin:0 auto;
	margin-top:-10px;
	padding-bottom:10px;
	background:#b1f0b9 url(./images/bg_dl1.png) ;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position:center top;
	}
#main {
  margin-top: -50px;
  padding-top: 50px;
}



#main-in {
	padding-left: 360px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}

#global-nav ul {
    list-style: none;
    margin-left: 0;
}
#global-nav > ul > li {
    position: relative;
}
 
#global-nav a {
    color: #242424;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 15px ;
    transition: background-color .7s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background-color:#2f8e1a;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 500px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
  line-height: 0.3;
  color: #242424;
  font-weight: bold;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #242424;
	border-right: 2px solid #242424;
	transform: rotate(45deg);
}
/* nav-toggle */
#nav-toggle {
    display: none;
    position: fixed;
    top: 5px;
    right: 15px;
    height: 32px;
}
#nav-toggle p {
 color: #2f8e1a;
 margin-left: -5px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background:#2f8e1a;
	position: absolute;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 901px) {
#global-head {
    position: fixed;
    *color: #FFF;
    width: 200px;
    text-align: center;
    padding-top: 0px;
    *z-index: 100;
}
#logo_sp {
 display: none;
}
#logo_pc {
*position: relative;
width: 200px;
padding-top: 10px;
padding-bottom: 50px;
background: #fff;
z-index:999;
}
#logo img {
 width: 95%;
}
.spectrumHeader {
  transition: background-color 4s ease;
  margin-top: -80px;
  padding-left: 300px;
}
#main-visual h2 {
position: fixed;
top:10px;
left:260px;
  z-index: 10;
}
#sidebar {
    font-size: 16px;
    *margin-top: 135px;
    width: 200px;
    height: 100%;
    position: fixed;
    top:0;
    color: #242424;
    background: #fff;
    text-align: center;
    *overflow: scroll;
    z-index: 100;
}

.imgholder img {
  transition: all .2s ease-out;
}
.imgholder img:hover  {
 transform: scale(1.2);
          opacity: .2; 
}
#genre{
  max-width: 100%;
  padding: 20px 0 120px;
  text-align: left;

}
#genre ul {
  display: flex;
}
ul.wrap {
  width: 1100px;
  margin-top: 220px;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none}
ul.wrap li {
    width: 200px;
    margin: 5px auto;
    padding: 0;
    text-align: left;
  }
.imgholder{
  position: relative;
  margin:0 auto;
  width: 100%;
  height:300px;
  border: solid 1px #6A6A6A;
  overflow: hidden;	
  vertical-align: top;
  background: #fff;
  *box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.7);	
}
.imgholder img{
  width: 100%;
}
.imgholder figcaption{
	  width:250px;
	  height:40px;
    background-color:rgba(0,0,0,0.7);
    color: #FFF;
    bottom: 40px;
    font-size: 14px;
    position: absolute;
    text-align:left;
    left: 0;
    word-break:break-all;
	  min-width:190px;
    margin:0 ;	
    padding: 10px 5px;}	
 
.imgholder a figcaption {
	color: #fff;
	text-decoration: none;
  transition: .8s ease-in-out;
	}
.imgholder a:hover figcaption {
  background-color:rgba(0,98,190,0.75);
	text-decoration: underline;
	}
.blue_btn a {  
    display: block;
	  width:50%;
	  height:40px;
    border-left: #29a339 solid 20px;
    background-color:#FFFFFF;
    font-size: 16px;
    *padding-left: 0px;
		font-weight: bold;
    position: absolute;
    text-align:center;
    bottom: 0;
    left: 0;
    word-break:break-all;
    margin:0 ;	
    padding: 12px 0 0px;
    color: #29a339;
	  text-decoration: none;
      transition: .3s ease-in-out;
}	
.red_area a{
	  width:50%;
	  height:40px;
    border-left: rgba(255,0,0,1.0) solid 20px;
    display: block;
    background-color:#FFFFFF;
    font-size: 16px;
    *padding-left:0px;
		font-weight: bold;
    position: absolute;
    text-align:center;
    bottom: 0;
    left: 99px;
    word-break:break-all;
    margin:0 ;	
    padding: 12px 0 0px;
    color: rgba(255,0,0,1.0);
	  text-decoration: none;
    transition: .3s ease-in-out;
}	

.blue_btn a:hover {
  color: #fff;
  border-left: #fff solid 10px;
   background-color:#29a339;
  }

.red_area a:hover{
  color: #fff;
  border-left: #fff solid 10px;
  background-color:rgba(255,0,0,0.7);

	}
/* sub-menu */
#global-nav .sub-menu-nav {
    position: fixed;
    background-color:#2f8e1a;
    color: #fff;
    top: 0;
    padding-top: 90px;
    left: 200px;
    width: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    transition: width .4s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;

}
 #global-nav .sub-menu-nav a {
   line-height: 0.3;
	 color: #fff;
   padding-left: 50px;
   text-align: left;
}

#global-nav .sub-menu-nav a:hover {
	color:#2f8e1a;
	background: #fff;
}
footer {
  margin: 0;
  padding: 0;
}
#copy {
	background:green;
  max-width:  100%;
	*height:auto;
	font-size: 12px;
	margin:0 auto 0;
	padding:10px;
	text-align:center;}		
#copy a {
  color: #fff;
	text-decoration: none;
}
}
 
@media screen and (max-width: 900px) {
.spectrumHeader {
  transition: background-color 4s ease;
  margin-top: -80px;
  padding-top: 80px;
}
#main-in {
   padding-left: 5px;
}
#main-visual h2 {
  position: fixed;
  width: 40%;
  top:80px;
  left:5px;
  z-index: 200;
}
#global-head {
   width: 100%;
   height: 70px;;
   padding: 10px;
   position: fixed;
   top:0;
   left: 0;
   background: #fff;
   display: flex;
   z-index: 100;
    }
#logo_pc {
display: none;
}
#logo_sp {
   position: relative;
   width: 155px;
   padding:0 ;
   top:0;
   left: 0;
   background: #fff;
}

 #sidebar {
   position: fixed;
   right: -100%;
   top: 60px;
   width: 100%;
   padding-bottom: 80px;
   color: #333;
   background: #fff;
   transition: .35s ease-in-out;
   z-index:900;
   height: 100%;
   overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    }
ul.grid {
   width: 100%;
   margin: 150px auto 0;
   list-style: none;
}
ul.grid li {
 display: inline-block;
   width: 44%;
   height: 150px;
   margin: 10px 5px 50px;
   text-align: center;
}
ul.grid li a {
text-decoration: none;
}
ul.grid li img {
  width: 100%;
}

.imgholder {
  opacity: 1;
  position: relative;
  width: 100%;
   height: 150px;
   background: #fff;
  overflow: hidden;
}
.caption  {
  margin:10px auto　20px;
  width: 100%;
    font-size: 14px;
  font-weight: bold;
  z-index: 2;
  text-align: center;
}
#genre{
   width: 100%;
  padding: 110px 0 20px;

  text-align: left;
}
ul.wrap {
  width: 100%;
  margin-top: 50px;
  flex-wrap: wrap;
  list-style: none;
}
ul.wrap li {
    width: 49%;
    margin: 5px auto;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
.imgholder{
  position: relative;
  margin:0 auto;
  width: 100%;
  height:300px;
  border: solid 1px #6A6A6A;
  overflow: hidden;	
  vertical-align: top;
  *box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.7);	
}
.imgholder img{
  width: 100%;
}
.imgholder figcaption {
    width: 100%;
    height:40px;
    background-color:rgba(0,0,0,0.7);
    color: #FFF;
    bottom: 40px;
    font-size: 14px;
    position: absolute;
    text-align:left;
    left: 0;
    word-break:break-all;
    margin:0 ;	
    padding: 10px 2px;}	
    .blue_btn a {  
    display: block;
	  width:33%;
	  height:40px;
    border-left: #29a339 solid 10px;
    background-color:#FFFFFF;
    font-size: 16px;
    *padding-left: 10px;
		font-weight: bold;
    position: absolute;
    text-align:center;
    bottom: 0;
    left: 0;
    word-break:break-all;
    margin:0 ;	
    padding: 12px 0 0px;
    color: #29a339;
	  text-decoration: none;
    transition: .3s ease-in-out;
}	

 /* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #aeb4cb;
	border-right: 1px solid #aeb4cb;
	transform: rotate(45deg);
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .is-active .sub-menu-head:after {
	transform: rotate(135deg);
}
 /* sub-menu */
#global-nav .sub-menu{

}
#global-nav .sub-menu-nav {
	background: #2f8e1a;
	display: none;
	padding: 10px ;
　transition: all .1s ease;
}
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 100%;
}
#global-nav .sub-menu-nav a {
	color: #fff;
	padding: 0 15px;
}
#global-nav .sub-menu-nav a:hover {
	color: #fff;
}
    #nav-toggle {
        display: block;
    }
 
    /* nav open */
    .open {
        overflow: hidden;
    }
    .open #overlay {
        display: block;
    }
    .open #sidebar  {
        transform: translate3d(-100%,0,0);
    }
 
    /* #nav-toggle close */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        transform: rotate(-45deg);
    }
 
    /* z-index */
    #overlay {
        z-index: 200;
    }
    #sidebar {
        z-index: 300;
    }
    #nav-toggle {
        z-index: 400;
    }
footer {
	position: relative;
	bottom:0;
}
#copy {
	background:green;
  max-width:  100%;
	*height:auto;
	font-size: 12px;
	margin:2px auto 0;
	padding:10px;
	text-align:center;}		
#copy a {
  color: #fff;
	text-decoration: none;
}
}


