@charset "UTF-8";

html, body, .container {
  height: 100%;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*,
*: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;
  overflow-x: hidden;
}

#wrap{
  width: 1050px;
	margin: 0 auto;
	padding-top: 5px;
	margin-bottom: 10px;
/*
  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: 10;
}

#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;
}

.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;
  -webkit-justify-content: center;
  z-index: 101;
}

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

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

#wrap_topimage{
  position: relative;
  max-width: 1500px;
  min-width: 1050px;
  margin: 0px auto 0 auto;
}


.topimage{
  position: relative;
  text-align: center;
  max-width: 1500px;
  min-width: 1050px;
  margin: 0px auto 0 auto;
  z-index: -2;
}

.topimage img{
  width: 100%;
  text-align: center;
}

.topmaster{
  position: absolute;
  left: 160px;
  top: 120px;
  text-align: center;
  max-width: 1500px;
  min-width: 1050px;
  width: 342px;
  margin: 0px auto 0 auto;
  z-index: 5;
}

.topmaster img{
  width: 342px;
  text-align: center;
}

.copyrelease{
  position: absolute;
  top: 585px;
  left: 720px;
  text-align: center;
  max-width: 503px;
  min-width: 74px;
  margin: 0 auto 0 auto;
  z-index: 0;
}

.copyrelease img{
  width: 100%;
  text-align: center;
}

.release{
  position: relative;
  text-align: center;
  max-width: 1500px;
  min-width: 1050px;
  margin: 0px auto 0 auto;
  z-index: -1;
}

.release img{
  width: 100%;
  text-align: center;
}

.mahoujin{
  position: absolute;
  width: 915px;
  height: 915px;
  z-index: -2;
  margin-left: 70px;
  margin-top: 65px;
  overflow: hidden;
}

.logo{
	position: relative;
	margin-top: -180px;
	margin-left: 220px;
	padding-bottom: 10px;
	z-index: 2;
}

#blurarea{
  width: 100%;
  height: 140px;
  margin-top: -105px;
  background: url("../img/blur.png") repeat-x;
  z-index: 10;
}

#wrap_info{
  min-width: 1050px;
  width: 100%;
  background: url("../img/bg2.png") repeat;
}

.wrap_info_color{
  background-color: transparent;
}

.bannercontainer{
  position: relative;
  width: 1050px;
  padding-top: 20px;
  margin: 0 auto 10px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap:         wrap;
  -webkit-flex-wrap: wrap;
}

.banner{
  width: 450px;
  height: 114px;
  margin-bottom: 10px;
}

.banner a img{
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.banner 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;
}

.banner2{
  width: 1000px;
  height: 150px;
  margin-bottom: 10px;
}

.banner2 a img{
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.banner2 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;
}



.infobox{
  margin-top: 0px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap:         wrap;
  -webkit-flex-wrap: wrap;
  /*padding-left: 15px;*/
  z-index: 98;
}

.header_history{
  position: relative;
  width: 700px;
  height: 30px;
  text-align: center;
  background-color: rgba(183,210,0,1);
  z-index: 98;
}

.header_history img{
  padding-top: 3px;
}

.blank{
  position: relative;
  width: 350px;
  height: 30px;
}


.wrap_history{
  position: relative;
  width: 660px;
  height: 1900px;
  background: url("../img/repeatbgimage.png") repeat;
  border: medium solid rgba(255, 223, 3, 1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  z-index: 90;
}

.history_dashed{
  position: relative;
  margin: 5px auto 5px auto;
  width: 640px;
  height: 1880px;
  border: 3px #fff dashed;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.history_header{
  position: relative;
  margin: 10px auto 20px auto;
  width: 329px;
  height: 29px;
  background: url("../img/whatsnew.png") no-repeat;
}

.history{
  position: relative;
  margin: 0 auto;
  width: 620px;
  height: 1804px;
  overflow: auto;
  background-color: #fff;
  box-shadow: rgba(255, 223, 3, 0.65098) 0px 0px 3px 1.5px;
  -webkit-box-shadow: rgba(255, 223, 3, 0.65098) 0px 0px 3px 1.5px;
  -moz-box-shadow: rgba(255, 223, 3, 0.65098) 0px 0px 3px 1.5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.theme1{
  height: auto;
  margin-top: 20px;
  min-height: 85px;
  background: url("../img/icon/icon_himeno.jpg") 25px 50% no-repeat;
}

.theme2{
  height: auto;
  margin-top: 20px;
  min-height: 85px;
  background: url("../img/icon/icon_suzu.jpg") 25px 50% no-repeat;
}

.theme3{
  height: auto;
  margin-top: 20px;
  min-height: 85px;
  background: url("../img/icon/icon_irori.jpg") 25px 50% no-repeat;
}

.theme4{
  height: auto;
  margin-top: 20px;
  min-height: 85px;
  background: url("../img/icon/icon_mena.jpg") 25px 50% no-repeat;
}

.theme5{
  height: auto;
  margin-top: 20px;
  min-height: 85px;
  background: url("../img/icon/icon_touka.jpg") 25px 50% no-repeat;
}

.history hr{
  width: 600px;
  color: #fff;
  background-color: #fff;
  border: none;
	border-top: 2.5px dashed rgba(253, 224, 2, 1);
}

.history p.main{
  font-size: 13px;
  text-align: left;
	color: #73706f;
	padding-left: 150px;
  padding-right: 20px;
	line-height: 1.1em;
}

.history p.date{
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
	color: rgba(4, 170, 255, 1);
	padding-left: 160px;
  background: url("../img/dhead.png") 145px 50% no-repeat;
	line-height: 0.8em;
}

.history span{
  float: right;
  margin: 5px 20px 10px 0px;
}

.button_container{
  position: relative;
  height: 34px;
}

.button {
	display: inline-block;
	width: 100px;
	height: 34px;
	text-align: center;
	text-decoration: none;
  font-size: 13px;
	line-height: 34px;
	outline: none;
  background-color: rgba(4, 170, 255, 1);
	color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.button:hover {
	background-color: rgba(127, 230, 255, 1);
	color: #000;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.rightsection{
  width: 350px;
  height: auto;
  margin-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.youtube{
  width: 350px;
  height: 197px;
}

.twitter{
  width: 350px;
  height: 300px;
  margin-top: 20px;
}

.wrap_4koma_info{
  width: 350px;
  height: 920px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
}

.wrap_publish_info{
  width: 350px;
  height: 450px;
  margin-top: 20px;
  background: url("../img/repeatbgimage2.png") repeat;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: medium solid rgba(49, 144, 251, 1);
}

.publish_dashed{
  position: relative;
  margin: 5px auto 5px auto;
  width: 335px;
  height: 435px;
  border: 3px #fff dashed;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.publishcontainer{
  width: 310px;
  height: 418px;
  margin: 5px auto;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: rgba(49, 144, 251, 0.65098) 0px 0px 3px 1.5px;
  -webkit-box-shadow: rgba(49, 144, 251, 0.65098) 0px 0px 3px 1.5px;
  -moz-box-shadow: rgba(49, 144, 251, 0.65098) 0px 0px 3px 1.5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.publishcontainer hr{
  color: #fff;
  background-color: #fff;
  border: none;
	border-top: 2.5px dashed rgba(127, 230, 255, 1);
}

.publishsection{
  width: 310px;
  height: auto;
  margin: 15px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap:         wrap;
  -webkit-flex-wrap: wrap;
}

.mimage{
  width: 130px;
  text-align: center;
}

.mtext{
  display: block;
  width: 170px;
  text-align: center;
  padding-top: 25px;
}

.mtext p.title{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
}

.mtext p.date{
  font-size: 11px;
}



#footer{
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(253, 211, 70, 1);
  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 5px 3px rgba(0,0,0,0.1),
               0px -5px 16px rgba(255,255,255,0.15);
}

.fcontainer table{
  font-size: 70%;
  font-weight: normal;
  border-style: hidden;
}

.fcontainer th{
  font-size: inherit;
  font-weight: normal;
  text-align: left;
  padding-right: 30px;
  border-style: hidden;
}
.fcontainer td{
  font-size: inherit;
  font-weight: normal;
  border-style: hidden;
}

.flogo{
  width: 280px;
  text-align: center;
  margin: 0;
  padding: 0;
  flex-grow: 3;
  -webkit-flex-grow: 3;
}

.fspec{
  width: 330px;
  margin-top: 15px;
  padding: 0;
  flex-grow: 0;
  -webkit-flex-grow: 0;
}

.fspec2{
  width: 330px;
  margin-top: 15px;
  padding: 0;
  flex-grow: 0;
  -webkit-flex-grow: 0;
}

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