body {
    background-color: #000;
}
.mobr {
    display: none;
}
@media screen and (max-width: 820px) {
    .mobr {
        display: block;
    }
}

.intro {
    width: 100%;
    height: 100vh;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.intro.end {
    display: none;
}
.intro .wrap {
    height: 100%;
    display: flex; align-items: center; justify-content: center;
}
.intro .txt {
    display: flex; align-items: center; justify-content: center;
    font-size: 130px;
    position: relative;
}
.intro .txt p {
    font-family: 'helvetica-lt-pro';
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    padding-right: calc(20/130*1em);
    /* padding-top: calc(10/130*1em); */
    box-sizing: border-box;
    white-space: nowrap;
    /* opacity: 0; */
}
.intro .txt .angleWrap {
    width: calc(160/130*1em);
}
.intro .txt .angle {
    width: inherit;
    position: absolute;
    left: 57.1%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.intro .txt .angle svg {    
    transform: rotate(0deg) scale(2.3);
    transform-origin: 10% 50%;
    overflow: visible !important;
}
.intro .txt .angle polygon:not(#angle) {
    opacity: 0;
}
.intro .txt .angle #angle {
    transform: translateY(calc(25/130*1em));
}

@media screen and (max-width: 1440px) {
    .intro .txt {
        font-size: clamp(115px, 115/1280*100vw, 130px);
    }
}
@media screen and (max-width: 1280px) {
    .intro .txt {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 1024px) {
    .intro .txt {
        transform: scale(0.6);
    }
}
@media screen and (max-width: 820px) {
    .intro .txt {
        transform: scale(0.4);
    }
}
@media screen and (max-width: 500px) {
    .intro .txt {
        transform: scale(0.35);
    }
}
@media screen and (max-width: 420px) {
    .intro .txt {
        transform: scale(0.3);
    }
}
@media screen and (max-width: 360px) {
    .intro .txt {
        transform: scale(0.2);
    }
}



.secTitle {
    font-family: 'helvetica-lt-pro';
    font-size: 36px; font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    display: inline-block;
}
@media screen and (max-width: 1680px) {
    .secTitle {
        font-size: clamp(32px, 32 / 1440 * 100vw, 36px);
    }
    
}
@media screen and (max-width: 1440px) {
    .secTitle {
        font-size: clamp(28px, 28 / 1280 * 100vw, 32px);
    }
}
@media screen and (max-width: 500px) {
    .secTitle {
        font-size: clamp(24px, 24 / 360 * 100vw, 28px);
    }
}
@media screen and (max-width: 360px) {
    .secTitle {
        font-size: clamp(22px, 22 / 280 * 100vw, 24px);
    }
}

.main {
    width: 100%;
    overflow: hidden;
}

.s1 {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}
.s1 .videoBx {
    position: relative;
}
.s1 .videoBx::before {
    content: '';
    display: block;
    padding-top: calc(1080/1920*100%);
}
.s1 .videoBx iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.s1 .videoBx .mo {display: none;}
.s1 .clipBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.s1 .clipBx .visualTxt {
    display: flex; align-items: center; justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.s1 .clipBx .visualTxt .txt {
    display: flex; align-items: center; justify-content: center;
    font-size: 190px;
}
.s1 .clipBx .visualTxt .txt._1 {
    padding-right: calc(35/190*1em);
}
.s1 .clipBx .visualTxt .txt._2 {
    padding-left: calc(35/190*1em);
}
.s1 .clipBx .visualTxt span {
    font-family: 'helvetica-lt-pro';
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    position: relative;
}
.s1 .clipBx .visualTxt .windowBox {
    font-size: 24px;
    width: 485px;
    padding: calc(90/24*1em) 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}
.s1 .clipBx .visualTxt .windowBox::before {
    content: '';
    display: block;
    padding-top: calc(250/485*100%);
}
.s1 .clipBx .visualTxt .windowBox .imgBx {
    width: 485px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 20px;
}
.s1 .clipBx .visualTxt .windowBox .imgBx::before {
    content: '';
    display: block;
    padding-top: calc(250/485*100%);
}
.s1 .clipBx .visualTxt .windowBox .imgBx img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
}
.s1 .clipBx .visualTxt .windowBox .imgBx img.mo {
    display: none;
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap {
    width: 95%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex; align-items: center;
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec {
    width: 100%;
    display: flex; align-items: flex-start; justify-content: space-between;
    color: #fff;
    white-space: nowrap;
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
    font-family: 'helvetica-lt-pro';
    font-size: 80px; font-weight: 700;
    letter-spacing: -0.03em;
    line-height: calc(90/80*1em);
    padding-right: calc(45/80*1em);
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt em {
    background-image: linear-gradient(to right, #e60021 0%, #fff 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 calc(5/80*1em);
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt {
    width: 50%;
    padding: calc(15/24*1em) calc(110/24*1em);
    font-size: 20px;
    line-height: calc(30/20*1em);
    letter-spacing: -0.04em;
    box-sizing: border-box;
    position: relative;
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt > div {
    /* padding-bottom: calc(15/24*1em); */
    /* padding-top: calc(154/24*1em); */
    /* position: absolute; */
    /* top: 50%; */
    transform: translateY(0vh);
    opacity: 1;
    padding-top: calc(20/24*1em);
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt > div:first-child {
    padding-top: 0;
}
.s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt > div p {
    /* transform: translateY(-50%); */
}
.s1 .clipBx .visualTxt .windowBox > p {
    opacity: 0;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #fff;
    padding-top: calc(15/24*1em);
    line-height: calc(34/24*1em);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(40px);
}
@media screen and (max-width: 1600px) {
    .s1 .clipBx .visualTxt .txt {
        font-size: clamp(165px, 165/1440*100vw, 190px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
        font-size: clamp(70px, 70/1440*100vw, 80px);
    }
}
@media screen and (max-width: 1440px) {
    .s1 .clipBx .visualTxt .txt {
        font-size: clamp(145px, 145/1280*100vw, 165px);
    }
    .s1 .clipBx .visualTxt .windowBox {
        width: clamp(435px, 435/1280*100vw, 485px);
        font-size: clamp(20px, 20/1280*100vw, 24px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx {
        width: clamp(435px, 435/1280*100vw, 485px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
        font-size: clamp(65px, 65/1280*100vw, 70px);
    }
    /* .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt {
        font-size: clamp(20px, 20/1280*100vw, 24px);
    } */
}
@media screen and (max-width: 1280px) {
    .s1 .clipBx .visualTxt .txt {
        font-size: clamp(110px, 110/1024*100vw, 145px);
    }
    .s1 .clipBx .visualTxt .windowBox {
        width: clamp(385px, 385/1024*100vw, 435px);
        font-size: clamp(18px, 18/1024*100vw, 20px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx {
        width: clamp(385px, 385/1024*100vw, 435px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
        font-size: clamp(55px, 55/1024*100vw, 65px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt { 
        font-size: clamp(18px, 18/1024*100vw, 20px);
        padding: 0 calc(30/20*1em);
    }
}
@media screen and (max-width: 1024px) {
    .s1 .clipBx .visualTxt .txt {
        font-size: clamp(70px, 70/820*100vw, 110px);
    }
    .s1 .clipBx .visualTxt .windowBox {
        font-size: clamp(16px, 16/820*100vw, 18px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
        font-size: clamp(40px, 40/820*100vw, 55px);
    }
}
@media screen and (max-width: 820px) {
    .s1 {
        height: 100vh;
    }
    .s1 .videoBx {
        height: 100%;
    }
    .s1 .videoBx .pc {
        display: none;
    }
    .s1 .videoBx .mo {
        display: block;
    }
    .s1 .clipBx {
        background: #000;
    }
    .s1 .clipBx .visualTxt .txt {
        z-index: 1;
        padding: 0 !important;
    }
    .s1 .clipBx .visualTxt .windowBox {
        width: 100%;
        height: 100%;
        z-index: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
    }
    .s1 .clipBx .visualTxt .windowBox::before {
        display: none;
    }
    .s1 .clipBx .visualTxt .windowBox > p {
        bottom: 10vh
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx {
        width: 100%;
        height: 100%;
        clip-path: circle(0vh at 50% 50%);
        border-radius: 0;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx img {
        width: 100%;
        /* height: 100%; */
        object-fit: cover;    
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap {
        width: 90%;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec {
        flex-direction: column;
        align-items: flex-start;
        /* justify-content: flex-start; */
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
        padding-top: calc(120/80*1em);
        font-size: clamp(60px, 60/500*100vw, 80px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt {
        padding-left: 0;
        padding-bottom: calc(100/24*1em);
        font-size: clamp(16px, 16/500*100vw, 18px);
        width: 100%;
        padding-top: 8vh;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt > div {
        position: relative;
        top: 0;
        transform: translateY(0);
        opacity: 1;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt > div + div {
        margin-top: calc(50/24*1em);
    } 
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt > div p {
        transform: translateY(0);
    }
}
@media screen and (max-width: 500px) {
    .s1 .clipBx .visualTxt .txt {
        font-size: clamp(50px, 50/500*100vw, 70px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx img {
        height: 100%;
        object-fit: cover;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx img.mo {
        display: block;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx img.pc {
        display: none;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec {
        justify-content: flex-start;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
        font-size: clamp(50px, 50/500*100vw, 60px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt {
        /* padding-top: 25vh; */
        font-size: clamp(14px, 14/500*100vw, 16px);
        white-space: normal;
        word-break: keep-all;
        padding-right: 0;
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .scrollTxt > div p br {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .s1 .clipBx .visualTxt .windowBox {
        font-size: clamp(13px, 13/280*100vw, 16px);
    }
    .s1 .clipBx .visualTxt .windowBox .imgBx .wrap .scrollTxtSec .pinTxt {
        font-size: clamp(40px, 40/280*100vw, 50px);
    }
}


.s2 {
    padding-top: 215px;
    position: relative;
}
.s2::before {
    content: '';
    display: block;
    width: 100vw;
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}
.s2 > p {
    font-family: 'helvetica-lt-pro';
    font-size: 24px;
    line-height: calc(34/24*1em);
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #fff;
    padding-bottom: calc(100/24*1em);
}
.s2 .flx {
    display: flex; align-items: center; justify-content: space-between;
}
.s2 .flx .hoverWrap {
    position: relative;
    width: 50%;
}
.s2 .flx .hoverWrap .item {
    position: relative;
    font-family: 'helvetica-lt-pro';
    font-size: 50px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #fff;
    opacity: 0.1;
    display: flex; align-items: center;
    transition: .4s;
    cursor: pointer;
}
.s2 .flx .hoverWrap .item + .item {
    margin-top: calc(30/50*1em);
}
.s2 .flx .hoverWrap .item .arrow {
    display: flex; align-items: center;
    padding-bottom: calc(10/50*1em);
    padding-left: calc(25/50*1em);
}
.s2 .flx .hoverWrap .item .arrow span:not(:first-child) {
    opacity: 0;
    transition: .4s;
}
.s2 .flx .hoverWrap .item .arrow span:nth-child(2) {
    transform: translateX(-100%);
}
.s2 .flx .hoverWrap .item .arrow span:nth-child(3) {
    transform: translateX(-200%);
}
@media screen and (min-width: 821px) {
    .s2 .flx .hoverWrap .item:hover  {
        color: #e60021;
        opacity: 1;
    }
    .s2 .flx .hoverWrap .item:hover .arrow span:not(:first-child) {
        opacity: 1;
    } 
    .s2 .flx .hoverWrap .item:hover .arrow span:nth-child(2) {
        transform: translateX(0);
    }
    .s2 .flx .hoverWrap .item:hover .arrow span:nth-child(3) {
        transform: translateX(0);
    }
}
.s2 .flx .imgWrap {
    width: 50%;
    padding-left: calc(125/1600*100%);
    box-sizing: border-box;
}
.s2 .flx .imgWrap .item {
    position: relative;
}
.s2 .flx .imgWrap .item .imgBx {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.s2 .flx .imgWrap .item .imgBx::before {
    content: '';
    display: block;
    padding-top: calc(380/670*100%);
}
.s2 .flx .imgWrap .item .imgBx img {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.s2 .flx .imgWrap .item .imgBx img.act {
    opacity: 1;
}
.s2 .flx .imgWrap .item .label {
    position: relative;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: right;
}
.s2 .flx .imgWrap .item .label p {
    padding-top: calc(15/16*1em);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
}
.s2 .flx .imgWrap .item .label p.act {
    opacity: 1;
}
@media screen and (max-width: 1440px) {
    .s2 {
        padding-top: 180px;
    }
    .s2 > p {
        font-size: clamp(20px, 20/1280*100vw, 24px);
    }
    .s2 .flx .hoverWrap .item {
        font-size: clamp(40px, 40/1280*100vw, 50px);
    }
}
@media screen and (max-width: 1280px) {
    .s2 {
        padding-top: 150px;
    }
    .s2 > p {
        font-size: clamp(18px, 18/1024*100vw, 20px);
    } 
    .s2 .flx .hoverWrap .item {
        font-size: clamp(35px, 35/1024*100vw, 40px);
    }
}
@media screen and (max-width: 1024px) {
    .s2 {
        padding-top: 100px;
    }
    .s2 > p {
        font-size: clamp(16px, 16/820*100vw, 18px);
    }
    .s2 .flx .hoverWrap .item {
        font-size: clamp(30px, 30/820*100vw, 35px);
    }
}
@media screen and (max-width: 820px) {
    .s2 {
        padding-top: 80px;
    }
    .s2 .flx {
        flex-direction: column; align-items: flex-start;
    }
    .s2 .flx .hoverWrap {
        width: 100%;
    }
    .s2 .flx .hoverWrap .item {
        width: 100%;
        font-size: clamp(35px, 35/500*100vw, 40px);
        font-weight: 500;
    }
    .s2 .flx .hoverWrap .item.act {
        color: #e60021;
        opacity: 1;
    }
    .s2 .flx .hoverWrap .item .arrow {
        display: none;
    }
    .s2 .flx .imgWrap {
        width: 100%;
        padding-left: 0;
        padding-top: 70px;
    }
}
@media screen and (max-width: 500px) {
    .s2 {
        padding-top: 50px;
    }
    .s2 > p {
        font-size: clamp(14px, 14/360*100vw, 16px);
        padding-bottom: calc(120/14*1em);
    }
    .s2 .flx .hoverWrap .item {
        font-size: clamp(25px, 25/360*100vw, 30px);
    }
    .s2 .flx .imgWrap {
        padding-top: 30px;
    }
    .s2 .flx .imgWrap .item .label {
        font-size: clamp(14px, 14/360*100vw, 16px);
    }
}
@media screen and (max-width: 360px) {
    .s2 .flx .hoverWrap .item {
        font-size: clamp(20px, 20/360*100vw, 25px);
    }
}

.s3 {
    padding-top: 230px;
    padding-bottom: 100px;
    margin-top: -1px; background-color: #000; position: relative;
}
.s3 .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 77px 30px;
    padding-top: 55px;
}
.s3 .grid .item {
    position: relative;
    display: flex; flex-direction: column;
}
.s3 .grid .item .imgBx {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: border-radius .3s ease;
}
@media screen and (min-width: 821px) {
    .s3 .grid .item:hover .imgBx {
        border-radius: 30px;
    }
}
.s3 .grid .item .imgBx::before {
    content: '';
    display: block;
    padding-top: calc(480/820*100%);
}
.s3 .grid .item .imgBx img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s3 .grid .item .txtBx {
    display: flex; align-items: center;
    width: 100%;
    margin-top: calc(20/24*1em);
    box-sizing: border-box;
    font-size: 24px;
    color: #fff;
}
.s3 .grid .item .txtBx .titBx {
    flex-grow: 1;
    display: flex; align-items: center;
    font-weight: 600;
    gap: calc(10/24*1em);
    min-width: 0;
}
.s3 .grid .item .txtBx .titBx > span {
    font-family: 'helvetica-lt-pro';
    font-size: calc(15/24*1em);
    background: #e60021;
    border-radius: calc(17.5/15*1em);
    padding: calc(10/15*1em);
    letter-spacing: -0.03em;
    font-weight: 400;
    flex-shrink: 0;
    text-transform: uppercase;
}
.s3 .grid .item .txtBx .titBx > p {
    flex-grow: 1;
    font-size: inherit;
    letter-spacing: -0.04em;
    padding-right: calc(10/24*1em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.s3 .grid .item .txtBx .date {
    font-size: calc(16/24*1em);
    letter-spacing: -0.04em;
    font-weight: 400;
    opacity: .5;
}
.s3 .btnBx {
    padding-top: 115px;
    font-size: 16px;
    width: 100%;
    display: flex; justify-content: center;
}
.s3 .btnBx a {
    width: calc(200/16*1em);
    padding: calc(10/16*1em) 0;
    font-family: 'helvetica-lt-pro';
    letter-spacing: -0.01em;
    color: #fff;
    border-radius: calc(30/16*1em);
    border: 1px solid #fff;
    overflow: hidden;
    white-space: nowrap;
    display: flex; align-items: center;
    transition: .4s;
}
.s3 .btnBx a .txt {
    display: flex; align-items: center; justify-content: center;
    animation: btnBx 4s linear infinite;
}
.s3 .btnBx a span {
    padding: 0 calc(5/14*1em);
}
@keyframes btnBx {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media screen and (min-width: 821px) {
    .s3 .btnBx a:hover {
        border-color: #e60021;
        background: #e60021;
    }
}
@media screen and (max-width: 1440px) {
    .s3 {
        padding-top: 180px;
    }
}
@media screen and (max-width: 1280px) {
    .s3 {
        padding-top: 150px;
    }
    .s3 .grid .item .txtBx {
        font-size: clamp(20px, 20/1024*100vw, 24px);
    }
    .s3 .btnBx {
        padding-top: 100px;
        /* font-size: clamp(20px, 20/1024*100vw, 24px); */
    }
}
@media screen and (max-width: 1024px) {
    .s3 {
        padding-top: 100px;
    }
    .s3 .grid {
        gap: 50px 20px;
    }
    .s3 .grid .item .txtBx {
        font-size: clamp(18px, 18/820*100vw, 20px);
    }
    .s3 .btnBx {
        padding-top: 80px;
        /* font-size: clamp(18px, 18/820*100vw, 20px); */
    }
}
@media screen and (max-width: 820px) {
    .s3 {
        padding-top: 140px;
    }
    .s3 .grid .item .txtBx {
        /* font-size: clamp(16px, 16/500*100vw, 18px); */
        flex-direction: column-reverse;
        align-items: flex-start; 
        gap: calc(5/16*1em);
        position: relative;
    }
    .s3 .grid .item .txtBx .date {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: calc(13/16*1em); 
    }
    .s3 .grid .item .txtBx .titBx {
        flex-direction: column;
        align-items: flex-start;
        gap: calc(10/16*1em);
        flex-grow: unset;
        width: 100%;
    }
    .s3 .grid .item .txtBx .titBx > p {
        flex-grow: unset;
        width: 100%;
        box-sizing: border-box;
    }
    .s3 .btnBx {
        padding-top: 60px;
        font-size: clamp(14px, 14 / 500 * 100vw, 16px);
    }
}
@media screen and (max-width: 500px) {
    .s3 {
        padding-top: 150px;
    }
    .s3 .grid {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .s3 .grid .item .txtBx {
        font-size: clamp(18px, 18/360*100vw, 28px);
    }
    .s3 .grid .item .txtBx .date {
        font-size: clamp(14px, 16/28*1em, 16px);
        padding-top: calc(10/16*1em);
    }
    .s3 .grid .item .txtBx .titBx > span {
        font-size: clamp(12px, 14/28*1em, 14px);
        padding: calc(10/14*1em) calc(14/14*1em);
    }
}
@media screen and (max-width: 360px) {
    .s3 .grid .item .txtBx {
        font-size: clamp(16px, 16/360*100vw, 18px);
    }
    .s3 .grid .item .txtBx .date {
        font-size: clamp(12px, 16/28*1em, 14px);
    }
    .s3 .grid .item .txtBx .titBx > span {
        font-size: clamp(10px, 14/28*1em, 14px);
    }
}

.s4 {
    height: 100vh;
    position: relative;
}
.s4::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transform: translateY(-50%);
    z-index: 1;
}
.s4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.s4 .bg .red {
    width: 100%;
    height: 100%;
    background: #e60021;
}
.s4 .bg .black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.s4 .bg .black .color {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.s4 .bg .black .color._top {
    top: 0;
}
.s4 .bg .black .color._bottom {
    bottom: 0;
}
.s4 .txt {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex; align-items: center; justify-content: center;
    font-size: 40px;
    color: #fff;
}
.s4 .txt span {
    font-family: 'helvetica-lt-pro';
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}
.s4 .txt span.sp._1 {
    padding-right: calc(3.5/40*1em);
}
.s4 .txt span.sp._2 {
    padding-left: calc(3.5/40*1em);
}
.s4 .txt .circleWrap {
    overflow: hidden;
    padding: calc(15/40*1em);
    box-sizing: border-box;
    width: 285px;
    height: 285px;
    flex-shrink: 0;
}
.s4 .txt .circle {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex; align-items: center; justify-content: center;
}
.s4 .txt .circle .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: circle 7s linear infinite;
}
.s4 .txt .circle .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes circle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
.s4 .txt .circle .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.s4 .txt .circle .inner .arrow {
    font-size: 40px;
    width: calc(26/40*1em);
    height: calc(26/40*1em);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    padding-bottom: calc(30/40*1em);
    display: inline-block;
}
.s4 .txt .circle .inner .arrow i {
    transform: rotate(45deg);
}
.s4 .txt .circle .inner .typing {
    padding-top: calc(10/26*1em);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.025em;
}
@media screen and (max-width: 1280px) {
    .s4 .txt {
        font-size: clamp(30px, 30/1024*100vw, 40px);
    }
}
@media screen and (max-width: 1024px) {
    .s4 .txt .circleWrap {
        width: 230px;
        height: 230px;
    }
    .s4 .txt .circle .inner .arrow {
        font-size: clamp(35px, 35/820*100vw, 40px);
    }
    .s4 .txt .circle .inner .typing {
        font-size: clamp(22px, 22/820*100vw, 24px);
    }
    .s4 .txt {
        font-size: clamp(25px, 25/820*100vw, 30px);
    }
}
@media screen and (max-width: 820px) {
    .s4 .txt {
        flex-direction: column;
        font-size: clamp(30px, 30/500*100vw, 40px);
    }
    .s4 .txt span.sp {
        font-size: 1.68em;
    }
    .s4 .txt span.sp._1  {
        padding-right: 0;
        padding-bottom: calc(7/30*1em);
    }
    .s4 .txt span.sp._2 {
        padding-left: 0;
        padding-top: calc(7/30*1em);
    }
    .s4 .txt .circleWrap {
        width: 255px;
        height: 255px;
        padding: calc(30/30*1em);
    }

    .s4 .bg .black {display: none;}
}
@media screen and (max-width: 500px) {
    .s4 .txt {
        font-size: clamp(22px, 22/360*100vw, 30px);
    }
    .s4 .txt .circleWrap {
        /* width: 230px;
        height: 230px; */
        padding: calc(40/30*1em);
    }
    .s4 .txt .circle .inner .arrow {
        font-size: clamp(28px, 28/360*100vw, 40px);
        position: relative;
        padding-bottom: calc(20/28*1em);
    }
    .s4 .txt .circle .inner .typing {
        font-size: clamp(16px, 16/360*100vw, 22px);
        padding-bottom: calc(20/16*1em);
    }
}