겨울왕국 완료료

This commit is contained in:
2025-10-19 23:22:51 +09:00
parent 1638fcf693
commit 2e1121c197
29 changed files with 818 additions and 545 deletions

View File

@@ -4365,11 +4365,11 @@
.comp_body {
.text_area {
margin-top: 4.8rem;
margin-top: 11.4rem;
text-align: center;
@include tablet {
margin-top: 8rem;
margin-top: 13.7rem;
}
h3 {
@@ -4423,14 +4423,13 @@
background-size: 3.4rem 3.5rem;
// background: url(../images/kia/pdp/display_theme_disney/bg_pattern.png) repeat 50% 100%;
@include tablet {
min-height: 85.1rem;
}
h3 {
display: flex;
align-items: center;
justify-content: center;
align-content: center;
flex-wrap: wrap;
height: 14.8rem;
font-size: 2.4rem;
font-weight: 600;
@@ -4456,6 +4455,18 @@
text-align: center;
}
}
em {
display: block;
width: 100%;
margin-top: 0.8rem;
font-size: 1.4rem;
font-weight: 400;
text-align: center;
@include tablet {
margin-top: 2.4rem;
font-size: 1.6rem;
}
}
}
.list {
@@ -4480,7 +4491,7 @@
flex-wrap: wrap;
justify-content: center;
width: 100%;
gap: 5.6rem 0.8rem;
gap: 2rem 0.8rem;
@include tablet {
gap: 2.4rem;
@@ -4492,15 +4503,15 @@
// min-height: 19.6rem;
width: calc(50% - 0.4rem);
// min-height: vw(196);
aspect-ratio: 156 / 196;
aspect-ratio: 156 / 184;
background-color: #fff;
border-radius: 0.8rem;
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.12);
transition: all 0.2s ease;
@include tablet {
width: 28.2rem;
height: 36.9rem;
width: 28.9rem;
height: 31.2rem;
aspect-ratio: inherit;
}
@@ -4525,7 +4536,7 @@
line-height: 1.333;
@include tablet {
padding: 2rem 2.4rem;
padding: 1.6rem 2rem;
text-align: left;
}
@@ -4746,6 +4757,68 @@
}
}
}
&.stay-tuned-item {
width: 100%;
height: 4.8rem;
@include tablet {
width: 20rem;
height: 100%;
}
.stay-tuned {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
padding: 1.2rem;
font-size: 1.2rem;
font-weight: 400;
background-color: #f2f4f6;
border-radius: 0.6rem;
letter-spacing: -0.05em;
span {
display: block;
width: 1.8rem;
height: 1.2rem;
margin-right: 0.6rem;
background: url("../images/kia/promotion/ico_stay_tuned.svg") no-repeat center / contain;
}
strong {
padding: 0.2rem 0 0;
line-height: 1;
}
@include tablet {
flex-direction: column;
span {
position: relative;
width: 7.2rem;
height: 1.6rem;
margin: 0 auto;
margin-bottom: 0.8rem;
background: none;
border: 1px solid #b2b8bd;
border-radius: 0.8rem;
&:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0.3rem;
width: 4.8rem;
height: 1rem;
transform: translateY(-50%);
background-color: #b2b8bd;
border-radius: 0.5rem;
}
}
strong {
padding: 0;
font-size: 1.6rem;
color: #b2b8bd;
}
}
}
}
}
}
}
@@ -4756,20 +4829,36 @@
width: 100%;
max-width: 192rem;
margin: 0 auto;
padding: 4rem 0 7rem;
padding: 0 0 7rem;
text-align: center;
background: url(../images/kia/pdp/display_theme_disney/bg_design_m.jpg) no-repeat center top / 100% auto;
@include tablet {
padding: 12rem 0 0;
padding: 8rem 0 0;
background: url(../images/kia/pdp/display_theme_disney/bg_design.jpg) no-repeat center top / 192rem auto;
}
&.mickey {
background: url(../images/kia/pdp/display_theme_mickey/bg_design_m.jpg) no-repeat center top / 100% auto;
background: #fff;
.tab-box {
.discover-area {
padding: 4rem 0 0;
background: url(../images/kia/pdp/display_theme_mickey/bg_design_m.jpg) no-repeat center top / 100% auto;
@include tablet {
background: url(../images/kia/pdp/display_theme_mickey/bg_design.jpg) no-repeat center top / 192rem auto;
@include tablet {
padding: 12rem 0;
background: url(../images/kia/pdp/display_theme_mickey/bg_design.jpg) no-repeat center top / 192rem auto;
}
> .comp_top {
padding-bottom: 0;
h3 {
margin-bottom: 4.8rem;
@include tablet {
margin-bottom: 8rem;
}
}
}
}
}
}
@@ -4815,7 +4904,7 @@
position: sticky;
top: 5.6rem;
z-index: 10;
padding: 1.6rem 2rem;
padding: 2.4rem 2rem;
background: transparent;
backdrop-filter: blur(1.2rem);
@@ -4834,10 +4923,10 @@
padding: 1.4rem 3.6rem 1.4rem 1.8rem;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
background-color: #383838;
color: #05141f;
background-color: #f2f4f6;
border-radius: 0.4rem;
border: 0.15rem solid rgba(255, 255, 255, 0.5);
border: 0.15rem solid #dedede;
&:after {
content: "";
@@ -4849,7 +4938,7 @@
height: 0.6rem;
transform: translateY(-50%), rotate(0deg);
transition: all 0.2s ease;
background: url(../images/kia/pdp/display_theme_disney/ico_arrow_down.png) no-repeat 50% / 1.2rem auto;
background: url(../images/kia/pdp/display_theme_mickey/ico_arrow_down_black.png) no-repeat 50% / 1.2rem auto;
}
&.open {
@@ -4868,7 +4957,7 @@
left: 2rem;
right: 2rem;
display: none;
background-color: #383838;
background-color: #f2f4f6;
border-radius: 0 0 0.4rem 0.4rem;
border: 0.15rem solid rgba(255, 255, 255, 0.5);
border-top: 0;
@@ -4905,7 +4994,8 @@
height: 4.3rem;
padding: 0 1.6rem 0 1.2rem;
font-size: 1.6rem;
background-color: #2c2c2c;
color: #fff;
background-color: #b2b8bd;
border-radius: 2.2rem;
border: 0.2rem solid rgba(255, 255, 255, 0.2);
@@ -4922,9 +5012,10 @@
&.active {
.tab-btn {
color: #fff;
color: #05141f;
@include tablet {
color: #fff;
border: 0;
background: linear-gradient(90deg, #ed1c24 0%, #b51016 100%);
padding: 0 1.8rem 0 1.4rem;
@@ -4941,13 +5032,20 @@
&.blue {
ul {
li {
.tab-btn {
@include tablet {
&:before {
background: url(../images/kia/pdp/display_theme_mickey/ico_tab.png) no-repeat center top / auto 100%;
}
}
}
&.active {
.tab-btn {
@include tablet {
background: linear-gradient(90deg, #1c5eed 0%, #1031b5 100%);
&:before {
background: url(../images/kia/pdp/display_theme_mickey/ico_tab_active.png) no-repeat center top / 100% auto;
background: url(../images/kia/pdp/display_theme_mickey/ico_tab_active.png) no-repeat center top / auto 100%;
}
}
}
@@ -4968,11 +5066,18 @@
.tab-box {
display: none;
padding-top: 2.2rem;
// padding-top: 2.2rem;
@include tablet {
margin-bottom: 2.4rem;
padding-top: 3.2rem;
padding-top: 4.8rem;
}
.index-area {
padding: 0 2rem 6rem;
@include tablet {
padding: 0 0 10rem;
}
}
&.box1 {
@@ -5188,11 +5293,12 @@
content: "";
display: block;
position: absolute;
top: 50%;
top: 0.5rem;
bottom: 0.5rem;
left: 0;
transform: translateY(-50%);
// transform: translateY(-50%);
width: 0.6rem;
height: 5rem;
// height: 5rem;
background: #ea0029;
@include tablet {
width: 1.2rem;
@@ -5607,6 +5713,76 @@
height: 2.4rem;
background: url(../images/kia/pdp/display_theme_disney/btn_zoom.png) no-repeat 0 0 / 100% auto;
}
&.theme-frozen {
.available-theme {
.list {
padding: 3rem 2rem 3.8rem;
background: url(../images/kia/pdp/display_theme_mickey/union-top.png) no-repeat center bottom / auto 1.46rem;
@include tablet {
padding: 7.2rem 2rem 9.9rem;
background-size: 100% auto;
}
}
h3 {
padding: 4rem 2rem;
background: #fff;
box-shadow: 0px 0px 16px 0px #0000001f;
@include tablet {
height: 23.4rem;
}
}
}
}
.swiper-navigation {
display: none !important;
@include tablet {
display: block !important;
}
}
.swiper-button-next,
.swiper-button-prev {
position: absolute !important;
}
.swiper-slide-frozen {
.text_area {
margin-top: 7.2rem;
@include tablet {
margin-top: 14rem;
}
}
}
}
.visualBg.swiper {
position: relative;
.swiper-pagination {
bottom: 3rem;
.swiper-pagination-bullet {
opacity: 1;
width: 5.6rem;
height: 0.4rem;
border-radius: 0;
background-color: rgba(255, 255, 255, 0.5);
@include maxtablet {
width: 3rem;
height: 0.3rem;
}
&.swiper-pagination-bullet-active {
background-color: rgba(255, 255, 255, 1);
}
}
}
.image_area {
img {
object-fit: cover;
}
}
}
.desktop {