@charset "UTF-8";

.pane-contents,
.edit-format {
    background: #B4BAC0;
}

/* .pane-contents--container {
    width: 1200px;
} */
/* .pane-main {
    
} */

@media screen and (max-width: 768px) {}


/* ==================================================
Page Head Custom
================================================== */
#page-head {}

@media screen and (max-width: 768px) {

    #page-head {}

}

/* ==================================================
Page Body
================================================== */
#page-body {
    overflow-x: hidden;
    max-width: 900px;
    position: relative;
    color: #400A0A;
}

.pane-main {
    margin: 0px;
}

.archivebg {
    /* background: #fff; */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 200px;
}

#btn-archives a.type-archives {
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: block;
    padding: 14px 12px;
    border: 1px solid #400A0A;
    width: clamp(200px, 80%, 280px);
    /* width: clamp(200px, 70%, 280px); */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    color: #400A0A;
    background: transparent;
}

.none {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    align-items: flex-start;
}


#head-title {
    margin-top: 60px;
}

body.no-scroll {
    overflow: hidden;
}


.corin {
    font-family: "cormorant-infant", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.cor {
    font-family: "cormorant", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ivy {
    font-family: "ivyora-display", serif;
    font-weight: 500;
    font-style: italic;
}

.ivyreg {
    font-family: "ivyora-display", serif;
    font-weight: 400;
    font-style: normal;
}

.handw {
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2;
}

.meie {
    font-family: "Meie Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.mainpage {
    color: fff;
    max-width: 700px;
    margin: 0 auto;
}

.modalpage {
    color: #400A0A;
}

.grp1 {
    display: flex;
    font-size: 30px;
    gap: 100px;
    justify-content: center;
    margin: 0 auto;
}

.year {
    font-size: 26px;
}

.topimg {
    width: 68%;
    margin: 0 auto;
}

.seasonconcept {
    font-size: 16px;
}

.concept {
    font-size: 43px;
}

.maintxt {
    letter-spacing: 2.4px;

}

.main-image-block {
    padding: 0px 30px 0px 30px;
}

.main-image-block2 {
    width: 95%;
}

.main-image {
    width: 100%;

}

.sectiontitle {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.number {
    font-size: 40px;
}

.producttype {
    font-size: 40px;
}

.grp2 {
    width: 68%;
}

.grp3 {
    width: 48%;
    margin: 0 0 0 auto;
}

.grp4 {
    width: 68%;
    margin: 0 0 0 auto;
}

.grp5 {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.grp5 img {
    width: auto;
    height: 450px;
    margin: 0;
}


.grp6 {
    width: 68%;
}

.grp7 {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.grp7 .item1 {
    width: 48%;
}

.grp7 .item2 {
    width: 48%;
}

.grp8 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.grp8 .item1 {
    width: 30%;
    margin-left: 110px;
}

.grp8 .item1 p {
    writing-mode: sideways-lr;
    font-size: 13px;
    text-align: left;
    font-family: "stint-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.grp8 .item2 {
    width: 48%;
}

.grp9 {
    width: 100%;
}

.grp10 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.grp10 .item1 {
    width: 48%;
    flex: 1;
}

.grp10 .item2 {
    width: 30%;
}

.grp10_img {
    padding-top: 10px;
}

.grp10 .item2 p {
    writing-mode: sideways-lr;
    font-size: 23px;
    padding: 0px 0px 50px 50px;
}

.grp11 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.grp11 .item1 {
    width: 51%;
}

.grp11 .item1 p {
    font-size: 13px;
    font-family: "stint-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.grp11 .item2 {
    width: 49%;
}

/* button */
.plus-button {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px 0px 0px auto;
    border: none;
    background: transparent;
    cursor: pointer;
}


.plus-button::before {
    content: "";

    position: absolute;

    width: 42px;
    height: 1px;

    background: #400A0A;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}




.plus-button::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 42px;
    background: #400A0A;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* MODAL */

.modal-overlay {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 1000;

    padding: 20px;
    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
    padding-top: 141px;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}


/* POP UP */

.modal {
    position: relative;

    width: 100%;
    max-width: 900px;
    height: 90vh;

    overflow: hidden;

    opacity: 0;
    transform: scale(0.97);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;

    padding-top: 50px;
}

.modal-content {
    height: 100%;
    overflow-y: auto;

    padding: 80px 60px 100px;
    background: #F4F4F4;
}

.modal-content a:link {
    color: #400A0A;
}

.modal-overlay.active .modal {
    opacity: 1;
    transform: scale(1);
}


/* CLOSE btn */

.close-button {
    position: absolute;
    top: 60px;
    right: 20px;

    width: 50px;
    height: 50px;

    border: none;
    background: transparent;

    cursor: pointer;

    z-index: 20;
}

.close-button::before,
.close-button::after {
    content: "";

    position: absolute;

    width: 38px;
    height: 1px;

    background: #400A0A;

    top: 50%;
    left: 50%;
}

.close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* popup */

.popup-intro {
    text-align: center;
    margin-bottom: 100px;
}

.popup-intro p {
    font-size: 18px;
    line-height: 1.8;
}



.credit-section {
    margin-bottom: 180px;
    padding-top: 0px;
    scroll-margin-top: 30px;
}


/* TITLE */

.credit-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #400A0A;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

.credit-left {
    text-align: left;
    width: 50%;
}

.credit-label {
    display: block;
    border-bottom: 1px solid #400A0A;
    width: 300px;
    font-size: 30px;
    letter-spacing: 0.4px;
    line-height: 1.1;
}

.product-name {
    display: block;
    margin-top: 50px;
    font-size: 30px;
    line-height: 0.1px;
    white-space: nowrap;
}

.credit-title {
    font-size: 38px;
    font-weight: 400;
    white-space: nowrap;
}




.credit-image {

    width: 90%;
    margin: 0 auto;
}



.credit-info {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 15px;
}

a.credit-info {
    color: #400A0A;
}

.check_btn {
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: block;
    padding: 14px 12px;
    border: 1px solid #400A0A;
    width: clamp(200px, 80%, 280px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    color: #400A0A;
    background: transparent;
    text-align: center;
}

.check_btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    color: #400A0A;
    border-bottom: 1px solid #400A0A;
    border-right: 1px solid #400A0A;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.check_btn2 {
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: block;
    padding: 14px 12px;
    border: 1px solid #400A0A;
    width: clamp(200px, 80%, 280px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    color: #400A0A;
    background: transparent;
    text-align: center;
}

.check_btn2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    color: #fff;
    border-bottom: 1px solid #400A0A;
    border-right: 1px solid #400A0A;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.edit-format a:link {
    color: #400A0A;
}

.edit-format .modalpage a:visited {
    color: #400A0A;
}

.edit-format .mainpage a:visited {
    color: #400A0A;
}

a.check_btn:visited {
    color: #400A0A;
}

a.check_btn2:visited {
    color: #400A0A;
}

/* タブレット用 */
@media screen and (max-width: 768px) {}

/* SP用 */
@media screen and (max-width: 480px) {
    .archivebg {
        height: 100px;
    }

    .number {
        font-size: 28px;
    }

    .producttype {
        font-size: 28px;
    }

    .grp1 {
        font-size: 18px;
        gap: 80px;
    }

    .year {
        font-size: 18px;
    }

    .concept {
        line-height: 1.2;
    }

    .grp5 {
        gap: 8px;
    }

    .grp5 img {
        height: 280px;
    }

    .grp7 {
        gap: 8px;
    }

    .grp8 .item1 {
        margin-left: 30px;
    }

    .grp8 .item1 p {
        font-size: 10px;
    }

    .grp10 .item2 p {
        font-size: 15px;
        padding: 0px 0px 50px 60px;
    }

    .grp10_img {
        padding-top: 10px;
    }

    .grp11 {
        gap: 10px;
    }

    .grp11 .item1 p {
        font-size: 8px;
    }

    .main-page {
        width: 95%;
        padding: 40px 0 80px;
    }

    .main-text {
        margin-bottom: 50px;
    }

    .main-text p {
        font-size: 16px;
    }

    .main-image {
        font-size: 32px;
    }

    .main-image-block {
        margin-bottom: 30px;
    }

    .main-image-block {
        padding: 0px 15px 0px 15px;
    }


    /* MODAL */

    .modal-overlay {
        padding: 0px;
        padding-top: 0px;
    }

    .modal {
        width: 100%;
        height: 100dvh;
        padding-top: 58px;
    }

    .modal-content {
        height: 100%;
        overflow-y: auto;
        padding: 0px 20px 0px 20px;
    }


    /* CLOSE */

    .close-button {
        top: 80px;
        right: 25px;

        width: 40px;
        height: 40px;

        font-size: 34px;
    }


    /* CREDIT */

    .credit-section {
        margin-bottom: 165px;
        padding-top: 30px;
        scroll-margin-top: 50px;
    }

    .credit-heading {
        margin-bottom: 25px;
    }

    .credit-label {
        width: 100px;
        font-size: 14px;
    }

    .product-name {
        font-size: 16px;
        margin-top: 30px;
    }

    .credit-title {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .credit-images {
        gap: 10px;
    }

    .credit-image {
        font-size: 14px;
    }

    .credit-info {
        font-size: 11px;
        gap: 12px;
    }


}




/* Fade in */
.inView {
    opacity: 0;
}

.imgFade {
    opacity: 0;
}

.imgAnim {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes imgAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.imgFade.fadeT {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeT {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgFade.fadeR {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    z-index: 5;
}

.imgFade.fadeL {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeR {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgAnim.fadeL {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}