/* ---------------------------------------- */
/* ---------------------------------------- */
#next-wrap,
#point {
  display: none; }

@media screen and (max-width: 640px) {
  /* sp */
  #main .next {
    display: none; }
  #main section {
    padding-bottom: 20px;
    margin-bottom: 40px; }
    #main section .text {
      margin-bottom: 1em; }
    #main section h2 {
      font-size: 130%;
      padding: 0;
      margin-bottom: 25px;
      text-align: center; }
    #main section .image {
      margin-bottom: 25px; }
      #main section .image img {
        width: 100%;
        height: auto; }
    #main section p br {
      display: none; }
  #main section:last-child {
    margin-bottom: 25px; } }
@media screen and (min-width: 641px) and (max-width: 1023px) {
  /* tablet */
  #main .next {
    display: none; }
  #main section {
    text-align: center;
    padding-top: 10px; }
    #main section h2 {
      padding: 0;
      margin-bottom: 30px; }
    #main section .image {
      margin-bottom: 40px; }
      #main section .image img {
        width: 100%;
        height: auto; } }
/* ---------------------------------------- */
@media screen and (min-width: 1024px) {
  /* pc */
  #main section {
    overflow: hidden;
    background: none;
    position: relative;
    padding: 0;
    margin: 0; }
    #main section .text {
      position: absolute;
      width: 1000px; }
      #main section .text h2 {
        display: inline-block;
        font-weight: normal;
        padding: 0;
        margin: 0;
        padding: 7px;
        background: #fff;
        margin-bottom: 30px; }
      #main section .text p {
        margin: 0;
        font-size: 93%; }
        #main section .text p span {
          line-height: 1;
          display: inline-block;
          padding: 7px;
          background: #fff;
          margin-bottom: 2px; }
  #main #s2 .image,
  #main #s4 .image {
    margin: 0 0 0 auto; }

  /* ---------------------------------------- */
  #next-wrap {
    display: block;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    z-index: 100; }
    #next-wrap .next {
      display: block;
      text-indent: -999em;
      background: url(/assets/images/about/feature/btn_next.png);
      background-size: 35px 35px;
      width: 35px;
      height: 35px;
      margin: 15px auto 15px auto;
      cursor: pointer; } }
@media screen and (min-width: 1024px) and (max-width: 1140px) {
  #main section {
    width: 1024px;
    margin-bottom: 150px; }
    #main section .text h2 {
      font-size: 160%; }
    #main section .text p {
      font-size: 86%; }
    #main section .image {
      width: 600px;
      height: 600px; }
      #main section .image img {
        width: 100%;
        height: auto; }
  #main section#s1 .text {
    top: 80px;
    left: 550px; }
  #main section#s2 .text {
    top: 80px;
    left: 0px; }
  #main section#s3 .text {
    top: 40px;
    left: 550px; }
  #main section#s4 .text {
    top: 80px;
    left: 0px; }
  #main section#s5 {
    padding-bottom: 60px !important; }
  #main section#s5 .text {
    top: 20px;
    left: 550px; } }
@media screen and (min-width: 1140px) {
  /* pc */
  #main section {
    width: 1140px;
    padding-bottom: 180px !important; }
    #main section .text h2 {
      font-size: 170%; }
    #main section .text p {
      font-size: 93%; }
    #main section .image {
      width: 800px;
      height: 800px; }
      #main section .image img {
        width: 100%;
        height: auto; }
  #main section#s1 .text {
    top: 150px;
    left: 650px; }
  #main section#s2 .text {
    top: 150px;
    left: 0px; }
  #main section#s3 .text {
    top: 30px;
    left: 680px; }
  #main section#s4 .text {
    top: 150px;
    left: 0px; }
  #main section#s5 {
    padding-bottom: 60px !important; }
  #main section#s5 .text {
    top: 30px;
    left: 660px; }

  #point {
    display: block;
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 100; }
    #point ul {
      margin-top: -52px; }
      #point ul li {
        cursor: pointer;
        display: block;
        text-indent: -999em;
        width: 13px;
        height: 13px;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        margin-bottom: 13px;
        background: #eee;
        border: solid 1px #ddd;
        box-sizing: border-box; }
      #point ul li.current {
        background: #333; } }
