@charset "UTF-8";

html, body, .container {
  height: 100%;
  width: 100%;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
  background-image: url(../img/bgw.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#load {
	width: 65px;
	height: 65px;
	margin: -68px 0 0 -68px;
	opacity: 1;
  background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
  z-index: 999;
}

#load p{
  font-size: 80%;
  text-align: center;
  color: #000;
}

#wrap{
  width: 1050px;
	margin: 0 auto;
	padding-top: 5px;
	margin-bottom: 10px;
	/* box-shadow */
  box-shadow:rgba(123,212,255, 0.65098) 0px 0px 6px 4px;
	-webkit-box-shadow:rgba(123,212,255, 0.65098) 0px 0px 6px 4px;
	-moz-box-shadow:rgba(123,212,255, 0.65098) 0px 0px 6px 4px;
	background-attachment: scroll;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
  z-index: 1;
}

#wrap_menu{
  width: 1050px;
	margin: 0 auto;
}

.menu{
  z-index: 100;
  text-align: center;
  width: 1050px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  position: fixed;
  background-color: transparent;
}

.menu hr{
  border: 0;
  margin: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}

nav a {
	position: relative;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	outline: none;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.cl-effect-3 a {
	padding: 1px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: rgba(255,67,101,0.8);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}




nav a.active {
	position: relative;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	outline: none;
}

nav a.active:hover,
nav a.active:focus {
	outline: none;
}

.cl-effect-3 a.active {
	padding: 1px 0;
}

.cl-effect-3 a.active::after {
	position: absolute;
  display: none;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: rgba(255,67,101,0);
}

#activebar_wrap{
  width: 1050px;
  margin: 69px auto 0px auto;
  position: fixed;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  z-index: 101;
}

.activebar{
  width: 145px;
  height: 1.5px;
	background: rgba(255,67,101,0.8);
  z-index: 101;
}

.nonactivebar{
  width: 145px;
  height: 1.5px;
	background: rgba(255,67,101,0);
  z-index: 101;
}

#wrap_character{
  width: 1050px;
  background: url(../img/mahoujin.png) no-repeat center center fixed;
}

.character{
	position: relative;
  padding-top: 100px;
	padding-bottom: 10px;
  width: 1050px;
  height: auto;
	z-index: 10;
}

.icons{
	position: fixed;
  width: auto;
	z-index: 100;
}

.mainsub{
  display: flex;
  display: -webkit-flex;
  width: 1050px;
  padding-left: 10px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.other{
  width: 1050px;
  margin-top: 20px;
  padding-left: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.ielem_1{
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

.ielem_2{
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

.ielem_1 a{
    display:block;
}
.ielem_1 a img{
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.ielem_1 a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    opacity:0.6;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    zoom:1;
}

.char-container{
  width: 1050px;
}

.char-container hr{
  border: 0;
  height: 0;
  margin-top: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

#title{
  width: inherit;
  text-align: center;
  margin-top: 180px;
}



#char-main_header{
  width: 1050px;
  margin-top: 25px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#char-main_header p{
  font-size: 22px;
  color: rgba(20,20,20,1);
  padding-left: 80px;
  background: url("../img/dhead.png") 65px 50% no-repeat;
  margin: 0;
  text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

#char-main_header hr{
  width: 900px;
  border: 0;
  margin-top: 0;
  height: 0;
  border-top: 1px solid #7DCE82;
}

#char-subh_header{
  width: 1050px;
  margin-top: 50px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#char-subh_header p{
  font-size: 22px;
  color: rgba(20,20,20,1);
  padding-left: 80px;
  background: url("../img/dhead.png") 65px 50% no-repeat;
  margin: 0;
  text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

#char-subh_header hr{
  width: 900px;
  border: 0;
  margin-top: 0;
  height: 0;
  border-top: 1px solid #3CDBD3;
}

#char-main1{
  margin-top: 15px;
  width: 1050px;
  height: 800px;
  background: url("../img/character/chara01.png") no-repeat center center;
}

#char-main2{
  margin-top: 25px;
  width: 1050px;
  height: 800px;
  background: url("../img/character/chara02.png") no-repeat center center;
}

#char-main3{
  margin-top: 25px;
  width: 1050px;
  height: 800px;
  background: url("../img/character/chara03.png") no-repeat center center;
}

#char-main4{
  margin-top: 25px;
  width: 1050px;
  height: 800px;
  background: url("../img/character/chara04.png") no-repeat center center;
}

#char-main5{
  margin-top: 25px;
  width: 1050px;
  height: 800px;
  background: url("../img/character/chara05.png") no-repeat center center;
}

#char-sub1{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara01.png") no-repeat center center;
}

#char-sub2{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara02.png") no-repeat center center;
}

#char-other1{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara03.png") no-repeat center center;
}

#char-other2{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara04.png") no-repeat center center;
}

#char-other3{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara05.png") no-repeat center center;
}

#char-other4{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara06.png") no-repeat center center;
}

#char-other5{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara07.png") no-repeat center center;
}

#char-other6{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara08.png") no-repeat center center;
}

#char-other7{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara09.png") no-repeat center center;
}

#char-other8{
  margin-top: 25px;
  width: 1050px;
  height: 399px;
  background: url("../img/character/schara10.png") no-repeat center center;
}

.vbutton{
  position: absolute;
  width: 400px;
  height: 60px;
  margin-left: 350px;
  margin-top: 665px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  z-index: auto;
}

.vsubbutton{
  position: absolute;
  width: 400px;
  height: 60px;
  margin-left: 170px;
  margin-top: 290px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  z-index: auto;
}



.cbutton{
  position: absolute;
  width: 230px;
  height: 60px;
  margin-left: 350px;
  margin-top: 595px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  z-index: auto;
}

.cbutton a.himeno{
    background-color: rgba(33, 131, 255, 1);
    display:block;
}

.cbutton a.himeno img{
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.cbutton a.himeno:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    opacity:0.6;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    zoom:1;
}

.cbutton a.suzu{
    background-color: rgba(145, 219, 52, 1);
    display:block;
}

.cbutton a.suzu img{
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.cbutton a.suzu:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    opacity:0.6;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    zoom:1;
}

.cbutton a.irori{
    background-color: rgba(192, 117, 255, 1);
    display:block;
}

.cbutton a.irori img{
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.cbutton a.irori:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    opacity:0.6;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    zoom:1;
}

.cbutton a.mena{
    background-color: rgba(255, 155, 59, 1);
    display:block;
}

.cbutton a.mena img{
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.cbutton a.mena:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    opacity:0.6;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    zoom:1;
}

.cbutton a.touka{
    background-color: rgba(255, 127, 169, 1);
    display:block;
}

.cbutton a.touka img{
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.cbutton a.touka:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    opacity:0.6;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    zoom:1;
}

#footer{
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(253, 211, 70, 0.95);
  box-shadow:0 8px 12px -8px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow:0 8px 12px -8px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow:0 8px 12px -8px rgba(0, 0, 0, 0.75) inset;
}

.fcontainer{
  width: 1050px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
  margin: 0 auto;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}

.flogo{
  text-align: center;
  width: 500px;
  margin: 0;
  padding: 0;
}
.flogo2{
  text-align: center;
  width: 500px;
  margin-top: 20px;
  padding: 0;
}

.copyright{
  width: auto;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}
.copyright p{
  text-align: center;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
  color:#333333;
  padding-left: 14px;
  line-height: 0.8em;
}
