/***********************************************/
/*RESET*/
/***********************************************/
@import url(destyle.css);
/***********************************************/
/*BASE*/
/***********************************************/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1.6rem;
  width: 100%;
  min-height: 100%;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  color: #000000;
  background-color: #ffffff;
}

#wrapper {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 202px;
  z-index: 888;
  display: none;
}

/***********************************************/
/* LINK */
/***********************************************/
/* IMAGE LINK */
.link_alpha:hover {
  opacity: 0.7;
}

a {
  color: #0000ff;
  text-decoration: none;
}
a.no-line {
  outline: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}

/***********************************************/
/* ACTION */
/***********************************************/
/***********************************************/
/* HEADER */
/***********************************************/
.pageheader nav {
  position: relative;
}
.pageheader nav .title-logo {
  position: absolute;
  top: 2px;
  left: 48px;
}
.pageheader nav .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url("../images/menu-bg.png");
  height: 103px;
  padding-left: 218px;
}

/***********************************************/
/* FOOTER */
/***********************************************/
footer#footer .footer {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 12px 24px;
  background-color: #b7cef7;
  height: 150px;
}
footer#footer .footer-logo {
  display: flex;
  column-gap: 27px;
}
footer#footer .copyright {
  font-size: 1.2rem;
  text-align: right;
}
footer#footer .copyright .sanx {
  font-size: 1.25rem;
  font-weight: bold;
}

/***********************************************/
/* TOP */
/***********************************************/
#home {
  background-color: #ffffff;
}
#home main .main {
  height: 783px;
  background-image: url("../images/top-main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#home main .main .logo-nintendo {
  position: absolute;
  width: 92px;
  height: auto;
  top: 20px;
  left: 30px;
}
#home main .main .logo-columbia {
  position: absolute;
  top: 20px;
  right: 20px;
}
#home main .main .title {
  position: absolute;
  top: 106px;
  left: 36px;
}
#home main .main .trial {
  position: absolute;
  top: 373px;
  left: 23px;
  width: 393px;
  height: 35px;
}
#home main .main .catch-01 {
  position: absolute;
  top: 35px;
  left: 240px;
}
#home main .main .catch-02 {
  position: absolute;
  top: 336px;
  left: 869px;
}
#home main .main .info {
  position: absolute;
  top: 140px;
  right: 54px;
  width: 166px;
  text-align: center;
}
#home main .main .info-date {
  margin-bottom: 14px;
}
#home main .main .info-package {
  margin-bottom: 12px;
}
#home main .main .info-spec {
  margin-bottom: 5px;
}
#home main .main .movie {
  position: absolute;
  top: 407px;
  left: 49px;
}
#home main .main .news {
  position: absolute;
  top: 610px;
  left: 563px;
  background-image: url("../images/top-news-bg.png");
  background-repeat: no-repeat;
  width: 483px;
  height: 146px;
}
#home main .main .news-list {
  position: absolute;
  top: 61px;
  left: 29px;
  width: 442px;
  height: 73px;
  overflow-y: auto;
  font-size: 1.6rem;
  text-align: left;
}
#home main .main .news-list dt {
  float: left;
  margin-bottom: 3px;
  font-weight: normal;
  color: #6f385f;
}
#home main .main .news-list dt i {
  color: #e48e28;
  font-style: normal;
}
#home main .main .news-list dd {
  margin: 0 0 3px 7.5em;
  color: #6f385f;
}
#home main .main .campaign {
  position: absolute;
  top: 632px;
  left: 49px;
}
#home main nav .menu {
  display: flex;
  justify-content: center;
  background-image: url("../images/menu-bg.png");
}
#home main .overview {
  background-image: url("../images/page-bg.png");
  padding: 50px 0 70px;
  text-align: center;
}

/***********************************************/
/* MAIN */
/***********************************************/
.page-main {
  background-image: url("../images/page-bg.png");
  text-align: center;
  padding: 40px 0 60px;
}

.content {
  position: relative;
  z-index: 1;
}

.page-title {
  position: relative;
  z-index: 2;
}

body#about .about-menu {
  position: relative;
}
body#about .about-menu ul {
  display: flex;
  justify-content: center;
  gap: 0 22px;
  position: absolute;
  top: 403px;
  left: 152px;
}

body#information .page-title {
  margin: 0;
}
body#information ul.info-list li {
  margin-top: 50px;
}

/*# sourceMappingURL=style.css.map */
