html {
}
body {
	color: #303030;
	vertical-align: baseline;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	height: 100%;
	line-height:160%;
	overflow-x: hidden;
}
a{
	text-decoration:none;
	color:#008742;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:link{
	text-decoration:none;
	color:#008742;
}
a:visited{
	text-decoration:none;
	color:#008742;
}
a:active,
a:hover {
	text-decoration:none;
	color:#008742;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.player{
    position: relative;        
    width: 100%;
    height: auto;
}
.player:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    content: "";
    border-radius: 50%;
    border: 3px solid #008742;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}
.player:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #008742;
    z-index: 3;
}
#wrapper{
    overflow: hidden;
    width: 100%;
    display: flex;
}
/************************************************************
  side
*************************************************************/
.side {
    width: 160px;
    padding: 20px 20px 0 20px;
    margin: 0;
    height: 95vh;
    position: fixed;
}
.side nav{
    margin: 2em 0 0 0;
}
.side ul li{
    font-size: 15px;
    font-weight: bold;
}
.side ul li a{
    position: relative;
    display: block;
    padding: .5em 0;
}
.side ul li a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #008742;
    border-right: solid 2px #008742;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}
.side ol{
    position: absolute;
    bottom: 45px;
    font-size: 14px;
}
.side small{
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #999;
}
/************************************************************
  main
*************************************************************/
.main {
    margin-left: 200px;
    flex: 1;
}
/* firstview ****************************************************/
.stage {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 30%;
    position: relative;
}
.stage:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    content: "";
    background-color: rgba(0,0,0,0.3);
}
.stage h1{
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
}
.stage h1 span{
    display: block;
    font-weight: bold;
    font-size: 4vw;
    padding: 10px 0 0 0;
    color: #fff;
}
.information{
    background: #e9f4ed;
    padding: 30px 30px;
    font-size: 14px;
}
.new-lineup{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.new-lineup li {
    width: 24.9%;
    margin-bottom: 1em;
}
.new-lineup li .item-photo{
    width: 100%;
    padding-top: 60%;
    position: relative;
}
.new-lineup li .item-photo span{
    position: absolute;
    content: "";
    color: #fff;
    background: #008742;
    z-index: 5;
    top: 0;
    left: 0;
    margin: auto;
    padding: 2px 10px;
    font-size: 13px;
}
.new-lineup li.item-5 .item-photo{
    background: url(../images/item-5.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-lineup li.item-6 .item-photo{
    background: url(../images/item-6.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-lineup li.item-7 .item-photo{
    background: url(../images/item-7.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-lineup li.item-8 .item-photo{
    background: url(../images/item-8.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-lineup li.item-1 .item-photo{
    background: url(../images/item-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-lineup li.item-2 .item-photo{
    background: url(../images/item-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-lineup li.item-3 .item-photo{
    background: url(../images/item-3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-lineup li.item-4 .item-photo{
    background: url(../images/item-4.jpg) no-repeat;
    background-size: cover;
    background-position: center left;
}
.new-lineup li h2{
    font-size: 14px;
    font-weight: normal;
    color: #303030;
}
.new-lineup li h3 b{
    display: block;
    padding: 0 0 .3em 0;
    font-size: 14px;
}
.new-lineup li h3{
    font-size: 20px;
    font-weight: bold;
}
.new-lineup li h3 span{
    font-size: 12px;
    font-weight: normal;
}
/* item ****************************************************/
.item-stage{
    display: flex;
    justify-content: space-between;
}
.item-stage .item-img {
    width: 50%;
    padding-top: 30%;
    position: relative;
}
.item-stage .item-img a{
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    content: "";
    position: absolute;
    z-index: 10;
}
.item{
    position: relative;
}
.item:after{
    position: absolute;
    width: 100%;
    height: 15px;
    background: #32d30f;
    top: 0;
    left: 0;
    margin: auto;
    content: "";
}
#item1 .item-img{
    background: url(../images/item-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#item2 .item-img{
    background: url(../images/item-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#item3 .item-img{
    background: url(../images/item-3.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
}
#item4 .item-img{
    background: url(../images/item-4.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
}
#item5 .item-img{
    background: url(../images/item-5.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#item6 .item-img{
    background: url(../images/item-6.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#item7 .item-img{
    background: url(../images/item-7.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#item8 .item-img{
    background: url(../images/item-8.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.item-stage .item-txt{
    width: 44%;
    background: #e9f4ed;
    padding:1em 3%;
}
.item-stage .item-txt h2{
    font-size: 20px;
}
.item-stage .item-txt h3{
    font-size: 36px;
    font-weight: bold;
    color: #008742;
}
.item-stage .item-txt h3 b{
    font-size: 14px;
    display: block;
    padding-bottom: .5em;
}
.item-stage .item-txt h3 span{
    font-size: 16px;
    font-weight: normal;
}
.item-stage .item-txt ul{
    display: flex;
    font-size: 16px;
}
.item-stage .item-txt ul li:first-child{
    background: url(../images/book-ic.svg) no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-right: 1.5em;
    font-weight: bold;
}
.item-stage .item-txt ul li:last-child{
    background: url(../images/movie-ic.svg) no-repeat;
    background-position: left center;
    padding-left: 18px;
    font-weight: bold;
}
.spec-title{
    color: #008742;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
}
.spec-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.spec-list li{
    width: 24.9%;
}
.spec-list li img{
    width: 100%;
    height: auto;
}
.spec-list li:nth-child(odd){
    background: #dfeae3;
}
.spec-list li:nth-child(even){
    background: #eff4f1;
}
.spec-list h4{
    padding: 1em 1em 0 1em;
    color: #008742;
    font-size: 16px;
    font-weight: bold;
}
.spec-list p{
    padding: 0.5em 1em 1em 1em;
    font-size: 14px;
}
.spec-list strong{
    padding: 1px 3px;
    color: #32d30f;
    background: #000;
    font-weight: normal;
}
.merit-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.merit-list li{
    width: 49.9%;
}
.merit-list li img{
    width: 100%;
    height: auto;
}
/* up-bt ****************************************************/
#up-bt {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
}
#up-bt a {
    position: relative;        
    width: 60px;
    height: 60px;
}
#up-bt a:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    content: "";
    border-radius: 50%;
    background: rgba(0, 136, 66, 0.9);
    z-index: 2;
}
#up-bt a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 26px 15px;
    border-color: transparent transparent #fff transparent ;
    z-index: 3;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 850px) {
#wrapper{
    flex-wrap: wrap;
}
/************************************************************
  side
*************************************************************/
.side {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
    height: auto;
    position: static;
    order: 2;
    text-align: center;
}
.side nav{
    display: none;
}
.side ol{
    position: static;
    bottom: auto;
    display: flex;
    justify-content: space-around;
    margin: 2em 0;
}
.side small{
    position: static;
    bottom: auto;
}
/************************************************************
  main
*************************************************************/
.main {
    margin-left: 0;
    flex: auto;
    width: 100%;
    order: 1;
}
/* firstview ****************************************************/
.stage {
    padding-top: 40%;
}
.stage h1 span{
    font-size: 6vw;
}
.new-lineup li h2{
    padding-left: 5px;
}
.new-lineup li h3{
    padding-left: 5px;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
/* firstview ****************************************************/
.new-lineup li {
    width: 49.9%;
}
/* item ****************************************************/
.item-stage{
    flex-wrap: wrap;
}
.item-stage .item-img {
    width: 100%;
    padding-top: 60%;
}
.item-stage .item-txt{
    width: 94%;
    padding:1em 3%;
}
.spec-list:after{
  content:"";
  display: block;
width:33.2%
}
.spec-list li{
    width: 33.2%;
}
}
@media screen and (max-width: 460px) {
/* firstview ****************************************************/
.stage {
    padding-top: 56%;
}
.stage h1{
    bottom: 5%;
    left: 5%;
}
/* item ****************************************************/
.spec-list:after{
  display: none;
}
.spec-list li{
    width: 49.9%;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
/* item ****************************************************/
.spec-list li{
    width: 100%;
}
}