body {overflow: hidden;}
/* header {}  */

.navi__wrap {display: flex; align-items: center; justify-content: center; gap: calc(20/14*1em); font-size: 14px; font-weight: 600; color: #000; letter-spacing: -0.03em; font-family: 'Pretendard'; padding: calc(40/14*1em) calc(30/14*1em); position: absolute; bottom: 0; right: 0; z-index: 100;}
.navi__wrap span {cursor: pointer; opacity: .5;}
.navi__wrap span.active {opacity: 1;}

.index__indicator {display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 14px; padding: 0 calc(5/14*1em); margin-right: calc(30/14*1em); font-weight: 600; color: #000; letter-spacing: -0.03em; font-family: 'Mulish'; position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 100;}
.index__indicator::after {content: ''; width: 100%; height: 1px; background: #000; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.index__indicator > * {padding: calc(10/14*1em) 0; box-sizing: border-box;}

.main .viewMore {white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; gap: calc(15/18*1em); font-size: 18px; font-weight: 600; color: #000; letter-spacing: -0.03em; font-family: 'Mulish'; padding: calc(13/18*1em) calc(20/18*1em); border-radius: calc(23/18*1em); border: 1px solid #000; transition: background .3s ease-in-out, color .3s ease-in-out;}
.main .viewMore .icon {animation: viewArr 1s ease-in-out infinite; display: flex; align-items: center; justify-content: center; font-size: .9em;}
.main .viewMore .icon i {letter-spacing: -0.25em;}
.main .viewMore .icon i:first-child {opacity: .5;}
@keyframes viewArr {
    0% {transform: translateX(0);}
    50% {transform: translateX(5px);}
    100% {transform: translateX(0);}
}
@media screen and (min-width: 821px) {
    .main .viewMore:hover {
        background: #000;
        color: #fff;
    }
}
@media screen and (max-width: 1440px) {
    .main .viewMore {font-size: clamp(14px, 18/1440*100vw, 18px);}
}
@media screen and (max-width: 1024px) {
    .main .viewMore {font-size: clamp(12px, 16/1024*100vw, 16px);}
}
@media screen and (max-width: 820px) {
    .main .viewMore {font-size: clamp(12px, 16/820*100vw, 16px);}
}

.main {overflow: hidden;}
.main .intro {overflow: hidden; opacity: 1; color: #fff; height: 100vh; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; background: #000;}
.main .intro.ended {visibility: hidden;}
.main .intro .wrap {height: 100%;}
.main .intro__inner {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%;}
.main .intro__smallTxt {font-size: 20px; font-weight: 300; color: #fff; opacity: 0.5; letter-spacing: -0.03em; font-family: 'Mulish';}
.main .odometer-wrap {display: inline-block; position: relative; font-size: 200px; font-weight: 600; color: #fff; letter-spacing: -0.03em; font-family: 'Mulish'; display: flex; align-items: center; justify-content: center;}
.main .odometer {font-family: inherit !important; line-height: inherit !important; letter-spacing: inherit !important;}
.main .odometer.clone {opacity: 0;}
.main .odometer.real {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; opacity: 0;}
.main .intro__logo {opacity: 0; width: 434px; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.main .intro__logo svg { width: 100%; height: 100%;}
@media screen and (max-width: 1280px) {
    .main .odometer-wrap {font-size: 180px;}
}
@media screen and (max-width: 1024px) {
    .main .odometer-wrap {font-size: 150px;}
    .main .intro__smallTxt {font-size: 18px;}
}
@media screen and (max-width: 820px) {
    .main .odometer-wrap {font-size: clamp(100px, 150/820*100vw, 180px);}
    .main .intro__smallTxt {font-size: clamp(14px, 18/820*100vw, 18px);}
    .main .intro__logo {width: calc(400/820*100vw);}
}
@media screen and (max-width: 500px) {
    .main .odometer-wrap {font-size: clamp(80px, 100/500*100vw, 100px);}
    .main .intro__smallTxt {font-size: clamp(12px, 14/500*100vw, 14px);}
}
@media screen and (max-width: 360px) {
    .main .odometer-wrap {font-size: clamp(60px, 80/360*100vw, 80px);}
    .main .intro__smallTxt {font-size: clamp(10px, 12/360*100vw, 12px);}
}


.main .bgBox {height: 100%; width: 100%; position: absolute; top: 0; left: 0;}
.main .bgBox img {height: 100%; width: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.main .s1 {height: 100vh; width: 100%; position: relative; overflow: hidden;}
.main .s1__bg {height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.main .s1__bg-img {filter: saturate(.5);}
.main .s1__bg-video {height: 100%; width: 100%; background-color: rgba(0,0,0,0.3);}
.main .s1__bg-video iframe { width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.main .s1__inner {position: relative; z-index: 1; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px;}
.main .s1__inner span {font-size: 30px; font-weight: 600; color: #fff; letter-spacing: -0.03em; font-family: 'Pretendard'; font-style: italic; padding-bottom: calc(25/30*1em);}
.main .s1__inner p {font-size: 90px; font-weight: 600; line-height: calc(110/90*1em); color: #fff; letter-spacing: -0.03em; font-family: 'Pretendard';}
.main .s1 .index__indicator {filter: invert(1);}
.main .s1 .navi__wrap {filter: invert(1);}
@media screen and (max-width: 1440px) {
    .main .s1__inner span {font-size: clamp(20px, 30/1440*100vw, 30px);}
    .main .s1__inner p {font-size: clamp(60px, 90/1440*100vw, 90px);}
}
@media screen and (max-width: 1280px) {
    .main .s1__inner span {font-size: clamp(18px, 28/1280*100vw, 28px);}
    .main .s1__inner p {font-size: clamp(50px, 80/1280*100vw, 80px);}
}
@media screen and (max-width: 1024px) {
    .main .s1__inner span {font-size: clamp(16px, 24/1024*100vw, 24px);}
    .main .s1__inner p {font-size: clamp(40px, 70/1024*100vw, 70px);}
}
@media screen and (max-width: 820px) {
    .navi__wrap {display: none;}
    .index__indicator {display: none;}
    .main .s1__inner span {font-size: clamp(16px, 24/820*100vw, 24px);}
    .main .s1__inner p {font-size: clamp(40px, 70/820*100vw, 70px);}
}
@media screen and (max-width: 500px) {
    .main .s1__inner span {font-size: clamp(14px, 20/500*100vw, 20px);}
    .main .s1__inner p {font-size: clamp(25px, 40/500*100vw, 40px);}
}

.main .s2 {height: 100vh; width: 100%; position: relative; overflow: hidden;}
.main .s2 .bgBox {filter: brightness(1) invert(1);}
.main .s2__clip {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; clip-path: circle(12vw at 50% 50%); transition-timing-function: ease-in;}
.main .s2__clip.inset {backdrop-filter: invert(1);}
.main .s2__inner {position: relative; width: 100%; height: 100%; z-index: 2;}
.main .s2__inner .wrap {height: 100%; width: 85%;}
.main .s2__inner-txt {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.main .s2__inner-txt > p {padding-right: calc(60/120*1em); font-size: 120px; font-weight: 500; color: #000; letter-spacing: -0.03em; font-family: 'Pretendard'; padding-top: calc(210/120*1em); text-align: right; display: block;}
.main .s2__inner-txt > p > * {display: block; opacity: 0; transform: translateY(40px);}
.main .s2__inner-txt > p b {font-weight: bold; padding-top: calc(30/120*1em);}
.main .s2__inner-txt .s2__inner-desc {font-size: 22px; padding-bottom: calc(150/22*1em);}
.main .s2__inner-txt .s2__inner-desc p {font-size: inherit; font-weight: 500; color: #000; letter-spacing: -0.03em; font-family: 'Pretendard'; line-height: calc(36/22*1em); opacity: .8; padding-bottom: calc(35/22*1em);}
.main .s2__inner-txt .s2__inner-desc p > * > * {opacity: 0; transform: translateX(10px);}
.main .s2__clip.inset.z3 {pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;}
.main .s2__inner-txt .s2__inner-desc .viewMore {opacity: 0;}
@media screen and (max-width: 1440px) {
    .main .s2__inner-txt > p {font-size: clamp(70px, 120/1440*100vw, 120px);}
    .main .s2__inner-txt .s2__inner-desc {font-size: clamp(18px, 22/1440*100vw, 22px);}
}
@media screen and (max-width: 1280px) {
    .main .s2__inner-txt > p {font-size: clamp(50px, 70/1280*100vw, 70px);}
    .main .s2__inner-txt .s2__inner-desc {font-size: clamp(16px, 18/1280*100vw, 18px);}
}
@media screen and (max-width: 1024px) {
    .main .s2__inner-txt > p {font-size: clamp(30px, 60/1024*100vw, 60px);}
    .main .s2__inner-txt .s2__inner-desc {font-size: clamp(14px, 16/1024*100vw, 16px);}
}
@media screen and (max-width: 820px) {
    .main .s2__inner .wrap {width: 90%;}
    .main .s2__inner-txt > p {font-size: clamp(50px, 70/820*100vw, 70px); padding-top: calc(150/70*1em);}
    .main .s2__inner-txt .s2__inner-desc {font-size: clamp(16px, 20/820*100vw, 20px);}
    .main .s2__clip {clip-path: circle(20vw at 50% 50%);}
}
@media screen and (max-width: 500px) {
    .main .s2__inner .wrap {width: 95%;}
    .main .s2__inner-txt > p {font-size: clamp(35px, 60/500*100vw, 60px); padding-top: calc(190/70*1em); padding-right: calc(10/70*1em);}
}
@media screen and (max-width: 360px) {
    /* .main .s2__inner-txt > p {font-size: clamp(0px, 30/360*100vw, 30px);} */
    .main .s2__inner-txt .s2__inner-desc {padding-bottom: calc(80/22*1em);}
    .main .s2__inner-txt .s2__inner-desc br {display: none;}
}

.main .scroll__guide {font-size: 20px; position: absolute; bottom: calc(30/20*1em); left: 50%; transform: translateX(-50%); z-index: 100;}
.main .scroll__guide span {display: block; width: 10px; height: 10px;}
.main .scroll__guide span + span {margin-top: calc(3/20*1em);}
@keyframes scroll__guide {
    0% {opacity: 0.2;}
    50% {opacity: 1;}
    100% {opacity: 0.2;}
}
.main .scroll__guide span {animation: scroll__guide 2s ease-in-out infinite;}
.main .scroll__guide span:nth-child(2) {animation-delay: .3s;}
.main .scroll__guide span:nth-child(3) {animation-delay: .6s;}
.main .scroll__guide.reverse span {animation-delay: .6s;}
.main .scroll__guide.reverse span:nth-child(2) {animation-delay: .3s;}
.main .scroll__guide.reverse span:nth-child(3) {animation-delay: 0s;}
@media screen and (min-width: 821px) and (max-width: 1280px) {
    .main .scroll__guide {left: 0; bottom: 0; padding: 0 30px 40px; box-sizing: border-box; transform: translateX(0); font-size: 14px;}
    .main .scroll__guide span + span {margin-top: calc(2/20*1em);}
}
@media screen and (max-width: 500px) {
    .main .scroll__guide {font-size: 16px;}
    .main .scroll__guide span + span {margin-top: calc(2/20*1em);}
}

.main .s3 {height: 100vh; width: 100%; position: relative; display: flex; align-items: center; justify-content: center;}
.main .s3__inner {position: relative; z-index: 1; mix-blend-mode: difference; }
.main .s3__inner > p { text-align: center; opacity: 0; font-size: 120px; line-height: 1.25; font-weight: 500; color: #fff; letter-spacing: -0.03em; font-family: 'Pretendard'; display: block;}
.main .s3__inner > p b {font-weight: bold;}
.main .s3__inner .viewMore {opacity: 0; color: #fff; border-color: #fff; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); margin-top: calc(60/18*1em);}
.main .s3 .marqWrap { background: #fff; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; display: flex;}
.main .s3 .marquee {height: 100%; position: absolute; top: 0; display: flex; align-items: center; font-size: 164px; font-weight: 600; letter-spacing: -0.025em; font-family: 'Ginora Sans'; color: #fff; overflow: hidden; white-space: nowrap;}
.main .s3 .marquee._1 {left: calc(140/1920*100vw); z-index: 1;}
.main .s3 .marquee._2 {left: calc(472/1920*100vw);}
.main .s3 .marquee._3 {right: calc(350/1920*100vw);z-index: 1;}
.main .s3 .marquee._4 {right: calc(110/1920*100vw);}
.main .s3 .marquee .absol {width: 100%; display: flex; flex-direction: column; align-items: center;}
.main .s3 .marquee._1 .absol {margin-bottom: -10vh;}
.main .s3 .marquee._2 .absol {margin-bottom: 0vh;}
.main .s3 .marquee._3 .absol {margin-bottom: -30vh;}
.main .s3 .marquee._4 .absol {margin-bottom: -80vh;}
.main .s3 .marquee .absol .mar_ch {display: flex; flex-direction: column; align-items: center; transform: translateY(50%);}
.main .s3 .marquee .absol .mar_ch .img {padding-bottom: 80vh;}
@keyframes marquee {
    0% {transform: translateY(50%);}
    100% {transform: translateY(-50%);}
}
.main .s3 .marquee._1 .absol .mar_ch {animation: marquee 10s linear infinite;}
.main .s3 .marquee._2 .absol .mar_ch {animation: marquee 17s linear infinite;}
.main .s3 .marquee._3 .absol .mar_ch {animation: marquee 15s linear infinite;}
.main .s3 .marquee._4 .absol .mar_ch {animation: marquee 22s linear infinite;}
.main .s3 .marquee._1 .absol .mar_ch .img {animation-delay: 0s;}
.main .s3 .marquee._2 .absol .mar_ch .img {animation-delay: 2s;}
.main .s3 .marquee._3 .absol .mar_ch .img {animation-delay: 1s;}
.main .s3 .marquee._4 .absol .mar_ch .img {animation-delay: 3s;}
@media screen and (max-width: 1440px) {
    .main .s3__inner > p {font-size: clamp(70px, 120/1440*100vw, 120px);}
}
@media screen and (max-width: 1280px) {
    .main .s3__inner > p {font-size: clamp(50px, 70/1280*100vw, 70px);}
    /* .main .s3 .marquee .absol .mar_ch .img img {transform: scale(0.8);} */
    .main .s3 .marquee._1 {left: calc(30/1440*100vw);}
    .main .s3 .marquee._2 {left: calc(200/1440*100vw);}
    .main .s3 .marquee._3 {right: calc(200/1440*100vw);}
    .main .s3 .marquee._4 {right: calc(30/1440*100vw);}
}
@media screen and (max-width: 1024px) {
    .main .s3__inner > p {font-size: clamp(50px, 70/1024*100vw, 70px);}
    /* .main .s3 .marquee .absol .mar_ch .img img {transform: scale(0.6);} */
    .main .s3 .marquee .absol .mar_ch .img {padding-bottom: 40vh;}
}
@media screen and (max-width: 820px) {
    .main .s3__inner > p {font-size: clamp(50px, 70/820*100vw, 70px);}
    /* .main .s3 .marquee .absol .mar_ch .img img {transform: scale(0.4);} */
    .main .s3 .marquee .absol .mar_ch .img {padding-bottom: 30vh;}
    .main .s3 .marquee._1 {left: calc(70/820*100vw);}
    .main .s3 .marquee._2 {left: calc(200/820*100vw);}
    .main .s3 .marquee._3 {right: calc(100/820*100vw);}
    .main .s3 .marquee._4 {right: calc(-40/820*100vw);}
}
@media screen and (max-width: 500px) {
    .main .s3__inner > p {font-size: clamp(40px, 50/500*100vw, 50px);}
    .main .s3 .marquee .absol .mar_ch .img {padding-bottom: 40vh;}
}



.main .s4 {height: 100vh; width: 100%; position: relative; overflow: hidden;}
.main .s4 .s4__bg .bgBox {transform: scale(1.2);}
.main .s4 .s4__inner {position: relative; z-index: 1; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px;}
.main .s4 .s4__inner .wrap {height: 100%;}
.main .s4 .s4__inner-txt {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.main .s4 .s4__inner-txt > p { font-size: 120px; font-weight: 500; line-height: 1.3; color: #fff; letter-spacing: -0.03em; font-family: 'Pretendard'; text-align: left; display: block; padding-top: calc(210/120*1em);}
.main .s4 .s4__inner-txt > p > * {opacity: 0; transform: translateY(40px); display: block;}
.main .s4 .s4__inner-txt > p b {font-weight: bold;}
.main .s4 .s4__inner-txt .s4__inner-desc {word-break: keep-all; align-self: flex-end; font-size: 22px; padding-bottom: calc(150/22*1em);}
.main .s4 .s4__inner-txt .s4__inner-desc p {word-break: keep-all; font-size: inherit; font-weight: 500; color: #fff; letter-spacing: -0.03em; font-family: 'Pretendard'; line-height: calc(36/22*1em); opacity: .8; padding-bottom: calc(35/22*1em);}
.main .s4 .s4__inner-txt .s4__inner-desc p > * > * {opacity: 0; transform: translateX(10px);}
.main .s4 .s4__inner-txt .s4__inner-desc .viewMore {opacity: 0; color: #fff; border-color: #fff;}
.main .s4 .scroll__guide {color: #fff;}
.main .s4 .navi__wrap {color: #fff;}
.main .s4 .index__indicator {color: #fff;}
.main .s4 .index__indicator::after {background: #fff;}
@media screen and (max-width: 1440px) {
    .main .s4 .s4__inner .wrap {width: 90%;}
    .main .s4 .s4__inner-txt > p {font-size: clamp(80px, 90/1440*100vw, 90px);}
    .main .s4 .s4__inner-txt .s4__inner-desc {font-size: clamp(18px, 22/1440*100vw, 22px);}
}
@media screen and (max-width: 1280px) {
    .main .s4 .s4__inner-txt > p {font-size: clamp(70px, 80/1280*100vw, 80px);}
    .main .s4 .s4__inner-txt .s4__inner-desc {font-size: clamp(16px, 18/1280*100vw, 18px);}
}
@media screen and (max-width: 1024px) {
    .main .s4 .s4__inner-txt > p {font-size: clamp(60px, 70/1024*100vw, 70px);}
    .main .s4 .s4__inner-txt .s4__inner-desc {font-size: clamp(14px, 16/1024*100vw, 16px);}
}
@media screen and (max-width: 820px) {
    .main .s4 .s4__inner-txt > p {font-size: clamp(60px, 70/820*100vw, 70px); padding-top: calc(150/70*1em);}
    .main .s4 .s4__inner-txt .s4__inner-desc {font-size: clamp(14px, 20/820*100vw, 20px); align-self: flex-start;}
}
@media screen and (max-width: 500px) {
    .main .s4 .s4__inner-txt > p {font-size: clamp(50px, 60/500*100vw, 60px);}
    .main .s4 .s4__inner-txt .s4__inner-desc {padding-bottom: calc(100/20*1em);}
}
@media screen and (max-width: 360px) {
    .main .s4 .s4__inner-txt > p {font-size: clamp(40px, 50/360*100vw, 50px);}
}

.main .s5 {height: 100vh; width: 100%; position: relative; background: #fff; --padding: calc(135/1920*100%) calc(100/1920*100%);}
.main .s5 .s5__bg {height: 100vh; box-sizing: border-box; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
.main .s5 .s5__bg .bgBox {position: static; box-sizing: border-box; display: flex; align-items: center; justify-content: center;}
.main .s5 .s5__bg .bgBox img {position: static; transform: none;}
.main .s5 .s5__inner {position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; padding: var(--padding); box-sizing: border-box;  }
.main .s5 .s5__inner-txt {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-left: calc(140/120*1em); padding-right: calc(40/120*1em); font-size: 120px; box-sizing: border-box;}
.main .s5 .s5__inner-txt .s5__inner-txt-title {display: flex; flex-direction: column; align-items: flex-start;}
.main .s5 .s5__inner-txt .s5__inner-txt-title p {line-height: 1.2; font-size: inherit; font-weight: 500; color: #fff; letter-spacing: -0.03em; font-family: 'Pretendard'; text-align: left; display: block; padding-top: calc(100/120*1em); padding-bottom: calc(60/120*1em);}
.main .s5 .s5__inner-txt .s5__inner-txt-title p > * {display: block; opacity: 0; transform: translateY(40px);}
.main .s5 .s5__inner-txt .s5__inner-txt-title p > b {font-weight: bold;}
.main .s5 .s5__inner-txt .s5__inner-txt-title .viewMore {opacity: 0; color: #fff; border-color: #fff;}
.main .s5 .s5__inner-items {display: flex; align-items: center; justify-content: flex-end; font-size: 22px; padding-bottom: calc(60/22*1em);}
.main .s5 .s5__inner-items .s5__inner-item {opacity: 0; width: 100%; max-width: calc(230/18*1em); display: flex; align-items: center; justify-content: flex-start; font-size: 18px; padding: calc(15/18*1em) calc(20/18*1em); background: rgba(255, 255, 255, .3); box-sizing: border-box;}
.main .s5 .s5__inner-items .s5__inner-item + .s5__inner-item {margin-left: calc(20/18*1em);}
.main .s5 .s5__inner-items .s5__inner-item .info {margin-left: calc(20/18*1em); display: flex; flex-direction: column; align-items: flex-start; font-size: inherit;}
.main .s5 .s5__inner-items .s5__inner-item .info span {white-space: nowrap; font-size: 14px; color: #fff; opacity: .7; letter-spacing: -0.03em; font-family: 'Pretendard';}
.main .s5 .s5__inner-items .s5__inner-item .info b {font-size: inherit; font-weight: 600; color: #fff; letter-spacing: -0.03em; font-family: 'Pretendard'; padding-top: calc(10/22*1em);}
@media screen and (max-width: 1440px) {
    .main .s5 .s5__inner-txt {font-size: clamp(80px, 90/1440*100vw, 90px); padding-left: calc(40/90*1em);}
    .main .s5 .s5__inner-items {font-size: clamp(16px, 20/1440*100vw, 20px); padding-bottom: calc(40/20*1em);}
}
@media screen and (max-width: 1280px) {
    .main .s5 .s5__inner-txt {font-size: clamp(70px, 80/1280*100vw, 80px);}
    .main .s5 .s5__inner-items {font-size: clamp(14px, 16/1280*100vw, 16px); padding-bottom: calc(30/16*1em);}
}
@media screen and (max-width: 1024px) {
    .main .s5 {--padding: calc(80/1024*100%) calc(80/1024*100%);}
    .main .s5 .s5__inner-txt {font-size: clamp(50px, 60/1024*100vw, 60px);}
    .main .s5 .s5__inner-items {font-size: clamp(12px, 14/1024*100vw, 14px); padding-bottom: calc(20/14*1em);}
    .main .s5 .s5__inner-items .s5__inner-item {font-size: clamp(14px, 16/1024*100vw, 16px); padding: calc(10/16*1em) calc(15/16*1em);}
    .main .s5 .s5__inner-items .s5__inner-item .s5__inner-item-img {width: calc(50/16*1em);}
}
@media screen and (max-width: 820px) {
    .main .s5 {--padding: calc(120/820*100%) calc(80/820*100%);}
    .main .s5 .s5__inner-txt {font-size: clamp(50px, 80/820*100vw, 80px); padding-left: calc(40/80*1em); padding-right: calc(40/80*1em);}
    .main .s5 .s5__inner-items {font-size: clamp(10px, 12/820*100vw, 12px); padding-bottom: calc(10/12*1em);}
    .main .s5 .s5__inner-items {flex-direction: column; align-items: flex-end; padding-bottom: calc(30/12*1em);}
    .main .s5 .s5__inner-items .s5__inner-item {font-size: clamp(14px, 16/820*100vw, 16px); padding: calc(5/16*1em) calc(10/16*1em);}
    .main .s5 .s5__inner-items .s5__inner-item + .s5__inner-item {margin-left: 0; margin-top: calc(10/16*1em);}
    .main .s5 .s5__inner-items .s5__inner-item .s5__inner-item-img {width: calc(55/16*1em);}
}
@media screen and (max-width: 500px) {
    .main .s5 {--padding: calc(100/500*100%) calc(50/500*100%);}
    .main .s5 .s5__inner-txt {font-size: clamp(40px, 50/500*100vw, 50px); padding-left: calc(20/50*1em); padding-right: calc(20/50*1em);}
    .main .s5 .s5__inner-items {padding-bottom: calc(20/12*1em);}
}
@media screen and (max-width: 360px) {
    .main .s5 {--padding: calc(80/360*100%) calc(30/360*100%);}
    /* .main .s5 .s5__inner-txt {font-size: clamp(30px, 40/360*100vw, 40px);} */
    .main .s5 .s5__inner-items {width: 100%;}
    .main .s5 .s5__inner-items .s5__inner-item {width: 100%;}
}


