.shopLogo {
  width: 250px;
}

section h1 {
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  margin: 0;
}

/*Section1*/
.section1 {
  height: calc(100vh - 85px);
  background: url(../images/ads/bg01.jpg) no-repeat center center;
  background-size: cover;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section1:before {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 80%);
}

.section1:after {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 80%);
}

.adsLogo {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.adsSolgan {
  width: 100%;
  font-family: var(--SpFont);
  font-size: 24px;
  line-height: 1em;
  margin-top: 10px;
}

.adsImgSolgan {
  width: 60%;
  margin-top: 10px;
}

.section1 p {
  margin-top: 50px;
}

/*Section2*/
.section2 {
  padding: 100px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 49, 30, 1) 90%);
}

.section2 .w1280 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

/*Section3*/
.section3 {
  padding: 100px 0 200px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(43, 49, 30, 1) 70%);
  text-align: center;
}

.section3 h1 + p {
  margin-top: 20px;
}

.group {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 100px;
}

.groupBg {
  width: 80%;
  position: relative;
  z-index: 0;
}

.groupContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.groupContainerContent {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.groupCenter {
  width: 15%;
}

.g {
  width: 15%;
  position: absolute;
  z-index: 2;
}

.g01 {
  top: 350px;
  right: 65%;
}

.g02 {
  top: 650px;
  right: 55%;
}

.g03 {
  top: 650px;
  left: 55%;
}

.g04 {
  top: 350px;
  left: 65%;
}

.g01 img {
  width: 100%;
}

.g02 img {
  width: 100%;
}

.g03 img {
  width: 100%;
}

.g04 img {
  width: 100%;
}

.oriImg {
  position: relative;
  z-index: 1;
}

.hoverImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}

.g:hover .hoverImg,
.g:hover .gTextTitle,
.g:hover .gTextContent {
  opacity: 1 !important;
  transition: 0.3s;
}

.gTextTitle {
  width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -35px;
  left: calc(50% - 150px);
  z-index: 3;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s;
}

.gTextContent {
  width: 150%;
  aspect-ratio: 3 / 2;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px 10px;
  border: 1px solid var(--Green);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -50px;
  left: -25%;
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.gTextContent h5 {
  color: var(--Green);
  margin-bottom: 10px;
}

/*Section4*/
.section4 {
  text-align: center;
}

.section4 h3 {
  margin-top: 20px;
}

.section4 h3 + img {
  width: 100%;
}

.sectionGroup {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sectionGroup img {
  width: 32%;
}

/*Section5*/
.section5 {
  background: var(--White);
}

.section5 .w1280 {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.section5 h1 {
  color: var(--Black);
  margin: 100px auto 0 auto;
}
.bg04 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mobilePhone {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
  z-index: 2;
}

.aMobile {
  width: 25%;
  position: relative;
  z-index: 2;
}

.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%;

  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;
}

.aMobile img {
  width: 100%;
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
}

.aMobile video {
  width: 90%;
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: 3;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: var(--Black);
}

.section5Box {
  width: 25%;
  background: var(--White);
  border-radius: 10px 10px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
  color: var(--Black);
  line-height: 1.8em;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}

.section5Box img {
  width: 40%;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: 20px;
}

.caseOptions {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.caseOptions .block03 {
  width: 100%;
  flex-direction: row;
}

.caseOptions .block03 .block03Img {
  width: 35%;
  border-radius: 10px 10px;
}
.caseOptions .block04 {
  width: calc(35% - 15px);
  aspect-ratio: 1 / 1;
  padding: 10px 10px;
  border-radius: 10px 10px;
  margin: 20px 0 0 20px;
}
.caseOptions .block04 i {
  font-size: 30px;
}

.caseOptions .block03 .block03Type {
  width: 100%;
}
.caseOptions .block03 p {
  font-size: 12px;
  margin-bottom: 5px;
}
.caseOptions .block03 .block03Btn {
  font-size: 10px;
}

/*////RWD////*/
@media screen and (max-width: 1660px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
  .groupCenter {
    width: 20%;
  }
  .section5Box {
    width: 30%;
  }
  .caseOptions {
    width: 30%;
  }
}

@media (orientation: landscape) and (max-width: 1050px) {
}

@media (orientation: portrait) and (max-height: 1180px) {
  .adsLogo {
    width: 80%;
  }

  .adsImgSolgan {
    width: 75%;
    margin-top: 10px;
  }

  .groupContainerContent {
    flex-direction: column;
    gap: 20px;
  }

  .gTextContent,
  .gTextTitle,
  .g,
  .groupContainer {
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }

  .group {
    margin: 0;
  }

  .oriImg,
  .hoverImg {
    display: none;
  }

  .groupCenter {
    width: 30%;
  }

  .groupBg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 300px;
  }

  .g {
    width: 40%;
  }
  .g.g04 {
    order: 5;
  }
  .g.g03 {
    order: 4;
  }

  .gTextTitle {
    width: 100%;
    margin-bottom: 10px;
  }

  .gTextContent {
    width: 100%;
    height: 15vw;
  }

  .caseOptions,
  .aMobile {
    width: 40%;
  }
  .section5Box {
    width: 80%;
  }
  .section5Box img {
    width: 20%;
  }
}

@media (orientation: portrait) and (max-height: 1024px) {
}

@media screen and (max-width: 480px) {
  .section1 {
    height: calc(80vh - 85px);
  }

  .section2 h1,
  .section3 h1 {
    font-size: 2.6em;
  }

  .groupCenter {
    width: 60%;
    margin-top: -80px;
  }

  .groupBg {
    position: absolute;
    width: 200%;
    left: -50%;
    top: 200px;
  }

  .g {
    width: 90%;
  }

  .gTextContent {
    height: 150px;
  }

  .bg04 {
    width: 250%;
  }

  .aMobile {
    width: 55vw;
  }
  .caseOptions {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .caseOptions .block03 {
    display: inline-block;
    width: 32%;
    flex-direction: column;
    padding: 10px 10px;
  }
  .caseOptions .block03 .block03Img {
    width: 100%;
  }

  .caseOptions::-webkit-scrollbar {
    height: 7px;
  }
  .greenBtn.mobile {
    display: flex !important;
    margin: 20px auto;
    width: 50%;
    aspect-ratio: 1 / 0.3;
  }
  .caseOptions .block03:hover {
    border: 3px solid var(--Green);
  }
}

/*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) {
}
