.Contents{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    /*background-color:orange;*/
}

.Name{
    margin:110px 0 20px 0px;
    font-size:12px;
}

.Mainimg{
    width:800px;
    height:500px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}

.Wrapper{
    width:800px;
    height:710px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
}

.Center{
    width:800px;
    height:500px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
}

.Shunsuke{
    width:800px;
    height:400px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
}

.Ami{
    margin:110px;
    font-size:12px;
}

.News{
    width:800px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    /*background-color:orange;*/
}

.Shunsuke{
    width:800px;
    height:400px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
}

.video {
  /*background: url('/video_bg.jpg') no-repeat; // 動画が再生を始めるまで、cssのほうでも背景を設定します。*/
  background-attachment: fixed; // 中央揃えになるように、fixed。
  background-position: center; // positionも中央に。
  background-size: cover; // 画面サイズに応じてサイズを可変するように設定。
  left: 0;
  // 以下、画面いっぱいにするためのCSS設定
  min-height: 100%;
  /*min-height: 100vh;*/
  min-width: 100%;
  /*min-width: 100vw;*/
  top: 0;
}

.Des{
    margin-top:10px;
    width:100%;
}

.clear {
    clear: both;
}

.Art{
    height:710px;
    margin-bottom:40px;
    /*background-color:pink;*/
}

.Art > p{
    font-size:12px;
    padding:2px 0 0 1em;
    margin:0;
}

.AC{
    width:100%;
}

.AL{
    float:left;
    width:400px;
}

.AR{
    float:right;
    width:400px;
}

.Center > p{
    font-size:12px;
    margin:0;
}

.Ami > p{
    font-size:12px;
    margin:0;
}

.subtitle > h1{
padding:2px 0 0 1em;
}

h1{
    line-height:1.5;
    font-size:12px;
    font-weight: bold;
    margin:0 0 5px 0;
}

.vimeo
{
    width:800px;
    margin-top:0px;
    margin-bottom:40px;
}
