html {
    transform-origin-y: top;
    transform-origin-x: left;
    -moz-transform-origin-y: top;
    -moz-transform-origin-x: left;
    -webkit-transform-origin-y: top;
    -webkit-transform-origin-x: left;
    padding: 0;
    margin: 0;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

html img{
	width: 100%;
}

body {
    transform-origin-y: top;
    transform-origin-x: left;
    -moz-transform-origin-y: top;
    -moz-transform-origin-x: left;
    -webkit-transform-origin-y: top;
    -webkit-transform-origin-x: left;
	margin: 0;
    width: 1065px;
}

footer {
	background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0px;
    bottom: 0px;
    position: fixed;
    width: 100%;
}

/* 汎用 */

.bg-main {
	height: 100%;
	background-attachment: fixed;
    background-image: url("../img/bg01.jpg");
    background-size: cover;
}

.bg-main2 {
    height: 100%;
    background-attachment: fixed;
    background-image: url("../img/bg03.jpg");
    background-size: cover;
}

.main-contents {
	margin-bottom: 60px;
}

.bottom-contents {
	padding: 0px 190px;
    text-align: center;
}

.contents-inner {
	padding: 10px 210px;
	color: white;
}

.contents-inner h3{
	font-family: fantasy;
    font-size: 40px;
    text-align: center;
}

.contents-inner dt {
	padding-top: 36px;
    float: left;
    clear: both;
}
.contents-inner dd {
	padding-top: 36px;
    margin-left: 90px;
}

.contents-inner span{
	font-size: 12px;
    color: #a28db7;
}

.contents-inner a {
	text-decoration: none;
    color: chartreuse;
}

.bg-gray {
	border-style: solid;
	border-width: 4px 15px 27px 33px;
	-moz-border-image: url(../img/waku.png) 6 28 129 36 stretch;
	-webkit-border-image: url(../img/waku.png) 6 28 129 36 stretch;
	-o-border-image: url(../img/waku.png) 6 28 129 36 stretch;
	border-image: url(../img/waku.png) 6 28 129 36 fill stretch;
	box-sizing: content-box;
}

.tab {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    background: #000000;
}
.tab li {
   	margin: 0px 11px;
    padding: 10px 20px;
    display: inline-block;
    color: white;
    font-family: fantasy;
    font-size: 25px;
}

.tab a {
	text-decoration: none;
    color: white;
}

.tab a:hover{
	color:#969696;
	cursor : pointer;
}

.icon {
    width: 50px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

/* TOP */

.char-list {
    position: relative;
    display: inline-block;
    height: 666px;
    width: 100%;
}

.char-list img {
    position: absolute;
}


/* NEWS */

.news-box {
	border: solid 1px #ff0056;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px #000000;
    background-color: #00000094;
}

.news-box h3{
	font-size: 20px;
    font-family: unset;
}
.news-box p{
	padding: 15px;
}
.news-box img{
	margin: 30px;
    width: 90%;
    border-radius: 5px;
}


/* GOODS */

.goods-box {
	width: 40%;
    display: inline-block;
	border: solid 1px #00ff7a;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.58);
}
.goods-box .img{
	background: white;
    border-radius: 5px;
}

.goods-box p{
	line-height: 23px;
    font-size: 14px;
}


/* B4 */

.char-text {
    line-height: 70px;
    text-align: center;
    font-size: 18px;
}

.char-box {
	position: relative;
    height: 520px;
}

.char-box img{
	position: absolute;
}

.char-box .bar{
    transition: .8s;

}

.char-box .char{
    transition: .8s;
    transition-delay: .8s;
}

.char-box .enb{
    transition: .5s;
    transition-delay: .5s;
}


/* FUNSITE */
.fan-site {
    color: #2e2f58;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 55px;
    padding: 10px 90px;
}

.fan-site a {
    color: #ff2c71;
}

.fan-site .goods-box {
    border: solid 2px #9340c0;
    background-color: rgba(255, 255, 255, 0.58);
    border-radius: 10px;
}

.banner-group {
    float: left;
    display: inline-block;
    width: 30%;
    position: relative;
}
.banner-group img{
    border-radius: 10px;
    box-shadow: 2px 2px 5px 2px #2e2f58;
}

h5 {
    font-size: 25px;
    color: palevioletred;
    margin: 21px 0px;
}

.sub-contents {
    display: inline-block;
    width: 69%;
}

.move{
    margin: 0px 30px;
    position: relative;
    width: 553px;
    height: 0;
    padding-top: 68%;
}
.move iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}

.fan-news {
    padding: 0px 50px;
    font-weight: bold;
}
.fan-news div {
    margin: 5px 0px;
}

.sub-title {
    font-size: 30px;
    text-align: center;
    background: palevioletred;
    border-radius: 5px;
    color: white;
    padding: 5px;
}

.fan-site span {
    font-size: 14px;
    color: #8643ca;
}

.notes {
    background-color: yellowgreen;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}


/* 登録フォーム */
.subject {
    font-size: 25px;
    font-weight: bold;
}
.form-style01 textarea,
.form-style01 input,
.form-style01 select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 2px #4f7f9e;
    margin: 10px;
}
.submit-btn {
    padding: 0px 210px;
    cursor : pointer;
}
.back-btn {
    padding: 0px 240px;
    cursor: pointer;
}

.form-after .text{
    font-size: 20px;
    margin-left: 40px;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 5px;
    padding: 8px;
}

/* メンバーズカード */
.members-card {
    position: relative;
    padding: 0px 150px;
    height: 240px;
}
.members-card .fanimg{
    display: inline-block;
    width: 160px;
    position: absolute;
    right: 113px;
    top: -30px;
}
.members-card .cardtxt {
    display: inline-block;
    width: 220px;
    position: absolute;
}
.members-card .text{
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    padding: 0px;
}


/* メンバー紹介 */

.member-box {
    padding: 0px 70px;
    position: relative;
    height: 315px;
}

.member-box img {
    width: 35%;
    position: absolute;
}

.member-box p {
    padding-left: 330px;
}

.member-box span {
    font-size: 30px;
    font-weight: bold;
}

.gif-anime{
    width: 100px;
    position: absolute;
    bottom: 0px;
    right: 70px;
}

.gif-anime div{
    width: 49%;
    display: inline-block;
    float: left;
}