.shopLogo {
  width: 250px;
}

section h1 {
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  margin: 0;
}

/*Section1*/
.section1 {
  padding: 200px 0;
  background: rgb(0, 0, 0);
  background: url(../images/pcn/bg01.png) no-repeat bottom center, linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(43, 49, 30, 0.9) 100%);
  background-size: cover;
}

.section1 .w1280 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.section1 .w1280 h1 {
  text-align: left;
}

.hand {
  height: 120%;
  position: absolute;
  right: 0;
  bottom: -24%;
  z-index: 0;
}

.section1 .w1280 img {
  width: 120px;
}

/*Section2*/
.section2 {
  text-align: center;
}

.section2 h3 {
  text-align: center;
  margin-top: 10px;
}

.section2Content {
  width: 100%;
  margin: 50px auto;
}

.section2Content img {
  width: 30%;
}

/*Section3*/
.section3 {
  padding: 100px 0;
  height: 100vh;
  min-height: 100vh;
  background: url(../images/pcn/bg02.png) no-repeat top center;
  background-size: cover;
  z-index: 0;
  color: var(--Black);
}

.rec {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.rec02 {
  display: none;
}

.swiperContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiperHalf:nth-child(1) {
  width: 40%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.swiperHalf:nth-child(2) {
  width: 60%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.swiperHalf:nth-child(1) h2 {
  font-size: 2em;
  padding: 0 20px;
  width: 70%;
  color: var(--Black);
  text-align: left;
  position: relative;
  z-index: 2;
}

.stage {
  width: 34%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.swiper-wrapper {
  align-items: center;
}

.aMobile {
  position: relative;
  z-index: 1;
  /* display: none; */
}

.aMobile:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 50px;
  z-index: 0;
  filter: blur(4px);
}

.aMobileContent {
  width: 100%;
  position: relative;

  mask-image: url(../images/ads/mask.png);
  mask-size: 99% 99%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/ads/mask.png);
  -webkit-mask-size: 99% 99%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  line-height: 0;
  margin: 0;
  padding: 0;
}

.aMac .aMobileContent {
  mask-image: url(../images/pcn/laptop_mask.png);
  mask-size: 107% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/pcn/laptop_mask.png);
  -webkit-mask-size: 107% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.aMobile img {
  width: 100%;
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
}

.swiper {
  width: 100%;
  position: relative;
  z-index: 2;
}

.swiper-slide img {
  display: block;
}

.mySwiper {
  width: 100%;
  padding-bottom: 50px;
}

.mySwiper .swiper-slide {
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 30px;
}

.mySwiper .aMobile {
  width: 30%;
  position: relative;
  z-index: 1;

  transition: 0.3s;
}
.aMac {
  width: 80%;
}
.aMac img {
  width: 100%;
}

.aMobile .mainContent {
  width: 90%;
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: -1;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: var(--Black);
}

.aMac .mainContent {
  width: 76%;
  position: absolute;
  top: 7%;
  left: 12%;
  z-index: -1;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: var(--Black);
}

.mySwiper .aMobile:before {
  left: 0;
  top: 5px;
  border-radius: 20px;
  transition: 0.3s;
}

.mySwiper .swiper-slide-thumb-active .aMobile:before {
  left: 10px;
  bottom: 10px;
  border-radius: 50px;
  transition: 0.3s;
}

.mySwiper2 {
  width: 70%;
  height: fit-content;
  padding: 0 0 50px 0;
  margin: 0;
}

.mySwiper2 .swiper-slide {
  width: 100%;
  height: fit-content;
  padding: 20px 20px;

  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.5s;
  opacity: 0 !important;
  pointer-events: none;
}

.mySwiper2 .swiper-slide-active {
  opacity: 1 !important;
  transition: 0.5s;
}

.swiper-slide img {
  display: block;
}

.mySwiper2 .swiper-slide img {
  width: 30%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 20px;
  background: var(--Black);
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px;
  font-weight: bold;
}

.swiper-button-prev01 {
  top: auto;
  bottom: 0;
  left: 7%;
  right: auto;
}

.swiper-button-next01 {
  top: auto;
  bottom: 0;
  right: 39%;
  left: auto;
}

.swiper-pagination01 {
  left: 34% !important;
}

/*Section7*/
.section7 {
  padding: 100px 0;
  background: var(--White);
  color: var(--Black);
}

.mySwiper3 {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  padding: 0 30px;
}

.mySwiper3 .swiper-slide p {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
}

.mySwiper3 .swiper-slide-thumb-active p {
  border-bottom: 4px solid var(--Green);
}

.mySwiper3 .swiper-button-next,
.mySwiper3 .swiper-button-prev {
  background: transparent;
  top: 27px;
}

.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-button-prev:after {
  font-weight: bold;
}

.mySwiper4 {
  width: 100%;
  margin-top: 50px;
  /*padding-bottom: 50px;*/
  position: relative;
}

.accordionContent {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 0;
}

.accordionContent img {
  width: calc(100% / 8);
}

.swiper .accordionContent {
  gap: 0;
}

.mySwiper5,
.mySwiper6 {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.swiper-button-prev02,
.swiper-button-prev04 {
  top: auto !important;
  bottom: 2px !important;
  left: 35vw !important;
  right: auto !important;
}

.swiper-button-next02,
.swiper-button-next04 {
  top: auto !important;
  bottom: 2px !important;
  left: auto !important;
  right: 35vw !important;
}

/*////RWD////*/
@media (orientation: landscape) and (min-width: 1920px) {
  .section3 {
    height: auto;
    min-height: auto;
  }
  .rec01 {
    display: none;
  }
  .rec02 {
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 1660px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
  .mySwiper .aMobile {
    width: 40%;
  }

  .aMac {
    width: 95%;
  }
}

@media (orientation: landscape) and (max-width: 1050px) {
}

@media (orientation: portrait) and (max-height: 1180px) {
  .hand {
    height: 100%;
    right: -25%;
    bottom: -12%;
  }

  .section3:before {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--White);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .section3 {
    padding: 100px 0;
    height: auto;
    min-height: auto;
    z-index: 0;
  }

  .mySwiper .aMobile {
    width: 70%;
  }

  .mySwiper2,
  .swiperHalf:nth-child(1) h2 {
    width: 80%;
  }

  .section3:before {
    height: 100px;
  }

  .rec {
    width: 100%;
    height: auto;
  }
}

@media (orientation: portrait) and (max-height: 1024px) {
  .hand {
    right: -29%;
  }
}

@media screen and (max-width: 640px) {
  .section1 {
    padding: 50px 0 100px 0;
  }

  .section1,
  .section1 .w1280 h1 {
    text-align: center;
  }

  .section1 .w1280 h4 {
    font-size: 1.1em;
  }

  .section1 .w1280 p {
    margin-top: 50vh;
  }

  .hand {
    height: auto;
    width: 145%;
    right: -16%;
    bottom: auto;
    top: 15vh;
  }

  .section1 .w1280 img {
    width: 130px;
  }

  .section2 h3 {
    font-size: 1.45em;
    margin-top: 20px;
  }

  .section2Content img {
    width: 100%;
  }

  .swiperContainer {
    display: block;
  }

  .swiperHalf:nth-child(1) {
    width: 100%;
    justify-content: center;
  }

  .swiperHalf:nth-child(2) {
    width: 100%;
  }

  .section3:before {
    height: 83vh;
  }

  .mySwiper2,
  .swiperHalf:nth-child(1) h2 {
    width: 90%;
    text-align: center;
  }

  .mySwiper2 {
    padding: 0;
  }

  .mySwiper2 img {
    display: none;
  }

  .mySwiper {
    width: 100%;
    margin-top: 20px;
  }

  .mySwiper .swiper-slide {
    justify-content: center;
    padding: 0 10px;
  }

  .swiper-wrapper {
    align-items: normal;
  }

  .mySwiper .aMobile {
  }
  .aMac {
    width: 90%;
  }

  .mySwiper .aMobile:before {
    border-radius: 5px;
  }

  .swiper-pagination01 {
    display: none;
  }

  .swiper-button-prev01,
  .swiper-button-next01 {
    display: none;
  }

  .swiper-button-prev02 {
    left: 20vw !important;
  }

  .swiper-button-next02 {
    right: 20vw !important;
  }

  .swiper .accordionContent img {
    width: calc(100% / 3);
  }

  .stage {
    width: 60%;
    left: 0;
  }
}

/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-width: 390px) {
}

@media (orientation: portrait) and (max-height: 896px) {
}

/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height: 844px) {
}

/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-width: 375px) {
}

@media (orientation: portrait) and (max-height: 812px) {
}

/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height: 736px) {
}

/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height: 667px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
