@charset "UTF-8";

body {
    min-width: 1220px;
    margin: 0 auto;
}

.container {
  width: 1080px;
  margin: 0 auto;
}


section {
  margin-bottom: 80px;
}

h1 {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}

p {
  color: #fff;
}

.sp {
  display: none;
}


/* ----------------------------------------------------------------------------------------------------メインビジュアル */
.mv {
  position: relative;
  background: -webkit-linear-gradient(#165e83, #009999);
  background: -o-linear-gradient(#165e83, #009999);
  background: linear-gradient(#165e83, #009999);
  width: 100%;
  height: 700px;
  background:
    url(../img/mv__bg.png) 0 0 repeat-x,
    -webkit-gradient(linear, center top, center bottom, from(#165e83),
        to(#009999));
}

/*.mv__bg {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mv__bg.png);
  background-repeat: repeat-x;
  z-index: 2;
}*/

.mv .container {
  position: relative;
}

.mv__image {
  position: absolute;
  top: 30px;
  left: 609px;
  width: 354px;
  z-index:3;
}

.mv__character {
  position: absolute;
  top: 521px;
  left: 245px;
  width: 214px;
  z-index:3;
}

.mv__logo {
  position: absolute;
  top: 250px;
  left: 115px;
  width: 432px;
  z-index:3;
}

.mv__lead {
  position: absolute;
  top: 352px;
  left: 142px;
  font-size: 24px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------ダウンロード */
.download {
  text-align: center;
  margin: 0 auto 80px;
}

.download__headings {
  margin-bottom: 20px;
  color: #165e83;
}

.download-list {
  font-size: 0;
  margin: 0 auto;
}

.download-list__item {
  display: inline-block;
  width: 245px;
  margin: 0 15px;
}

/* ----------------------------------------------------------------------------------------------------動画 */

.movie {
  text-align: center;
}

.movie iframe {
  width: 315px;
  height: 560px;
}

.lineup {
  background: -webkit-linear-gradient(#165e83, #009999);
  background: -o-linear-gradient(#165e83, #009999);
  background: linear-gradient(#165e83, #009999);
  height: 556px;
}

.lineup__headings {
  color: #fff;
  padding: 70px 0 50px;
}

.lineup__slider {
  width: 1130px;
  height: 278px;
  margin: 0 auto;
}

.lineup__slider__image {
  max-width: 176px;
  max-height: 278px;
  margin: 0 25px;
}

/* ----------------------------------------------------------------------------------------------------特徴 */

.feature__headings {
    color: #165e83;
    margin-bottom: 50px;
}


.feature-list__item {
  background: -webkit-linear-gradient(#165e83, #009999);
  background: -o-linear-gradient(#165e83, #009999);
  background: linear-gradient(#165e83, #009999);
  height: 480px;
  position: relative;
  margin-bottom: 60px;
}


.feature__lead {
  position: absolute;
  top: 66px;
  left: 548px;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  width: 432px;
}

.feature__text {
  position: absolute;
  font-size: 24px;
  line-height: 42px;
  top: 188px;
  left: 548px;
  width: 432px;
  text-align:justify;
}

.feature__image {
  position: absolute;
  top: 55px;
  left: 46px;
  width: 440px;
  height: 425px;
  overflow: hidden;
}

.feature__character {
  position: absolute;
  top: 369px;
  left: 706px;
  width: 105px;
}

.feature-list__item:nth-child(2) {
  height: 562px;
}

.feature-list__item:nth-child(2) .feature__character {
  top: 451px;
}

.feature-list__item:nth-child(2) .feature__image {
  height: 512px;
  top: 50px;
}

.feature-list__item:nth-child(3) {
  height: 522px;
}

.feature-list__item:nth-child(3) .feature__character {
  top: 411px;
}

.feature-list__item:nth-child(3) .feature__image {
  height: 465px;
  top: 57px;
  /*top: 50px;*/
}

/* ----------------------------------------------------------------------------------------------------ツイッター */

.twitter {
  background: -webkit-linear-gradient(#165e83, #009999);
  background: -o-linear-gradient(#165e83, #009999);
  background: linear-gradient(#165e83, #009999);
  height: 326px;
}

.twitter__headings {
  padding: 70px 0  40px;
  color: #fff;
}

.btn__twitter {
  width: 600px;
  height: 116px;
  border: 7px solid #fff;
  background-color: #1ea1f2;
}

.btn__twitter {
  text-align: center;
}

.btn__twitter {
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
  font-weight: bold;
}

.btn__twitter a {
  color: #fff;
  text-decoration: none;
  height: 102px;
  line-height: 102px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.icon__twitter {

}

.btn__twitter__text {

}

.btn__twitter img{
  height: 75px;
  width: 75px;
  vertical-align: middle;
}

/* ----------------------------------------------------------------------------------------------------シェア */

.share {

}

.share__headings {
  color: #165e83;
  margin-bottom: 10px;
}

.share-list {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}

.share-list__item {
  display: inline-block;
  width: 60px;
  margin: 0 10px;
}

/* ----------------------------------------------------------------------------------------------------フッター */

footer {
  background: -webkit-linear-gradient(#165e83, #009999);
  background: -o-linear-gradient(#165e83, #009999);
  background: linear-gradient(#165e83, #009999);
  text-align: center;
}


.footer-link {
  font-size: 0;
  padding: 40px;
  text-align: center;
}

.footer-link__item {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin: 0 15px;
}

.footer-link__item a{
  color: #fff;
  text-decoration: none;
}


.footer__logo {
  width: 221px;
  margin: 0 auto;
}

.footer__copyright {
  font-size: 12px;
  color: #fff;
  padding: 10px 0 50px;
}

/* ----------------------------------------------------------------------------------------------------利用規約 */

.term {
  background: -webkit-linear-gradient(#165e83, #009999);
  background: -o-linear-gradient(#165e83, #009999);
  background: linear-gradient(#165e83, #009999);
  position: relative;
  z-index: 1;
  /*height: 8984px;*/
  background:
    url(../img/mv__bg.png) 0 0 repeat-x,
    -webkit-gradient(linear, center top, center bottom, from(#165e83),
        to(#009999));
  padding-top: 180px;
}

/*.term__wrapper{
  padding-top: 180px;
}*/

.term__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 228px;
  background-image: url(../img/mv__bg.png);
  background-repeat: repeat-x;
  z-index: 2;
}

.term__logo {
  width: 354px;
  margin: 0 auto 35px;
  z-index: 3;
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-webkit-transform: translateX(-50%);
  -moz-webkit-transform: translateX(-50%);
  -ms-webkit-transform: translateX(-50%);
  -o-webkit-transform: translateX(-50%);
  webkit-transform: translateX(-50%);
}

.term .container {
/*  position: absolute;
  top: 180px;
  left: 50%;
*/  /*transform: translateX(-50%);
  -webkit-webkit-transform: translateX(-50%);
  -moz-webkit-transform: translateX(-50%);
  -ms-webkit-transform: translateX(-50%);
  -o-webkit-transform: translateX(-50%);
  webkit-transform: translateX(-50%);*/
  background-color: #fff;
  padding: 60px 0;
  z-index: 3;
}


h1.term__headings {
  color: #006699;
  width: 700px;
  margin: 0 auto 30px;
}

h2.term__headings {
  font-size: 24px;
  color: #006699;
  padding-top: 30px;
  width: 700px;
  margin: 0 auto 30px;
}

.term__lead {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.term__text {
  color: #000;
  font-size: 16px;
  line-height: 2;
  width: 700px;
  margin: 0 auto;
  text-align: justify;
}

.term__date {
  text-align: right;
  margin-top: 32px;
}

.term__gotop {
  text-align: center;
  /*position: absolute;*/
/*  top: 8884px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-webkit-transform: translateX(-50%);
  -moz-webkit-transform: translateX(-50%);
  -ms-webkit-transform: translateX(-50%);
  -o-webkit-transform: translateX(-50%);
  webkit-transform: translateX(-50%);*/
}

.term__gotop a {
  color: #fff;
  font-size: 30px;
  line-height: 100px;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------資金決済法に基づく表記 */
.psa {
  /*height: 2078px;*/
}

.psa h2.term__headings {
  text-align: left;
}

.psa .term__gotop {
  /*top: 1978px;*/
}

/* ----------------------------------------------------------------------------------------------------特定商法取引法に関する表記 */
.asct {
  /*height: 1898px;*/
}

.asct h2.term__headings {
  text-align: left;
}

.asct .term__gotop {
  /*top: 1798px;*/
}

/* ----------------------------------------------------------------------------------------------------よくある質問 */
.faq {

}

.faq h2.term__headings {
  padding-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #006699;
}

.faq__accordion {
  width: 700px;
  margin: 0 auto 20px;
}

.faq__accordion:last-child{
  margin-bottom: 0;
}

.faq__accordion-item__question {
  font-size: 20px;
  line-height: 42px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #006699;
}

.faq__accordion-item__question::after {
  position: absolute;
  top: 27px;
  right: 20px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #006699;
  border-left: 3px solid #006699;
  transform: rotate(-45deg);
}

.faq__accordion-item__question.is-open::after {
  transform: rotate(135deg);
  top: 34px;
}


.faq__accordion-item__question span {
  font-weight: bold;
  color: #006699;
  margin-right: 1em;
}

.faq__accordion-item__answer {
  background-color: #006699;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  display: none;
  padding: 15px;
  padding-left: 63px;
  /*padding-left: calc(15px + 3em);*/
  text-indent: -33px;
  /*text-indent: calc(15px -3em);*/
}


.faq__accordion-item__answer span {
  font-weight: bold;
  margin-right: 1em;
}

.faq__accordion-item__answer a {
  color: #fff;
}