@charset "UTF-8";
html {
  font-size: 62.5%;
  background: none #010102;
}
body {
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
  color: #fff;
}
* {
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}
ul {
  list-style: none;
}
h1,h2,h3,h4,p,ul,li,dl,dt,dd {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
}
.nobr br {
	display: block !important;
}
.inbox {
  width: 935px;
  margin: 0 auto;
  position: relative;
}
.inbox h2 {
    text-align: center;
    margin-bottom: 60px;
  }
a {
  color: #15b8cf;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
a:hover {
  opacity: .8;
}
.jme {
	text-align: center;
	transform: translateY(70px);
}
#gigyaShare {
	display: inline-block;
}
#gigyaShare > a img {
	margin: 0 10px 0 0 !important;
}
.gig-bar-container {
	display: inline-block;
}

.btns {
	text-align: center;
	padding: 50px 0 100px 0;
	position: relative;
}

.header {
  background: url(../img/bg.png) no-repeat center top;
  position: relative;
  overflow: hidden;
}
.header .inbox {
    width: auto;
    min-height: 728px;
    background: url(../img/fore.png) no-repeat center bottom;
    padding-top: 23px;
  }
.header .stardust {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1121px;
    height: 1121px;
    background: url(../img/stardust.png) no-repeat center 53px;
    z-index: 0;
  }
.header h1 {
    position: relative;
    width: 893px;
    height: 611px;
    margin: 0 auto 0;
    text-indent: -9999px;
    background: url(../img/titles.png) no-repeat center center;
  }
.header .oubo {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 440px;
    left: calc(100%/2 + 300px);
  }
body.load .stardust {
  -webkit-animation: spin 240s linear infinite;
          animation: spin 240s linear infinite;
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.introduction {
  text-align: center;
  padding: 120px 0;
  position: relative;
  background: none #000;
}
.introduction h3 {
    color: #00ffff;
    font-size: 34px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 29px;
  }
.introduction h3 span {
      font-size: 22px;
      display: block;
      margin: 0 0 15px;
    }
.introduction p {
    font-size: 22px;
    line-height: 1.6;
  }
.requirement {
  background: none #1d4edb;
  padding: 80px 0;
}
.requirement h3 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 40px;
  }
.requirement p {
    text-align: center;
    font-size: 26px;
    color: #f0e41e;
  }
.requirement p span {
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 0;
      background: none #06206c;
      color: #fff;
      border-radius: 20px;
      font-size: 14px;
      padding: 7px 25px;
    }
.requirement .detail {
    padding: 40px 0 40px;
  }
.requirement .detail p {
      color: #fff;
      font-size: 16px;
      text-align: left;
      display: inline-block;
      vertical-align: top;
      max-width: 60%;
      line-height: 1.7;
      padding: 0 80px 0 60px;
    }
.requirement .detail a {
      display: inline-block;
      vertical-align: top;
    }
.requirement p.ex {
    color: #bdceff;
    line-height: 1.7;
    font-size: 12px;
    text-align: left;
    padding: 0 0 0 60px;
  }
.contents {
  padding: 85px 0 115px;
  background: url(../img/bg-img1.jpg) no-repeat center top;
  background-size: 100% auto;
  background-attachment: scroll;
	/*
  background-position-x: 0;
  background-position-y: 0;
	*/
  position: relative;/**box**/
}
.contents.active {
  background-attachment: fixed;
  background-size: 100% auto;
}
.contents:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/dot.gif) repeat center top;
		z-index: 0;
  }
.contents .box {
    padding-bottom: 60px;
  }
.contents .box h2 {
      line-height: 1;
      text-align:center;
      position: relative;
      background: url(../img/obi.png) no-repeat left center;
      min-height: 78px;
      margin: 0 0 30px;
      padding: 28px 0;
    }
.contents .box h2:before {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 15px;
      }
.contents .box:nth-of-type(1) h2:before {
          content: url(../img/tk01.png);
        }
.contents .box:nth-of-type(2) h2:before {
          content: url(../img/tk02.png);
        }
.contents .box:nth-of-type(3) h2:before {
          content: url(../img/tk03.png);
        }
.contents .box:nth-of-type(3) li {
        min-width: auto;
        padding: 0 22.5px;
        margin: 0 0 0;
      }
.contents .box:nth-of-type(3) li span.hide {
          background: none #000;
        }
.contents .box:nth-of-type(3) li span.hide img {
            visibility: hidden;
          }
.contents .box p {
      text-align: center;
      margin: 0 0 30px;
      line-height: 1.7;
    }
.contents .box ul {
      text-align: center;
    }
.contents .box li {
      display: inline-block;
      vertical-align: top;
      min-width: 345px;
      padding: 0 32.5px;
      margin: 0 0 52px;
    }
.contents .box li span {
        display: block;
        font-size: 12px;
        color: #00ffff;
      }
.contents .box li span img {
        width: 100%;
      }
.contents .box li span b {
          display: block;
          color: #fff;
          font-size: 16px;
          margin: 17px 0 12px;
        }
.contents .box li.andmore span {
        transform: translateY(50px);
      }
.venture li span {
	width: 220px;
}
.venture li span img{
	width: 100%;
}
.live {
  padding: 100px 0 145px;
  position: relative;
  background: url(../img/bg-img2.jpg) no-repeat center top;
  background-attachment: fixed;
  /*background-size: 100% auto;*/
  /*
	background-position-x: 0;
  background-position-y: 0;
	*/
  background-size: cover;
}
.live.active {
  /*background-attachment: fixed;*/
}
.live:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/dot.gif) repeat center top;
  }
.live h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
  }
.live h3 br {
    display: none;
  }
.live p {
    text-align: center;
    font-size:16px;
    line-height: 1.5;
    margin: 35px 0 55px;
  }
.live ul {
    text-align: center;
  }
.live li {
    display: inline-block;
    vertical-align: top;
    padding: 0 33.5px;
  }
.live li span {
      display: block;
    }
.live li span img {
        margin: 0 0 18px;
      }
.summary {
  padding: 115px 0 160px;
}
.summary .wrap {
    text-align: center;
  }
.summary .l {
    line-height: 1.4;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
  }
.summary .r {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
  }
.summary h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }
.summary dl {
  }
.summary dt {
    font-size: 14px;
    color: #a8a8a8;
  }
.summary dd {
    font-size: 18px;
    margin: 0 0 30px;
  }
.summary dd a {
      font-size: 14px;
    }
.map {
	width: 420px;
	height: 295px;
	margin-left: 50px;
}
#gmap {
	width: 100%;
	height: 100%;
}
.footer {
	position: relative;
  background: none #fff;
  padding: 40px 0;
}
.footer .copyright {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
.footer .totop {
    position: fixed;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    right: 2%;
    bottom: 2%;
  }
.footer .totop.active {
      opacity: 1;
    }
@media screen and (max-width:751px) {
html {
	overflow-x: hidden;
}
body {
  font-size: 2rem;
	overflow-x: hidden;
}
.inbox {
  width: auto;
}
.header {
  background: url(../img/bg-sp.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}
  .header .inbox {
    text-align: center;
    width: auto;
    min-height: auto;
    background: none;
    padding-top: 23px;
  }
  .header .stardust {
    display: none;
  }
  .header h1 {
    position: relative;
    width: 100%;
    height: 606px;
    margin: 0 auto 0;
    text-indent: -9999px;
    background: url(../img/titles_sp.png) no-repeat center center;
  }
  .header .oubo {
    margin: 60px 0 0;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
    .header .oubo img {
      display: none;
    }
    .header .oubo:after {
      content: url(../img/oubo_sp.png);
      display: inline-block;
    }
body.load .stardust {
  -webkit-animation: none;
          animation: none;
}
.introduction {
  padding: 120px 30px;
}
  .introduction h3 {
    color: #00ffff;
    font-size: 4.6rem;
    margin: 0 0 29px;
  }
    .introduction h3 span {
      font-size: 2.6rem;
      display: block;
      line-height: 1.5;
      margin: 0 0 15px;
    }
  .introduction p {
    font-size: 2.8rem;
    line-height: 1.6;
  }
.requirement {
  padding: 80px 0;
}
  .requirement h3 {
    text-align: center;
    font-size:36px;
    margin: 0 0 40px;
  }
  .requirement p {
    font-size: 3.4rem;
  }
    .requirement p span {
      transform: translateY(-3px);
      font-size: 2.8rem;
    }
  .requirement .detail {
    padding: 40px 0 40px;
    text-align: center;
  }
    .requirement .detail p {
      color: #fff;
      font-size: 2.8rem;
      text-align: left;
      display: block;
      vertical-align: top;
      max-width: none;
      line-height: 1.7;
      padding: 0 30px;
    }
    .requirement .detail a {
      margin: 40px 0 0;
      display: inline-block;
      vertical-align: top;
    }
  .requirement p.ex {
    font-size: 2.6rem;
    padding: 0 30px;
  }
.contents {
  background-size: auto 120vh;
	background-attachment: scroll;
}
    .contents .box h2 {
      font-size: 3.0rem;
      text-align:center;
      padding: 28px 0 28px 100px;
    }
        .contents .box:nth-of-type(1) h2:before {
          -webkit-transform: translateX(20px);
                  transform: translateX(20px);
									top: 20px;
        }
        .contents .box:nth-of-type(2) h2:before {
          -webkit-transform: translateX(20px);
                  transform: translateX(20px);
									top: 20px;
        }
        .contents .box:nth-of-type(3) h2:before {
          -webkit-transform: translateX(20px);
                  transform: translateX(20px);
									top: 20px;
        }
      .contents .box:nth-of-type(3) li {
        min-width: auto;
        padding: 0 22.5px;
        margin: 0 0 60px;
      }
    .contents .box p {
      font-size: 3rem;
      text-align: center;
      margin: 0 0 30px;
      line-height: 1.7;
      padding-left: 30px;
      padding-right: 30px;
    }
      .contents .box p br {
        display: none;
      }
    .contents .box ul {
    }
    .contents .box li {
      min-width: auto;
      width: 100%;
    }
      .contents .box li span {
        font-size: 3rem;
      }
        .contents .box li span img {
          width: 100%;
        }
        .contents .box li span b {
          font-size: 3.4rem;
        }
.live {
  background-size: cover;
	background-attachment: scroll;
}
  .live h3 {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.5;
		padding: 0 20px;
  }
	.live h3 br {
    display: block;
  }
  .live p {
    text-align: center;
    font-size:2.8rem;
    line-height: 1.5;
    margin: 35px 0 55px;
    padding: 0 30px;
  }
  .live p br {
  }
  .live ul {
    text-align: center;
  }
  .live li {
    display: block;
    padding: 0 33.5px;
    margin: 0 0 60px 0;
  }
      .live li span b {
        font-size: 3.2rem;
      }
      .live li span img {
        width: 100%;
      }
  .summary .wrap {
    text-align: center;
  }
  .summary .l {
    line-height: 1.4;
    text-align: left;
    display: block;
    width: auto;
    padding: 0 60px;
    text-align: center;
  }
  .summary .r {
    display:block;
    width: auto;
  }
  .summary h3 {
    font-size: 3.2rem;
  }
  .summary dl {
    text-align: left;
  }
  .summary dt {
    font-size: 2.6rem;
  }
  .summary dd {
    font-size: 3rem;
  }
    .summary dd a {
      display: block;
      font-size: 2.6rem;
			word-break: break-all;
    }
.footer {
  padding: 40px 0;
}
    .footer .jwave img {
      margin: 0 0 0 5%;
    }
  .footer .copyright {
    right: 5%;
  }
  .footer .totop {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 100;
  }
		.jme {
			text-align: center;
			margin: 50px 0 0;
			transform: translateY(0px);
		}
	.map {
		width: 95%;
		height: 50vw;
		margin: 0 auto;
	}
	#gmap {
		width: 100%;
		height: 100%;
	}

.oubobtn {
	display: inline-block;
	transform: scale(1.5);
}

.jme {
	transform: scale(1.5);
}

.inbox > h2 {
	transform: scale(1.5);
  }

.venture li span {
	width: auto;
}
}
