body {
  background: #e8e7ec !important;
}

body > header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 90px 30px;
  width: 240px;
  height: 100vh;
  background: #000;
}

body > header .base {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10010;
  width: 80px;
  line-height: 0;
}

body > header nav {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body > header nav h1 {
  margin-bottom: 60px;
  line-height: 0;
}

body > header nav ul {
  line-height: 1em;
  text-align: left;
}

body > header nav ul > li {
  margin: 30px 0;
}

body > header nav ul > li > a {
  display: inline-block;
  color: #bfa46f !important;
  text-decoration: none;
}

body > header nav ul > li.cur > a,
body > header nav ul > li:not(.cur) > a:hover {
  opacity: 0.5;
}

#Wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  padding: 0;
  margin-left: 240px;
  width: calc(100% - 240px);
  min-width: 1100px;
  color: #000;
  font-size: 1.05em;
  line-height: 1.8em;
}

#Wrap > section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 0;
  width: 980px;
  text-align: left;
}

#Wrap > section .lead {
  text-align: center;
}

#Wrap > section:not(#front) > h1 {
  margin: 0 0 50px;
  padding: 0 0 36px;
  background: transparent url(../img/line_pc.png) 50% 100% no-repeat;
  color: #007b9d;
  font-size: 2.8em;
  line-height: 1.2em;
  text-align: center;
}

#Wrap > section:not(#front) .lead {
  font-size: 1.2em;
  line-height: 1.6em;
}

#Wrap > section > section {
  margin-top: 40px;
}

#Wrap > section > section > h1 {
  margin-bottom: 10px;
  border-bottom: 1px solid #007b9d;
  padding: 0 0 2px 25px;
  background: transparent url(../img/ico.png) 0 0.2em no-repeat;
  color: #007b9d;
  line-height: 1.4em;
}

#Wrap .emColor {
  color: #007b9d;
}

#Wrap .pic {
  margin-top: 60px;
}

#Wrap .link {
  margin-top: 40px;
  text-align: center;
}

#Wrap .link .button {
  border-color: #007b9d;
  background: transparent;
  color: #007b9d;
  min-width: 460px;
  min-height: 80px;
}

#Wrap .link .button:not(.off):hover {
  background: #007b9d;
  color: #fff;
}

#Wrap table {
  margin-top: 60px;
}

#Wrap table th,
#Wrap table td {
  border: 1px solid #007b9d;
  padding: 20px 25px;
  font-weight: 400;
}

#Wrap table th {
  color: #007b9d;
  letter-spacing: 0.1em;
}

#front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
}

#front h1 > img {
  width: 350px;
}

#front .lead {
  margin-top: 30px;
  font-size: 0.85em;
  line-height: 2em;
}

#front .scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  font-size: 0.85em;
  line-height: 0.6em;
  font-family: mittwoch, serif;
  font-weight: 400;
  text-align: center;
}

#front .scroll a {
  display: inline-block;
  padding-bottom: 40px;
  background: transparent url(../img/arrow.png) 50% 100%/20px auto no-repeat;
  color: #007b9d;
  text-decoration: none;
  -webkit-animation: scroll_arrow 1.4s linear infinite;
  animation: scroll_arrow 1.4s linear infinite;
}

@-webkit-keyframes scroll_arrow {
  0% {
    background-position: 50% calc(100% - 20px);
  }

  50% {
    background-position: 50% calc(100% - 10px);
  }

  100% {
    background-position: 50% calc(100% - 20px);
  }
}

@keyframes scroll_arrow {
  0% {
    background-position: 50% calc(100% - 20px);
  }

  50% {
    background-position: 50% calc(100% - 10px);
  }

  100% {
    background-position: 50% calc(100% - 20px);
  }
}

#Wrap > footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10000;
  margin: 100px auto 0;
  padding: 0 60px 60px;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
}

#Wrap > footer > div:nth-of-type(1) {
  width: 490px;
}

#Wrap > footer > div:nth-of-type(2) {
  padding-top: 50px;
  width: calc(100% - 490px - 30px);
}

#Wrap > footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  line-height: 0;
}

#Wrap > footer .logos > li {
  margin-right: 20px;
}

#Wrap > footer .logos a {
  display: block;
}

#Wrap > footer .logos a:hover img {
  opacity: 0.6;
}

#Wrap > footer .logos img {
  width: auto;
  height: 30px;
}

#Wrap > footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 1;
}

#Wrap > footer .share > dt {
  margin: 0.5em 10px 0 0;
  font-size: 0.7em;
  line-height: 1em;
  font-family: mittwoch, serif;
  font-weight: 400;
}

#Wrap > footer .share > dd .bro-snsbox > .bro-snsbox-rule > div {
  margin: 0 0 0 10px;
  width: 30px !important;
  line-height: 0;
}

#Wrap > footer .share > dd .bro-snsbox > .bro-snsbox-rule > div a {
  display: block;
}

#Wrap > footer .share > dd .bro-snsbox > .bro-snsbox-rule > div a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#Wrap > footer .links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 30px;
  width: 440px;
}

#Wrap > footer .links > li {
  border-bottom: 2px solid #bfa46f;
  width: 210px;
}

#Wrap > footer .links > li:nth-of-type(even) {
  margin-left: 20px;
}

#Wrap > footer .links > li:nth-of-type(n+3) {
  margin-top: 20px;
}

#Wrap > footer .links a {
  display: block;
  padding: 5px 15px 5px 0;
  background: transparent url(/uchronia/assets/img/ft_arrow.png) 100% 60%/12px auto no-repeat;
  color: #bfa46f;
  font-size: 0.75em;
  line-height: 1.2em;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
}

#Wrap > footer .links a:hover {
  background-position: calc(100% - 10px) 60%;
}

#Wrap > footer .caution {
  text-align: right;
}

#Wrap > footer .caution .jp,
#Wrap > footer .caution .en {
  font-size: 0.7em;
  line-height: 1.6em;
}

#Wrap > footer .caution .nintendo {
  margin-top: 1em;
  font-size: 0.7em;
  line-height: 1.6em;
}

#Wrap > footer .copy {
  font-size: 0.7em;
  line-height: 1.6em;
  text-align: right;
}

#Bg {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  width: calc(100% - 240px);
  height: 100%;
  line-height: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

#Bg.hide {
  opacity: 0;
}

#Bg > div {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

#Bg > div:nth-of-type(1) {
  background-image: url(../img/mainvsl_01.jpg);
}

#Bg > div:nth-of-type(2) {
  background-image: url(../img/mainvsl_02.jpg);
}

#Bg > div:nth-of-type(3) {
  background-image: url(../img/mainvsl_03.jpg);
}

#Bg > div:nth-of-type(4) {
  background-image: url(../img/mainvsl_04.jpg);
}

#Bg > div.cur {
  opacity: 1;
  z-index: 2;
  -webkit-animation: bg 20s linear 1;
  animation: bg 20s linear 1;
}

#Bg > div.cur.pre {
  z-index: 1;
}

@-webkit-keyframes bg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes bg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@media screen and (max-width: 750px) {
  body > header {
    display: inline;
    position: static;
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
  }

  body > header .base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    padding-right: 20px;
    background: #000;
  }

  body > header .base .oc {
    width: 100px;
    height: 100px;
    cursor: pointer;
  }

  body > header .base .oc .ocBars {
    fill: #fff;
    pointer-events: all;
    cursor: pointer;
  }

  body > header .base .oc .ocBars .bar {
    opacity: 1;
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }

  body > header .base .oc .ocBars .bar:nth-of-type(1) {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }

  body > header .base .oc .ocBars .bar:nth-of-type(3) {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }

  body > header nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 10000;
    padding: 0 40px;
    width: 100%;
    height: 100%;
    background: #000;
  }

  body > header nav h1 {
    padding-top: 170px;
  }

  body > header nav ul {
    padding-bottom: 70px;
    font-size: 1.6em;
    line-height: 1em;
    text-align: center;
  }

  body > header nav ul > li {
    margin: 60px 0;
  }

  body > header nav ul > li:not(.cur) > a:hover {
    opacity: 1;
  }

  body > header.show .oc .ocBars .bar:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  body > header.show .oc .ocBars .bar:nth-of-type(2) {
    opacity: 0;
  }

  body > header.show .oc .ocBars .bar:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }

  body > header.show > nav {
    top: 0;
  }

  #Wrap {
    margin-left: auto;
    padding-top: 100px;
    width: auto;
    min-width: 0;
    font-size: 1em;
    line-height: 1.8em;
  }

  #Wrap > section {
    padding: 70px 40px;
    width: auto;
  }

  #Wrap > section:not(#front) > h1 {
    padding-bottom: 32px;
    background-image: url(../img/line_sp.png);
    font-size: 2.4em;
    line-height: 1.2em;
  }

  #Wrap > section > section {
    margin-top: 70px;
  }

  #Wrap > section > section > h1 {
    margin-bottom: 15px;
    border-bottom-width: 2px;
    padding-bottom: 5px;
    background-position: 0 0.35em;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  #Wrap .pic {
    position: relative;
    left: -40px;
    z-index: 1;
    width: calc(100% + 80px);
  }

  #Wrap .link {
    margin-top: 40px;
  }

  #Wrap .link .button {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    min-height: 100px;
    font-size: 1.2em;
    line-height: 1.2em !important;
  }

  #Wrap .link .button:not(.off):hover {
    background: transparent;
    color: #007b9d;
  }

  #Wrap table {
    display: block;
    border: 2px solid #007b9d;
  }

  #Wrap table tbody,
  #Wrap table tr,
  #Wrap table th,
  #Wrap table td {
    display: block;
  }

  #Wrap table tr {
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #007b9d;
    padding: 20px 25px;
  }

  #Wrap table tr:first-child {
    border-width: 0;
  }

  #Wrap table th,
  #Wrap table td {
    border: none;
    padding: 0;
  }

  #front {
    height: calc(100vh - 100px);
  }

  #front h1 > img {
    width: auto;
  }

  #front .lead {
    margin-top: 50px;
    font-size: 1.2em;
    line-height: 1.8em;
  }

  #front .scroll {
    font-size: 0.9em;
    line-height: 0.6em;
  }

  #front .scroll a {
    background-size: auto;
  }

  #Wrap > footer {
    display: block;
    padding: 0 40px 70px;
    width: auto;
    text-align: center;
  }

  #Wrap > footer > div {
    width: auto !important;
  }

  #Wrap > footer > div:nth-of-type(2) {
    padding-top: 60px;
  }

  #Wrap > footer .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
  }

  #Wrap > footer .logos > li {
    margin: 0 15px;
  }

  #Wrap > footer .logos a:hover img {
    opacity: 1;
  }

  #Wrap > footer .logos img {
    height: auto;
  }

  #Wrap > footer .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    margin: 60px 0;
  }

  #Wrap > footer .share > dt {
    margin: 0.5em 10px 0 0;
    font-size: 0.9em;
    line-height: 1em;
  }

  #Wrap > footer .share > dd .bro-snsbox > .bro-snsbox-rule > div {
    margin-left: 30px;
    width: 60px !important;
  }

  #Wrap > footer .share > dd .bro-snsbox > .bro-snsbox-rule > div a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #Wrap > footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px auto 0;
    width: 100%;
    max-width: 670px;
  }

  #Wrap > footer .links > li {
    margin-left: 0 !important;
    width: calc((100% - 30px) / 2);
  }

  #Wrap > footer .links > li:nth-of-type(n+3) {
    margin-top: 30px;
  }

  #Wrap > footer .links a {
    padding: 5px 15px 5px 0;
    background-size: auto;
    font-size: 0.94em;
    line-height: 1.2em;
    letter-spacing: -0.05em;
  }

  #Wrap > footer .links a:hover {
    background-position: 100% 60%;
  }

  #Wrap > footer .caution {
    text-align: center;
  }

  #Wrap > footer .caution .jp {
    font-size: 0.9em;
    line-height: 1.4em;
  }

  #Wrap > footer .caution .en {
    font-size: 1em;
    line-height: 1.4em;
  }

  #Wrap > footer .caution .nintendo {
    font-size: 0.9em;
    line-height: 1.4em;
  }

  #Wrap > footer .copy {
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
  }

  #Bg {
    top: 100px;
    width: 100%;
    heigh: calc(100% - 100px);
  }
}
/*# sourceMappingURL=../map/style.css.map */
