/**
* Project
**/

.letalon2024aw {
   /*overflow-x: hidden; */
}

/* .p-mv */

.p-mv {
    position: relative;
    padding: 0;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .p-mv {

    }
}

.p-mv__inner {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .p-mv__inner {
        display: block;
    }
}

.p-mv__left,
.p-mv__right {
    width: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .p-mv__left,
    .p-mv__right {
        height: 100vw;
        width: 100%;
    }
    .p-mv__right {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 767px) {
    .p-mv__left img,
    .p-mv__right img {
        width: 100%;
        vertical-align: middle;
    }
}

.p-mv__txt {
    position: absolute;
    top: 24px;
    width: 100%;
    z-index: 2; 
    font-weight: 400;
    font-size: 1.4375rem;
    color: #fff;
}


@media only screen and (max-width: 767px) {
    .p-mv__txt {
        top: 3vw;
        font-size: 3.8vw;
    }
}

.p-mv__txt span {
    position: absolute;
    line-height: 1.2;
}

.p-mv__txt span:first-child {
    left: 24px;
}

@media only screen and (max-width: 767px) {
    .p-mv__txt span:first-child {
        left: 4vw;
    }
}

.p-mv__txt span:nth-child(2) {
    left: 50%;
    transform: translate(-50%,0);
}

@media only screen and (max-width: 767px) {
    .p-mv__txt span:nth-child(2) {
        opacity: 0;
    }
}

.p-mv__txt span:nth-child(3) {
    right: 24px;
}

@media only screen and (max-width: 767px) {
    .p-mv__txt span:nth-child(3) {
        right: 4vw;
    }
}

.p-mv__sub {
    margin-top: 1.2vw;
    font-size: 3.8vw;
    text-align: center;
    color: #fff;
}


.p-mv__ttl {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translate(-50%,0);
    width: 73vw;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .p-mv__ttl {
        position: absolute;
        top: 50%;
        left: 50%; 
        width: 86vw;
        height: 26vw;
        transform: translate(-50%,-50%);
    }
}

.p-intro {
    padding: 110px 40px 115px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p-intro {
        padding: 12vw 10vw 13vw;
    }
}

.p-intro__cont h2 {
    margin-bottom: 8px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.4;
    font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 767px) {
    .p-intro__cont h2 {
        margin-bottom: 1.2vw;
        font-size: 7.4vw;
        line-height: 1.3;
    }
}

.p-intro__cont p {
    font-size: 0.875rem;
    font-family: "EB Garamond", serif;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .p-intro__cont p {
        font-size: 3.8vw;
    }
}

.p-intro__btn {
    margin-top: 33px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p-intro__btn {
        margin-top: 8vw;
    }
}

.p-intro__btn span {
    display: inline-block;
    max-width: 187px;
    width: 100%;
    padding: 2px 20px;
    text-align: center;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: neue-haas-grotesk-display, sans-serif;
    border: 1px solid #000;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: 0.4s;
}

@media only screen and (max-width: 767px) {
    .p-intro__btn span {
        min-width: 40vw;
        padding: 0.3vw 8vw 0.4vw;
        font-size: 4vw;
    }
}

.p-intro__btn span:hover {
    color: #fff;
    background: #000;
}

.p-look {
    position: sticky;
    margin-bottom: 250px;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .p-look {
        margin-bottom: 32vw;
        overflow: hidden;
    }
}

.p-look#look4 {
    margin-bottom: 0;
    padding-bottom: 250px;
}

@media only screen and (max-width: 767px) {
    .p-look#look4 {
        padding-bottom: 32vw;
    }
}

.p-look__inner {
    position: relative;
}

.p-look__top {
    position: relative;
    padding: 40px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .p-look__top {
        padding: 12vw 5vw;
    }
}

.p-look__top--blue .bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: #85b4cc;
    z-index: -1;
}

.p-look__top--brown .bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: #a4723d;
    z-index: -1;
}

.p-look__top--orange .bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: #e9a890;
    z-index: -1;
}

.p-look__top--green .bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: #6a8d3c;
    z-index: -1;
}

.p-look__top .bg {
    clip-path: inset(0 100% 0 0 round 0px);
}

.p-look.is-active .p-look__top .bg {
    animation-name: bgAnime;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction:normal;
}

@keyframes bgAnime {
  0% {
    clip-path: inset(0 100% 0 0 round 0px);
  }

  100% {
    clip-path: inset(0 0 0 0 round 0px);
  }
}

.p-look__topTxt {
    max-width: 780px;
    margin: 0 auto;
    font-size: 2.3125rem;
    line-height: 1.6;
    font-family: "EB Garamond", serif;
    z-index: -1;
    text-align: center;
    opacity: 0;
}

@media only screen and (max-width: 767px) {
    .p-look__topTxt {
        font-size: 7vw;
    }
}

.p-look.is-active .p-look__topTxt {
    animation-name: txtAnime;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0.4s;
    animation-direction:normal;
}

@keyframes txtAnime {
  0% {
    opacity: 0;
    transform: translate(0,2%);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

.p-look__topImg {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 480px;
    width: 37vw;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition-duration: 0.8s;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .p-look__topImg {
        width: 80vw;
        max-width: 100%;
    }
}

.p-look.is-active .p-look__topImg {
    animation-name: imgAnime;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 1.2s;
    animation-direction:normal;
}

.p-look.is-active .p-look__topImg video {
    width: 100%;
}

@keyframes imgAnime {
  0% {
    opacity: 0;
    top: 52%;
  }

  100% {
    opacity: 1;
    top: 50%;
  }
}

.p-look__topTtl {
    margin-top: 160px;
    font-size: 11.25rem;
    line-height: 1.3;
    font-family: "EB Garamond", serif;
    text-align: center;
    opacity: 0;
}

@media only screen and (max-width: 767px) {
    .p-look__topTtl {
        margin-top: 14vw;
        font-size: 17.4vw;
    }
}

.p-look.is-active .p-look__topTtl {
    animation-name: ttlAnime;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0.4s;
    animation-direction:normal;
}

@keyframes ttlAnime {
  0% {
    opacity: 0;
    transform: translate(0,2%);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

@media only screen and (max-width: 767px) {
    .p-look__btm {
        margin-top: -1px;
    }
}

.p-look__art {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .p-look__art {
        display: block;
    }
}

.p-look__art:nth-child(2n) {
    flex-direction: row-reverse;
}

.p-look__artItem {
    position: relative;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .p-look__artItem {
        width: 100%;
    }
}

.p-look__artItem--link {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .p-look__artItem--link {
        padding: 25vw 0;
    }
}


.p-look__artImg {
    position: relative;
    overflow: hidden;
}

.p-look__artImg--s {
    width: 58.5%;
    overflow: inherit;
}

@media only screen and (max-width: 767px) {
    .p-look__artImg--s {
        width: 80vw;
    }
}

.p-look__artFig {
    display: block;
    overflow: hidden;
}

.p-look__artImg img {
    width: 100%;
    vertical-align: middle;
    transition-duration: 0.6s;
}

.p-look__artNum {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 6.3%;
    left: 6.3%;
    padding-top: 10px;
    font-size: 2.3125rem;
    font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 767px) {
    .p-look__artNum {
        padding-top: 1vw;
        font-size: 8vw;
    }
}

.p-look__artNum:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "LOOK";   
    font-size: 0.875rem;
    font-family: neue-haas-grotesk-display, sans-serif;
}

.p-look__artNum small {
    font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
    .p-look__artNum small {
        font-size: 3.8vw;
    }
}

.p-look__artCredit {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 4px;
    left: 8px;
    font-size: 0.6875rem;
    clip-path: inset(0 calc(100% - 16px) 0 0);
    cursor: pointer;
    transition-duration: 0.8s;
}

@media only screen and (max-width: 767px) {
    .p-look__artCredit {
        bottom: 1.2vw;
        left: 2.4vw;
        font-size: 2.6vw;
        clip-path: inset(0 calc(100% - 2.5vw) 0 0);
    }
}

.p-look__artCredit a {
    margin: 0 3px;
}

.p-look__artCredit.is-active {
    clip-path: inset(0 0 0 0);
}

.p-look__artCredit i {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background: url(../img/icon-plus.svg) no-repeat;
    background-size: 100%;
    vertical-align: 0px;
}

@media only screen and (max-width: 767px) {
    .p-look__artCredit i {
        width: 2.4vw;
        height: 2.4vw;
        margin-right: 2vw;
        vertical-align: 0px;
    }
}

.p-look__artCredit.is-active i {
    background: url(../img/icon-minus.svg) no-repeat;
}

.p-look__artLook {
    position: absolute;
    bottom: -24px;
    right: 0;
    font-size: 1.1rem;
    line-height: 1;
    font-family: "EB Garamond", serif;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .p-look__artLook {
        bottom: -5.5vw;
        font-size: 3.8vw;
    }
}

.p-look__artLook:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 8px;
    margin-left: 8px;
    background: url(../img/icon-arrow.svg) no-repeat;
    background-size: 100%;
    vertical-align: 0px;
}


@media only screen and (max-width: 767px) {
    .p-look__artLook:after {
        width: 4vw;
        height: 2vw;
        margin-left: 2vw;
    }
}

.p-look__lastImg {
    display: block;
    height: 41vw;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .p-look__lastImg {
        height: 69vw;
    }
}

.p-look__lastImg span {
    display: block;
    width: 100%;
    height: 90vw;
}

@media only screen and (max-width: 767px) {
    .p-look__lastImg span {
        width: 100%;
        height: 80vw;
    }
    #look3 .p-look__lastImg span {
        height: 92vw;
    }
    #look2 .p-look__lastImg span {
        height: 100vw;
    }
    #look4 .p-look__lastImg span {
        height: 86vw;
    }
}

.p-look__lastImg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition-duration: 0.6s;
}

.p-look__last:hover .p-look__lastImg img {
    /*transform: scale(1.03);*/
}

.p-look__lastCredit {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    padding: 0 12px;
    font-size: 0.6875rem;
    clip-path: inset(0 calc(100% - 28px) 0 0);
    cursor: pointer;
    transition-duration: 0.8s;
}

.p-look__lastCredit i {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background: url(../img/icon-plus.svg) no-repeat;
    background-size: 100%;
    vertical-align: 0px;
}

@media only screen and (max-width: 767px) {
    .p-look__lastCredit i {
        width: 2.4vw;
        height: 2.4vw;
        margin-right: 2vw;
        vertical-align: 0px;
    }
}

.p-look__lastCredit.is-active {
    clip-path: inset(0 0 0 0);
}

.p-look__lastCredit.is-active i {
    background: url(../img/icon-minus.svg) no-repeat;
}

.p-aside {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    z-index: 3;
    padding: 40px 0; 
}

@media only screen and (max-width: 767px) {
    .p-aside {
        display: none;
    }
}

.p-aside span {
    position: sticky;
    top: 50%; 
    -ms-writing-mode: tb-rl;
    font-size: 1rem;
    font-family: "EB Garamond", serif;
    line-height: 1;
    writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
    .p-aside span {
        font-size: 3.2vw;
    }
}

.p-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.p-modal__bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.p-modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 550px;
    padding: 140px 57px;
    border: 0.5px solid #808080;
    transform: translate(-50%,-50%);
    background: #fff;
}

@media only screen and (max-height: 980px) {
    .p-modal__inner {
        max-width: 480px;
        padding: 68px 36px;
    }
}


@media only screen and (max-width: 767px) {
    .p-modal__inner {
        width: 80vw;
        padding: 20vw 8vw 18vw;
    }
}

.p-modal__item p {
    margin-top: 8px;
    font-size: 0.75rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p-modal__item p {
        margin-top: 2vw;
        font-size: 2.8vw;
    }
}

.p-modal__item p a {
    margin: 0 3px; 
    border-bottom: 1px solid #000;
}

.p-modal__close {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    font-size: 0.6875rem;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .p-modal__close {
        bottom: 2.7vw;
        font-size: 2.6vw;
    }
}

.p-modal__close:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url(../img/icon-close.svg) no-repeat;
    background-size: 100%;
    vertical-align: -1px;
}

@media only screen and (max-width: 767px) {
    .p-modal__close:after {
        width: 2vw;
        height: 2vw;
        margin-left: 2vw;
    }
}

.p-all {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    display: none;
}

.p-all__main {
    overflow: auto;
    height: 100vh;
    padding: 80px 40px;
}

@media only screen and (max-width: 767px) {
    .p-all__main {
        padding: 12vw 10vw;
    }
}


.p-all__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.p-all__inner {
    position: relative;
    max-width: 677px;
    margin: 0 auto;
    text-align: center;
}

.p-all__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 74px;
}

@media only screen and (max-width: 767px) {
    .p-all__flex {
        flex-direction: column;
        gap: 12vw;
    }
}

.p-all__item {
    width: calc((100% - 74px) / 2);
    opacity: 0;
    transition-duration: 0.8s;
}

.p-all__item.is-active {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .p-all__item {
        width: 100%;
    }
}

.p-all__item p {
    margin-top: 8px;
    font-size: 0.75rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p-all__item p {
        margin-top: 2vw;
        font-size: 2.8vw;
    }
}

.p-all__item p a {
    margin: 0 3px;
    border-bottom: 1px solid #000;
}

.p-all__item figure {
    display: block;
    overflow: hidden;
}

.p-all__item figure a:hover {
    opacity: 1;
}

.p-all__item figure img {
    transition-duration: 0.8s;
    vertical-align: middle;
}

.p-all__item:hover figure img {
    transform: scale(1.04);
}

.p-all__num {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    padding-top: 10px;
    font-size: 2.125rem;
    font-family: "EB Garamond", serif;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .p-all__num {
        margin-bottom: 1.2vw;
        font-size: 10vw;
        gap: 0.6vw;
    }
}

.p-all__num:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "LOOK";   
    font-size: 0.8125rem;
    font-family: neue-haas-grotesk-display, sans-serif;
}

@media only screen and (max-width: 767px) {
    .p-all__num:before {
        top: 2vw;
        font-size: 3.2vw;
    }
}

.p-all__num small {
    font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
    .p-all__num small {
        font-size: 3.8vw;
    }
}

.p-all__close {
    position: relative;
    display: inline-block;
    margin-top: 80px;
    padding: 0 2px 1px;
    text-align: center;
    font-size: 1.25rem;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
    .p-all__close {
        margin-top: 12vw;
        padding: 0 1vw 0.8vw;
        font-size: 4.4vw;
        line-height: 1.2;
    }
}

.p-all__close:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background: url(../img/icon-close.svg) no-repeat;
    background-size: 100%;
    vertical-align: -1px;
}

@media only screen and (max-width: 767px) {
    .p-all__close:after {
        width: 3.2vw;
        height: 3.2vw;
        margin-left: 2vw;
    }
}

.p-footer {
    overflow: hidden;
    background: #fff;
}

.p-footer__inner {
    position: relative;
}

.p-footer__img img {
    vertical-align: middle;
}

.p-footer__info {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .p-footer__info {
        padding: 0 7vw;
        width: 100%;
        top: 6vw;
        right: inherit;
        left: 50%;
        transform: translate(-50%,0);
    }
}

.p-footer__ttl {
    max-width: 330px;
    margin-bottom: 10px;
}

.p-footer__year {
    display: block;
    line-height: 1.2;
    font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
    .p-footer__year {
        font-size: 3.8vw;
        text-align: center;
    }
}

.p-footer__credit {
    display: flex;
    margin-top: 28px;
    gap: 30px; 
}

@media only screen and (max-width: 767px) {
    .p-footer__credit {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 11vw;
        gap: 2vw; 
    }
}

.p-footer__credit strong {
    display: block;
    line-height: 1.3;
    font-weight: 400;
    font-size: 1.25rem;
    font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 767px) {
    .p-footer__credit strong {
        font-size: 4.4vw;
    }
}

.p-footer__credit p {
    line-height: 1.8;
    font-weight: 400;
    font-size: 0.8125rem;
}

@media only screen and (max-width: 767px) {
    .p-footer__credit p {
        font-size: 3.2vw;
        text-align: center;
    }
}

.p-footer__global {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    color: #fff;
    transform: translate(-50%,0);
}

@media only screen and (max-width: 767px) {
    .p-footer__global {
        bottom: 5vw;
        width: 100%;
    }
}

.p-footer__global ul {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .p-footer__global ul {
        justify-content: center;
        font-size: 3.2vw;
        width: 100%;
    }
}

.p-footer__global ul li {
    padding: 0 12px;
    line-height: 1;
    border-right: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
    .p-footer__global ul li {
        padding: 0 2vw;
    }
}

.p-footer__global ul li:last-child {
    border-right: 0;
}

.p-footer__logo {
    display: block;
    max-width: 220px;
    width: 100%;
    margin: 54px auto 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p-footer__logo {
        max-width: 100%;
        width: 38vw;
        margin: 13vw auto 0;
    }
}

.p-footer__logo img {
    width: 100%;
}