body {
  height: 100%;
  margin: 0;
  font-family: "游明朝", sans-serif;
  background-color: #eee;
}
#wrapper {
  overflow: hidden;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moviebox {
  display: inline-block;
  margin-top: 65px;
  margin-left: 0.9vw;
  margin-right: 0.9vw;
  overflow: hidden;  
  min-height: 70vh;
}
.leftside, .rightside {
  text-align: center;
  margin: 0;
  padding: 1vw;
}
.leftside {
  float: left;
  width: 46vw;
}
.rightside {
  float: right;
  text-align: left;
  width: 43vw;
}
.leftside h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #444
}
.rightside p:nth-of-type(1) {
  margin-top: 15px;
}
.rightside p {
  color: #444;
  font-size: 1.6vw;
  margin-top: 1.2vw;
  margin-bottom: 0vw
}
mark {
  background-color: #444;
  color: #eee;
  margin-right: 1em;
}
.sharebuttons {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: none;
  vertical-align: middle;
  margin-top: 20px;
}
.sharebtn img {
  width: 40px;
  height: 40px;
  margin: 10px;
  margin-top: 0;
  cursor: pointer;
}
.sharebtn2 img {
  width: 34px;
  height: 34px;
  padding: 3px;
  margin: 10px;
  margin-top: 0;
  cursor: pointer;
}
/*works*/
.works {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  min-height: 30vh;
}
/*works*/

/*proram-title*/
.works h2 {
  color: #444;
  margin-bottom: 0;
  margin-top: 5vh;
  font-weight: normal;
  text-decoration: underline wavy;
}
#Aworks h2 {
  text-decoration-color: #ab355a;
}
#Bworks h2 {
  text-decoration-color: #ab4b35;
}
#Cworks h2 {
  text-decoration-color: #ab8635;
}
#Dworks h2 {
  text-decoration-color: #35ab3f;
}
#Eworks h2 {
  text-decoration-color: #3566ab;
}
#Fworks h2 {
  text-decoration-color: #3f35ab;
}
#Gworks h2 {
  text-decoration-color: #9d35ab;
}
/*program-title*/

/*liststyle*/
.works ul {
  padding: 0;
  text-align: left;
}
.works ul:nth-last-of-type(1) {
  margin-bottom: 0;
}
.works ul li {
  list-style-type: none;
  position: relative;
  width: 47.9vw;
  display: inline-block;
  margin-left: 0.5vw;
}
.works ul li img {
  display: inline-block;
  width: 24vw;
  margin: 0.5vw;
  padding: 0.3vw;
  border: 0.1vw solid #444;
}
.coment {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 21vw;
  height: 13.5%;
  color: #444;
  padding: 0;
  margin: 0;
  top: 3.5%;
}
.coment .title {
  font-size: 1.5vw;
  margin-bottom: 0;
}
.coment .director {
  font-size: 1vw;
  margin-bottom: 0;
}
.coment .message {
  font-size: 1.1vw;
}
.detailbutton {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #355aab;
  border: solid 2px #355aab;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.3vw;
}
.detailbutton:hover {
  background: #355aab;
  color: #eee;
}
/*liststyle*/

/*footer*/
#footer {
  overflow: hidden;
  background-color: black;
  padding: 10px 3%;
}
#footerleft img {
  width: 75%;
}
#footer p {
  color: white;
  margin: 0;
}
#footerleft {
  float: left;
  width: 30%;
  padding: 0.5% 0;
}
#footerright {
  margin-top: 1%;
  float: right;
  width: 70%;
  text-align: left;
}
#footerright p, #footerright a {
  display: inline;
}
#footerright a {
  color: white;
  text-decoration: underline;
}
.copy {
  margin-top: 1%;
  text-align: right;
}
#footercenter {
  display: none;
  text-align: center;
}
#footercenter img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
#footercenter a {
  margin: 0;
  text-align: center;
  color: white;
  display: inline;
  text-decoration: underline;
  margin: 0 0.8em;
}
#footercenter p {
  display: block;
  margin-top: 10px;
}
/*footer*/

@media screen and (max-width : 768px) {
  body {
    margin: 0 auto;
    text-align: center;
  }
  #wrapper {
    margin-top: 10px;
  }
  .social {
    display: none;
  }
  .moviebox {
    width: 90%;
  }
  .leftside, .rightside {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .leftside h2 {
    margin-bottom: 0.5em;
  }
  .rightside p {
    font-size: 0.8em;
  }
  .rightside p:nth-of-type(1) {
    text-align: center;
    font-size: 0.9em;
  }
  mark {
    margin-right: 0.5em;
  }
  .sharebuttons {
    display: inline-block;
  }
  .sharebuttons a {
    text-decoration: none;
  }
  /*liststyle*/
  .works {
    margin-bottom: 30px;
  }
  .works h2 {
    margin-top: 10px;
    font-size: 5vw;
  }
  .works ul li {
    position: relative;
    width: 100%;
    display: block;
  }
  .works ul li img {
    width: 48vw;
    height: 27vw;
  }
  .coment {
    text-align: center;
    width: 47vw;
    height: 27vw;
    top: -2vw;
  }
  .coment .title {
    font-size: 3.8vw;
    margin-top: 4.5vw;
  }
  .coment .director {
    font-size: 2.3vw;
    margin-top: 1vw;
  }
  .coment .message {
    font-size: 2.4vw;
    margin-top: 1vw;
    margin-bottom: 0;
  }
  .works ul li:first-child>.coment>.title {
    margin-top: 4vw;
  }
  .detailbutton {
    font-size: 2.2vw;
    margin-top: 1.3vw;
  }
/*liststyle*/
/*footer*/
  #footerleft, #footerright {
    display: none;
  }
  #footercenter {
    display: block;
  }
/*footer*/
}
/**/