/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top {
  padding-top: 60px;
  padding-bottom: 80px;
}

main.top > section:not(:last-child) {
  margin-bottom: 60px;
}

main.top > section .content {
  position: relative;
}

main.top > section:nth-child(odd) .content {
  padding-bottom: 70px;
}

main.top > section:nth-child(odd) .item-img {
  padding-right: 10%;
}

main.top > section:nth-child(odd) .item-img span {
  left: 0;
  color: rgba(255, 255, 255, 0.53);
}

main.top > section:nth-child(odd) .item-text {
  right: 0;
  bottom: 0;
  background: #260101;
  background: -moz-linear-gradient(top, #260101 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #260101 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #260101 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

main.top > section:nth-child(odd) .item-text .number {
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

main.top > section:nth-child(even) .content {
  padding-top: 70px;
}

main.top > section:nth-child(even) .item-img {
  text-align: right;
  padding-left: 10%;
}

main.top > section:nth-child(even) .item-img span {
  right: 0;
  color: rgba(120, 8, 14, 0.6);
}

main.top > section:nth-child(even) .item-text {
  background: #79090e;
  background: -moz-linear-gradient(top, #79090e 0%, #5f060a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #79090e 0%, #5f060a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #79090e 0%, #5f060a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 0;
  left: 0;
}

main.top > section:nth-child(even) .item-text .number {
  top: 100%;
  left: 0;
}

main.top > section .item-img {
  line-height: 0;
  position: relative;
}

main.top > section .item-img span {
  position: absolute;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-style: italic;
  bottom: 0;
  display: block;
  padding: 10px 20px;
  letter-spacing: 0.1em;
}

main.top > section .item-text {
  position: absolute;
  width: 450px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}

main.top > section .item-text .number {
  position: absolute;
  line-height: 0;
}

main.top > section .item-text h2 {
  line-height: 0;
  margin-bottom: 20px;
}

main.top > section .item-text p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main top
------------------------------------------------------------*/
  main.top > section .item-img span {
    font-size: 60px;
    font-size: 3.75rem;
  }
  main.top > section .item-text {
    width: 400px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  main.top > section:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top > section:nth-child(odd) .content {
    padding-bottom: 0;
  }
  main.top > section:nth-child(odd) .item-img {
    padding-right: 30px;
  }
  main.top > section:nth-child(odd) .item-img span {
    left: 0;
    color: rgba(255, 255, 255, 0.53);
  }
  main.top > section:nth-child(odd) .item-text {
    margin-left: auto;
  }
  main.top > section:nth-child(odd) .item-text .number {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 5px;
    right: 5px;
  }
  main.top > section:nth-child(even) .content {
    padding-top: 0;
  }
  main.top > section:nth-child(even) .item-img {
    padding-left: 30px;
  }
  main.top > section:nth-child(even) .item-text .number {
    top: 5px;
    right: 5px;
    left: initial;
  }
  main.top > section .item-img {
    line-height: 0;
    position: relative;
  }
  main.top > section .item-img span {
    font-size: 50px;
    font-size: 3.125rem;
    bottom: 20px;
  }
  main.top > section .item-text {
    position: relative;
    width: calc(100% - 20px);
    padding: 30px;
    margin-top: -30px;
  }
  main.top > section .item-text .number {
    width: 40px;
  }
  main.top > section .item-text h2 img {
    height: 26px;
  }
  main.top > section .item-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
