@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

.red-text { color: #C74D00; text-align: right;}

body {
  font-family: 'Noto Sans Japanese', serif;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 13px;
  position: relative;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*Common*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #C7A956;
}
div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

table {
  font-size:100%;
}
main {
  display: block;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

img {
  width: 100%;
  display: block;
}
.page-header {
  background-color: #000;
  padding: 10px 0;
  color: #fff;
}
.clearfix:before,
.clearfix:after{
  content:"";
  display:table;
}
.clearfix:after{ clear:both; }
input[type="tel"], input[type="email"], input[type="text"],
textarea, select {
  width: 100%;
  padding: 7px;
  font-size: 13px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: 1px 1px 6px 0px rgb(82 82 82 / 10%);
  -moz-box-shadow: 1px 1px 6px 0px rgba(82,82,82,.1);
  box-shadow: 1px 1px 6px 0px rgb(82 82 82 / 10%);
  border: solid 1px #E2E2E2;
  background-color: transparent;
  border-radius: 0px;  
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -.1em;
}
input[type="submit"], button, .form-submit a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.error-list {
  color: #C74D00;
  border: solid 1px #C74D00;
  padding: 15px 20px;
  margin: 15px 0;
}
.error-list p {
  margin: 15px 0;
}

/*Header*/
#header-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
#header-inner h1 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: 0;
}
#header-inner h1 img {
  height: 70px;
  width: auto;
  display: inline;
}

/*Main Contents*/
.wrap {
  margin: auto;
  width: 94%;
  max-width: 960px;
}

.introduce {
  text-align: center;
  padding: 87px 0 65px;
  background: url(/form/eleven-challenge-20230615/assets/img/bg01.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  border-bottom: 40px solid  #080E1A;
}
.introduce .wrap{
  max-width:none;
}
.introduce .title {
  font-size: 44px;
  line-height: 1.2;
  padding-bottom: 10px;
}
.introduce .lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.introduce header {
  padding-bottom: 53px;
}
.introduce .game-description {
  font-size: 34px;
  line-height: 1.8;
}
.members {
  position: relative;
  overflow: hidden;
}
.members .flow-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
  pointer-events: none;
}
.members .flow-icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(-50%,-50%);
  pointer-events: none;
  transition: opacity .4s , left 1s ,top 1s;
}
.members .feild .on .icon {
  pointer-events: none;
  user-select: none;
}
.members .flow-icon.active .icon {
  transition-duration: 0s;
  opacity: 1;
}
.members .inner {
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  user-select: none;
}
.members .kirin-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 6%;
}
.members .icon {
  width: 90px;
  text-align: center;
  margin: 0 auto;
  user-select: none;
}
.members .feild {
  user-select: none;
}
.members .icon p {
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  padding: 4px 0;
}
.members .icon img,
.members .icon p {
  pointer-events: none;
  user-select: none;
}

.members .icons-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: url(/form/eleven-challenge-20230615/assets/img/bg03.png) #fff center;
  background-size: cover;
  padding: 20px;
  overflow-y: auto;
  text-align: center;
}
.members .icons-wrap .text {
  font-size: 14px;
  color: #666666;
  padding-bottom: 19px;
  line-height: 1.5;
}
.members .icons-wrap .text01 {
  font-size: 12px;
  color: #666666;
  padding: 19px 0;
  line-height: 1.5;
  text-align: left;
}
.members .icons-wrap .icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.members .icons-wrap .icons li {
  /*float: left;*/
  /*width: 26%;*/
  margin-right: 9%;
  margin-bottom: 25px;
}
.members .icons-wrap .icons li:nth-child(3n) {
  /*margin-right: auto;*/
}
.members .icons-wrap .icons li:nth-child(3n+1) {
  clear: both;
}
.members .feild {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 58%;
  
  background: url(/form/eleven-challenge-20230615/assets/img/coat.png) center no-repeat;
  background-size: 100%;
}
.complate .members .feild,
.confirm .members .feild {
  right: 50%;
  transform: translateX(50%);
}

.members .feild ul {
  overflow: hidden;
  position: absolute;
  font-size: 0;
  text-align: center;
  
}
.members .feild .gk {
  /*background-color: rgba(92,2,2,.8);*/
  bottom: .5%;
  height: 17%;
  left: 5%;
  width: 95%;
}
.members .feild .df {
  /*background-color: rgba(2,92,2,.8);*/
  bottom: 17.5%;
  height: 33.9%;
  left: 10.4%;
  width: 85.2%;
}
.members .feild .mf {
  /*background-color: rgba(2,2,92,.8);*/
  bottom: 51.4%;
  height: 33.9%;
  left: 14.5%;
  width: 75.2%;
}
.members .feild li {
  display: inline-block;
  width: 20%;
  height: 50%;
  position: relative;
  
}
.members .feild li.hv {
  background-color: rgba(255,255,255,.1);
}
.members .feild .gk li {
  width: 100%;
  height: 100%;
}
.members .feild .icon {
  opacity: 0;
}
.members .feild .hv .icon {
  opacity: .4;
}
.members .feild .on .icon {
  opacity: 1;
}
.members .feild li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
}

@media all and (max-width:1600px){
  .members .icon {
    width: 70px;
  }
}
@media all and (max-width:1400px){
  .members .icon img {
    width: 45px;
    margin: 0 auto;
  }
}
@media all and (max-width:1100px){
  .members .icon img {
    width: 30px;
    margin: 0 auto;
  }
}
@media all and (max-width:900px){
  .members .icon img {
    width: 25px;
    margin: 0 auto;
  }
}
.message {
  padding: 20px 0;
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  color: #fff;
  background-color: #080E1A;
  overflow: hidden;
}
.form-wrap {
  padding: 85px 0 100px;
  background: url(/form/eleven-challenge-20230615/assets/img/bg02.jpg) center no-repeat;
  background-size: cover;
  color: #222222;
}
.form-wrap .annotation-text {
  font-size: 13px;
  color: #F4BA47;
  padding-bottom: 10px;
  line-height: 1.6;
}
.annotation-text.text-center{
  text-align: center;
  font-size: 20px;
}
.form-wrap .form-box {
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0,0,0,.6);
  border: 2px solid #E2E2E2;
  padding: 40px 20px 45px;
}
.form-wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.form-wrap dt {
  width: 32%;
  margin-right: 2%;
  font-size: 13px;
}
.form-wrap dd {
  width: 66%;
  line-height: 1.5;
  font-size: 13px;
}
.form-lead {
  padding-bottom: 25px;
}
.form-lead dt,
.form-lead dd  {
  font-size: 20px;
}
.form-wrap dd li {
  line-height: 1.8;
}
.form-wrap dd span.title {
  margin-right: 6px;
}
.form-wrap .required dt:after {
  content: "※";
  color: #C74D00;
  margin-left: 8px;
  font-weight: bold;
}

.form-wrap .ib.mid {
  width: 20%;
  margin-right: 4px;
}
.form-wrap .ib.mid + .ib.mid {
  margin-left: 4px;
}
.form-buttons {
  padding: 5px 25px;
  background-color: #FFB71E;
  color: #fff;
}
.annotation-texts {
  padding-top: 70px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #F4BA47;
}
.annotation-texts p {
  line-height: 1.6;
}
.annotation-texts .privercy-policy {
  padding-bottom: 16px;
}
.annotation-texts a {
  color: inherit;
  text-decoration: none;
}
.annotation-texts a:hover {
  text-decoration: underline;
}
.form-submit {
  text-align: center;
  padding-top: 45px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.form-submit .form-buttons  {
  background-color: #947F28;
  border-radius: 0;
  padding: 13px 55px;
  font-weight: normal;
  appearance: none;
  font-family: 'Noto Sans Japanese', serif;
}
.form-submit .form-buttons:hover  {
  opacity: .7;
}
.form-submit .back-button  {
  font-family: 'Noto Sans Japanese', serif;
  display: block;
  color: #fff;;
  background-color: #947F28;
  background-color: #2d6ae3;
  border-radius: 0;
  padding: 13px 55px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.45;
  appearance: none;
  margin-right: 25px;
}
.form-submit .back-button:hover  {
  opacity: .7;
  text-decoration: none;
}
.complate .annotation-text {
  font-size: 24px;
  text-align: center;
  padding-bottom: 48px;
}
.complate .share {
  display: flex;
  justify-content: center;
}

.complate .button-text {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-bottom: 24px;
}
.complate .image-dl-button {
  margin: 0 auto 19px;
  max-width: 375px;
  width: 80%;
}
.complate .button-text span {
  display: inline-block;
  padding: 4px 18px;
  position: relative;
}
.complate .button-text span::before,
.complate .button-text span::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(-50%) rotate(-25deg);
  top: 50%;
  height: 100%;
  width: 1px;
  background: #fff;
}
.complate .button-text span::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}
.complate .button-text span::before {
  left: 0;
}
.complate .image-dl-button a {
  display: block;
  padding: 13px 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background-color: #918038;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}
.complate .share li {
  margin-right: 2%;
}
.complate .share li:last-child {
  margin-right: 0;
}

.form-wrap .colored {
  margin-top: 10px;
  color: #F4BA47;
}
.form-wrap .item {
  padding: 20px 0;
  border-bottom: 2px dotted #C7C7C7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-wrap .multi-other {
  margin-top: 15px;
  display: none;
}

footer {
  background-color: #000;
  padding: 80px 0;
  margin-top: 0px;
}
footer p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.page-top {
  display: none;
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #947F28;
  text-align: center;
  font-size: 18px;
  color: #fff;
  opacity: .8;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-top i {
  display: block;
}
@media all and (max-width:960px){
  /*Common*/
  body { font-size: 12px; }

  /*Main Contents*/
}
.sp {
  display: none !important;
}
@media screen and (max-width: 740px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  /*Common*/
  input[type="radio"] {
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
  }

  /*Header*/
  #header-inner h1 img{
    height: 45px;
    width: auto;
  }

  .wrap {
    margin: auto;
    width: 94%;
    max-width: 960px;
  }
  
  .introduce {
    padding: 47px 0 32px;
    background-image: url(/form/eleven-challenge-20230615/assets/img/bg01-sp.jpg);
    border-bottom: 35px solid  #080E1A;
    position: relative;
    z-index: 10;
  }
  .complate .introduce,
  .confirm .introduce {
    margin-bottom: -100px;
  }
  .introduce .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .introduce .lead {
    font-size: 14px;
  }
  .introduce header {
    padding-bottom: 31px;
  }
  .introduce .game-description {
    font-size: 16px;
  }
  .members {
    margin-bottom: -3px;
  }
  .members .inner {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    transform: translateX(0%);
  }
  .members .kirin-logo {
    position: absolute;
    bottom: 10px;
    right: 20%;
    width: 60%;
  }
  .members .icon  p {
    font-size: 12px;
    padding: 4px 0;
  }
  .icon-slide {
    position: relative;
    height: 100%;
    width: calc(100vw - 90px);
    overflow: hidden;
    margin: 0 40px;
  }
  
  .members .icons-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 15px 0px 30px;
    height: 90px;
    height: 80px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    background-image: url(/form/eleven-challenge-20230615/assets/img/bg03-sp.png);
  }
  .members .icons-wrap .text01 {
    position: absolute;
    bottom: 8px;
    font-size: 8px;
    padding: 0;
    line-height: 1.5;
    left: 5%;;
    width: 90%;
    text-align: center;
  }
  .members .icons-wrap .icons {
    position: relative;
    display: block;
    overflow: hidden;
    transition: left .2s;
  }
  .members .icons-wrap .icons li {
    float: left; 
    width: 70px;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .members .icons-wrap .icons li:nth-child(3n) {
    margin-right: 30px;
  }
  .members .icons-wrap .icons li:nth-child(3n+1) {
    clear: none;
  }
  .members .icons-wrap .controls {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 3;
  }
  .members .icons-wrap .controls.off {
    opacity: .2;
    pointer-events: none;
  }
  .members .icons-wrap .prev {
    left: 15px;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
  }
  .members .icons-wrap .next {
    right: 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .members .icons-wrap .text {
    display: none;
  }
  .members .feild {
    position: absolute;
    top: 105px;
    bottom: 17%;
    right: 5%;
    height: auto;
    width: 90%;
  }
  .members .feild .gk {
    bottom: .2%;
    height: 16.8%;
    left: 5%;
    width: 95%;
  }
  .members .feild .df {
    bottom: 17%;
    height: 34%;
    left: 10.4%;
    width: 85.2%;
  }
  .members .feild .mf {
    bottom: 51.4%;
    height: 44.9%;
    left: 14.5%;
    width: 75.2%;
  }
  .members .icon p {
    font-size: 8px;
  }
  .members .icon img {
    width: 25px;
    margin: 0 auto;
  }
  .message {
    padding: 8px 0;
    font-size: 13px;
    position: relative;
  }
  .form-wrap {
    background-image: url(/form/eleven-challenge-20230615/assets/img/bg02-sp.jpg);
  }
  .form-wrap .annotation-text {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .form-wrap .form-box {
    padding: 40px 16px 45px;
  }
  .form-wrap dt {
    width: 32%;
    margin-right: 2%;
    font-size: 12px;
  }
  .form-wrap dd {
    width: 66%;
    line-height: 1.5;
    font-size: 12px;
  }
  .form-lead {
    padding-bottom: 25px;
  }
  .form-lead dt,
  .form-lead dd  {
    font-size: 16px;
  }
  .form-wrap dd span.title {
    margin-right: 6px;
  }
  
  .form-submit {
    text-align: center;
    padding-top: 45px;
    display: block;
  }
  .form-submit .form-buttons  {
    background-color: #947F28;
    border-radius: 0;
    padding: 13px 55px;
    font-weight: normal;
    appearance: none;
    font-family: 'Noto Sans Japanese', serif;
  }
  .form-submit .form-buttons:hover  {
    opacity: .7;
  }
  .form-submit .back-button  {
    margin: 0 auto 20px;
    width: 80%;
    box-sizing: border-box;
  }
  .form-submit .back-button:hover  {
    opacity: .7;
    text-decoration: none;
  }
  .form-wrap .ib.mid {
    width: 22%;
    margin-right: 4px;
  }
  .form-wrap .ib.mid + .ib.mid {
    margin-left: 4px;
  }
  .form-buttons {
    padding: 6px 8px;
  }
  .annotation-texts {
    padding-top: 70px;
    font-size: 12px;
  }
  .annotation-texts p {
    line-height: 1.6;
  }
  .annotation-texts .privercy-policy {
    padding-bottom: 16px;
  }
  .form-submit {
    padding-top: 45px;
  }
  .form-submit .form-buttons  {
    padding: 13px 55px;
    appearance: none;
    width: 80%;
  }
  
  .form-wrap .colored {
    margin-top: 10px;
  }
  .form-wrap .item {
    padding: 20px 0;
    border-bottom: 2px dotted #C7C7C7;
  }
  .form-wrap .multi-other {
    margin-top: 15px;
    display: none;
  }

}