@charset "UTF-8";
* {
  word-break: break-all !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  z-index: 0;
  min-width: 320px;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
  line-height: 1.4;
  font-family: "メイリオ", 'Segoe UI', SegoeUI, 'Microsoft JhengHei', 'Malgun Gothic', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a, a:active, a:visited {color: #fff !important;}

a:focus,
*:focus {
  outline: none;
}

/*clearfix*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*==================================
 variable
===================================*/
/* ====================
 common item
==================== */
#cboxOverlay {
  background: #000;
}

.innerWrap {
  position: relative;
  z-index: 0;
  max-width: 980px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.nobr {
  white-space: nowrap !important;
  word-break: normal !important;
}

main {
  overflow: hidden;
}

#cboxLoadedContent {
  padding: 0;
  border: 1px solid #b0aeb1;
}

@media (max-width: 980px) {
  #cboxPrevious,
  #cboxNext,
  #cboxSlideshow,
  #cboxClose {
    top: -35px;
  }
  #cboxContent {
    margin-top: 35px;
  }
  #cboxClose {
    width: 35px;
    height: 36px;
  }
}

@-webkit-keyframes animation-heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  16% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  74% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation-heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  16% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  74% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.-anime {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.-anime {
  opacity: 1\9;
}

/* IE9 */
.-anime.heartbeat {
  opacity: 1;
  -webkit-animation: animation-heartbeat 0.5s linear infinite;
          animation: animation-heartbeat 0.5s linear infinite;
}

.-anime.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.-anime.delay {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* ====================
 header
==================== */
.header {
  position: relative;
  z-index: 30;
  overflow: hidden;
}

.header .innerWrap {
  padding-top: 845px;
  background-image: url(../images/header-kv.jpg);
  background-position: 50% 0;
  background-size: 770px auto;
}

@media (max-width: 980px) {
  .header .innerWrap {
    padding-top: 99.3%;
    background-size: 90% auto;
  }
}

.header .item {
  position: absolute;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
}

.header .headerLogo {
  top: 60%;
  left: 50%;
  width: 35%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .header .headerLogo {
    top: 59%;
    width: 40%;
  }
}

.header .headerText01 {
  top: 5%;
  right: 3%;
  width: 4.3%;
}

@media (max-width: 980px) {
  .header .headerText01 {
    right: 5%;
    width: 5.8%;
  }
}

.header .headerText02 {
  top: 15%;
  left: 3%;
  width: 5.3%;
}

@media (max-width: 980px) {
  .header .headerText02 {
    top: 13%;
    left: 4%;
    width: 7%;
  }
}

.header .headerText03 {
  top: 91%;
  left: 50%;
  width: 35.7%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .header .headerText03 {
    top: 90%;
    width: 56%;
  }
}

.secBg01 {
  background-image: url(../images/sec-bg.jpg);
  background-repeat: repeat;
  border: 1px solid #2c2c2d;
}

@media (max-width: 640px) {
  .secBg01 {
    background-size: 18px auto;
  }
}

/* ====================
 main
==================== */
.section01 {
  position: relative;
  z-index: 0;
  padding-top: 176px;
}

@media (max-width: 980px) {
  .section01 {
    padding-top: 18%;
  }
}

.section01:before {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
  width: 3000px;
  padding-top: 500px;
  border-bottom: 1px solid #2c2c2d;
  background-color: #000;
  -webkit-transform: rotate(6deg) translate(-50%, 0);
          transform: rotate(6deg) translate(-50%, 0);
}

@media (max-width: 980px) {
  .section01:before {
    top: -12%;
    width: 150%;
    padding-top: 50%;
  }
}

.section01 .innerWrap {
  z-index: 1;
}

.section01 .secUpper {
  position: relative;
  z-index: 0;
}

.section01 .secUpper .secTitle {
  width: 62%;
  margin: 0 4% 0 auto;
}

@media (max-width: 980px) {
  .section01 .secUpper .secTitle {
    width: 72%;
    margin: 0 0 0 auto;
  }
}

.section01 .secUpper .chara {
  position: absolute;
  z-index: -1;
  top: -28%;
  left: 2%;
  display: block;
  width: 32%;
}

@media (max-width: 980px) {
  .section01 .secUpper .chara {
    top: -32%;
    left: -2%;
    width: 37%;
  }
}

.section01 .secText {
  display: block;
  width: 68%;
  margin: 2% auto 0;
}

@media (max-width: 980px) {
  .section01 .secText {
    width: 77%;
  }
}

.section01 .charaArea {
  position: relative;
  z-index: 0;
  margin: 5% 0;
  padding-top: 32%;
}

@media (max-width: 980px) {
  .section01 .charaArea {
    padding-top: 37%;
  }
}

.section01 .charaArea .item {
  position: absolute;
  z-index: 2;
  display: block;
}

.section01 .charaArea .chara01 {
  top: 6%;
  left: 47.6%;
  width: 28.4%;
}

@media (max-width: 980px) {
  .section01 .charaArea .chara01 {
    top: 7%;
    width: 32.7%;
  }
}

.section01 .charaArea .chara02 {
  top: 12%;
  left: 24%;
  width: 21.3%;
}

@media (max-width: 980px) {
  .section01 .charaArea .chara02 {
    left: 19.7%;
    width: 24.4%;
  }
}

.section01 .charaArea .circle {
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 71.5%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .section01 .charaArea .circle {
    width: 83.2%;
  }
}

.section01 .charaArea .flower01,
.section01 .charaArea .flower02 {
  width: 14.1%;
}

@media (max-width: 980px) {
  .section01 .charaArea .flower01,
  .section01 .charaArea .flower02 {
    width: 19.3%;
  }
}

.section01 .charaArea .flower01 {
  top: 6%;
  right: 3%;
}

@media (max-width: 980px) {
  .section01 .charaArea .flower01 {
    right: 1%;
  }
}

.section01 .charaArea .flower02 {
  top: 2%;
  left: 3%;
}

@media (max-width: 980px) {
  .section01 .charaArea .flower02 {
    left: 1%;
  }
}

.ssArea .innerWrap {
  padding: 110px 0;
  text-align: center;
}

@media (max-width: 980px) {
  .ssArea .innerWrap {
    padding: 20% 0;
  }
}

.ssArea .ssWrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 28%;
  margin: 2%;
  border: 2px solid #b0aeb1;
  border-radius: 2px;
  font-size: 0;
}

.ssArea .ssWrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.ssArea .ssWrap:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 980px) {
  .ssArea .ssWrap {
    width: 38.2%;
    margin: 3%;
  }
}

@media (max-width: 640px) {
  .ssArea .ssWrap {
    border: 1px solid #b0aeb1;
    border-radius: 0px;
  }
}

.ssArea .ssWrap .ssIcon {
  position: absolute;
  z-index: 1;
  top: 2%;
  right: 2%;
  max-width: 42px;
  width: 11.5%;
}

.specArea .innerWrap {
  padding: 100px 0 120px;
}

@media (max-width: 980px) {
  .specArea .innerWrap {
    padding: 12% 0 24%;
  }
}

.specArea .specList {
  position: relative;
  z-index: 0;
  list-style: none;
  width: 63.2%;
  margin: 0;
  padding: 0 0 0 10%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 980px) {
  .specArea .specList {
    width: 87.7%;
    padding: 0 0 0 6%;
  }
}

.specArea .specList li {
  margin: .5% 0;
}

.specArea .specChara {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 10%;
  width: 20%;
}

@media (max-width: 980px) {
  .specArea .specChara {
    width: 22.5%;
    right: 6%;
  }
}

/* ====================
 footer
==================== */
.footer {
  background-color: #000;
}

.footer .innerWrap {
  padding: 50px 0;
}

@media (max-width: 640px) {
  .footer .innerWrap {
    padding: 15% 0;
  }
}

.footer .logoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 370px;
  margin: auto;
  text-align: center;
  vertical-align: bottom;
}

@media (max-width: 640px) {
  .footer .logoWrap {
    width: 266px;
  }
}

.footer .logoWrap .logo {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}

.footer .logoWrap .logo01 {
  width: 114px;
}

.footer .logoWrap .logo02 {
  width: 68px;
}

.footer .logoWrap .logo03 {
  width: 122px;
}

@media (max-width: 640px) {
  .footer .logoWrap .logo01 {
    width: 86px;
  }
  .footer .logoWrap .logo02 {
    width: 50px;
  }
  .footer .logoWrap .logo03 {
    width: 92px;
  }
}

.footer .text {
  position: relative;
  z-index: 0;
  margin: 25px 0 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}

.footer .text small {
  font-size: 100%;
}

.footer .text .ps4Small01 {
  width: 20px;
}

.footer .text .ps4Small02 {
  width: 40px;
}
/*# sourceMappingURL=style.css.map */