@charset "UTF-8";

.pane-contents,
.edit-format {
    background: #fff;
}

/* .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: 700px;
    position: relative;
}

.none {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    align-items: flex-start;
}

.articleSet {
    position: relative;
}

#head-title {
    margin-top: 60px;
}


.liber {
    font-family: "Libertinus Serif Display", system-ui;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
}

.caslon {
    font-family: "big-caslon-fb", serif;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    line-height: 0;
}

.intro {
    line-height: 2em;
}


.contents-wrap {
    width: 90%;
    margin: 0 auto;
}

.grp1 {
    height: 100％;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-box {
    position: relative;
    width: 700px;
    height: 500px;
}

.item2 {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 50%;
}

.item1 {
    position: absolute;
    top: 40%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 44%;
}




.number {
    font-size: 30px;
    text-align: left;
    text-underline-offset: 10px;
    letter-spacing: 5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}

.staffname {
    font-size: 50px;
    text-align: left;
}

.profile {
    text-align: left;
    font-size: 15px;
}

.itemcredit {
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
    padding-top: 10px;
}

.coordinate {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    width: 100%;

    .itemleft {
        width: 39%;
    }

    .itemright {
        width: 55%;
    }

}

.staffimage {
    max-width: 700px;
    width: 100%;
}

/* SLIDER */

.product-slider {
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
}


.slick-slide {
    padding: 0 10px;
    height: auto;
}

.slick-list {
    margin: 0 -10px;
    padding: 0;
}

.product-slider .slick-track {
    display: flex;
}

.product-item {
    text-align: center;
}

.product-image {
    aspect-ratio: 3/4;
    overflow: hidden;
}

.product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name {
    font-size: 10px;
    margin: 20px 0;
    font-weight: normal;
}

.btn-check,
.coming-soon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 24px;

}

.btn-check {
    border: 1px solid #333;
    border-radius: 999px;
    text-decoration: none;
    color: #333;
    transition: .3s;
}

a.btn-check {
    font-size: 11px;
    font-family: serif;
}

.btn-check:hover {
    background: #333;
    color: #fff;
}

.coming-soon {
    color: #000;
    font-size: 11px;
    font-family: serif;
}




.staffcomment {
    width: min(700px, 100%);
    aspect-ratio: 700 / 520;
    margin: auto;
    position: relative;
}



.polltitle {
    position: absolute;
    left: 65px;
    margin: 0;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 0.8;
}


.grid {
    position: absolute;
    left: 45px;
    right: 45px;
    top: 60px;
    bottom: 45px;
    display: flex;
    justify-content: center;
}

.grid-img {
    position: absolute;
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}




.staffcolumn {

    display: flex;
    flex-direction: column;
    line-height: 2.2em;

}

.staffcolumn p {
    font-size: 14px;
    color: #111;
}

.colleft {
    text-align: left;
}

.colright {
    text-align: center;
}



.bracket {
    position: absolute;
    width: 20px;
    height: 300px;
}

.bracket::before {

    content: "";
    position: absolute;

    left: 0;
    top: 0;

    width: 1px;
    height: 100%;

    background: #111;

}

.bracket::after {

    content: "";
    position: absolute;

    left: 0;
    top: 0;

    width: 14px;
    height: 1px;

    background: #111;

}

.bracket span {

    position: absolute;

    left: 0;
    bottom: 0;

    width: 14px;
    height: 1px;

    background: #111;

}

.left {
    left: 10px;
    top: 10px;
}

.right {
    right: 10px;
    top: 10px;
    transform: scaleX(-1);
}




@media (min-width: 768px) {


    .checkbtn {
        display: inline-block;
        position: relative;
        font-size: 11px;
        padding-bottom: 10px;
    }

    .checkbtn::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid black;
    }
}

/* タブレット用 */
@media screen and (max-width: 768px) {}

/* SP用 */
@media screen and (max-width: 480px) {

    .number {
        padding-left: 10px;
    }

    .staffname {
        padding-left: 10px;
    }

    .profile {
        font-size: 12px;
        padding: 10px 0px 0px 10px;
    }

    .itemcredit {
        font-size: 10px;
        padding: 10px 0px 0px 10px;
    }

    .product-name {
        font-size: 9px;
        margin: 12px 0;
    }

    .polltitle {
        position: absolute;
        left: 40px;
        margin: 0;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .grid {
        position: absolute;
        left: 23px;
        right: 23px;
        top: 35px;
        display: flex;
        justify-content: center;
    }

    .grid-img {
        position: absolute;
        z-index: 0;
        width: 100%;
    }

    .content {
        position: relative;
        z-index: 1;
        width: 95%;
        display: flex;
        justify-content: space-between;
        padding: 18px 20px 20px 10px;
    }

    .staffcolumn {
        display: flex;
        flex-direction: column;
        line-height: 0.8em;
    }

    .staffcolumn p {
        font-size: 7px;
        line-height: 2.2em;
    }

    .bracket {
        position: absolute;
        width: 20px;
        height: 160px;
    }


    a.btn-check {
        font-size: 9px;
    }

    .coming-soon {
        font-size: 9px;
    }

}




/* 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;
}