@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 87.5%
}


img {
  border-style: none;
  vertical-align: bottom
}

body {
  background: #141414;
  color: rgba(255, 255, 255, .9);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.8;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

#container {
  position: relative
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  width: 100%
}

.container {
  margin-bottom: 3rem;
  margin-top: 3rem
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #f1f1f1;
  text-decoration: none
}

a:active, a:hover {
  outline-width: 0;
  color: #f1f1f1
}

p {
  margin: 1.25em 0
}

ul {
  list-style: none
}

li {
  margin: .75em 0
}

#footer {
  background: #333;
  overflow: hidden;
  font-size: .93rem;
  z-index: 40
}

#footer a:hover {
  color: #3bbe5d
}

.enter-banner {
  display: -webkit-box;
  display: flex
}

.enter-banner_image {
  -webkit-box-flex: 1;
  flex-grow: 1
}

.enter-banner_image img {
  width: 100%
}

.enter-banner--01 {
  display: none
}

.enter-banner--03 {
  display: none
}

.enter-banner--04 {
  display: none
}

.enter-banner--08 {
  display: none
}

.enter-logo {
  margin: 2.5rem auto;
  width: 240px
}

.enter-logo_image {
  width: 100%
}

.enter-cta {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center
}

.enter-button {
  margin: 2rem 0 0;
  padding: 0 16px;
  width: 256px
}

[class^=enter-button--] {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px 0;
  -webkit-transition: .15s;
  transition: .15s;
  width: 100%
}

[class^=enter-button--]:hover {
  background-color: #3bbe5d;
  color: #fff
}

.enter-button_flag {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 22px
}

.enter-button_sub-text {
  font-size: .93rem;
  font-weight: 400;
  margin-left: 8px
}

.enter-button_annotation {
  color: rgba(255, 255, 255, .65);
  display: block;
  font-size: 12px;
  margin-top: 1em;
  text-align: center
}

.enter-disclaimer {
  font-size: 1.43rem;
  font-weight: 700;
  margin: 1rem 0;
  text-align: center
}

.enter-disclaimer.ja {
  letter-spacing: .07em
}

.enter-stop18 {
  display: -webkit-box;
  display: flex;
  margin-top: 4rem
}

.enter-stop18_image {
  background: url(images/stop18.png) left center no-repeat;
  flex-shrink: 0;
  height: 72px;
  width: 72px
}

.enter-stop18_text {
  color: rgba(255, 255, 255, .65);
  -webkit-box-flex: 1;
  flex-grow: 1
}

.enter-agreement {
  border: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .4);
  font-size: .93rem;
  height: 400px;
  margin: 3rem 0 4rem;
  overflow-y: hidden;
  padding: 0 1.5em
}

.enter-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1rem 0
}

.enter-footer_item {
  margin-left: 16px;
  margin-right: 16px
}

.enter-footer_item, .enter-footer_item a {
  color: rgba(255, 255, 255, .4)
}

@media screen and (min-width:592px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 544px
  }

  .enter-logo {
    width: 280px
  }
}

@media screen and (min-width:768px) {
  .container {
    max-width: 720px
  }

  .enter-banner--01 {
    display: block
  }
  .enter-logo {
    margin: 4rem auto 3rem
  }
  .enter-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
  .enter-disclaimer {
    margin: 1.5rem 0
  }
  .enter-stop18_image {
    width: 88px
  }
}

@media screen and (min-width:1024px) {
  .container {
    max-width: 960px
  }

  .enter-banner--04 {
    display: block
  }
  .enter-logo {
    width: 320px
  }
}

@media screen and (min-width:1200px) {
  .enter-banner--03 {
    display: block
  }
}

@media screen and (min-width:1360px) {
  .container {
    max-width: 1280px
  }
  .container.is-dense {
    max-width: 960px
  }
  .enter-banner--08 {
    display: block
  }
}


