@charset "utf-8";
/* CSS Document */

body{
/*font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;*/
font-family : "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
margin:0 auto;
/*	margin-left: auto;
	margin-right: auto;*/
color:#313131;
}

img{
outline:none;
border-style:none;
}

a{
/*    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;*/
    color: #313131;
	text-decoration: none;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color:#313131;
	text-decoration: none;
}

a:hover {
/*    color: #F5A862;*/
	text-decoration: underline solid; /* 旧いブラウザでは無視される */
	text-decoration: underline; /* 併記しておくほうがベター */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****HEADER*****/
header{
    display: block;
	width:100%;
    overflow: hidden;
	background: linear-gradient(#DDDDDD, #999999);/*グラデーション*/
	box-shadow: 0px 10px 10px 1px #DDDDDD;
    margin-bottom: 25px;
}
header h1{
    font-size:130%;
    color:#FFFFFF;
/*    padding-top: 10px;*/
    padding-bottom: 10px;
/*    margin-top: 10px;*/
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
/*    border:1px solid #313131;
    border-radius: 5px;*/
    border: 0px;
    letter-spacing: 3px;
    font-weight:400;
	text-align: center;
/*    float: left;*/
}
header h2{
    font-size:150%;
    color:#FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    letter-spacing: 3px;
    font-weight:400;
	text-align: center;
}


/*****BRANDING*****/
.branding{
    display: block;
	position: relative;
    width: 100%;
	height: 150px;
/*    line-height: 150px;*/
/*    margin-left: 20%;*/
    overflow: hidden;
    background-color: #333366;
	background-image: url(../img/all.jpg);
	background-position: center center;
    margin-bottom: 30px;
    letter-spacing: 7px;
	text-align: center;
/*	box-shadow: 0px 10px 10px 10px #CCCCCC;*/
}
.branding p{
    color: #fff;
    font-size: 100%;
	position: absolute;
	top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
/*    padding-left: 3%;*/
/*    line-height: 150px;*/
/*    margin-top: 0 auto;
    margin-bottom: 0 auto;*/
    margin: 0 auto;
    width: 100%;
}

/*****TITLE BAR*****/
.titlebar{
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #000033;
	text-align: center;
	box-shadow: 0px 10px 10px 5px #CCCCCC;
    margin-bottom: 40px;
}
.titlebar p{
    color: #fff;
    font-size: 150%;
    letter-spacing: 4px;
/*    padding-left: 3%;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

/*****MOVIE LIST*****/
.movielist{
    display: flex;
    width: 70%;
	height: auto;
/*    align-content: center;*/
	align-content:flex-end;/*下寄せ*/
/*	justify-content: center;*/
	padding-bottom: 5px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;
	box-shadow: 0px 15px 15px -15px #CCCCCC;
}

.movielist_icon{
/*	border: 1px solid red;*/
    display: flex;
    width: 40%;
	height: 100%;
	justify-content: flex-end;/*右寄せ*/
	align-content:flex-end;/*下寄せ*/
	margin-right: 10px;
}

.movielist_icon img{
	outline:none;
	border-style:none;
	width: 150px;
	height: 150px;
	object-fit: fill;
}

.movielist_contents{
/*	border: 1px solid red;*/
    display: flex;
/*    align-items: center;*/
/*	vertical-align: bottom;*/
	align-content:flex-end;/*下寄せ*/
	flex-direction: column;/*縦に配置*/
/*	vertical-align: text-bottom;*/
    width: 60%;
	height: auto;
}

.contents1{
	font-size: 130%;
	font-weight: bold;
}
.contents2{
	font-size: 120%;
	font-weight: bold;
}
.contents3{
	font-size: 110%;
}

/*****FILE*****/
.filetitle_box{
    display: flex;
    width: 100%;
	height: 40px;
/*	background-color: #CCCCCC;*/
/*    align-content: center;*/
	align-content:flex-end;/*下寄せ*/
	justify-content: flex-end;/*右寄せ*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 20px;*/
/*	border-bottom: 3px solid #BBBBBB;*/
/*	box-shadow: 0px 15px 15px -15px #CCCCCC;*/
/*	border: 1px solid red;*/
}

.filetitle_side{
    display: flex;
    width: 10px;
	height: 40px;
	background-color: #CCCCCC;
/*    align-content: center;*/
	align-content:flex-end;/*下寄せ*/
/*	justify-content: center;*/
/*	margin-top: 20px;*/
	margin-left: 0;
	margin-right: 0;
/*	margin-bottom: 20px;*/
	border-bottom: 3px solid #BBBBBB;
	box-shadow: 0px 15px 15px -15px #CCCCCC;
/*	border: 1px solid red;*/
}

.filetitle{
/*	border: 1px solid red;*/
    display: flex;
    width: 90%;
	height: 40px;
	background-color: #000033;
/*    align-content: center;*/
	align-content:flex-end;/*下寄せ*/
	justify-content: flex-start;/*左寄せ*/
	padding-left:10px;
/*	margin-top: 20px;*/
	margin-left: 0;
	margin-right: 0;
/*	margin-bottom: 20px;*/
	border-bottom: 3px solid #BBBBBB;
	box-shadow: 0px 15px 15px -15px #CCCCCC;
}

.filetitle p{
    color: #fff;
/*    font-size: 150%;*/
    letter-spacing: 4px;
/*    padding-left: 3%;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile_box{
    display: flex;
    width: 100%;
/*	height: 100px;*/
/*	background-color: #CCCCCC;*/
	align-content: center; /*中央寄せ*/
	justify-content: center; /*中央寄せ*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
/*	border-bottom: 3px solid #BBBBBB;*/
/*	box-shadow: 0px 15px 15px -15px #CCCCCC;*/
/*	border: 1px solid red;*/
}

.profile_icon{
/*	border: 1px solid red;*/
    display: flex;
    width: 250px;
	height: 250px;
/*	background-color: #000033;*/
	align-content: center; /*中央寄せ*/
	justify-content: center; /*中央寄せ*/
/*	padding-left:10px;*/
/*	margin-top: 20px;*/
	margin-left: 0;
	margin-right: 0;
/*	margin-bottom: 20px;*/
/*	border-bottom: 3px solid #BBBBBB;*/
/*	box-shadow: 0px 15px 15px -15px #CCCCCC;*/
}

.profile_icon img{
	outline:none;
	border-style:none;
	width: 250px;
	height: 250px;
	object-fit: fill;
}

.profile_content{
/*	border: 1px solid red;*/
    display: flex;
    width: 50%;
    height: auto;
/*	background-color: #000033;*/
	align-content: stretch; /*伸ばしてそろえる*/
	justify-content: flex-start; /*左寄せ*/
	flex-direction: column;/*縦に配置*/
	padding-left:10px;
/*	margin-top: 20px;*/
	margin-left: 0;
	margin-right: 0;
/*	margin-bottom: 20px;*/
/*	border-bottom: 3px solid #BBBBBB;*/
/*	box-shadow: 0px 15px 15px -15px #CCCCCC;*/
}

.youtube {
  position: relative;
  width: 60%;
  padding-top: 56.25%;
  margin: 0 auto;
  margin-bottom: 70px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
 * レスポンシブデザイン対応。
 * 幅が狭い場合は
 *  .movielist_icon を横幅いっぱいに表示する。
 *  .profile_icon を横幅いっぱいに表示する。
 * File Noの文字小さく
 */
@media screen and (max-width: 400px) {
.movielist{
    display: flex;
    width: 90%;
	height: auto;
/*    align-content: center;*/
	align-content:flex-end;/*下寄せ*/
	flex-direction: column;/*縦に配置*/
	justify-content: center;/*左右中央寄せ*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-bottom: 3px solid #BBBBBB;
	box-shadow: 0px 15px 15px -15px #CCCCCC;
}

.movielist_icon{
/*	border: 1px solid red;*/
    display: flex;
    width: 100%;
	height: 150px;
	justify-content: center;/*左右中央寄せ*/
	align-content:flex-end;/*下寄せ*/
	margin-right: 10px;
}

.movielist_contents{
/*	border: 1px solid red;*/
    display: flex;
/*    align-items: center;*/
/*	vertical-align: bottom;*/
	align-content:flex-end;/*下寄せ*/
	flex-direction: column;/*縦に配置*/
/*	vertical-align: text-bottom;*/
    width: 60%;
	height: auto;
	padding-top: 10px;
	padding-left: 70px;
}

.profile_box{
    display: flex;
    width: 90%;
/*	height: 100px;*/
/*	background-color: #CCCCCC;*/
	align-content: center; /*中央寄せ*/
	justify-content: center; /*中央寄せ*/
	flex-direction: column;/*縦に配置*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
/*	border-bottom: 3px solid #BBBBBB;*/
/*	box-shadow: 0px 15px 15px -15px #CCCCCC;*/
/*	border: 1px solid red;*/
}
  .profile_icon {
    display: flex;
    width: 100%;
	height: 250px;
/*	background-color: #000033;*/
	align-content: center; /*中央寄せ*/
	justify-content: center; /*中央寄せ*/
/*	padding-left:10px;*/
/*	margin-top: 20px;*/
	margin-left: 0;
	margin-right: 0;
/*	margin-bottom: 20px;*/
/*	border-bottom: 3px solid #BBBBBB;*/
/*	box-shadow: 0px 15px 15px -15px #CCCCCC;*/
  }
  .profile_content {
    display: flex;
    width: 100%;
    height: auto;
  }
}

/*****NAVI*****/
.navi{
    display: flex;
    width: 100%;
	height: 50px;
    align-content: center;/*上下位置*/
	justify-content: center;/*左右位置*/
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-top: 3px solid #BBBBBB;
	border-bottom: 3px solid #BBBBBB;
/*	box-shadow: 0px 15px 15px -15px #CCCCCC;*/
}

.navi_object{
    display: flex;
    letter-spacing: 5px;
	background-color: #CCCCCC;
	box-sizing: border-box;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
    align-content: center;/*中央揃え*/
	justify-content: center;/*左右位置*/
    align-items: center;/*上下位置*/
/*	vertical-align: bottom;*/
/*	align-content: center;*/
/*	vertical-align: text-bottom;*/
    width: 30%;
	height: 50px;
	text-align: center;
}

/*****FOOTER*****/
footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313131;
}
footer address{
    color: #fff;
    letter-spacing: 5px;
	font-style: normal;
}