@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,address{
  font-weight: normal;
  font-style: normal;
  margin-bottom : 0px;
  font-size : 12px;
}

body{
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 100%;
  min-width: 1024px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  color : white;
  line-height : 1.7;
  background-color : black;
  background-image : url(../img_common/back2.jpg);
  background-repeat : repeat;
}
.noto{
  font-family: "Noto Sans JP", sans-serif;
}
.zenb{
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}
.merr{
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
@media print {
  body{
  display : none;
}
}
@keyframes fadeIn {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
@-webkit-keyframes fadein {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
ul{
  margin : 0;
  padding : 0;
}
img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #ee7700;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #ee7700;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 150%;
}
.bigest{
  font-size : 200%;
}
.bigest2{
  font-size : 250%;
  line-height : 1.3em;
}
.smaller{
  font-size : 85%;
}
.small{
  font-size : 80%;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.target{
  width : 100%;
  height : 0px;
}
.div_contents{
  vertical-align : top;
  text-align : left;
  font-size : 17px;
  min-width : 768px;
  max-width : 1100px;
}
.sen{
  margin-bottom : 19px;
  height : 1px;
  width : 100%;
  border-top-width : 2px;
  border-top-style : dotted;
  border-left-width : 0px;
  border-right-width : 0px;
}
.sp5per{
  width : 5%;
}
.topmar10{
  margin-top : 10px;
}
.topmar20{
  margin-top : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar80{
  margin-top : 80px;
}
.topmar120{
  margin-top : 120px;
}
.topmar180{
  margin-top : 180px;
}
.img100per{
  width : 100%;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.footer{
  font-size : 12px;
  padding-bottom : 60px;
  color : #cccccc;
  background-color : rgba(0, 0, 0, 0.8);
  text-align : center;
  padding-top : 60px;
}
.titles{
  font-size : 300%;
  text-align : center;
  text-shadow : 0px 0px 5px #ff0000;
  background-image : url(../img_common/titles.png);
  background-repeat : no-repeat;
  background-position : center center;
  height : 100px;
  color : #f4df9f;
  vertical-align : middle;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.img80per{
  width : 80%;
}
.midashi1{
  font-size : 200%;
  border-bottom-style : none;
  padding-left : 70px;
  letter-spacing : 0.1em;
  background-image : url(../img_common/midashi1.png);
  background-repeat : no-repeat;
  background-position : left center;
  height : 58px;
  color : #ebdfc5;
}
.midashi2{
  font-size : 130%;
  padding-bottom : 5px;
  padding-left : 20px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #f7ebb3;
  letter-spacing : 0.1em;
  padding-top : 5px;
}
.midashi3{
  font-size : 130%;
  padding-bottom : 10px;
  padding-left : 20px;
  letter-spacing : 0.1em;
  padding-top : 10px;
  background-color : #526981;
  padding-right : 10px;
}
.btn,
a.btn,
button.btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-width : 1px;
  border-style : solid;
  border-color : #c0c0c0;
  width : 300px;
}
a.btn-flat{
  overflow: hidden;
  padding : 0.75em;
  color : #ffffff;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #b0966a;
}
a.btn-flat span{
  position: relative;
}
a.btn-flat::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #000000;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.table100{
  width : 100%;
}
.table50{
  width : 50%;
}
.staff1{
  padding-top : 15px;
  padding-bottom : 15px;
  width : 30%;
  vertical-align : top;
  text-align : right;
}
.staff2{
  padding-top : 15px;
  padding-bottom : 15px;
  width : 65%;
  vertical-align : top;
  text-align : left;
}
.staff9{
  padding-top : 15px;
  padding-bottom : 15px;
  width : 5%;
  vertical-align : top;
  text-align : center;
}
.medatsu1{
  background-color : rgba(255, 255, 255, 0.8);
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  color : black;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-width : 1px;
  border-style : solid;
  border-color : #b0966a;
}
.text_gold{
  color : #ebdfc5;
}
.text_enji{
  color : #f4bebb;
}
.com1{
  vertical-align : middle;
  text-align : center;
  width : 25%;
  border-right-width : 1px;
  border-right-style : solid;
  background-image : url(../img_common/comment.png);
  background-repeat : no-repeat;
  background-position : right top;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #dea362;
  border-right-color : #dea362;
}
.com2{
  vertical-align : top;
  text-align : left;
  width : 70%;
  font-size : 94%;
}
.backall{
  background-image : linear-gradient(rgba(78, 132, 137, 0), rgba(205, 41, 34, 0.4));
}
.kage1{
  /* ??????e */

  text-shadow : 0px 0px 15px #f4df9f;
}
.line_left{
  padding-left : 15px;
  margin-left : 10px;
  border-left-width : 4px;
  border-left-style : solid;
}
.mark1{
  font-weight : bold;
  color : #455c81;
  background-color : white;
  font-size : 90%;
}
.thum{
  background-color : black;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : #dfcda4;
  width : 47.5%;
}
.line1{
  background-image : url(../img_common/line1.png);
  background-position : center top;
  height : 25px;
  background-repeat : repeat-x;
}
.topmar70{
  margin-top : 70px;
}
.fcdr{
  text-shadow : 0px 0px 2px #000000;
}
.cast1{
  background-color : black;
  vertical-align : top;
  text-align : center;
  border-width : 1px 3px 3px 1px;
  border-style : solid;
  border-color : #dea362;
  width : 35%;
}
.cast9{
  width : 5%;
}
.cast2{
  width : 60%;
  background-color : rgba(0, 0, 0, 0.2);
  background-image : url(../img_common/cast2.png);
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #b0966a;
  border-left-color : #b0966a;
  background-repeat : no-repeat;
  background-position : left top;
  padding-top : 30px;
  padding-left : 40px;
  padding-right : 40px;
}
.name2{
  color : #dfcda4;
  letter-spacing : 0.4em;
  font-size : 90%;
}
.yaku1{
  padding-top : 20px;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : #dfcda4;
  color : #dfcda4;
}
.normal{
  font-size : 16px;
}
.movname1{
  text-align : center;
  padding-top : 10px;
}

