/*=============================*/
.pc-only {
  display: block;
}

.mobile-only {
  display: none;
}

.w100per {
  width: 100%;
}

.flexbox {
  display: flex;
}


.btn-box {
  width: 300px;
  height: 95px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.btn-box > div:nth-child(1) {
  width: 140px;
  height: 40px;
}

.btn-box > div:nth-child(2) {
  width: 140px;
  height: 40px
}

.btn-box > div:nth-child(3) {
  width: 300px;
  height: 40px
}

.btn-box > div:nth-child(1,2) > a > img {
  width: 140px;
  height: 40px;
}

.btn-box > div:nth-child(3) > a > img {
  width: 300px;
  height: 40px;
}

/*=============================*/

body {
  width: 100%;
  background-image: url("https://netch-jpn.com/lp/new/img/index-back.png");
}

main {
  width: 1000px;
  margin: 0 auto;
  font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
  overflow: hidden;
}

.head-box {
  height: 454px;
  background-image: url("https://netch-jpn.com/lp/new/img/head-back.png");
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.head-box > img:nth-of-type(1) {
  position: absolute;
  width: 868px;
  height: 492px;
  left: 38px;
  top: -15px;
  pointer-events: none;
  z-index: 1;
  object-fit: cover;
}

.head-title-box {
  width: 400px;
  padding: 194px 0 20px;
  margin-left: 533px;
}

.head-title-box > p:nth-child(1) {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 22px;
  margin-top: 20px;
  padding-left: 3px;
}

.head-title-box > .btn-box {
  margin: 15px 0 0;
}

.first-box {
  position: relative;
  padding: 75px 0px 70px 90px;
  height: auto;
  background-image: url("https://netch-jpn.com/lp/new/img/first-back.png");
}

.first-box > p:nth-child(1) {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.first-box > p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 60px;
}

.first-box > img {
  position: absolute;
  right: 0px;
}

.first-desc-box {
  width: 460px;
}

.first-desc1 > img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.first-desc1 > div {
  margin-left: 20px;
  max-width: 340px;
}

.first-desc1 > div > p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 600;
  color: #762A9E;
  line-height: 24px;
}

.first-desc1 > div > p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  margin-top: 10px;
}

.first-desc2 {
  margin-top: 40px;
}

.first-desc2 > img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.first-desc2 > div {
  margin-left: 20px;
  max-width: 340px;
}

.first-desc2 > div > p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 600;
  color: #762A9E;
  line-height: 24px;
}

.first-desc2 > div > p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  margin-top: 10px;
}

.first-desc3 {
  margin-top: 40px;
}

.first-desc3 > img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.first-desc3 > div {
  margin-left: 20px;
  max-width: 340px;
}

.first-desc3 > div > p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 600;
  color: #762A9E;
  line-height: 24px;
}

.first-desc3 > div > p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  margin-top: 10px;
}

.second-box {
}

.window {
  background-image: url("https://netch-jpn.com/lp/new/img/second-back.png");
  background-position: center;
  background-size: 1362px 214px;
  width: 300%;
  height: 214px;
  animation: infinitescroll 25s linear infinite;
}

@keyframes infinitescroll {
  0% {transform: translate3d(0, 0, 0); }
  100% {transform: translate3d(-1362px, 0, 0);}
}

.second-content-box {
  margin-bottom: 50px;
}

.second-content-box > p {
  font-size: 28px;
  color: #000000;
  font-weight: 800;
  line-height: 50px;
  text-align: center;
}

.second-content-box > p > span {
  font-size: 36px;
  color: #C80061;
}

.second-content-box > .btn-box {
  margin: 40px auto 0;
}

.third-box {
  padding: 50px 0;
  background-image: url("https://netch-jpn.com/lp/new/img/third-back.png");
}

.third-box > p {
  font-weight: 800;
  font-size: 32px;
  color: #D91C70;
  text-align: center;
}

.third-content-box {
  margin-top: 30px;
  width: 100%;
  height: 720px;
  background-image: url("https://netch-jpn.com/lp/new/img/third-line.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.third-content-box > div {
  width: 50%;
  height: 100%;
}

.third-content-box > .rightbox {
  padding-left: 40px;
}

.third-content {
  width: 240px;
  margin: 15px auto 0;
}

.third-content > img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.third-content > p {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-top: 10px;
}

.third-content-box > .leftbox > .third-content:nth-child(2) {
  margin: 120px auto 0;
}

.third-content-box > .rightbox > .third-content {
  margin: 200px auto 0;
}

.fourth-box {
  background-color: #D91C70;
  padding: 50px 0 15px;
}

.fourth-box > p:nth-of-type(1) {
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

.fourth-content-box {
  width: 860px;
  margin: 70px auto 0;
}

.fourth-content-box > div {
  width: 280px;
  height: 210px;
}

.fourth-content-box > div > a > img {
  width: 280px;
  height: 180px;
  object-fit: contain;
  object-position: center;
}

.fourth-content-box > div > p {
  height: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
}

.fourth-content-box > div:nth-child(2) {
  margin: 0 10px;
}

.fourth-box > .btn-box {
  margin: 50px auto 0;
}

.fourth-box > p:nth-of-type(2) {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: right;
  padding-right: 70px;
  padding-top: 70px;
}

.fifth-box {
  background-color: #F4F4F4;
  position: relative;
  padding-bottom: 50px;
}

.fifth-box > img {
  position: absolute;
  bottom: 0px;
  left: 70px;
  width: 400px;
  height: 390px;
  pointer-events: none;
}

.fifth-content-box {
  width: 450px;
  margin-left: 485px;
  padding-top: 20px;
}

.fifth-content-box > p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 30px;
}

.fifth-content-box > .btn-box {
  margin-top: 25px;
}

.sixth-box {
  padding: 40px 0;
  background-color: rgba(255,255,255,0.75);
}

.media-logo-box {
  justify-content: space-around;
  flex-wrap: wrap;
  width: 756px;
  margin: 30px auto 0;
}

.media-logo-box > img {
  max-width: 200px;
  object-fit: contain;
}

.review-box {
  width: 756px;
  height: 116px;
  margin: 80px auto 0;
}

.app-btn-box {
  width: 228px;
  height: 100%;
  padding: 10px 0 0;
  background-color: #D91C70;
}

.app-btn-box > p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
}

.app-btn-box > div.flexbox {
  width: 220px;
  height: 30px;
  margin: 10px auto 0;
}

.app-btn-box > div.flexbox > div {
  width: 105px;
  height: 30px;
  margin: 5px auto 0;
}

.app-btn-box > div.flexbox > div > a > img {
  width: 105px;
  height: 30px;
}

.review-box > .swiper-container {
  background-color: #F4F4F4;
  margin: 0;
  width: 528px;
}

.swiper-slide-box {
  padding: 20px 50px;
}

.swiper-slide-box > p:nth-of-type(2) {
  margin-top: 5px;
}

.sixth-form-box {
  width: 756px;
  padding: 25px 80px;
  background-color: #CF026C;
  margin: 80px auto 0;
}

.sixth-form-box > p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}

.sixth-form-box > form > input:nth-of-type(1) {
  width: 444px;
  height: 40px;
}

.sixth-form-box > form > .input {
  width: 140px;
  height: 40px;
  background-color: #3C9DA3;
  color: #FFFFFF;
  border: none;
}

.sixth-form-box > p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 5px;
}

.sns-box {
  width: 756px;
  margin: 50px auto 0;
  justify-content: space-between;
  position: relative;
}

.instagram-box {
  width: 346px;
  height: 456px;
  border: solid 3px #fbad50;
  background-color: #fbad50;
  border-radius: 5px;
  padding-top: 50px;
  overflow: scroll;
}


.instagram-head-box-orange {
  position: absolute;
  height: 58px;
  width: 346px;
  border-radius: 5px 5px 0 0;
  background-color: #fbad50;
}

.instagram-head-box-white {
  position: absolute;
  height: 44px;
  width: 340px;
  border-radius: 5px 5px 0 0;
  border-bottom: solid 1px #DDDDDD;
  background-color: #FFFFFF;
  top: 54px;
  left: 3px;
}

.instafeed-box {
  background-color: #FFFFFF;
  top: 0;
}

#instafeed > li:nth-of-type(1) {
  margin-top: 45px;
}

#instafeed > li {
  padding-top: 15px;
  border-bottom: solid 1px #DDDDDD;
}

#instafeed > li > a > img {
  display: block;
  margin: 0 auto;
}

#instafeed > li > p {
  padding: 20px;
}

.instagram-head-box-orange > img {
  height: 50px;
  width: 50px;
}

.instagram-head-box-orange > p {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  padding-top: 10px;
}

.twitter-box {
  width: 360px;
  height: 456px;
  border: solid 3px #31bcf1;
  background-color: #31bcf1;
  border-radius: 5px;
}

.twitter-box > div.flexbox {
  height: 50px;
}

.twitter-box > div.flexbox > img {
  height: 50px;
  width: 50px;
}

.twitter-box > div.flexbox > p {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  padding-top: 10px;
}

.twitter-box > iframe {
  height: 400px !important;
}

.fb-page {
  width: 360px;
  height: 456px;
}

footer {
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #CF026C;
  position: relative;
}

.snsicon-box {
  width: 241px;
  margin: 0 auto;
  display: block;
}

.snsicon-box > a {
  margin: 0 20px;
}

.snsicon-box > a > img {
  width: 37px;
  height: 37px;
}

footer > p {
  font-size: 10px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
}

.link-box {
  width: 270px;
  height: 20px;
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.link-box > a {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0 10px;
  text-decoration: none;
  display: block;
}


@media screen and (max-width: 959px) {

/*=============================*/
.pc-only {
  display: none;
}

.mobile-only {
  display: block;
}

main {
  width: 375px;
}

.btn-box {
  width: 200px;
  height: 135px;
  flex-wrap: wrap;
}

.btn-box > div:nth-child(1) {
  width: 200px;
  height: 57px;
  margin: 0;
}

.btn-box > div:nth-child(2) {
  width: 200px;
  height: 57px;
  margin: 21px 0;
}

.btn-box > div:nth-child(1) > a > img {
  width: 200px;
  height: 57px;
}

.btn-box > div:nth-child(2) > a > img {
  width: 200px;
  height: 57px;
}

/*=============================*/
.head-box {
  height: auto;
  background-image: url("https://netch-jpn.com/lp/new/img/head-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 130px;
  position: relative;
}

.head-box > img:nth-of-type(2) {
  position: relative;
  width: 342px;
  height: 372px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  left: 16px;
  top: 0px;
}

.head-title-box {
  width: 375px;
  padding: 25px 38px 0;
  margin-left: 0;
}

.head-title-box > p:nth-child(1) {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  padding-left: 0;
  margin-top: 0;
}

.head-title-box > .btn-box {
  margin: 30px auto 0;
}

.head-box > img:nth-of-type(3) {
  position: absolute;
  width: 346px;
  height: 262px;
  object-fit: cover;
  object-position: center;
  left: 14px;
  z-index: 1;
  margin-top: 20px;
}

.first-box {
  position: relative;
  background-image: url("https://netch-jpn.com/lp/new/img/first-back.png");
  padding: 170px 28px 30px;
  height: auto;
}

.first-box > p:nth-child(1) {
  font-size: 30px;
}

.first-desc-box {
  width: 100%;
}

.first-desc1 > img {
  width: 75px;
  height: 75px;
}

.first-desc2 > img {
  width: 75px;
  height: 75px;
}

.first-desc3 > img {
  width: 75px;
  height: 75px;
}

.second-box {
  height: auto;
  position: relative;
}

.second-content-box {
  position: static;
  padding-top: 50px;
}

.second-content-box > p {
  font-size: 22px;
  padding: 0 18px;
}

.second-content-box > p > span {
  font-size: 30px;
}

.second-content-box > .btn-box {
  margin: 55px auto 0;
}

.window {
  background-image: url("https://netch-jpn.com/lp/new/img/second-back.png");
  background-position: center;
  background-size: 1362px 214px;
  width: 1737px;
  height: 214px;
  animation: infinitescroll 18s linear infinite;
  z-index: 0;
}

@keyframes infinitescroll {
  0% {transform: translate3d(0, 0, 0); }
  100% {transform: translate3d(-1362px, 0, 0);}
}

.mobile-third-box {
  padding: 30px 0;
  background-image: url("https://netch-jpn.com/lp/new/img/third-back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-third-box > p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  line-height: 40px;
}

.mobile-third-box > p:nth-of-type(1) > span {
  font-size: 42px;
  color: #C80061;
}

.mobile-third-box > p:nth-of-type(2) {
  font-weight: 800;
  font-size: 26px;
  color: #D91C70;
  text-align: center;
}

.mobile-third-box > .btn-box {
  margin: 45px auto;
}

.mobile-third-box > img:nth-of-type(2n-1) {
  display: block;
  margin: 20px auto 0;
}

.mobile-third-box > img:nth-of-type(2n) {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.mobile-third-box > img:nth-of-type(6) {
  margin-left: 50px;
}

.mobile-third-box > p:nth-of-type(n+1) {
  width: 300px;
  display: block;
  margin: 15px auto 0;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.fourth-box {
  background-color: #D91C70;
  padding: 20px 0 40px;
  position: relative;
}

.fourth-box > p {
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

.swiper-button-next, .swiper-button-prev {
  width: 15px;
  height: 30px;
  background-size: 15px 30px;
  margin-top: 10px;
}

.fourth-content-box {
  width: 100%;
  margin: 30px auto 0;
  padding: 0 3px;
}

.fourth-content-box > div {
  width: 117px;
  height: 80px;
  background-color: #FFFFFF;
}

.fourth-content-box > div > img {
  width: 117px;
  height: 80px;
  object-fit: contain;
}

.fourth-content-box > div:nth-child(2) {
  margin: 0 9px;
}

.fourth-content-box:nth-child(3) {
  margin-top: 50px;
}

.mobile-fourth-content-box {
  width: 300px;
  height: 200px;
  background-color: #FFFFFF;
  margin: 30px auto 0;
  display: flex;
}

.fourth-box > .btn-box {
  margin: 50px auto 0;
}

.fifth-box {
  height: auto;
  background-color: #F4F4F4;
  position: relative;
  padding-top: 235px;
}

.fifth-box > img {
  position: absolute;
  top: -20px;
  left: 60px;
  width: 270px;
  height: 260px;
}

.fifth-content-box {
  width: 100%;
  margin-left: 0;
  padding: 20px;
}

.fifth-content-box > p:nth-child(2) {
  font-size: 26px;
  font-weight: 800;
  color: #D91C70;
  line-height: 30px;
}

.fifth-content-box > .btn-box {
  margin: 25px auto 0;
}

.media-logo-box {
  flex-wrap: wrap;
  width: 100%;
}

.media-logo-box > img {
  max-width: 27%;
}

.review-box {
  width: 375px;
  flex-wrap: wrap;
  height: auto;
}

.app-btn-box {
  width: 375px;
  padding-bottom: 25px;
}

.review-box > .swiper-container {
  width: 375px;
}

.sns-box {
  flex-wrap: wrap;
  width: 100%;
}

.instagram-box {
  margin: 0 auto;
}

.instagram-head-box-orange {
  left: 15px;
}

.instagram-head-box-white {
  left: 18px;
}

.twitter-box {
  margin: 30px auto 0;
}






















}