html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova';
  font-weight: normal;
  font-style: normal;
}
html h1:first-child {
  margin-top: 0;
}

body {
  background-color: #757a80;
  height: 100%;
  color: #fff;
  font-size: 1.4rem;
  overflow-y: scroll;
}

#suit {
  position: relative;
  top: 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #suit {
    width: 512px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #suit {
    width: 768px;
  }
}
@media screen and (min-width: 1025px) {
  #suit {
    width: 1024px;
  }
}

.content-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1000;
}
@media screen and (max-width: 767px) {
  .content-bg {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-bg {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .content-bg {
    display: none;
  }
}

#content {
  position: relative;
  display: block;
  background-image: url(../jpg/itailor-suit_small.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 0;
  overflow: hidden;
  padding: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #content {
    width: 512px;
    height: 895.28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content {
    width: 768px;
    height: 1083px;
  }
}
@media screen and (min-width: 1025px) {
  #content {
    width: 1024px;
    height: 1444px;
  }
}
@media screen and (max-width: 767px) {
  #content {
    background-attachment: fixed;
  }
}

.uppercase {
  text-transform: uppercase;
}

.cursor-link {
  cursor: pointer;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.show {
  visibility: visible;
  opacity: 1;
}

.emphasize {
  color: #ff0000;
}

h2 {
  color: #e6faff;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    margin-bottom: 7.5px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 180px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    width: 240px;
  }
}

.box1 img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box1 {
    position: absolute;
    width: 100%;
    height: 54px;
    top: 5px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box1 {
    position: absolute;
    width: 100%;
    height: 67.5px;
    top: 7.5px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 1025px) {
  .box1 {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 10px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
}

.box2 p {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .box2 {
    position: absolute;
    width: 100%;
    height: 35px;
    top: 72px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box2 p {
    letter-spacing: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box2 {
    position: absolute;
    width: 100%;
    height: 52.5px;
    top: 90px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box2 p {
    letter-spacing: 4px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .box2 {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 120px;
    left: 0px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box2 p {
    letter-spacing: 6px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.box3 p {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #efd78e;
}
.box3 ul {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
.box3 ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.box3 ul li img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .box3 {
    position: absolute;
    width: 100%;
    height: 85px;
    top: 787.5px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box3 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box3 ul li {
    margin: 0 0 0 15px;
    height: 40px;
  }
  .box3 ul li:first-child {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box3 {
    position: absolute;
    width: 100%;
    height: 127.5px;
    top: 937.5px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box3 p {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .box3 ul li {
    margin: 0 0 0 22.5px;
    height: 60px;
  }
  .box3 ul li:first-child {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .box3 {
    position: absolute;
    width: 100%;
    height: 170px;
    top: 1250px;
    left: 0;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box3 p {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .box3 ul li {
    margin: 0 0 0 30px;
    height: 80px;
  }
  .box3 ul li:first-child {
    margin: 0 0 0 0;
  }
}

.box4 p {
  color: #ead4a1;
}
.box4 img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .box4 {
    position: relative;
    width: 80%;
    padding: 0;
    margin: 0 13% 0 7%;
    top: 110px;
    height: 120px;
    z-index: -11;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(234, 212, 161, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box4 .sub-box-01 {
    position: relative;
    top: 10px;
    left: 115px;
    height: 30px;
  }
  .box4 .sub-box-03 {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .box4 .sub-box-02 {
    position: relative;
    left: 115px;
  }
  .box4 .sub-box-04 {
    position: relative;
    left: 115px;
  }
  .box4 h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .box4 img {
    width: 80px;
    height: auto;
  }
  .box4 p {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box4 {
    position: absolute;
    width: 202.5px;
    height: 352.5px;
    top: 202.5px;
    left: 22.5px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box4 img {
    height: 147.75px;
  }
  .box4 p {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box4 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1%;
    left: 15%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box4 .sub-box-04 {
    position: relative;
    top: 3%;
    left: 5%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .box4 {
    position: absolute;
    width: 270px;
    height: 470px;
    top: 270px;
    left: 30px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box4 img {
    height: 197px;
  }
  .box4 p {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .box4 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1%;
    left: 15%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box4 .sub-box-04 {
    width: 215px;
    position: relative;
    top: 3%;
    left: 5%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
}

.box5 p {
  color: #ead4a1;
}
.box5 img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .box5 {
    position: relative;
    width: 80%;
    padding: 0;
    margin: 0 13% 0 7%;
    top: 120px;
    height: 160px;
    z-index: -11;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(234, 212, 161, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box5 .sub-box-01 {
    position: relative;
    top: 10px;
    left: 115px;
    height: 30px;
  }
  .box5 .sub-box-03 {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .box5 .sub-box-02 {
    position: relative;
    left: 115px;
  }
  .box5 .sub-box-04 {
    position: relative;
    left: 115px;
  }
  .box5 h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .box5 img {
    width: 80px;
    height: auto;
  }
  .box5 p {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box5 {
    position: absolute;
    width: 198.75px;
    height: 318.75px;
    top: 555px;
    left: 7.5px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box5 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1%;
    left: 22.5%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box5 .sub-box-04 {
    position: relative;
    top: 3%;
    left: 17%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box5 img {
    height: 120px;
  }
  .box5 p {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .box5 {
    position: absolute;
    width: 265px;
    height: 425px;
    top: 740px;
    left: 10px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box5 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1%;
    left: 22.5%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box5 .sub-box-04 {
    position: relative;
    top: 3%;
    left: 17%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box5 img {
    height: 160px;
  }
  .box5 p {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box6 p {
  color: #ead4a1;
}
.box6 img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .box6 {
    position: relative;
    width: 80%;
    padding: 0;
    margin: 0 13% 0 7%;
    top: 130px;
    height: 100px;
    z-index: -11;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(234, 212, 161, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box6 .sub-box-01 {
    position: relative;
    top: 10px;
    left: 115px;
    height: 30px;
  }
  .box6 .sub-box-03 {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .box6 .sub-box-02 {
    position: relative;
    left: 115px;
  }
  .box6 .sub-box-04 {
    position: relative;
    left: 115px;
  }
  .box6 h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .box6 img {
    width: 80px;
    height: auto;
  }
  .box6 p {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box6 {
    position: absolute;
    width: 240px;
    height: 225px;
    top: 202.5px;
    left: 555px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box6 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1.7%;
    left: 11%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box6 img {
    height: 129.75px;
  }
  .box6 p {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .box6 {
    position: absolute;
    width: 320px;
    height: 300px;
    top: 270px;
    left: 740px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box6 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1.7%;
    left: 11%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box6 p {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box7 p {
  color: #ead4a1;
}
.box7 img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .box7 {
    position: relative;
    width: 80%;
    padding: 0;
    margin: 0 13% 0 7%;
    top: 140px;
    height: 120px;
    z-index: -11;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(234, 212, 161, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box7 .sub-box-01 {
    position: relative;
    top: 10px;
    left: 115px;
    height: 30px;
  }
  .box7 .sub-box-03 {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .box7 .sub-box-02 {
    position: relative;
    left: 115px;
  }
  .box7 .sub-box-04 {
    position: relative;
    left: 115px;
  }
  .box7 h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .box7 img {
    width: 80px;
    height: auto;
  }
  .box7 p {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box7 {
    position: absolute;
    width: 187.5px;
    height: 202.5px;
    top: 405px;
    left: 585px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box7 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1.8%;
    left: 20%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box7 img {
    height: 120px;
  }
  .box7 p {
    margin: 0 0 6px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .box7 {
    position: absolute;
    width: 250px;
    height: 270px;
    top: 540px;
    left: 780px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box7 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1.8%;
    left: 20%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box7 p {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box8 p {
  color: #ead4a1;
}
.box8 img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .box8 {
    position: relative;
    width: 80%;
    padding: 0;
    margin: 0 13% 0 7%;
    top: 150px;
    height: 100px;
    z-index: -11;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(234, 212, 161, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box8 .sub-box-01 {
    position: relative;
    top: 10px;
    left: 115px;
    height: 30px;
  }
  .box8 .sub-box-03 {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .box8 .sub-box-02 {
    position: relative;
    left: 115px;
  }
  .box8 .sub-box-04 {
    position: relative;
    left: 115px;
  }
  .box8 h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .box8 img {
    width: 80px;
    height: auto;
  }
  .box8 p {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box8 {
    position: absolute;
    width: 270px;
    height: 225px;
    top: 618.75px;
    left: 540px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box8 .sub-box-01 {
    position: relative;
    top: 0px;
    left: 17%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box8 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1.7%;
    left: 25%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box8 .sub-box-04 {
    width: 280px;
    position: relative;
    top: 5%;
    left: 4%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box8 img {
    height: 89.25px;
  }
  .box8 p {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .box8 {
    position: absolute;
    width: 360px;
    height: 300px;
    top: 825px;
    left: 720px;
    z-index: -11;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
  }
  .box8 .sub-box-01 {
    position: relative;
    top: 0px;
    left: 17%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box8 .sub-box-03 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 1.7%;
    left: 25%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box8 .sub-box-04 {
    width: 280px;
    position: relative;
    top: 5%;
    left: 4%;
    z-index: -10;
    background-color: rgba(0, 255, 0, 0);
  }
  .box8 p {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .box9 {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box9 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 165px;
    height: 120px;
    top: 352.5px;
    left: 165px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box9 .line, .box9 .circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .box9 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 220px;
    height: 160px;
    top: 470px;
    left: 220px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box9 .line, .box9 .circle {
    width: 200px;
    height: 200px;
  }
}
.box9 div {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .box10 {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box10 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 187.5px;
    height: 172.5px;
    top: 498.75px;
    left: 135px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box10 .line, .box10 .line2, .box10 .circle, .box10 .circle2 {
    width: 187.5px;
    height: 172.5px;
  }
}
@media screen and (min-width: 1025px) {
  .box10 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 250px;
    height: 230px;
    top: 665px;
    left: 180px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box10 .line, .box10 .line2, .box10 .circle, .box10 .circle2 {
    width: 250px;
    height: 230px;
  }
}
.box10 div {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .box11 {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box11 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 255px;
    height: 112.5px;
    top: 217.5px;
    left: 352.5px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box11 .line, .box11 .circle {
    width: 255px;
    height: 112.5px;
  }
}
@media screen and (min-width: 1025px) {
  .box11 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 340px;
    height: 150px;
    top: 290px;
    left: 470px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box11 .line, .box11 .circle {
    width: 340px;
    height: 150px;
  }
}
.box11 div {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .box12 {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box12 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 217.5px;
    height: 255px;
    top: 285px;
    left: 412.5px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box12 .line, .box12 .circle {
    width: 217.5px;
    height: 255px;
  }
}
@media screen and (min-width: 1025px) {
  .box12 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 290px;
    height: 340px;
    top: 380px;
    left: 550px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box12 .line, .box12 .circle {
    width: 290px;
    height: 340px;
  }
}
.box12 div {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .box13 {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box13 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 90px;
    height: 37.5px;
    top: 697.5px;
    left: 525px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box13 .line, .box13 .circle {
    width: 90px;
    height: 37.5px;
  }
}
@media screen and (min-width: 1025px) {
  .box13 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 120px;
    height: 50px;
    top: 930px;
    left: 700px;
    z-index: -12;
    color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 255, 0, 0);
  }
  .box13 .line, .box13 .circle {
    width: 120px;
    height: 50px;
  }
}
.box13 div {
  position: absolute;
  top: 0px;
  left: 0px;
}
