body {
  position: relative; }

#container {
  padding-bottom: 130px; }

.plx {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }

#ig-bg1 {
  background: url(/assets2/images/pc/index/bg01.png) no-repeat right 980px; }

#ig-bg2 {
  background: url(/assets2/images/pc/index/bg02.png) no-repeat 0px 1310px; }

#market-bg1 {
  background: url(/assets2/images/pc/index/bg03.png) no-repeat 80% 2250px; }

#market-bg2 {
  background: url(/assets2/images/pc/index/bg04.png) no-repeat 110% 2670px; }

#step-bg1 {
  background: url(/assets2/images/pc/index/bg05.png) no-repeat 20% 3550px; }

#step-bg2 {
  background: url(/assets2/images/pc/index/bg06.png) no-repeat -30% 4000px; }
/*
.top #main-visual {
  background: url(/assets2/images/pc/index/main.jpg) no-repeat center top;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  width: 100%;
  height: 480px; }
  .top #main-visual .inner {
    position: relative;
    width: 1180px;
    height: 480px;
    min-width: 0;
    max-width: none;
    margin: 0 auto; }
  .top #main-visual h1, .top #main-visual ul, .top #main-visual p {
    position: absolute; }
  .top #main-visual h1 {
    width: 367px;
    left: 16px;
    bottom: 108px; }
  .top #main-visual .app {
    width: 360px;
    left: 18px;
    bottom: 40px; }
    .top #main-visual .app li {
      width: 160px;
      margin-right: 20px;
      vertical-align: top; }
      .top #main-visual .app li a {
        display: block;
        background: #FFF;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        line-height: 0; }
      .top #main-visual .app li img {
        width: 100%; }
  .top #main-visual .btn {
    bottom: 40px;
    right: 0;
    width: 390px; }
    .top #main-visual .btn a {
      font-size: 32px;
      font-size: 3.2rem;
      padding: 29px 10px 28px; }
*/
.top .shipment {
  display: block;
  min-height: 45px;
  padding: 5px 10px;
  text-align: center;
}

.top .shipment dt {
  font-size: 22px;
  font-weight: 300;
  display: inline;
  }

.top .shipment dd {
  font-size: 22px;
  font-weight: 300;
  display: inline;
  }

.top #news-area .news dt, .top #news-area .news dd {
  float: left; }

.top #news-area .news dt {
  width: 112px;
  border-right: #000 1px solid;
  height: 50px;
  font-family: "uqb";
  padding: 16px 0 10px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  text-align: center; }

.top #news-area .news dd {
  width: 958px;
  padding: 16px 10px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .top #news-area .news dd a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .top #news-area .news dd.view {
    width: 110px;
    padding: 5px 0 0; }
    .top #news-area .news dd.view a {
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      display: block;
      border: #333 1px solid;
      padding: 8px 10px 6px 0;
      text-align: center;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      text-decoration: none;
      color: #333;
      font-weight: bold;
      position: relative;
      -webkit-transition: color .5s;
      transition: color .5s; }
      .top #news-area .news dd.view a:after {
        position: absolute;
        top: 50%;
        right: 6px;
        content: "\e805";
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-family: "fntIco";
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: -.4em; }
      .top #news-area .news dd.view a:hover {
        color: #f00;
        -webkit-transition: color .1s;
        transition: color .1s; }
        .top #news-area .news dd.view a:hover:after {
          color: #f00; }

.top #campaign-area .campaign-bnr {
  text-align: center; }
  .top #campaign-area .campaign-bnr img {
    margin-bottom: 15px; }

.top #campaign-area .campaign {
  border-top: #000 1px solid;
  }

.top #campaign-slide {
  position: relative;
  padding: 0 75px; }
  .top #campaign-slide .slick-slide {
    width: 328px;
    padding: 0 6px; }
    .top #campaign-slide .slick-slide img {
      width: 100%;
      height: auto; }
  .top #campaign-slide .slick-arrow {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 44px;
    margin-top: -22px;
    text-indent: -999px;
    overflow: hidden; }
    .top #campaign-slide .slick-arrow:before {
      font-family: "fntIco";
      display: block;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 44px;
      text-indent: 0; }
    .top #campaign-slide .slick-arrow.slick-prev {
      left: 0; }
      .top #campaign-slide .slick-arrow.slick-prev:before {
        content: "\e806"; }
    .top #campaign-slide .slick-arrow.slick-next {
      right: 0; }
      .top #campaign-slide .slick-arrow.slick-next:before {
        content: "\e805"; }
  .top #campaign-slide .slick-dots {
    width: 100%;
    text-align: center;
    padding-top: 20px; }
    .top #campaign-slide .slick-dots li {
      display: inline-block;
      margin: 0 5px;
      vertical-align: top; }
      .top #campaign-slide .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: #f00 2px solid;
        outline: none;
        background: transparent;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #fff; }
      .top #campaign-slide .slick-dots li.slick-active button {
        background: #f00;
        color: black; }
  .top #campaign-slide .photo {
    border: 1px solid #ccc; }
  .top #campaign-slide a {
    display: block;
    color: #000;
    text-decoration: none; }
    .top #campaign-slide a:hover {
      text-decoration: underline;
      color: #f00; }
  .top #campaign-slide .text {
    line-height: 1.3;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 8px; }

.top #market-area .market {
  border-top: #000 1px solid;
  padding-top: 70px;
  margin-top: 70px; }

.top #market-area .btn-area {
  width: 390px;
  margin: 0 auto 0;
  padding: 50px 0;
  height: 218px; }

.top #market-slide {
  margin-top: 50px; }
  .top #market-slide .swiper-slide {
    border: #f99 1px solid;
    margin-left: -1px; }
  .top #market-slide .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto; }
  .top #market-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .top #market-slide .swiper-slide {
    width: 224px; }
  .top #market-slide .item_container {
    width: 224px;
    border-left: none; }
    .top #market-slide .item_container a {
      display: block;
      width: 100%; }
      .top #market-slide .item_container a img {
        width: 100%;
        height: auto;
        max-width: none; }
  .top #market-slide .raw {
    display: table;
    width: 100%;
    word-spacing: -1em;
    padding: 20px 10px 0;
    table-layout: fixed; }
    .top #market-slide .raw .user_icon_padding,
    .top #market-slide .raw .badge {
      display: table-cell;
      word-spacing: normal;
      vertical-align: middle; }
    .top #market-slide .raw .user_icon_padding {
      width: 80%; }
      .top #market-slide .raw .user_icon_padding a {
        color: #000;
        text-decoration: none;
        word-wrap: break-word; }
        .top #market-slide .raw .user_icon_padding a:hover {
          color: #f00; }
      .top #market-slide .raw .user_icon_padding i, .top #market-slide .raw .user_icon_padding p {
        display: block;
        float: left;
        vertical-align: middle; }
      .top #market-slide .raw .user_icon_padding i {
        width: 51px;
        padding-right: 15px; }
        .top #market-slide .raw .user_icon_padding i img {
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          border: 1px solid #c1c1c1; }
      .top #market-slide .raw .user_icon_padding p {
        width: 111px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 6px;
        text-align: left; }
    .top #market-slide .raw .badge {
      width: 20%;
      position: relative; }
      .top #market-slide .raw .badge img {
        position: absolute;
        width: 50px;
        top: 0;
        right: 0;
        z-index: 50; }
  .top #market-slide .thum {
    padding: 15px 10px;
    text-align: center; }

.top #step-area .ttl {
  border-top: #000 1px solid;
  padding-top: 70px;
  margin-top: 70px; }

.top .step-wrap-top {
  z-index: 2;
  position: relative; }

.top .step-wrap-btm {
  padding-top: 60px;
  z-index: 2;
  position: relative; }

.top .step-contents {
  background: url(/assets2/images/pc/index/bg_04.png) repeat-x center bottom;
  min-height: 438px;
  margin-top: 42px; }
  .top .step-contents .inner {
    padding: 40px 35px; }

.top #step-area {
  padding-bottom: 70px;
}
.top #step-area .step-nav {
  width: 1180px;
  margin: 48px auto 0; }
  .top #step-area .step-nav li {
    width: 590px;
    text-align: center; }
    .top #step-area .step-nav li a {
      display: block;
      line-height: 0;
      padding: 30px 0 28px;
      border-style: solid;
      border-width: 1px;
      background: #FFF; }
      .top #step-area .step-nav li a img {
        opacity: .3; }
      .top #step-area .step-nav li a:hover {
        color: #F00; }
        .top #step-area .step-nav li a:hover img {
          opacity: 1; }
    .top #step-area .step-nav li.active a {
      background: #F00;
      position: relative; }
      .top #step-area .step-nav li.active a:before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 25px 0 25px;
        border-color: #f00 transparent transparent transparent;
        margin-left: -30px; }
      .top #step-area .step-nav li.active a img {
        opacity: 1; }
    .top #step-area .step-nav li:first-child a {
      -webkit-border-radius: 8px 0 0 8px;
              border-radius: 8px 0 0 8px; }
    .top #step-area .step-nav li:last-child a {
      -webkit-border-radius: 0 8px 8px 0;
              border-radius: 0 8px 8px 0; }

.top #step01 .thum {
  width: 510px;
  float: left; }

.top #step01 .text {
  float: right;
  width: 490px; }
  .top #step01 .text .box-wrap {
    width: 103.5%;
    margin-left: -3.5%; }
  .top #step01 .text .box {
    width: 29.83333333%;
    margin-left: 3.5%;
    line-height: 0;
    text-align: center; }
    .top #step01 .text .box img {
      border: #f00 1px solid; }

.top #step02 .step-flow-tab {
  margin-top: 28px;
  display: table;
  word-spacing: -1em;
  width: 100%; }
  .top #step02 .step-flow-tab li {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    width: 33.333333%;
    padding: 0 10px; }
  .top #step02 .step-flow-tab a {
    display: block;
    background: #FFF;
    border: 5px solid #f00;
    color: #f00;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 13px 0 11px; }
    .top #step02 .step-flow-tab a:hover {
      background: #f00;
      color: #fff; }
    .top #step02 .step-flow-tab a.is-active {
      background: #f00;
      color: #fff; }

.top #step02 .step-flow-slide {
  padding: 0 100px;
  margin-top: 40px;
  position: relative; }
  .top #step02 .step-flow-slide .slick-arrow {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 82px;
    margin-top: -22px;
    text-indent: -999px;
    overflow: hidden; }
    .top #step02 .step-flow-slide .slick-arrow:before {
      font-family: "fntIco";
      display: block;
      font-size: 82px;
      font-size: 8.2rem;
      line-height: 82px;
      color: #f00;
      font-weight: normal;
      text-indent: 0; }
    .top #step02 .step-flow-slide .slick-arrow.slick-prev {
      left: 45px; }
      .top #step02 .step-flow-slide .slick-arrow.slick-prev:before {
        content: "\e807"; }
    .top #step02 .step-flow-slide .slick-arrow.slick-next {
      right: 45px; }
      .top #step02 .step-flow-slide .slick-arrow.slick-next:before {
        content: "\e808"; }
  .top #step02 .step-flow-slide .box {
    display: table;
    width: 100%;
    word-spacing: -1em;
    table-layout: fixed; }
    .top #step02 .step-flow-slide .box .thum,
    .top #step02 .step-flow-slide .box .text {
      display: table-cell;
      word-spacing: normal;
      vertical-align: middle; }
    .top #step02 .step-flow-slide .box .thum {
      width: 396px;
      border: #f00 1px solid; }
    .top #step02 .step-flow-slide .box .text {
      padding-left: 60px;
      text-align: left; }

.top .download-area {
  margin-top: 50px;
  padding: 0 100px;
  height: 208px; }
  .top .download-area .download-box {
    background: #f00;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 12px 76px 12px 86px; }
    .top .download-area .download-box dt, .top .download-area .download-box dd {
      float: left; }
    .top .download-area .download-box dt {
      width: 478px;
      text-align: left;
      color: #fff;
      font-weight: bold;
      padding-top: 10px;
      font-size: 24px;
      font-size: 2.4rem; }
    .top .download-area .download-box dd {
      width: 330px;
      line-height: 0; }
      .top .download-area .download-box dd ul {
        letter-spacing: -.4em; }
      .top .download-area .download-box dd li {
        letter-spacing: normal;
        padding: 0;
        margin-left: 10px; }
        .top .download-area .download-box dd li:first-child {
          margin-left: 0; }
        .top .download-area .download-box dd li a {
          display: block;
          background: #FFF;
          -webkit-border-radius: 6px;
                  border-radius: 6px; }

.top #svc-area .svc {
  border-top: #000 1px solid;
  padding-top: 70px;
  margin-top: -70px;
  padding-bottom: 130px; }
  .top #svc-area .svc .inner {
    padding-left: 50px;
    text-align: left; }
  .top #svc-area .svc .box-wrap {
    width: 105%;
    margin-left: -5%; }
    .top #svc-area .svc .box-wrap .box {
      width: 45%;
      margin-left: 5%;
      margin-top: 50px; }
      .top #svc-area .svc .box-wrap .box sup {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        vertical-align: top; }
    .top #svc-area .svc .box-wrap .ttl {
      color: #f00;
      border-bottom: #f00 1px solid;
      font-weight: bold;
      font-size: 24px;
      font-size: 2.4rem; }
    .top #svc-area .svc .box-wrap .text {
      margin-top: 8px; }
    .top #svc-area .svc .box-wrap.block3 {
      width: 101.5%;
      margin-left: -1.5%;
      text-align: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .top #svc-area .svc .box-wrap.block3 .box {
        width: auto;
        margin-left: 1.5%;
        text-align: center; }

.top #svc-area .btn-area {
  width: 490px;
  margin: 0 auto 0;
  padding: 50px 0;
  height: 218px; }

.top #faq-area .faq {
  border-top: #000 1px solid;
  padding-top: 70px;
  margin-top: -70px; }
  .top #faq-area .faq .btn-area {
    width: 490px;
    margin: 0 auto; }

.top #faq-area .faq-box {
  padding-top: 28px; }
  .top #faq-area .faq-box .js-toggleSwitch {
    border: #f00 1px solid;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #f00;
    margin-top: 20px;
    text-align: left;
    padding: 14px 60px 10px; }
    .top #faq-area .faq-box .js-toggleSwitch:before, .top #faq-area .faq-box .js-toggleSwitch:after {
      position: absolute;
      display: inline-block;
      top: 50%; }
    .top #faq-area .faq-box .js-toggleSwitch:before {
      content: "Q";
      font-family: "uqb";
      font-size: 34px;
      font-size: 3.4rem;
      left: 22px;
      margin-top: -.7em; }
    .top #faq-area .faq-box .js-toggleSwitch:after {
      content: "\e80a";
      font-family: "fntIco";
      font-size: 34px;
      font-size: 3.4rem;
      right: 20px;
      margin-top: -.6em; }
  .top #faq-area .faq-box .js-toggleBox.is-open .js-toggleSwitch:after {
    content: "\e809"; }
  .top #faq-area .faq-box .js-toggleContents {
    padding-top: 20px; }

/* 20161115霑ｽ蜉� */
.main_ttl {
  text-align: center;
}
/* 20170423霑ｽ蜉� */
.top #main-visual {
  background: url(/assets2/images/pc/index/main_bg.png) repeat center top;
height:480px;
}
.top #main-visual .inner {
width:1176px;
margin:0 auto;
border:4px solid #000;
height:480px;
}

.top #main-visual .box {
position:relative;
float:left;
border-left:4px solid #000;
width:388px;
}
.top #main-visual .box:first-child {
border-left:none;
}
.top #main-visual .btn {
position:absolute;
bottom: 30px;
right: 36px;
width: 320px;
}
.top #main-visual .btn span {
  display:block;
  text-align:center;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 20px 10px 18px 30px; }
.top #main-visual .btn.RED span {
    border: #f00 1px solid;
    background-color: #f00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
    color: #fff;
}
.top #main-visual .btn.ico span:before {left:35px;}

.top #main-visual a:hover .btn span {
  color:#f00;
  border: #f00 1px solid;
  background: #fff;
}
.top #main-visual a:hover .btn.ico.tshirt span:before,.top #main-visual a:focus .btn.ico.tshirt span:before, .top #main-visual a:active .btn.ico.tshirt span:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background-position: 0 -180px;
}

/* 171025 */
.top #market-area .btn-area {
width:880px;
}
.top #market-area .btn-area .btn {width:390px; margin:0 auto;}

.top #market-area .beginner {
margin-top:30px;
}
.top #market-area .beginner a{
display:inline-block;
position:relative;
padding-left:38px;
margin-left:-19px;
font-size:2.4rem;
font-weight:bold;
}
.top #market-area .beginner span {font-weight:bold;}
.top #market-area .beginner a:before{
content:"";
display:inline-block;
background:url(/assets2/images/cmn/ico_beginner.png) no-repeat 0 0;
-webkit-background-size: 100% auto;
background-size:100% auto;
width:24px;
height:37px;
position:absolute;
left:0;
top:50%;
margin-top:-20px;
}
.top #market-area .beginner a:hover span {text-decoration:underline;}