@charset "UTF-8";

/*----------------------------

1.common
2.header
3.main_movie
4.about
5.back_num
6.info
7.new
8.footer

/*----------------------------

/* 1.common */


/* loading */

.loader {
  background: #25aae5;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear; }
  .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
            animation-delay: -0.35s !important; }

#loading > div {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

html{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

#board a{
  text-decoration: underline;
}

a img{
  transition: all .3s;
}

.pc{
  display: none;
}

@media (min-width: 800px) {
  
  .pc{
    display: -webkit-flex;
    display: flex;
  }
  
  a img:hover{
    opacity: .7;
  }
  #new a img:hover{
    opacity: 1;
    filter: brightness(1.4);
  }

  a:hover {
    color: #44FFF0;
  }
}

figure{
  margin: 0;
}

#bg{  
  background: url(../img/bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  height: 100vh;
  min-height: 1000px;
  width: 100%;
  z-index: -100;
}

#cont::before{
  background: url(../img/bg2-top.png)no-repeat;
  content: "";
  display: block;
  height: 580px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1150px;
  z-index: 0;
}

#cont{
  background: url(../img/bg2.png)repeat-y;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1350px;
}

#cont::after{
  background: url(../img/bg2-bottom.png)no-repeat;
  content: "";
  display: block;
  height: 500px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 1150px;
  z-index: 0;
}

#cont > .inr{
  position: relative;
  margin: 0 auto;
  z-index: 10;
  width: 1000px;
}

#cont > *{
  pointer-events: visible;
}

.noel{
  cursor: pointer;
  position: absolute;
}

/* 2.header */

header .inr{
  display: flex;
  display: -webkit-flex;
  margin: 23px auto 0;
  position: relative;
  width: 1000px;
}

header h1{
  margin-left: -4px;
  position: relative;
}

header .txt{
  margin-left: -16px;
}

header .noel.n01{
  top: 23px;
  right: -12px;
}

/* 3.main_movie */

#main_movie{
  position: relative;
  margin: 44px auto 0;
  width: 970px;
}

#main_movie::after{
  background: url(../img/frame-main.png)no-repeat;
  content: "";
  display: block;
  height: 656px;
  pointer-events: none;
  position: absolute;
  top: -55px;
  left: -28px;
  width: 1027px;
}

#main_movie .noel.n02{
  top: 403px;
  left: -140px;
  z-index: 10;
}

/* 4.about */

#about{
  background: url(../img/about-bg.png)no-repeat;
  height: 363px;
  position: relative;
  margin: 110px auto 0;
  width: 1079px;
}

#about h2{
  position: absolute;
  top: -33px;
  left: 40px;
}

#about .inr{
  display: flex;
  display: -webkit-flex;
  margin-left: 79px;
}

#about .txt{
  margin-top: 62px;
}

#about .ss{
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
  height: 279px;
  margin: 41px 0 0 29px;
  overflow: hidden;
  width: 495px;
}

#about .ss button{
  display: none !important;
}

/* 5.back_num */

#back_num::before{
  background: url(../img/bg2-middle.png)no-repeat;
  content: "";
  display: block;
  height: 112px;
  margin: 210px auto 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1150px;
  z-index: 0;
}

#back_num{
  background: url(../img/backnum-bg.png)no-repeat;
  position: relative;
  margin: 40px auto 10px;
  width: 1150px;
}

#back_num h2{
  position: absolute;
  top: -3px;
  left: 26px;
}

#back_num .inr{
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  width: 1000px;
  z-index: 10;
}

#back_num .inr div{
  margin-top: 100px;
  box-shadow: 0px 4px 0px 2px rgba(0,0,0,.2);
}

#back_num .inr div:nth-child(n+3){
  margin-top: 40px;
}

.noel_cont{
  margin: 0 auto;
  position: relative;
  width: 1350px;
  z-index: -10;
}

.noel.n03{
  top: 638px;
  left: -15px;
}

/* 6.info_board */

#info_board{
  background: url(../img/info-bg.png)no-repeat;
  height: 272px;
  margin: -36px 123px 0 auto;
  width: 1055px;
}

#info_board .inr{
  display: flex;
  display: -webkit-flex;
}

#info h3{
  margin: 30px 0 0 46px;
}

#info div{
  height: 168px;
  overflow-y: scroll;
}

#info h3{
  margin: 30px 0 0 46px;
}

#info dl{
  color: #fff;
  display: flex;
  display: -webkit-flex;
  font-size: 16px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 11px;
  margin-left: 50px;
  width: 458px;
}

#info dt{
  width: 100px;
}

#info dd{
  width: 355px;
}

#board{
  background: url(../img/board-bg.png)no-repeat;
  color: #fff;
  height: 224px;
  margin: 21px 0 0 29px;
  width: 469px;
}

#board h3{
  margin: 6px 0 0 30px;
}

#board div{
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  height: 53px;
  margin: 28px 0 0 30px;
  width: 417px;
}

#board div > p:first-child{
  margin-right: 10px;
}

#board div > p{
  display: inline-block;
  font-size: 13px;
  line-height: 145%;
}

#board ul{
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 23px 0 0 30px;
  width: 417px;
}

/* 7.new */

#new{
  background: url(../img/new-bg.png)no-repeat;
  background-position: bottom;
  display: flex;
  display: -webkit-flex;
  height: 550px;
  width: 1130px;
  margin-left: 113px;
  padding-top: 78px;
  position: relative;
  z-index: 10;
}

#new .inr{
 margin: -36px 50px 0 13px;
}

#new h3{
 margin: 29px 0 0 96px;
}

#new dl{
  color: #191919;
  font-size: 15px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
  margin-left: 93px;
  width: 522px;
}

#new h3 + dl{
  margin-top: 20px;
}

#new dt{
  font-weight: bold;
  width: 75px;
}

#new dd{
  line-height: 140%;
  width: 436px;
}

#new .img{
  margin-top: 34px;
}

#new .cre{
  line-height: 130%;
  font-size: 13px;
  margin-top: 20px;
  margin-left: 93px;
}

#new .btn{
  margin-top: 15px;
  margin-left: 93px;
  position: relative;
  z-index: 10;
}

#new .noel.n04{
  left: 515px;
  bottom: 59px;
  z-index: 5;
}

.noel.n05{
  top: -600px;
  right: 45px;
}

/* 8.footer */

footer{
  position: relative;
  z-index: 10;
}

footer ul.bn{
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 55px auto 32px;
  width: 660px;
}

footer div{
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

footer > div{
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}

footer div > p{
  margin-bottom: 30px;
}

footer div div p:first-child{
  border-right: solid 1px #fff;
  padding-right: 15px;
}

footer div div p:first-child a:hover{
  opacity: .7;
}

footer div div p:nth-child(2){
  padding-left: 15px;
}