@charset "UTF-8";


.wrap{
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../img24/common/bg_brick.png) center top repeat;
  background-size: 1051px 300px;
  position: relative;
}

/*--------SHAREボタン----------*/
.shareBox{
  display: flex;
  width: 114px;
  height: 30px;
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 7;
}
.shareBox.is-show{
  right: 10px;
}

.shareBox ul{
  display: flex;
  justify-content: center;
}

.shareBox li{
  margin: 0 3px;
}

/*--------HOMEメインビジュアル----------*/
.homeBox{
  width: 100%;
  min-width: 1200px;
  max-width: 2400px;
  height: auto;
  min-height: 661px;
  max-height: 1320px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  background: url(../img/home/main_bg.jpg) center top no-repeat;
  background-size: 100%;
  /*z-index: 2;*/
  overflow: hidden;
}
.homeBox img{
  width: 100%;
}

.homeBox div.akai{
  width: 43.9%;
  left: 7.03%;
  top: 0;
  position: absolute;
  z-index:3;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.homeBox div.akai.is-show{
  opacity: 1;
}

.homeBox div.mary{
  width: 18.96%;
  left: 30.2%;
  top: 0;
  position: absolute;
  z-index: 1;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.homeBox div.mary.is-show{
  opacity: 1;
}


.homeBox div.sera{
  width: 25.31%;
  left: 34.53%;
  top: 4.35%;
  position: absolute;
  z-index: 2;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.homeBox div.sera.is-show{
  opacity: 1;
}

.homeBox div.syukichi{
  width: 21.82%;
  left: 48.75%;
  top: 13.718%;
  position: absolute;
  z-index: 1;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.homeBox div.syukichi.is-show{
  opacity: 1;
}

.homeBox div.conan{
  width: 26.927%;
  left: 59.79%;
  bottom: 0;
  position: absolute;
  z-index:3;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.homeBox div.conan.is-show{
  opacity: 1;
}

.homeBox div.maincopy{
  display: flex;
  justify-content: space-between;
  width: 62.8%;
  left: 18.7%;
  top: 0.38%;
  position: absolute;
  z-index: 4;
}
.maincopy .copy1{  width: 48.175%; }
.maincopy .copy2{  width: 48.258%; }

.maincopy img{
  opacity: 0.75;
}

.homeBox h1{
  width: 46.56%;
  left: 24.74%;
  top: 40%;
  position: absolute;
  z-index:5;
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.homeBox h1.is-show{
  width: 38.8%;
  left: 29.69%;
  top: 51%;
  position: absolute;
  z-index:5;
  opacity: 1;
}

.homeBox div.chara1{
  width: 22.29%;
  left: 64.687%;
  top: 7.57%;
  position: absolute;
  z-index:2;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.homeBox div.chara1.is-show{
  opacity: 1;
}

.homeBox div.chara2{
  width: 29.69%;
  left: 12.71%;
  top: 29.706%;
  position: absolute;
  z-index:4;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.homeBox div.chara2.is-show{
  opacity: 1;
}

.homeBox div.homeNavBox{
  width: 100%;
  left: 0;
  bottom: 1.2%;
  background: url(../img/home/bg_nav2.png) center center repeat-x;
  position: absolute;
  z-index:5;
}

.homeNavBox nav.navInner{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 80%;
  min-width: 960px;
  max-width: 1194px;
  height: 8.5%;
  min-height: 66px;
  max-height: 90px;
  padding: 14px 0 14px 0;
  margin: 0 auto;
  background: url(../img/home/bg_nav.png) center center no-repeat;
  background-size: 100% 100%;
}

.navInner img{
  width: auto;
  height:48px;
}

@media screen and	(max-width:1370px) {
  .homeNavBox nav.navInner{
    padding: 8px 0 8px 0;
  }
  .navInner img{
    width: auto;
    height:44px;
  }
}

.homeBox .leftBnr{
  width: 17.2%;
  height: auto;
  left: -5%;
  top: 0.6%;
  position: absolute;
  z-index:6;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.homeBox .leftBnr.is-show{
  left: 0.5%;
  opacity: 1;
}
.leftBnr a img{
    width:100%;
    transition: transform 0.3s;
}
.leftBnr a img:hover{
  transform: scale(1.08);
}

.homeBox .rightBnrBox{
  width: 14%;
  max-width: 220px;
  height: auto;
  right: -5%;
  top: 50px;
  position: absolute;
  z-index:6;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.homeBox .rightBnrBox.is-show{
  right: 0.5%;
  opacity: 1;
}

.rightBnrBox a img{
    width:100%;
    transition: transform 0.3s;
}
.rightBnrBox a img:hover{
  transform: scale(1.1);
}

/*--------HOMEメイン下グラデ----------*/
.homeSubBox{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 40px 0;
  background: url(../img/home/bg_bk.png) center top repeat-x;
  position: relative;
}

.homeSubBox div.official_Box{
  display: flex;
  justify-content:center;
  align-items: center;
  width: auto;
  max-width: 1340px;
  height: 248px;
  margin: -1px auto 0 auto;
  background: url(../img/home/oa_left.svg)left center no-repeat,url(../img/home/oa_right.svg) right center no-repeat;
  background-size: auto 92%,auto 92%;
  position: relative;
}


.official_Box div.officialBnr{
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: flex-start; 
  position: relative;
}

.officialBnr p{
  width: 156px;
  height: 60px;
  padding: 0;
  margin: 0 1px;
  background-color: #a60403;
}

.officialBnr img{
  width: 156px;
  height: 60px;
  margin: 0;
  padding: 0;
}

.homeSubBox div.tieupBnr{
  display: flex;
  width: 90%;
  height: 42px;
  justify-content: center;
  margin: 30px auto 0 auto;
  position: relative;
}

.tieupBnr p{
  width: 152px;
  height: 42px;
  padding: 0;
  margin: 0 1px;
}

.tieupBnr a img{
  width: 152px;
  height: 42px;
}

