/*==================================
 variable
===================================*/
@import url("animate.css");
body {
  position: relative;
  z-index: 0;
  min-width: 320px;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.66;
}

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

a:focus {
  outline: none;
}

ul {
  list-style: none;
}

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

.cf:after,
.clear {
  clear: both;
}

.cf::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fontCenter {
  text-align: center;
}

.fontBold {
  font-weight: bold;
}

.fontLarge {
  font-size: 3.6rem;
}

@media (max-width: 760px) {
  .fontLarge {
    font-size: 3.6rem;
  }
}

@media (max-width: 560px) {
  .fontLarge {
    font-size: 4.5rem;
  }
}

.fontSmall {
  font-size: 1.4rem;
}

@media (max-width: 760px) {
  .fontSmall {
    font-size: 2rem;
  }
}

@media (max-width: 560px) {
  .fontSmall {
    font-size: 2.6rem;
  }
}

/* sectionInner */
.sectionInner {
  position: relative;
  z-index: 0;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

/* flexBox */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .flexBox {
    display: block;
  }
}

/* snsWrap */
.snsWrap {
  width: 150px;
  margin: 0 2% 5% auto;
  padding: 0;
  text-align: center;
  font-size: 0;
}

@media (max-width: 760px) {
  .snsWrap {
    width: 25%;
  }
}

@media (max-width: 560px) {
  .snsWrap {
    width: 30%;
  }
}

.snsWrap li {
  display: inline-block;
  width: 40px;
  margin: 0 5px;
}

@media (max-width: 760px) {
  .snsWrap li {
    width: 25%;
    margin: 0 4%;
  }
}

/* bgStyle */
.bgStyle01 {
  background-image: url(../images/section-bg02.png);
  background-repeat: repeat;
  background-color: #eeeeee;
}

@media (max-width: 1100px) {
  .bgStyle01 {
    background-size: 4.5% auto;
  }
}

/* listStyle */
.listStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 1% auto;
  font-size: 1.8rem;
}

@media (max-width: 760px) {
  .listStyle {
    display: block;
    width: 65%;
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  .listStyle {
    font-size: 3rem;
  }
}

.listStyle dt, .listStyle dd {
  margin: 0;
  white-space: nowrap;
}

.listStyle dt {
  position: relative;
  z-index: 0;
  width: 22%;
}

@media (max-width: 760px) {
  .listStyle dt {
    width: 100%;
    font-weight: bold;
  }
}

.listStyle dt:after {
  content: ' : ';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 8%;
  text-align: right;
}

@media (max-width: 760px) {
  .listStyle dt:after {
    display: none;
  }
}

.listStyle dd {
  width: 78%;
}

@media (max-width: 760px) {
  .listStyle dd {
    margin-bottom: 5%;
  }
}

/* button */
.buttonWrap {
  margin: 2% 0 0;
  text-align: right;
}

.buttonWrap.-center {
  text-align: center;
}

.button01 {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.button01:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 97%;
  height: 78%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.button01:hover:before {
  background-color: #ffe100;
}

.-hover01 {
  display: inline-block;
}

.-hover01:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/* movie */
.movieWrap {
  position: relative;
  z-index: 0;
  display: block;
}

.movieWrap img {
  width: 100%;
}

.movieWrap:before, .movieWrap:after {
  content: "";
  position: absolute;
}

.movieWrap:before {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 30%;
  padding-top: 30%;
  background-image: url(../images/movie-icon-play.png);
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.movieWrap:after {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  background-color: rgba(0, 0, 0, 0.6);
}

.movieWrap:hover:after {
  background-color: rgba(0, 0, 0, 0);
}

/* lineStyle */
.lineStyle {
  display: block;
  position: absolute;
  z-index: -1;
}

.lineStyle:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.lineStyle.lineStyle01 {
  top: 0;
  right: 92%;
  width: 100vw;
  height: 100%;
  background-color: #ffe100;
}

@media (max-width: 1100px) {
  .lineStyle.lineStyle01 {
    width: 100%;
  }
}

.lineStyle.lineStyle01:before {
  top: 0;
  left: 100%;
  max-width: 20px;
  width: 20px;
  height: 100%;
  background-image: url(../images/bg-style02.png);
  background-repeat: repeat-y;
  background-size: 145% auto;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .lineStyle.lineStyle01:before {
    width: 1.8%;
  }
}

/*==================================
 header
===================================*/
.header {
  overflow: hidden;
}

.header > .sectionInner {
  padding-top: 198px;
}

.header.-topPage > .sectionInner {
  padding-top: 870px;
}

.header .headerBgWrap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .headerBgWrap .line {
  display: block;
  position: absolute;
  z-index: 0;
}

.header .headerBgWrap .line:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.header .headerBgWrap .line.line01 {
  top: 0;
  left: 100%;
  width: 100vh;
  height: 100%;
  background-color: #e80012;
}

@media (max-width: 1100px) {
  .header .headerBgWrap .line.line01 {
    width: 100%;
  }
}

.header .headerBgWrap .line.line01:before {
  top: 0;
  right: calc(100% - 1px);
  max-width: 20px;
  width: 20px;
  height: 100%;
  background-image: url(../images/bg-style01.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@media (max-width: 1100px) {
  .header .headerBgWrap .line.line01:before {
    width: 1.8%;
  }
}

.header .headerBgWrap .line.line02 {
  z-index: -10;
  top: 0;
  left: 50%;
  width: 100vw;
  padding-top: 1%;
  background-color: #ffe100;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 1100px) {
  .header .headerBgWrap .line.line02 {
    width: 100%;
  }
}

.header .headerBgWrap .line.line02:before {
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 20px;
  padding-top: 20px;
  background-image: url(../images/bg-style02-02.png);
  background-size: auto 145%;
  background-repeat: repeat-x;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .header .headerBgWrap .line.line02:before {
    padding-top: 1.8%;
  }
}

.header .headerBgWrap .line.line03 {
  top: 0%;
  right: 0%;
  width: 5000px;
  height: 5000px;
  background-color: #595757;
  -webkit-transform: rotate(-45deg) translate(6.8%, 0%);
          transform: rotate(-45deg) translate(6.8%, 0%);
}

@media (max-width: 1100px) {
  .header .headerBgWrap .line.line03 {
    left: -70%;
    width: 100%;
    height: 100vw;
    padding-top: 1.8%;
    -webkit-transform: rotate(-45deg) translate(6.8%, 0%);
            transform: rotate(-45deg) translate(6.8%, 0%);
  }
}

.header .headerBgWrap .line.line03:before {
  top: 0;
  left: calc(100% - 1px);
  max-width: 20px;
  width: 20px;
  height: 100%;
  background-image: url(../images/bg-style03-02.png);
  background-size: 145% auto;
  background-repeat: repeat-y;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .header .headerBgWrap .line.line03:before {
    width: 1.8%;
  }
}

.header.-topPage .headerBgWrap .line.line01 {
  left: 95%;
}

.header.-topPage .headerBgWrap .line.line02 {
  padding-top: 10%;
}

.header.-topPage .headerBgWrap .line.line03 {
  left: auto;
  right: 96%;
  -webkit-transform: rotate(45deg) translate(-47%, -30%);
          transform: rotate(45deg) translate(-47%, -30%);
}

.header .segaLogo {
  position: absolute;
  z-index: 1;
  display: block;
}

.header .segaLogo.segaLogo01 {
  top: 2%;
  left: 1%;
  max-width: 114px;
  width: 11.4%;
}

.header .segaLogo.segaLogo02 {
  top: 2%;
  left: 1%;
  max-width: 80px;
  width: 8%;
}

.header.-topPage .segaLogo.segaLogo02 {
  top: auto;
  left: auto;
  bottom: 1%;
  right: 1%;
  max-width: 80px;
  width: 7.2%;
}

.header .headerText01 {
  position: absolute;
  z-index: 2;
  top: .5%;
  left: 50%;
  display: block;
  max-width: 451px;
  width: 42%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 760px) {
  .header .headerText01 {
    width: 48%;
    top: 43%;
  }
}

.header .ggmPhoto {
  position: absolute;
  z-index: 1;
  top: 27%;
  left: 23%;
  display: block;
  max-width: 222px;
  width: 21%;
}

@media (max-width: 560px) {
  .header .ggmPhoto {
    left: 18%;
  }
}

.header.-topPage .ggmPhoto {
  top: 10%;
  left: 54%;
  max-width: 598px;
  width: 55%;
}

@media (max-width: 760px) {
  .header.-topPage .ggmPhoto {
    width: 82%;
    left: 31%;
    top: 16.5%;
  }
}

.header .ggmLogo {
  position: absolute;
  z-index: 1;
  top: 20%;
  right: 8.5%;
  max-width: 459px;
  width: 42%;
  margin: 0;
}

@media (max-width: 560px) {
  .header .ggmLogo {
    right: 15.5%;
  }
}

.header.-topPage .ggmLogo {
  top: 23%;
  right: 49%;
  max-width: 500px;
  width: 46%;
}

@media (max-width: 760px) {
  .header.-topPage .ggmLogo {
    top: 4%;
    right: 50%;
    width: 66%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.header .ggmWrap {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

@media (max-width: 760px) {
  .header .ggmWrap {
    top: 52%;
  }
}

.header .ggmWrap .ggm {
  max-width: 195px;
  display: inline-block;
  width: 18%;
}

.header .ggmWrap .ggm:nth-child(1) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.header .ggmWrap .ggm:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.header .ggmWrap .ggm:nth-child(3) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.header .ggmWrap .ggm:nth-child(4) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

@media (max-width: 760px) {
  .header .ggmWrap .ggm {
    width: 21%;
  }
}

.header .headerText02 {
  position: absolute;
  z-index: 0;
  top: 65%;
  left: 50%;
  display: block;
  max-width: 581px;
  width: 52.81818%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 760px) {
  .header .headerText02 {
    width: 76.44737%;
  }
}

.header .storeWrap {
  position: absolute;
  z-index: 0;
  top: 70%;
  left: 0;
  width: 100%;
}

.header .storeWrap .storeText {
  display: block;
  max-width: 581px;
  width: 61%;
  margin: 2% auto 1%;
}

@media (max-width: 760px) {
  .header .storeWrap .storeText {
    width: 76%;
  }
}

.header .storeWrap .storeLogoWrap {
  max-width: 440px;
  width: 40%;
  margin-left: 12%;
  text-align: center;
  float: left;
  font-size: 0;
}

@media (max-width: 760px) {
  .header .storeWrap .storeLogoWrap {
    max-width: 100%;
    width: 76%;
    margin: 0 auto;
    float: none;
  }
}

.header .storeWrap .storeLogoWrap .storeLogo {
  max-width: 110px;
  width: 27%;
  margin: 0 2%;
}

@media (max-width: 760px) {
  .header .storeWrap .storeLogoWrap .storeLogo {
    max-width: 204px;
    margin: 0 3%;
  }
}

.header .storeWrap .storeButton {
  display: block;
  max-width: 368px;
  width: 34%;
  margin-right: 12%;
  float: right;
}

@media (max-width: 760px) {
  .header .storeWrap .storeButton {
    max-width: 548px;
    width: 50%;
    margin: 3% auto 0;
    float: none;
  }
}

.header .storeWrap .banner {
  position: absolute;
  z-index: 0;
  top: -57%;
  left: .5%;
  display: block;
  max-width: 172px;
  width: 15.63636%;
}

@media (max-width: 760px) {
  .header .storeWrap .banner {
    top: 53%;
  }
}

.header .bannerWrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 2%;
  font-size: 0;
  text-align: center;
}

@media (max-width: 760px) {
  .header .bannerWrap {
    bottom: 1%;
  }
}

.header .bannerWrap .banner,
.header .bannerWrap .bannerSlider {
  display: block;
  max-width: 280px;
  width: 26.45%;
  margin: 0 1% 1%;
}

.header .bannerWrap .banner .banner,
.header .bannerWrap .bannerSlider .banner {
  margin: 0;
}

@media (max-width: 1100px) {
  .header > .sectionInner {
    padding-top: 18%;
  }
  .header.-topPage > .sectionInner {
    padding-top: 79%;
  }
  .header .headerBgWrap .line.line02:before {
    padding-top: 1.8%;
  }
  .header.-topPage .headerBgWrap .line.line03 {
    width: 100%;
    top: -60%;
    right: 90%;
    height: 100%;
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0);
  }
}

@media (max-width: 760px) {
  .header.-topPage > .sectionInner {
    padding-top: 144.5%;
  }
}

/*==================================
 navWrap
===================================*/
.navWrap {
  position: relative;
  z-index: 1;
  background-color: #000;
  text-align: center;
  font-size: 0;
}

@media (max-width: 760px) {
  .navWrap {
    padding-bottom: 4%;
  }
  .navWrap .sectionInner {
    display: none;
  }
}

.navWrap .nav {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.navWrap .nav:nth-child(1) {
  max-width: 78px;
  width: 7.1%;
}

.navWrap .nav:nth-child(2) {
  max-width: 116px;
  width: 10.6%;
}

.navWrap .nav:nth-child(3) {
  max-width: 166px;
  width: 15.1%;
}

.navWrap .nav:nth-child(4) {
  max-width: 218px;
  width: 19.9%;
}

.navWrap .nav:nth-child(5) {
  max-width: 120px;
  width: 11%;
}

.navWrap .nav:nth-child(6) {
  max-width: 143px;
  width: 13%;
}

.navWrap .nav:nth-child(7) {
  max-width: 110px;
  width: 10%;
}

.navWrap .nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.navWrap .nav:hover:before, .navWrap .nav.-current:before {
  background-color: #ffe100;
}

.navWrap .nav.-disabled:before {
  background-color: #838383;
}

.navWrap02 .navWrapLayer {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.navWrap02 .sectionInner {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50px;
  right: 0;
  width: 500px;
  overflow: hidden;
}

@media (max-width: 760px) {
  .navWrap02 .sectionInner {
    width: 100%;
    top: 40px;
  }
}

.navWrap02 .nav {
  display: block;
  height: 50px;
  background: #2d83cc;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 760px) {
  .navWrap02 .nav {
    height: auto;
    padding: 5% 0;
    line-height: 1;
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  .navWrap02 .nav {
    font-size: 3rem;
  }
}

.navWrap02 .nav.-disabled {
  color: #d9d9d9;
  background: #595757;
}

.navWrap02 .nav:not(.-disabled):hover, .navWrap02 .nav:not(.-disabled).-current {
  color: #ffd32c;
  background: #5da6e4;
}

.navWrap02 .navWrap02Icon {
  position: fixed;
  z-index: 99;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 50px;
  padding: 15px;
  overflow: hidden;
  z-index: 10000;
  cursor: pointer;
}

@media (max-width: 760px) {
  .navWrap02 .navWrap02Icon {
    width: 48px;
    height: 40px;
    padding: 12px;
  }
}

.navWrap02 .navWrap02Icon .navLine {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 760px) {
  .navWrap02 .navWrap02Icon .navLine {
    width: 24px;
  }
}

.navWrap02 .navWrap02Icon .navLine:nth-child(1) {
  top: 12px;
  bottom: auto;
  margin-bottom: 10px;
}

.navWrap02 .navWrap02Icon .navLine:nth-child(2) {
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 760px) {
  .navWrap02 .navWrap02Icon .navLine:nth-child(2) {
    right: 12px;
  }
}

.navWrap02 .navWrap02Icon .navLine:nth-child(3) {
  bottom: 12px;
  top: auto;
}

.navWrap02 .navWrap02Icon.-active .navLine {
  background: #fff;
}

.navWrap02 .navWrap02Icon.-active .navLine:nth-child(2) {
  right: -60px;
}

.navWrap02 .navWrap02Icon.-active .navLine:nth-child(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navWrap02 .navWrap02Icon.-active .navLine:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*==================================
 section
===================================*/
.section .sectionInner {
  padding: 50px 0;
}

@media (max-width: 1100px) {
  .section .sectionInner {
    padding: 5% 0;
  }
}

.section .secTitle {
  max-width: 911px;
  width: 83%;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .section .secTitle {
    width: 95%;
  }
}

.section .boxWrap {
  position: relative;
  z-index: 0;
  margin: 12% auto 0;
  font-size: 1.8rem;
}

@media (max-width: 760px) {
  .section .boxWrap {
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  .section .boxWrap {
    font-size: 3rem;
  }
}

.section .boxWrap .boxItem {
  display: block;
  margin: 0;
}

.section .boxWrap .boxItem:nth-child(1) {
  max-width: 480px;
  width: 45%;
  float: left;
  margin-left: 5%;
}

.section .boxWrap .boxItem:nth-child(2) {
  max-width: 510px;
  width: 46.4%;
  margin: 0 3% 0 0;
  float: right;
}

.section .boxWrap.-flex,
.section .boxWrap .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 560px) {
  .section .boxWrap.-flex,
  .section .boxWrap .-flex {
    display: block;
  }
}

.section .boxWrap.-flex .boxItem:nth-child(1),
.section .boxWrap.-flex .boxItem:nth-child(2),
.section .boxWrap .-flex .boxItem:nth-child(1),
.section .boxWrap .-flex .boxItem:nth-child(2) {
  display: block;
  float: none;
}

.section .boxWrap.-flex .boxItem:nth-child(1),
.section .boxWrap .-flex .boxItem:nth-child(1) {
  margin: 0 auto 0 5%;
}

.section .boxWrap.-flex .boxItem:nth-child(2),
.section .boxWrap .-flex .boxItem:nth-child(2) {
  margin: 0 5% 0 auto;
}

@media (max-width: 560px) {
  .section .boxWrap.-flex .boxItem:nth-child(1),
  .section .boxWrap .-flex .boxItem:nth-child(1) {
    margin: 0 auto;
  }
  .section .boxWrap.-flex .boxItem:nth-child(2),
  .section .boxWrap .-flex .boxItem:nth-child(2) {
    margin: 0 auto;
  }
}

.section .boxWrap .flexBox .boxItem:nth-child(1),
.section .boxWrap .flexBox .boxItem:nth-child(2) {
  display: block;
  float: none;
}

.section .boxWrap .flexBox .boxItem:nth-child(1) {
  margin: 0 auto 0 5%;
}

.section .boxWrap .flexBox .boxItem:nth-child(2) {
  margin: 0 5% 0 auto;
}

@media (max-width: 560px) {
  .section .boxWrap .flexBox .boxItem:nth-child(1) {
    margin: 0 auto;
  }
  .section .boxWrap .flexBox .boxItem:nth-child(2) {
    margin: 0 auto;
  }
}

.section .boxTextLarge {
  width: 91%;
  margin: 8% auto 0;
  padding: 4% 3%;
}

.section .boxTextLarge.-color {
  background-color: #005dad;
  color: #fff;
}

.section .boxTextLarge.-color02 {
  background-color: #595757;
  color: #fff;
}

.section .boxTextLarge.-color03 {
  background-image: url(../images/section-bg02.png);
  background-repeat: repeat;
  background-color: #eeeeee;
}

@media (max-width: 1100px) {
  .section .boxTextLarge.-color03 {
    background-size: 4.5% auto;
  }
}

.section .boxTextLarge.-color04 {
  background-color: #d9d9d9;
}

.section.section01 .movieWrap {
  max-width: 646px;
  width: 58.8%;
  margin: 10% auto 0;
  border: 1px solid #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 760px) {
  .section.section01 .movieWrap {
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  }
}

.section.section01 .boxWrap01 .boxItem:nth-child(2) {
  max-width: 507px;
  width: 47%;
}

.section.section01 .boxWrap01 .button01 {
  display: block;
  max-width: 254px;
  width: 24%;
  margin: 3% 8% 0 auto;
}

@media (max-width: 760px) {
  .section.section01 .boxWrap01 .button01 {
    width: 36%;
  }
}

.section.section01 .boxWrap01 .flexBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.section.section01 .boxWrap01 .flexBox .boxItem:nth-child(1) {
  max-width: 507px;
  width: 47%;
}

.section.section01 .boxWrap01 .flexBox .boxItem:nth-child(2) {
  margin: 0 auto 0 5%;
}

@media (max-width: 560px) {
  .section.section01 .boxWrap01 .flexBox .boxItem:nth-child(2) {
    width: 90%;
    margin: 2% auto 0;
  }
}

.section.section01 .boxWrap02 .button01 {
  max-width: 212px;
  width: 19.2%;
  margin-right: 8%;
}

@media (max-width: 760px) {
  .section.section01 .boxWrap02 .button01 {
    width: 28.8%;
  }
}

.section.section01 .boxWrap02 .button01:before {
  width: 94%;
}

.section.section01 .boxItemGgm {
  display: block;
  max-width: 911px;
  width: 83%;
  margin: auto;
}

.section.section02 {
  overflow: hidden;
  font-size: 0;
}

.section.section02 .titlelistWrap {
  position: relative;
  z-index: 0;
  background-image: url(../images/section-bg.png);
  background-repeat: repeat;
}

.section.section02 .titlelistWrap.-black {
  background-color: #eeeeee;
}

.section.section02 .titlelistWrap.-black .sectionInner:before {
  background-image: url(../images/titlelist01-bg.png);
}

.section.section02 .titlelistWrap.-black .sectionInner:after {
  background-color: #595757;
}

.section.section02 .titlelistWrap.-blue {
  background-color: #dbebf2;
}

.section.section02 .titlelistWrap.-blue .sectionInner:before {
  background-image: url(../images/titlelist02-bg.png);
}

.section.section02 .titlelistWrap.-blue .sectionInner:after {
  background-color: #54c3f1;
}

.section.section02 .titlelistWrap.-yellow {
  background-color: #f6f4e8;
}

.section.section02 .titlelistWrap.-yellow .sectionInner:before {
  background-image: url(../images/titlelist03-bg.png);
}

.section.section02 .titlelistWrap.-yellow .sectionInner:after {
  background-color: #ffe100;
}

.section.section02 .titlelistWrap.-red {
  background-color: #f2e4e5;
}

.section.section02 .titlelistWrap.-red .sectionInner:before {
  background-image: url(../images/titlelist04-bg.png);
}

.section.section02 .titlelistWrap.-red .sectionInner:after {
  background-color: #e80012;
}

.section.section02 .titlelistWrap .sectionInner {
  max-width: 1000px;
  width: 91%;
  margin: 0 auto;
  padding: 45px 0 36px;
}

@media (max-width: 1100px) {
  .section.section02 .titlelistWrap .sectionInner {
    padding: 4% 0 3.6%;
  }
}

.section.section02 .titlelistWrap .sectionInner:before, .section.section02 .titlelistWrap .sectionInner:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}

.section.section02 .titlelistWrap .sectionInner:before {
  right: -200px;
  max-width: 505px;
  width: 50.5%;
  background-position: 1px 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 760px) {
  .section.section02 .titlelistWrap .sectionInner:before {
    right: -5%;
  }
}

.section.section02 .titlelistWrap .sectionInner:after {
  width: 100vw;
  left: 1200px;
}

@media (max-width: 1100px) {
  .section.section02 .titlelistWrap .sectionInner:after {
    display: none;
  }
}

.section.section02 .titlelistWrap .titlelistTitle {
  max-width: 420px;
  width: 42%;
  margin: 0 auto 7%;
}

@media (max-width: 760px) {
  .section.section02 .titlelistWrap .titlelistTitle {
    width: 60%;
  }
}

.section.section02 .titlelistWrap .sectionBgText {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -4%;
  display: block;
  max-width: 894px;
  width: 89.5%;
}

@media (max-width: 760px) {
  .section.section02 .titlelistWrap .sectionBgText {
    width: 95%;
  }
}

.section.section02 .titlelistWrap .titlelistPackage {
  display: block;
  max-width: 342px;
  width: 35%;
  float: left;
}

@media (max-width: 760px) {
  .section.section02 .titlelistWrap .titlelistPackage {
    width: 60%;
    float: none;
    margin: auto;
  }
}

.section.section02 .titlelistWrap .gamesWrap {
  max-width: 650px;
  width: 65%;
  margin: 0;
  text-align: right;
  font-size: 0;
  float: right;
}

@media (max-width: 760px) {
  .section.section02 .titlelistWrap .gamesWrap {
    width: 90%;
    margin: 2% auto 0;
    float: none;
    text-align: center;
  }
}

.section.section02 .titlelistWrap .gamesWrap .game {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 154px;
  width: 24%;
  margin-left: 1%;
}

.section.section02 .titlelistWrap .gamesWrap .game:first-child {
  margin-left: 0;
}

.section.section02 .titlelistWrap .gamesWrap .game:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.section.section02 .titlelistWrap .gamesWrap .game:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section.section02 .titlelistWrap .gamesWrap .game:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.section.section02 .titlelistWrap .gamesWrap .game:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.section.section02 .titlelistWrap .gamesWrap .game img {
  width: 100%;
}

.section.section02 .titlelistWrap .gamesWrap .game .gametitle {
  position: absolute;
  z-index: 0;
  width: 110%;
  top: 105%;
  left: -5%;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .section.section02 .titlelistWrap .gamesWrap .game .gametitle {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .section.section02 .titlelistWrap .gamesWrap .game .gametitle {
    display: none;
  }
}

.section.section02 .titlelistWrap .gamesWrap .game .gametitle .-showSp {
  display: none;
}

@media (max-width: 1100px) {
  .section.section02 .titlelistWrap .gamesWrap .game .gametitle .-showSp {
    display: block;
  }
}

.section.section02 .titlelistWrap .titlelistText {
  display: block;
  max-width: 604px;
  width: 60.4%;
  margin: 4% auto 0;
}

@media (max-width: 1100px) {
  .section.section02 .titlelistWrap .titlelistText {
    margin: 6% auto 0;
  }
}

@media (max-width: 760px) {
  .section.section02 .titlelistWrap .titlelistText {
    margin: 13% auto 0;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .section.section02 .titlelistWrap .titlelistText {
    margin: 4% auto 0;
  }
}

.section.section02 .buttonWrap {
  padding-right: 4%;
}

.section.section02 .buttonWrap .button01 {
  max-width: 405px;
  width: 37%;
}

@media (max-width: 760px) {
  .section.section02 .buttonWrap .button01 {
    width: 55.5%;
  }
}

.section.section03 .secText {
  max-width: 865px;
  width: 79%;
  margin: 5% auto 0;
}

.section.section03 .boxWrap {
  margin: 5% auto 0;
}

.section.section03 .boxWrap .boxItem:nth-child(2) {
  max-width: 407px;
  width: 38%;
}

.section.section03 .buttonWrap {
  margin: 4% 0 0;
  padding-right: 4%;
}

.section.section03 .buttonWrap .button01 {
  max-width: 405px;
  width: 37%;
}

@media (max-width: 760px) {
  .section.section03 .buttonWrap .button01 {
    width: 55.5%;
  }
}

.section.section03 .boxWrap01.-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.section.section03 .boxWrap01.-flex .boxItem:nth-child(1) {
  max-width: 401px;
}

.section.section03 .boxWrap01.-flex .boxItem:nth-child(2) {
  margin: 0 auto 0 5%;
}

@media (max-width: 560px) {
  .section.section03 .boxWrap01.-flex .boxItem:nth-child(2) {
    width: 90%;
    margin: 2% auto 0;
  }
}

/*==================================
 specArea
===================================*/
.specArea {
  padding: 1px 0;
  background-color: #d9d9d9;
  font-size: 1.8rem;
}

@media (max-width: 760px) {
  .specArea {
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  .specArea {
    font-size: 3rem;
  }
}

.specArea .specList {
  max-width: 635px;
  width: 63.5%;
  margin: 5% auto;
  padding: 8% 0;
  border-radius: 20px;
  background-color: #fff;
  line-height: 2.6;
}

@media (max-width: 760px) {
  .specArea .specList {
    line-height: 1.66;
  }
}

.specArea .specList .listStyle {
  width: 60%;
  margin: 0 auto;
}

.specArea .specList .listStyle dt {
  width: 34%;
}

.specArea .specList .listStyle dd {
  width: 66%;
}

@media (max-width: 760px) {
  .specArea .specList .listStyle dt, .specArea .specList .listStyle dd {
    width: 100%;
  }
}

.specArea .specList .listStyle .lineStyle01 {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.66;
}

@media (max-width: 760px) {
  .specArea .specList .listStyle .lineStyle01 {
    margin-top: 0;
  }
}

.specArea .specList small {
  display: block;
  width: 48%;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 760px) {
  .specArea .specList small {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .specArea .specList small {
    width: 100%;
    text-align: center;
  }
}

/*==================================
 footer
===================================*/
.footer {
  color: #fff;
  background-color: #353535;
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 760px) {
  .footer {
    font-size: 2.4rem;
  }
}

.footer .copyWrap {
  margin: 0;
  padding: 4% 0;
}

.footer .copyWrap small {
  font-size: 1.8rem;
}

@media (max-width: 760px) {
  .footer .copyWrap small {
    font-size: 2.4rem;
  }
}

.footer .footerNotice {
  margin: 0;
  padding: 0 0 3%;
}

.footer .linksWrap {
  margin: 0;
  padding: 0 0 4%;
}

.footer .linksWrap a {
  font-size: 1.8rem;
  color: #fff;
}

.footer .linksWrap a:hover {
  text-decoration: none;
}

@media (max-width: 760px) {
  .footer .linksWrap a {
    font-size: 2.4rem;
  }
}

.-topPage .footerNotice {
  display: none;
}
/*# sourceMappingURL=common.css.map */