|
|
@@ -208,7 +208,7 @@ body {
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
.social-icons {
|
|
|
- left: 30px;
|
|
|
+ right: 50px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -232,6 +232,12 @@ body {
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .banner {
|
|
|
+ padding-top: 10vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.banner #scene {
|
|
|
display: none;
|
|
|
@@ -244,6 +250,12 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .banner #banner-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.banner #banner-m {
|
|
|
display: none;
|
|
|
@@ -292,6 +304,12 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .banner .banner-content .banner-title #title-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.banner .banner-content .banner-title #title-m {
|
|
|
display: none;
|
|
|
@@ -325,6 +343,12 @@ body {
|
|
|
font-size: 3.6vmin;
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .banner .banner-content .banner-text-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.banner .banner-content .banner-text-m {
|
|
|
display: none;
|
|
|
@@ -337,6 +361,12 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .sec01-title-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.sec01-title-m {
|
|
|
display: none;
|
|
|
@@ -350,6 +380,13 @@ body {
|
|
|
padding-bottom: 10vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content,
|
|
|
+ .sec01-int .sec01-content {
|
|
|
+ width: 80vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content,
|
|
|
.sec01-int .sec01-content {
|
|
|
@@ -369,6 +406,13 @@ body {
|
|
|
top: 15vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content .sec01-h1-title .line31,
|
|
|
+ .sec01-int .sec01-content .sec01-h1-title .line31 {
|
|
|
+ left: 9.5vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content .sec01-h1-title .line31,
|
|
|
.sec01-int .sec01-content .sec01-h1-title .line31 {
|
|
|
@@ -410,7 +454,7 @@ body {
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content h2,
|
|
|
.sec01-int .sec01-content h2 {
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 5.5vmin;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -446,6 +490,13 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content #sec01-card1 .sec01-img01,
|
|
|
+ .sec01-int .sec01-content #sec01-card1 .sec01-img01 {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content #sec01-card1 .sec01-img01,
|
|
|
.sec01-int .sec01-content #sec01-card1 .sec01-img01 {
|
|
|
@@ -461,6 +512,13 @@ body {
|
|
|
margin-top: 200px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content #sec01-card2,
|
|
|
+ .sec01-int .sec01-content #sec01-card2 {
|
|
|
+ margin-top: 100px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content #sec01-card2,
|
|
|
.sec01-int .sec01-content #sec01-card2 {
|
|
|
@@ -475,6 +533,13 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content #sec01-card2 .sec01-img02,
|
|
|
+ .sec01-int .sec01-content #sec01-card2 .sec01-img02 {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content #sec01-card2 .sec01-img02,
|
|
|
.sec01-int .sec01-content #sec01-card2 .sec01-img02 {
|
|
|
@@ -507,6 +572,13 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content #sec01-card3 .sec01-img03,
|
|
|
+ .sec01-int .sec01-content #sec01-card3 .sec01-img03 {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content #sec01-card3 .sec01-img03,
|
|
|
.sec01-int .sec01-content #sec01-card3 .sec01-img03 {
|
|
|
@@ -524,6 +596,13 @@ body {
|
|
|
left: 50px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content #sec01-card4,
|
|
|
+ .sec01-int .sec01-content #sec01-card4 {
|
|
|
+ top: 150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content #sec01-card4,
|
|
|
.sec01-int .sec01-content #sec01-card4 {
|
|
|
@@ -539,6 +618,13 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01 .sec01-content #sec01-card4 .sec01-img04,
|
|
|
+ .sec01-int .sec01-content #sec01-card4 .sec01-img04 {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01 .sec01-content #sec01-card4 .sec01-img04,
|
|
|
.sec01-int .sec01-content #sec01-card4 .sec01-img04 {
|
|
|
@@ -565,6 +651,12 @@ body {
|
|
|
margin-top: -210px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec02 .sec02-content {
|
|
|
+ margin-top: -150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec02 .sec02-content {
|
|
|
margin-top: 0px;
|
|
|
@@ -577,6 +669,12 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .sec02 .sec02-content .sec02-img-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.sec02 .sec02-content .sec02-img-m {
|
|
|
display: none;
|
|
|
@@ -590,6 +688,12 @@ body {
|
|
|
left: 4.5vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec02 .sec02-content .object178 {
|
|
|
+ width: 150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec02 .sec02-content .object178 {
|
|
|
display: none;
|
|
|
@@ -601,6 +705,24 @@ body {
|
|
|
left: 42vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec02 .sec02-content .object188 {
|
|
|
+ width: 100px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.sec02 .sec02-content .object404 {
|
|
|
+ top: 240px;
|
|
|
+ z-index: 1;
|
|
|
+ width: 52vw;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec02 .sec02-content .object404 {
|
|
|
+ top: 140px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.sec02 .sec02-content .sec02-right {
|
|
|
margin-top: 120px;
|
|
|
margin-left: 80px;
|
|
|
@@ -616,6 +738,12 @@ body {
|
|
|
margin-top: 50px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec02 .sec02-content .sec02-left-d {
|
|
|
+ margin-top: -50px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.sec02 .sec02-content .sec02-right-d {
|
|
|
position: relative;
|
|
|
bottom: -100px;
|
|
|
@@ -623,6 +751,17 @@ body {
|
|
|
z-index: 20;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec02 .sec02-content .sec02-right-d {
|
|
|
+ bottom: -200px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.sec02 .sec02-content .sec02-right-d .luxury-text {
|
|
|
+ width: 400px;
|
|
|
+ line-height: 2;
|
|
|
+}
|
|
|
+
|
|
|
.sec02 .sec02-content .sec02-int h3 {
|
|
|
color: #707070;
|
|
|
font-weight: bold;
|
|
|
@@ -656,12 +795,24 @@ body {
|
|
|
padding-bottom: 3vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec02 .sec02-content .sec02-content-down {
|
|
|
+ margin-left: 5vmin;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.sec02-m {
|
|
|
background: url(./img/sec02/sec02-bg.png);
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .sec02-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.sec02-m {
|
|
|
display: none;
|
|
|
@@ -765,6 +916,19 @@ body {
|
|
|
z-index: 19;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec03 {
|
|
|
+ margin-top: -120px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .sec03 {
|
|
|
+ margin-top: -50px;
|
|
|
+ bottom: 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.sec03 .sec03-img01 {
|
|
|
position: relative;
|
|
|
z-index: 3;
|
|
|
@@ -773,6 +937,12 @@ body {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec03 .sec03-img01 {
|
|
|
+ width: 65vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec03 .sec03-img01 {
|
|
|
width: 70vw;
|
|
|
@@ -786,6 +956,12 @@ body {
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec03 .sec03-img02 {
|
|
|
+ top: 40px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec03 .sec03-img02 {
|
|
|
top: 30px;
|
|
|
@@ -798,6 +974,12 @@ body {
|
|
|
top: 300px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec03 #sec03-img03-box {
|
|
|
+ top: 60px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec03 #sec03-img03-box {
|
|
|
top: 10px;
|
|
|
@@ -820,13 +1002,6 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .sec03 {
|
|
|
- margin-top: -50px;
|
|
|
- bottom: 0px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.sec04 {
|
|
|
margin-top: 200px;
|
|
|
background: url(./img/bg.png);
|
|
|
@@ -834,6 +1009,12 @@ body {
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec04 {
|
|
|
+ margin-top: 50px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec04 {
|
|
|
margin-top: 10px;
|
|
|
@@ -861,6 +1042,12 @@ body {
|
|
|
left: -10vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec04 .sec04-content .object182 {
|
|
|
+ width: 300px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec04 .sec04-content .object182 {
|
|
|
width: 250px;
|
|
|
@@ -873,6 +1060,12 @@ body {
|
|
|
left: 33%;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec04 .sec04-content #issue3 {
|
|
|
+ left: 27%;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec04 .sec04-content #issue3 {
|
|
|
left: 20%;
|
|
|
@@ -880,9 +1073,20 @@ body {
|
|
|
}
|
|
|
|
|
|
.sec04 .sec04-content .sec04-bottom-box {
|
|
|
- text-align: center;
|
|
|
- width: 40vw;
|
|
|
margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .sec04 .sec04-content .sec04-bottom-box {
|
|
|
+ width: 70vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (min-width: 1025px) {
|
|
|
+ .sec04 .sec04-content .sec04-bottom-box {
|
|
|
+ width: 40vw;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
@@ -940,6 +1144,12 @@ body {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec04 .sec04-content .sec04-int .sec04-text {
|
|
|
+ width: 70vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec04 .sec04-content .sec04-int .sec04-text {
|
|
|
width: 95vw;
|
|
|
@@ -958,6 +1168,12 @@ body {
|
|
|
top: 18vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec04 .sec04-content .sec04-designers .object241 {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec04 .sec04-content .sec04-designers .object241 {
|
|
|
display: none;
|
|
|
@@ -971,6 +1187,12 @@ body {
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec04 .sec04-content .sec04-designers .object242 {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec04 .sec04-content .sec04-designers .object242 {
|
|
|
display: none;
|
|
|
@@ -1110,8 +1332,16 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#sec04-2 {
|
|
|
- margin-top: -350px;
|
|
|
+@media screen and (min-width: 1025px) {
|
|
|
+ #sec04-2 {
|
|
|
+ margin-top: -320px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ #sec04-2 {
|
|
|
+ margin-top: -150px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
@@ -1120,6 +1350,12 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .gotop {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.gotop {
|
|
|
display: none;
|
|
|
@@ -1168,6 +1404,12 @@ body {
|
|
|
opacity: 1 !important;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content #hr01 {
|
|
|
+ bottom: 17vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content #hr01 {
|
|
|
bottom: 450px;
|
|
|
@@ -1228,7 +1470,7 @@ body {
|
|
|
|
|
|
.designer-content #hr04 {
|
|
|
position: relative;
|
|
|
- bottom: 16vw;
|
|
|
+ bottom: 14vw;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
|
|
|
@@ -1239,6 +1481,12 @@ body {
|
|
|
opacity: 1 !important;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content #hr04 {
|
|
|
+ bottom: 12vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content #hr04 {
|
|
|
bottom: 380px;
|
|
|
@@ -1279,6 +1527,12 @@ body {
|
|
|
left: 18px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .designer-content .designer-img .img-01-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.designer-content .designer-img .img-01-m {
|
|
|
display: none;
|
|
|
@@ -1292,6 +1546,13 @@ body {
|
|
|
left: 10vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .object1 {
|
|
|
+ left: 8vw;
|
|
|
+ top: 12vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .object1 {
|
|
|
top: 20vw;
|
|
|
@@ -1308,6 +1569,13 @@ body {
|
|
|
left: 8vmin;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext {
|
|
|
+ left: 1vmin;
|
|
|
+ top: 80px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext {
|
|
|
left: 4vmin;
|
|
|
@@ -1319,6 +1587,12 @@ body {
|
|
|
font-size: 45px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext h1 {
|
|
|
+ font-size: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext h1 {
|
|
|
font-size: 10vmin;
|
|
|
@@ -1345,6 +1619,13 @@ body {
|
|
|
z-index: 5;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext02 {
|
|
|
+ right: -1vmin;
|
|
|
+ top: 60px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext02 {
|
|
|
top: 70px;
|
|
|
@@ -1362,6 +1643,12 @@ body {
|
|
|
font-size: 45px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext02 h1 {
|
|
|
+ font-size: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext02 h1 {
|
|
|
font-size: 10vmin;
|
|
|
@@ -1386,6 +1673,13 @@ body {
|
|
|
width: 35vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .img-02 {
|
|
|
+ margin-top: 15px;
|
|
|
+ right: 30px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .img-02 {
|
|
|
display: none;
|
|
|
@@ -1401,6 +1695,12 @@ body {
|
|
|
right: 50px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .designer-content .designer-img .img-02-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.designer-content .designer-img .img-02-m {
|
|
|
display: none;
|
|
|
@@ -1420,6 +1720,14 @@ body {
|
|
|
right: 4vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .object2 {
|
|
|
+ right: 3vw;
|
|
|
+ top: 8vw;
|
|
|
+ width: 17vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .object2 {
|
|
|
width: 140px;
|
|
|
@@ -1442,6 +1750,13 @@ body {
|
|
|
z-index: 5;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext03 {
|
|
|
+ right: -1vmin;
|
|
|
+ top: 80px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext03 {
|
|
|
right: -5px;
|
|
|
@@ -1460,6 +1775,12 @@ body {
|
|
|
font-size: 45px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext03 h1 {
|
|
|
+ font-size: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext03 h1 {
|
|
|
font-size: 10vmin;
|
|
|
@@ -1490,6 +1811,13 @@ body {
|
|
|
z-index: 7;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .img-03 {
|
|
|
+ right: 30px;
|
|
|
+ margin-top: 15px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .img-03 {
|
|
|
width: 300px;
|
|
|
@@ -1511,6 +1839,12 @@ body {
|
|
|
right: 4vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .object3 {
|
|
|
+ top: 11vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .object3 {
|
|
|
width: 140px;
|
|
|
@@ -1534,6 +1868,13 @@ body {
|
|
|
z-index: 5;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext04 {
|
|
|
+ top: 150px;
|
|
|
+ left: 3vmin;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext04 {
|
|
|
top: 220px;
|
|
|
@@ -1552,6 +1893,12 @@ body {
|
|
|
font-size: 45px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .designertext04 h1 {
|
|
|
+ font-size: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .designertext04 h1 {
|
|
|
font-size: 10vmin;
|
|
|
@@ -1574,7 +1921,14 @@ body {
|
|
|
width: 15vw;
|
|
|
position: absolute;
|
|
|
top: 8vw;
|
|
|
- left: 7vw;
|
|
|
+ left: 10vw;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .object4 {
|
|
|
+ left: 10vw;
|
|
|
+ top: 11vw;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
@@ -1592,11 +1946,17 @@ body {
|
|
|
}
|
|
|
|
|
|
.designer-content .designer-img .img-04 {
|
|
|
- width: 28vw;
|
|
|
+ width: 25vw;
|
|
|
position: relative;
|
|
|
z-index: 7;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .designer-img .img-04 {
|
|
|
+ top: 2vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .designer-img .img-04 {
|
|
|
right: -10px;
|
|
|
@@ -1619,6 +1979,12 @@ body {
|
|
|
margin-top: 100px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .video {
|
|
|
+ margin-top: 80px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .video {
|
|
|
background-size: cover;
|
|
|
@@ -1631,6 +1997,13 @@ body {
|
|
|
margin-top: 120px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .video .playbutton {
|
|
|
+ width: 50px;
|
|
|
+ margin-top: 70px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .video .playbutton {
|
|
|
margin-top: 20vw;
|
|
|
@@ -1643,6 +2016,12 @@ body {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .video .work-text {
|
|
|
+ bottom: 5vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .video .work-text {
|
|
|
display: none;
|
|
|
@@ -1655,6 +2034,12 @@ body {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .video .work-text2 {
|
|
|
+ bottom: 3vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .video .work-text2 {
|
|
|
display: none;
|
|
|
@@ -1667,6 +2052,12 @@ body {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .video .work-text3 {
|
|
|
+ bottom: 3vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .video .work-text3 {
|
|
|
display: none;
|
|
|
@@ -1679,6 +2070,12 @@ body {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-content .video .work-text4 {
|
|
|
+ bottom: -1vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.designer-content .video .work-text4 {
|
|
|
display: none;
|
|
|
@@ -1691,6 +2088,12 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .inclogo-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.inclogo-m {
|
|
|
display: none;
|
|
|
@@ -1711,6 +2114,12 @@ body {
|
|
|
width: 180px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .inclogo3 {
|
|
|
+ width: 130px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.inclogo3 {
|
|
|
width: 110px;
|
|
|
@@ -1729,12 +2138,30 @@ body {
|
|
|
margin-top: -200px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ #designer2-sec01 {
|
|
|
+ margin-top: -150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#designer2-sec01 {
|
|
|
margin-top: 0px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ #designer4-sec01 {
|
|
|
+ margin-top: -50px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #designer4-sec01 {
|
|
|
+ margin-top: 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.sec01-int {
|
|
|
margin-top: -110px;
|
|
|
padding-bottom: 5vw;
|
|
|
@@ -1757,6 +2184,13 @@ body {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01-int .sec01-content .slogan-part1 {
|
|
|
+ margin-top: 30px;
|
|
|
+ width: 50vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01-int .sec01-content .slogan-part1 {
|
|
|
width: 90vw;
|
|
|
@@ -1768,6 +2202,12 @@ body {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .sec01-int .sec01-content .slogan-part2 {
|
|
|
+ width: 35vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.sec01-int .sec01-content .slogan-part2 {
|
|
|
width: 90vw;
|
|
|
@@ -1803,6 +2243,12 @@ body {
|
|
|
padding-top: 30vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .sec01-int .protfolio-m {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
.sec01-int .protfolio-m {
|
|
|
display: none;
|
|
|
@@ -1841,6 +2287,12 @@ body {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .designer-nav {
|
|
|
+ right: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.designer-nav hr {
|
|
|
margin: 5px auto !important;
|
|
|
background: #e2e2e2;
|