@charset "UTF-8";
body {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-color: #000;
  background-attachment: fixed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
}

@media screen and (max-width: 760px) {
  body {
    background: none;
  }
  body::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg.jpg) no-repeat #000 left top;
    background-size: cover;
  }
}

header {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
  z-index: 200;
}

header .head_box {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  header .head_box {
    display: none;
  }
}

header .head_box .logo {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .head_box .logo img {
  max-width: 212px;
  width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 760px) {
  header .head_box .logo img {
    padding-left: 5%;
    width: 80%;
  }
}

header .head_box .logo:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
}

header .head_box .pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  header .head_box .pc_menu {
    display: none;
  }
}

header .head_box .pc_menu li {
  padding-left: 30px;
  letter-spacing: 1.5;
}

header .head_box .pc_menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .head_box .pc_menu li a:hover {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.76);
  color: #ffc209;
}

header .head_box .pc_sns {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  header .head_box .pc_sns {
    display: none;
  }
}

header .head_box .pc_sns li {
  font-size: 25px;
  padding-left: 40px;
  list-style: none;
}

@media screen and (max-width: 960px) {
  header .head_box .pc_sns li {
    font-size: 20px;
    padding-left: 30px;
  }
}

header .head_box .pc_sns li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .head_box .pc_sns li a:hover {
  color: #ffc209;
  text-shadow: 0px 0px 17px rgba(255, 255, 255, 0.76);
}

header .head_box .pc_sns li .goe_logo {
  max-width: 79px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .head_box .pc_sns li .goe_logo img {
  max-width: 79px;
  width: 100%;
}

header .head_box .pc_sns li .goe_logo:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
}

header .head_box .pc_sns .days {
  padding-left: 5px;
  pointer-events: none;
}

header .inner {
  display: none;
}

@media screen and (max-width: 960px) {
  header .inner {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

header .inner .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
}

header .inner .header .logo {
  margin-right: auto;
}

header .inner .header .logo img {
  max-width: 212px;
  padding-left: 5%;
  padding-top: 3%;
  width: 80%;
}

header .inner .header .icon-animation {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 30%;
  right: 5%;
}

header .inner .header .icon-animation.is-open .top {
  -webkit-transform: translateY(0px) scale(0);
          transform: translateY(0px) scale(0);
}

header .inner .header .icon-animation.is-open .bottom {
  -webkit-transform: translateY(0px) scale(0);
          transform: translateY(0px) scale(0);
}

header .inner .header .icon-animation.is-open .middle:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

header .inner .header .icon-animation.is-open .middle:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

header .inner .header .icon-animation span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
}

header .inner .header .icon-animation .top {
  -webkit-transform: translateY(-10px) scale(1);
          transform: translateY(-10px) scale(1);
}

header .inner .header .icon-animation .bottom {
  -webkit-transform: translateY(10px) scale(1);
          transform: translateY(10px) scale(1);
}

header .inner .header .icon-animation .middle {
  background: none;
  position: relative;
}

header .inner .header .icon-animation .middle:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
}

header .inner .header .icon-animation .middle:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
}

header nav.gnav {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #000;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 2;
}

header nav.gnav ul {
  padding: 100px 0;
  list-style: none;
  text-align: center;
}

header nav.gnav ul li {
  text-decoration: none;
  padding: 20px 0;
}

header nav.gnav ul li .goelogo {
  max-width: 400px;
  width: 90%;
  padding-top: 50px;
}

header nav.gnav ul li.sp_sns {
  padding-top: 30px;
}

header nav.gnav ul li.sp_sns a {
  width: auto;
  display: inline-block;
  color: #ffc200;
}

header nav.gnav ul li.sp_sns a:not(:last-child) {
  margin-right: 50px;
}

header nav.gnav ul li a {
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

header nav.gnav ul li a span {
  font-size: 14px;
}

header nav.gnav ul li a:hover {
  opacity: 0.7;
}

.cnt_area {
  width: 100%;
  overflow: hidden;
}

.cnt_area h1 {
  color: #ffc209;
  font-size: 60px;
  font-family: 'Anton', sans-serif;
  font-style: oblique;
  text-align: center;
  padding-top: 60px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 5px;
}

@media screen and (max-width: 960px) {
  .cnt_area h1 {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .cnt_area h1 {
    padding-top: 50px;
    font-size: 48px;
  }
}

.cnt_area h2 {
  color: #ffc209;
  font-size: 40px;
  font-family: 'Anton', sans-serif;
  font-style: oblique;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .cnt_area h2 {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .cnt_area h2 {
    padding-top: 30px;
    font-size: 32px;
  }
}

.cnt_area .copy {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .cnt_area .copy {
    width: 90%;
    margin: 0 auto;
  }
}

.cnt_area .cnt_top {
  background-image: url(../images/bg_top.png);
  background-size: cover;
  background-position: top;
  height: 22px;
  margin-top: 50px;
}

@media screen and (max-width: 760px) {
  .cnt_area .cnt_top {
    margin-top: 30px;
    background-size: auto 15px;
    background-repeat: no-repeat;
    background-position: top;
    height: 15px;
  }
}

.cnt_area .movie_area {
  background: rgba(0, 117, 194, 0.35);
  width: 100%;
  padding: 50px 0;
}

.cnt_area .movie_area .cnt_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .cnt_area .movie_area .cnt_box {
    width: 90%;
  }
}

.cnt_area .movie_area .cnt_box .img_box {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-color: #000;
}

.cnt_area .movie_area .cnt_box .img_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cnt_area .movie_area .dummy_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.cnt_area .movie_area .dummy_box img {
  max-width: 1100px;
  width: 100%;
  pointer-events: none;
}

.cnt_area .movie_area .movie_ttl {
  color: #ffc209;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: 'Anton', sans-serif;
  font-style: oblique;
  letter-spacing: 3px;
}

.cnt_area .movie_area .movie_txt {
  color: #fff;
  font-size: 16px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .cnt_area .movie_area .movie_txt {
    width: 90%;
    padding: 20px 0 0 0;
  }
}

.cnt_area .cnt02_area {
  background: rgba(0, 117, 194, 0.35);
  width: 100%;
  padding: 50px 0;
}

.cnt_area .cnt02_area .cnt_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}

@media screen and (max-width: 1000px) {
  .cnt_area .cnt02_area .cnt_box {
    width: 90%;
  }
}

.cnt_area .cnt02_area .cnt_box .img02_box {
  width: 47%;
  padding-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .cnt_area .cnt02_area .cnt_box .img02_box {
    width: 100%;
  }
}

.cnt_area .cnt02_area .cnt_box .img02_box p {
  font-size: 20px;
  color: #fff;
  padding-top: 25px;
  line-height: 1.5;
}

.cnt_area .cnt02_area .cnt_box .img02_box .movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-color: #000;
}

.cnt_area .cnt02_area .cnt_box .img02_box .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cnt_area .cnt03_area {
  background: rgba(0, 117, 194, 0.35);
  width: 100%;
  padding: 50px 0;
}

.cnt_area .cnt03_area .cnt_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}

@media screen and (max-width: 1000px) {
  .cnt_area .cnt03_area .cnt_box {
    width: 90%;
  }
}

.cnt_area .cnt03_area .cnt_box .img03_box {
  width: 30%;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media screen and (max-width: 760px) {
  .cnt_area .cnt03_area .cnt_box .img03_box {
    width: 100%;
  }
}

.cnt_area .cnt03_area .cnt_box .img03_box img {
  width: 100%;
}

.cnt_area .cnt03_area .cnt_box .img03_box h3 {
  font-size: 25px;
  padding-top: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.cnt_area .cnt03_area .cnt_box .img03_box .txt {
  font-size: 16px;
  color: #fff;
  padding: 15px 0 20px 0;
  line-height: 1.5;
  width: 100%;
  overflow-wrap: break-word;
}

.cnt_area .cnt03_area .cnt_box .img03_box a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: auto;
}

.cnt_area .cnt03_area .cnt_box .img03_box a .btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.cnt_area .cnt03_area .cnt_box .img03_box a:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
}

.cnt_area .cnt_bottom {
  background-image: url(../images/bg_bottom.png);
  background-size: cover;
  background-position: top;
  height: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .cnt_area .cnt_bottom {
    background-size: auto 10px;
    background-repeat: no-repeat;
    background-position: top;
    height: 10px;
  }
}

.cnt_area .ch_box {
  max-width: 500px;
  margin: 0 auto;
  background-color: #b2b2b2;
  padding: 20px  0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.cnt_area .ch_box p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.cnt_area .ch_box a {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 150px;
  margin: 0 auto;
}

.cnt_area .ch_box a:hover {
  opacity: 0.5;
}

.cnt_area .ch_box a img {
  max-width: 150px;
  margin-top: 10px;
  width: 100%;
}

.cnt_area .topBtn {
  width: 100%;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cnt_area .topBtn a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cnt_area .topBtn a img {
  max-width: 300px;
  width: 100%;
}

.cnt_area .topBtn a:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #ffc209;
  line-height: 50px;
}

.pagetop a i {
  font-size: 20px;
  color: #000;
  line-height: 50px;
}

footer {
  width: 100%;
  background-color: #000;
  padding: 50px 0 20px 0;
}

footer .logo_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  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;
}

@media screen and (max-width: 960px) {
  footer .logo_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 90%;
  }
}

@media screen and (max-width: 760px) {
  footer .logo_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

footer .logo_box .sunrise {
  max-width: 145px;
}

@media screen and (max-width: 760px) {
  footer .logo_box .sunrise {
    padding: 0 20px 20px 0;
  }
}

footer .logo_box .bandai_r {
  max-width: 55px;
}

@media screen and (max-width: 760px) {
  footer .logo_box .bandai_r {
    padding: 0 20px 20px 0;
  }
}

footer .logo_box .bandai_b {
  max-width: 55px;
}

@media screen and (max-width: 760px) {
  footer .logo_box .bandai_b {
    padding: 0 20px 20px 0;
  }
}

footer .logo_box .bluefin {
  max-width: 127px;
}

@media screen and (max-width: 760px) {
  footer .logo_box .bluefin {
    padding: 0 20px 20px 0;
  }
}

footer .logo_box .namuco {
  max-width: 71px;
}

@media screen and (max-width: 760px) {
  footer .logo_box .namuco {
    padding: 0 20px 20px 0;
  }
}

footer .logo_box .premium {
  max-width: 152px;
}

@media screen and (max-width: 760px) {
  footer .logo_box .premium {
    padding: 0 20px 20px 0;
  }
}

footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 760px) {
  footer p {
    padding-top: 0px;
  }
}
/*# sourceMappingURL=layout.css.map */