@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

body {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, Osaka, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.71;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  color: #fff;
  background: url(../img/bg__PC.png) no-repeat center top #000;
}
@media screen and (max-width: 980px) {
  body {
    background: url(../img/bg__PC.png) no-repeat center top #000;
    background-size: auto 80%;
  }
}
@media screen and (max-width: 980px) {
  body {
    background: url(../img/bg__SP.png) no-repeat center top #000;
    background-size: cover;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}
.wrapper .header__wrapper {
  background: #fff;
  padding: 27px 0 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper .header__wrapper .header__contents {
  width: 952px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .wrapper .header__wrapper .header__contents {
    width: 95%;
  }
}
.wrapper .header__wrapper .header__contents h1 {
  width: 38%;
}
@media screen and (max-width: 414px) {
  .wrapper .header__wrapper .header__contents .logo {
    width: 100%;
    height: auto;
  }
}
.wrapper .header__wrapper .header__contents .catch__contents {
  display: inline-block;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .wrapper .header__wrapper .header__contents .catch__contents {
    text-align: right;
  }
}
.wrapper .header__wrapper .header__contents .catch__contents .h_company {
  color: #000;
}
@media screen and (max-width: 414px) {
  .wrapper .header__wrapper .header__contents .catch__contents .h_company {
    font-size: 14px;
  }
}
.wrapper .header__wrapper .header__contents .catch__contents .h_title {
  color: #f6ab00;
  font-size: 11px;
}
@media screen and (max-width: 414px) {
  .wrapper .header__wrapper .header__contents .catch__contents .h_title {
    font-size: 9px;
  }
}
.wrapper .contents__wrapper .bg__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -760px;
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .bg__contents {
    margin-top: -1080px;
  }
}
.wrapper .contents__wrapper .bg__contents .img-roll {
  z-index: -10;
  -webkit-animation: 50s linear infinite rotation;
          animation: 50s linear infinite rotation;
}
.wrapper .contents__wrapper .main__contents {
  margin-top: -1850px;
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents {
    margin-top: -1530px;
  }
}
.wrapper .contents__wrapper .main__contents .tit__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 705px;
  position: relative;
  width: 952px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents .tit__contents {
    width: 95%;
    height: 600px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .tit__contents {
    height: 510px;
  }
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents .tit__contents {
    height: 430px;
  }
}
.wrapper .contents__wrapper .main__contents .tit__contents::before {
  content: "";
  background: url(../img/logo-deco_lt.png) no-repeat;
  display: inline-block;
  width: 537px;
  height: 411px;
  position: absolute;
  left: -240px;
  top: 65px;
  z-index: -20;
  -webkit-animation: fede 5s linear, decot 3s ease-in-out infinite;
          animation: fede 5s linear, decot 3s ease-in-out infinite;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents .tit__contents::before {
    background: url(../img/logo-deco_lt.png) no-repeat;
    background-size: 70%;
    left: -180px;
    top: 115px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .tit__contents::before {
    background: url(../img/logo-deco_lt.png) no-repeat;
    background-size: 50%;
    left: -100px;
  }
}
.wrapper .contents__wrapper .main__contents .tit__contents::after {
  content: "";
  background: url(../img/logo-deco_rt.png) no-repeat;
  display: inline-block;
  width: 724px;
  height: 402px;
  position: absolute;
  right: -290px;
  top: 15px;
  z-index: -20;
  -webkit-animation: fede 5s linear, decot 3.1s ease-in-out infinite;
          animation: fede 5s linear, decot 3.1s ease-in-out infinite;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents .tit__contents::after {
    background: url(../img/logo-deco_rt.png) no-repeat;
    background-size: 70%;
    right: -330px;
    top: 115px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .tit__contents::after {
    background: url(../img/logo-deco_rt.png) no-repeat;
    background-size: 50%;
    right: -450px;
  }
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents .tit__contents::after {
    right: -530px;
  }
}
.wrapper .contents__wrapper .main__contents .tit__contents .event-tit {
  position: absolute;
  top: 160px;
}
.wrapper .contents__wrapper .main__contents .tit__contents .event-tit::before {
  content: "";
  background: url(../img/logo-deco_lb.png) no-repeat;
  display: inline-block;
  width: 561px;
  height: 360px;
  position: absolute;
  left: -405px;
  bottom: -100px;
  z-index: -20;
  -webkit-animation: fede 5s linear, decob 2.5s ease-in-out infinite;
          animation: fede 5s linear, decob 2.5s ease-in-out infinite;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit::before {
    background: url(../img/logo-deco_lb.png) no-repeat;
    background-size: 70%;
    left: -240px;
    bottom: -150px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit::before {
    background: url(../img/logo-deco_lb.png) no-repeat;
    background-size: 45%;
    left: -100px;
    bottom: -170px;
  }
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit::before {
    left: -100px;
    bottom: -200px;
  }
}
.wrapper .contents__wrapper .main__contents .tit__contents .event-tit::after {
  content: "";
  background: url(../img/logo-deco_rb.png) no-repeat;
  display: inline-block;
  width: 356px;
  height: 483px;
  position: absolute;
  right: -270px;
  bottom: -180px;
  z-index: -20;
  -webkit-animation: fede 5s linear, decob 2.7s ease-in-out infinite;
          animation: fede 5s linear, decob 2.7s ease-in-out infinite;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit::after {
    background: url(../img/logo-deco_rb.png) no-repeat;
    background-size: 70%;
    right: -260px;
    bottom: -210px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit::after {
    background: url(../img/logo-deco_rb.png) no-repeat;
    background-size: 45%;
    right: -280px;
    bottom: -260px;
  }
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit::after {
    right: -270px;
    bottom: -280px;
  }
}
.wrapper .contents__wrapper .main__contents .tit__contents .event-tit .tit {
  -webkit-animation: fede-tit 2s linear;
          animation: fede-tit 2s linear;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit .tit {
    width: auto;
    height: 450px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit .tit {
    height: 350px;
  }
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents .tit__contents .event-tit .tit {
    height: 250px;
  }
}
.wrapper .contents__wrapper .main__contents section {
  position: relative;
  width: 952px;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents section {
    width: 95%;
  }
}
.wrapper .contents__wrapper .main__contents section h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents section h2 {
    margin-bottom: 15px;
  }
  .wrapper .contents__wrapper .main__contents section h2 img {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents section h2 {
    margin-bottom: 1px;
  }
  .wrapper .contents__wrapper .main__contents section h2 img {
    width: auto;
  }
}
.wrapper .contents__wrapper .main__contents section br.sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents section br.sp {
    display: block;
  }
}
.wrapper .contents__wrapper .main__contents section br.mini {
  display: none;
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents section br.mini {
    display: block;
  }
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .story__contents-wrap {
    display: block;
  }
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap .sub-title__contents {
  position: absolute;
  right: 45px;
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap .sub-title__contents .img__SP {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .story__contents-wrap .sub-title__contents .img__SP {
    display: inline-block;
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .story__contents-wrap .sub-title__contents .img__SP {
    width: 70%;
  }
}
@media screen and (max-width: 414px) {
  .wrapper .contents__wrapper .main__contents .story__contents-wrap .sub-title__contents .img__SP {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .story__contents-wrap .sub-title__contents {
    position: relative;
    right: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .wrapper .contents__wrapper .main__contents .story__contents-wrap .sub-title__contents .img__PC {
    display: none;
  }
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap .fadeIn {
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap .fadeIn.is-show {
  opacity: 1;
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap .story-txt {
  width: 100%;
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap .story-txt p {
  text-shadow: 0 0 10px #00fffc, 17px 5px 7px #000000, 0px -7px 10px #000000;
  margin-bottom: 50px;
  line-height: 2;
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
.wrapper .contents__wrapper .main__contents .story__contents-wrap .story-txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .story__contents-wrap .story-txt p {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.67;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents {
    padding: 25px 0;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents-wrap {
  width: 952px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap {
    width: 95%;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list {
    display: block;
    margin-bottom: 15px;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list .schedule__item {
  margin: 0 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list .schedule__item {
    margin: 0 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list .schedule__item {
    margin-bottom: 20px;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list .schedule__item .schedule {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list .schedule__item .schedule {
    width: 35%;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap .schedule__list .schedule__item .schedule {
    width: 50%;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents-wrap .txt-memo {
  color: #fff200;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap .txt-memo {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 20px;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents-wrap .txt-memo2 {
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .schedule__contents-wrap .txt-memo2 {
    font-size: 11px;
  }
}
.wrapper .contents__wrapper .main__contents .schedule__contents-wrap .btn__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .contents__wrapper .main__contents .place__contents p {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wrapper .contents__wrapper .main__contents .place__contents p {
    font-size: 11px;
  }
}
.wrapper .footer__contents {
  background: #fff;
  text-align: center;
  padding: 35px 0 25px;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fede {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fede {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fede-tit {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fede-tit {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes decot {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes decot {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes decob {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes decob {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}/*# sourceMappingURL=style.css.map */