@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;
}
@keyframes fadeIn {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
@-webkit-keyframes fadein {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
.mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
}
body{
  font-size: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  /*font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  */
/*font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif;
  */
 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;
  min-width : 980px;
  color : white;
  background-color : #111a21;
}
@media print {
  body{
  display : none;
}
}
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 : #eca453;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #eca453;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #eca453;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #eca453;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #ff0080;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 28px;
  font-weight : bold;
  line-height : 1.7em;
}
.bigger2{
  font-size : 18px;
  font-weight : bold;
}
.bigest{
  font-size : 45px;
  font-weight : bold;
  letter-spacing : 2px;
  line-height : 1.3em;
}
.bigest2{
  font-size : 45px;
  font-weight : bold;
  line-height : 1.3em;
  letter-spacing : -1px;
}
.smaller{
  font-size : 13px;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.target{
  width : 100%;
  height : 0px;
}
.fb-like iframe{
  max-width: none!important;
}
.div_contents{
  vertical-align : top;
  text-align : left;
  width : 920px;
  font-size : 16px;
  -webkit-text-size-adjust: 185%;
  -moz-text-size-adjust: 185%;
  -ms-text-size-adjust: 185%;
  -o-text-size-adjust: 185%;
  text-size-adjust: 185%;
}
.sen{
  margin-top : 20px;
  margin-bottom : 19px;
  height : 1px;
  width : 100%;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : #666666;
  border-left-width : 0px;
  border-right-width : 0px;
}
.sen2{
  margin-top : 10px;
  margin-bottom : 19px;
  height : 1px;
  width : 100%;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : #999999;
  border-left-width : 0px;
  border-right-width : 0px;
}
.sp40{
  width : 40px;
}
.sp30{
  width : 30px;
}
.sp20{
  width : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar100{
  margin-top : 100px;
}
.topmar80{
  margin-top : 80px;
}
.topmar60{
  margin-top : 60px;
}
.topmar20{
  margin-top : 20px;
}
.topmar10{
  margin-top : 10px;
}
.img100per{
  width : 100%;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.sns{
  height : 23px;
}
.footer{
  font-size : 12px;
  padding-top : 40px;
  padding-bottom : 60px;
  color : #666666;
  background-color : white;
}
.div_se a{
  display:block;
  /* 横幅 */padding-right : 0%;
  padding-left : 0%;
  /* a要素内の余白 */
 margin-top : 0px;
  width : 100%;
  text-decoration : none;
  padding-top : 10px;
  padding-bottom : 7px;
  background-color : #856007;
}
.div_se2 a{
  display:block;
  /* 横幅 */padding-right : 0%;
  padding-left : 0%;
  /* a要素内の余白 */
 margin-top : 0px;
  width : 100%;
  text-decoration : none;
  padding-top : 20px;
  padding-bottom : 20px;
  background-color : #a20051;
}
/* 以下マウスを載せたときのスタイル */
.div_se a:hover{
  padding-top : 10px;
  padding-bottom : 7px;
  background-color : #c88f0b;
}
.div_se2 a:hover{
  background-color : #dd006f;
}
.td_link{
  background-repeat : repeat-x;
  background-position : center top;
  width : 350px;
  text-align : center;
  background-image : url(../img_common/kage_common.png);
}
.td_link2{
  background-repeat : repeat-x;
  background-position : center top;
  width : 500px;
  text-align : center;
  background-image : url(../img_common/kage_common.png);
}
@media screen and (max-width: 768px) {
  }
.bottom100{
  padding-bottom : 100px;
}
.medatsu1{
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  border-width : 1px;
  border-style : solid;
  border-radius: 0px 20px 0px 20px;
  border-color : #999999;
  background-image : url(../img_common/medatsu1.png);
  background-repeat : repeat-x;
  background-position : center top;
  background-color : #000000;
}
.medatsu2{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-width : 1px;
  border-style : solid;
  border-radius: 0px 20px 0px 20px;
  border-color : #999999;
  background-image : url(../img_common/medatsu1.png);
  background-repeat : repeat-x;
  background-position : center top;
  background-color : white;
  color : black;
}
.titles1{
  font-size : 30px;
  padding-bottom : 15px;
  font-weight : bold;
  letter-spacing : 3px;
  text-align : center;
  background-image : url(../img_common/titles.png);
  background-repeat : no-repeat;
  background-position : center bottom;
}
.tume{
  letter-spacing : -2px;
}
.midashi1{
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 28px;
  text-align : left;
  padding-left : 30px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #999999;
  font-weight : bold;
  letter-spacing : 4px;
}
.midashi1b{
  padding-top : 10px;
  padding-bottom : 10px;
  font-size : 28px;
  text-align : left;
  padding-left : 30px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #999999;
  font-weight : bold;
}
.div_youtube{
  background-color : black;
  vertical-align : middle;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
}
.text_yellow{
  color : #dab00c;
}
.back1{
  background-image : url(../img_common/back1.png);
  background-repeat : repeat;
}
.back2{
  background-image : url(../img_common/back2e.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #666666;
  border-bottom-color : #666666;
  background-color : #3b3f4f;
}
.text_right{
  text-align : right;
}
.line_gray{
  padding-left : 15px;
  margin-left : 10px;
  border-left-width : 7px;
  border-left-style : solid;
  border-left-color : #655205;
}
#hira1{
  background : url(../img_common/hira1.png) center top / auto auto repeat scroll padding-box border-box transparent;
  z-index : 5;
}
#hira2{
  background : url(../img_common/hira2.png) center top / auto auto repeat scroll padding-box border-box transparent;
  z-index : 6;
}
.hira0{
  background-image : url(../img_common/back1.png);
  background-repeat : repeat;
  background-position : center center;
  background-attachment : fixed;
}
.cast1{
  vertical-align : top;
  text-align : right;
  width : 300px;
}
.cast2{
  vertical-align : top;
  text-align : left;
  width : 580px;
  padding-left : 20px;
  background-image : url(../img_cast/cast2.png);
  background-repeat : no-repeat;
  background-position : left top;
  padding-top : 10px;
}
.textdate{
  font-size : 15px;
  font-weight : bold;
  color : #ff0080;
}
.kessai{
  background-image : url(../img_goods/kessai.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 712px;
  height : 172px;
}
.g1{
  background-color : white;
  background-image : url(../img_goods/g1.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  width : 550px;
  height : 385px;
}
.g2{
  background-color : white;
  background-image : url(../img_goods/g2.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  width : 550px;
  height : 385px;
}
.gtext{
  width : 370px;
}

