@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p { margin: 0; padding: 0; }




/*-------clearfix-------*/
.clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; overflow: hidden; font-size: 0; }
.hidetxt{ text-indent: 100%; white-space: nowrap; overflow: hidden; }

header{ position: relative; z-index: 100; }
#header_nav{ position: relative; z-index: 100; background: #FFFFFF; }
#content {margin: 0; padding: 0;}
#special {background-color: #000;}


/*-------hover-------*/
#special a img{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#special a img:hover{
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:0.6;
	zoom:1;
}

/*-------- fate common --------*/

#wraper_fate img{
  vertical-align: bottom;
}

#wraper_fate{
  background: url(/megahobby/event/fate_sp/images/pc/bg.jpg) #161f5a center top no-repeat;
  background-position: bottom;
  background-size: contain;
  background-attachment: fixed;
  padding-bottom: 64px; 
}

/*-------- mainvisual --------*/

#wraper_fate #sec_mainvisual{
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_bg.jpg) center top no-repeat;
  padding-top: 40px;
  position: relative;
  z-index: 80;
}
#wraper_fate #sec_mainvisual:after{
  width: 100%;
  height: 122px;
  content: " ";
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_bg_btm.png) center top no-repeat;
  position: absolute;
  bottom: -47px;
  /*left: 50%;
  transform: translate(-50%,0);*/
}

#wraper_fate .inner{
  width: 1100px;
  height: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#wraper_fate #sec_mainvisual h2{
  width: 836px;
  margin: 0 auto;
}

#wraper_fate #sec_mainvisual ul li:nth-child(1){
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_dta.png) center top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 418px;
  height: 787px;
  position: absolute;
  left: -10px;
  top: 251px;
}

#wraper_fate #sec_mainvisual ul li:nth-child(1) span{
  margin: 0 auto;
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_dta.png) center bottom no-repeat;
  display: block;
  width: 418px;
  height: 787px;
}

#wraper_fate #sec_mainvisual ul li:nth-child(2){
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_sanrio.png) center top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 542px;
  height: 423px;
  position: absolute;
  left: 281px;
  top: 272px;
}

#wraper_fate #sec_mainvisual ul li:nth-child(2) a{
  margin: 0 auto;
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_sanrio.png) center bottom no-repeat;
  display: block;
  width: 542px;
  height: 423px;
}

#wraper_fate #sec_mainvisual ul li:nth-child(3){
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_vaheroesdx.png) center top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 413px;
  height: 501px;
  position: absolute;
  right: -8px;
  top: 245px;
}

#wraper_fate #sec_mainvisual ul li:nth-child(3) a{
  margin: 0 auto;
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_vaheroesdx.png) center bottom no-repeat;
  display: block;
  width: 413px;
  height: 501px;
}

#wraper_fate #sec_mainvisual ul li:nth-child(4){
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_chimimega.png) center top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 713px;
  height: 341px;
  position: absolute;
  right: 1px;
  bottom: 1px;
}

#wraper_fate #sec_mainvisual ul li:nth-child(4) span{
  margin: 0 auto;
  background: url(/megahobby/event/fate_sp/images/pc/mainvisual_img_chimimega.png) center bottom no-repeat;
  display: block;
  width: 713px;
  height: 341px;
}

#wraper_fate #sec_mainvisual ul li a:hover{
  opacity: 1;
  animation: flash 0.8s;
}

#wraper_fate #sec_mainvisual ul li span:hover{
  opacity: 1;
  animation: flash 0.8s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

/*-------- products --------*/

#wraper_fate #sec_products{
  width: 1100px;
  padding-top: 40px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 100
}

#wraper_fate #sec_products .special_bnr{margin: 20px 0 40px 0;}
#wraper_fate #sec_products .special_bnr a img{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;}

#wraper_fate #sec_products .special_bnr a img:hover{
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:0.6;
	zoom:1;}

#wraper_fate #sec_products h3{
  width: 520px;
  margin: 0 auto 50px;
}

#wraper_fate #sec_products ul{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}

#wraper_fate #sec_products ul li{
  border-left:3px solid #9e843f;
  border-right:3px solid #9e843f;
  background: #FFFFFF;
}

#wraper_fate #sec_products ul li:before,
#wraper_fate #sec_products ul li:after{
content:"";
display:block;
height:3px;
background: linear-gradient(to right, #9e843f 0%,#efca67 48%,#9e843f 100%);
}
#wraper_fate #sec_products ul li a{
  transition: all 0.3s ease-out 0s;
}
#wraper_fate #sec_products ul li a:hover{
  opacity: 0.6;
  transition: all 0.2s ease-out 0s;
}

#wraper_fate #sec_products #products_topics li{
  width: 524px;
  margin: 0 40px 40px 0;
}
#wraper_fate #sec_products #products_topics li:nth-child(2n){
  margin-right: 0;
}

#wraper_fate #sec_products #products_list li{
  width: 154px;
  margin: 0 28px 28px 0;
}

#wraper_fate #sec_products #products_list li:nth-child(6n){
  margin-right: 0;
}

#wraper_fate #sec_products ul img{
  width: 100%;
}

#wraper_fate #sec_products #products_btn{
  background: url(/megahobby/event/fate_sp/images/pc/products_btn.png) center top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#wraper_fate #sec_products #products_btn a{
  width: 330px;
  height: 52px;
  margin: 0 auto;
  background: url(/megahobby/event/fate_sp/images/pc/products_btn.png) center bottom no-repeat;
  display: block;
  transition: all 0.3s ease-out 0s;
}

#wraper_fate #sec_products #products_btn a:hover{
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

/*-------- txt_copyright --------*/
#wraper_fate #txt_copyright{
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 100;
  position: relative;
}

/*-------- bg --------*/
#bg {
    width: 100%;
    position: fixed;
    bottom: 0;
    /*left: 50%;*/
    z-index: 0;
   /* transform: translate(-50%,0);*/
}
#bg img{
    width: 100%;
}

/*-------- フッター --------*/
footer {width: 100%; position: relative;}
footer #box_inner {width: 1200px; margin: 0 auto; position:relative;}
footer #box_inner #footer_sns {position: absolute; top:90px; left:0;}
footer #box_inner #footer_sns .fb-like{ margin: 0 10px 0 0;}
footer #box_inner #footer_sns .fb_iframe_widget > span {vertical-align: baseline !important;}
#twitter-widget-0 {vertical-align: top;}
