@charset "utf-8";
html {
  scroll-behavior: smooth;
}
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: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 100%;
  min-width: 1024px;
  height: 100%;
  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/back1.jpg);
  background-repeat : repeat;
  background-position : center top;
}
.zenb{
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.noto{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text_grad1{
  background: linear-gradient(90deg, #699ef3 0%, #ffffff 50%, #cfa833 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.text_grad2{
  background: linear-gradient(90deg, #ff5050 0%, #ffc0c0 40%, #ff5050 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@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 : 130%;
}
.bigest{
  font-size : 160%;
}
.bigest2{
  font-size : 300%;
  line-height : 1.5em;
}
.bigest3{
  font-size : 250%;
}
.bigest4{
  font-size : 350%;
  line-height : 1em;
}
.bigest5{
  font-size : 420%;
  line-height : 1em;
}
.smaller{
  font-size : 90%;
}
.small{
  font-size : 80%;
}
.futo{
  font-weight : 700;
}
.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 : 80px;
  color : #cccccc;
  background-color : black;
  text-align : center;
  padding-top : 80px;
}
.titles{
  font-size : 300%;
  text-align : center;
  background-image : url(../img_common/titles.png);
  background-repeat : no-repeat;
  background-position : center center;
  color : #efe4cf;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.img80per{
  width : 80%;
}
.midashi1{
  font-size : 150%;
  padding-bottom : 15px;
  padding-left : 30px;
  letter-spacing : 0.2em;
  background-image : linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0));
  padding-top : 15px;
  border-top-left-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
}
.midashi2{
  font-size : 130%;
  padding-bottom : 5px;
  padding-left : 20px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : black;
  letter-spacing : 0.1em;
  padding-top : 5px;
}
.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%;
}
.staff1{
  width : 47.5%;
  vertical-align : top;
  text-align : right;
  padding-bottom : 15px;
}
.cast1{
  width : 45%;
  vertical-align : bottom;
  text-align : right;
}
.cast2{
  width : 45%;
  vertical-align : bottom;
  text-align : left;
}
.cast9{
  width : 10%;
  vertical-align : bottom;
  text-align : center;
  background-image : url(../img_common/cast9.png);
  background-repeat : no-repeat;
  background-position : center 30px;
}
.staff2{
  padding-bottom : 15px;
  border-bottom-style : none;
  width : 47.5%;
  vertical-align : top;
  text-align : left;
}
.staff9{
  padding-bottom : 15px;
  width : 5%;
  vertical-align : top;
  text-align : center;
}
.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;
}
.kage1{
  text-shadow : 0px 0px 4px #ffffff;
}
.midashi3{
  font-weight : bold;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-color : black;
  border-bottom-style : solid;
}
.line_left{
  padding-left : 15px;
  margin-left : 10px;
  border-left-width : 4px;
  border-left-style : solid;
}
.tume1{
  letter-spacing : -5px;
}
.line1{
  background-image : url(../img_common/line.png);
  background-repeat : repeat;
  background-position : center top;
  height : 25px;
}
.rnkk{
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}
.w1{
  background-image : url(../img_common/w1.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 25px;
  height : 25px;
}
.w2{
  background-image : url(../img_common/w2.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 25px;
  height : 25px;
}
.w3{
  background-image : url(../img_common/w3.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 25px;
  height : 25px;
}
.w4{
  background-image : url(../img_common/w4.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 25px;
  height : 25px;
}
.w_left{
  background-image : url(../img_common/w_left.png);
  background-repeat : repeat-y;
  background-position : left center;
  width : 25px;
  background-color : rgba(205, 41, 34, 0.2);
}
.w_right{
  background-image : url(../img_common/w_right.png);
  background-repeat : repeat-y;
  background-position : right center;
  width : 25px;
  background-color : rgba(205, 41, 34, 0.2);
}
.w_top{
  background-image : url(../img_common/w_top.png);
  background-repeat : repeat-x;
  background-position : center top;
  height : 25px;
  background-color : rgba(205, 41, 34, 0.2);
}
.w_bottom{
  background-image : url(../img_common/w_bottom.png);
  background-repeat : repeat-x;
  background-position : center bottom;
  height : 25px;
  background-color : rgba(205, 41, 34, 0.2);
}
.w_contents{
  background-color : rgba(205, 41, 34, 0.2);
  padding-top : 35px;
  padding-left : 35px;
  padding-right : 35px;
  padding-bottom : 35px;
}
.text_gold{
  color : #efce76;
}
.text_gi{
  color : #9fc1f7;
}
.text_en{
  color : #ffe8a2;
}
.rubi1{
  font-size : 14px;
}
.honoo1{
  background-image : url(../img_common/footer1.png);
  background-repeat : no-repeat;
  background-position : center top;
  height : 400px;
}
.backblack1{
  background-color : black;
}
.text_red{
  color : #dd3931;
}
.arcive{
  margin-left : 35%;
  margin-right : 35%;
  width : 30%;
}

