@charset "UTF-8";

.pane-contents,
.edit-format {
    background: #F5F5F5;
}

/* .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 {
    max-width: 1200px;
    position: relative;
    font-family: serif;
}

.none {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.articleSet {
    position: relative;
    border: solid black 1px;
}

#head-title {
    margin-top: 60px;
}

.info-text li {
    list-style: disc;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 40% 50%;
    column-gap: 10%;
}

.left {
    width: 100%;

    position: sticky;
    top: 141px;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.right {
    width: 100%;
}

.toplogo {
    width: 20%;
    margin: 0 auto;
}

.inst {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 0;
}

.cor {
    font-family: "cormorant", serif;
    font-weight: 400;
    font-style: light;
    line-height: 1.5;
}

.caslon {
    font-family: "big-caslon-fb", serif;
    font-weight: 400;
    font-style: normal;
}

.subtitle {
    font-size: 25px;
    padding-top: 20px;
}

.grp1 {
    display: flex;
    gap: 35px;
}

.item1 {
    flex: 1;
    text-align: center;
    font-size: 23px;
}

.items {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}


.line {
    display: block;
    width: 1px;
    height: 30px;
    margin: 0 auto 10px;
    background: #000;
}

.grp1 img {
    width: 100%;
    display: block;
}

.comment {
    font-size: 13px;
}



.sticky {
    position: relative;
}

.sticky-inner {
    position: sticky;
    top: 20px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
    padding: 0 20px;
    pointer-events: none;
    align-items: center;
    top: 141px;
}


.logo {
    width: 10%;
}

.glowtext {
    text-align: right;
    font-size: 22px;
    line-height: 1.3;
}



.stack {
    max-width: 700px;
    margin: auto 0;
}


.card {
    position: sticky;
    top: 141px;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.image {
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card:nth-child(1) .image {
    width: 60%;
}

.card:nth-child(2) .image {
    width: 83%;
    padding-top: 140px;
}

.card:nth-child(3) .image {
    width: 46%;
}

.card:nth-child(4) .image {
    width: 73%;
    padding-top: 210px;
}

.card:nth-child(5) .image {
    width: 55%;
}



.ingtop {
    position: relative;
}

.ingtitle {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.3;
    font-size: 28px;
    top: 90%;
}



/* CLIP PATH*/

.clip-section {
    height: 500vh;
    position: relative;
}

.clip-sticky {
    position: sticky;
    top: 141px;
    height: calc(100vh - 141px);

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.clip-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    transition: clip-path .1s linear;
}


.clip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-content1 {
    position: absolute;
    left: 12%;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}


.image-heading1,
.image-heading2,
.image-heading3,
.image-heading4,
.image-heading5 {
    display: flex;
    align-items: flex-end;
    gap: 40px;
}


.number {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
}


.clipsubtitle {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 5px;
}


.heading-line {
    width: 130%;
    height: 1px;
    background: #fff;
    margin-top: 10px;
}


.image-description1 {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
    white-space: nowrap;
}

.att {
    font-size: 10px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.att2 {
    font-size: 12px;
}


.image-content2 {
    position: absolute;
    right: 10%;
    bottom: 3%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}


.heading-line2 {
    width: 120%;
    margin-left: -20%;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}


.image-description2 {
    position: absolute;
    left: 30%;
    top: 60%;
    transform: translateX(-50%);
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
}

.image-content3 {
    position: absolute;
    left: 10%;
    bottom: 13%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.heading-line3 {
    width: 115%;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}


.image-description3 {
    position: absolute;
    padding-top: 30px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
}

.image-content4 {
    position: absolute;
    left: 10%;
    top: 18%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}


.heading-line4 {
    width: 110%;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}


.image-description4 {
    position: absolute;
    padding-top: 30px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
}


.image-content5 {
    position: absolute;
    right: 10%;
    bottom: 2%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}


.heading-line5 {
    width: 130%;
    margin-left: -28%;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}


.image-description5 {
    position: absolute;
    left: 40%;
    top: 10%;
    transform: translateX(-50%);
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
    white-space: nowrap;
}


.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.clip-image .overlay-png {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: auto;
    z-index: 2;
    object-fit: contain;
    pointer-events: none;
}

.image-description6 {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    z-index: 2;
}

.oildesc {
    position: relative;
    width: 75%;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}

.itemoil {
    font-size: 35px;
}

.price {
    font-size: 18px;
}

.buybtn {
    position: absolute;
    right: 0;
    font-size: 30px;
    background-color: #F5F5F5;
    text-decoration: none;
    border: 2px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #000;
    padding: 0px 20px;
    transition: 0.3s;
    line-height: 1.4;
}

.buybtn:hover {
    background-color: #000;
    color: #fff;
}




.image-info-list {
    position: absolute;
    left: 12%;
    right: 12%;
    top: 53%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}


.info-item {
    display: grid;
    grid-template-columns: 28% 1fr;
    column-gap: 9%;
    align-items: center;
    margin-bottom: 45px;
}



.att3 {
    font-size: 11px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.att4 {
    font-size: 13px;
    display: inline-block;
    position: relative;
    top: 15px;
}


.info-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.info-title .number {
    font-size: 60px;
    line-height: 1;
}


.info-title .subtitle {
    font-size: 23px;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
    line-height: 1.3;

}

.info-title .subtitle2 {
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
    font-family: serif;
    white-space: nowrap;

}


/* Description */

.info-text {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 0;
    text-align: left;
}

.info-text ul {
    margin: 0;
}

.info-text li {
    padding-left: 5px;
    line-height: 1.8;
}

.image-info-list2 {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 53%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.info-item2 {
    display: grid;
    grid-template-columns: 28% 1fr;
    column-gap: 9%;
    align-items: center;
    margin-bottom: 40px;
}



.image7-content {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    color: #fff;
    z-index: 2;
}


.image7-item {
    margin-bottom: 45px;
}


.image7-heading {
    display: flex;
    align-items: flex-end;
    gap: 25px;
}


.image7-number {
    font-size: 50px;
    line-height: 1;
    white-space: nowrap;
}


.image7-subtitle {
    font-size: 23px;
}


.image7-subtitles {
    font-size: 23px;
    line-height: 1.3;
    padding-top: 5px;
    text-align: left;
}



.image7-text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}

.image12-text {
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
}


.image7-thumbnails {
    display: grid;
    grid-template-columns:
        repeat(4, 1fr);
    gap: 20px;
    margin-top: 65px;
}


.image7-thumbnail {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}


.image7-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.grp2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
}

.vertical-text-wrapper {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 100px 0 80px;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;

    font-size: 13px;
}

.grp3 {
    margin: 0 auto;
    width: 80%;
}

.check_btn {
    position: relative;
    font-size: 16px;
}

.check_btn::after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 7px solid #000;
    margin: 10px;
}



/* タブレット用 */
@media screen and (max-width: 768px) {}

/* SP用 */
@media screen and (max-width: 480px) {
    .toplogo {
        width: 20%;
    }

    .comment {
        font-size: 10px;
    }

    .items {
        margin-bottom: 20px;
    }

    .line {
        margin: 0px auto 10px;
    }

    .item1 {
        font-size: 22px;
    }

    .subtitle {
        font-size: 25px;
        padding-top: 20px;
    }

    .glowtext {
        font-size: 15px;
    }

    .grp1 {
        display: flex;
        gap: 20px;
        width: 90%;
        margin: 0 auto;
        margin-top: 0px;
    }

    .wrap {
        display: block;
        max-width: none;
        width: 100%;
    }


    .left {
        width: 95%;
        position: relative;
        top: auto;
        margin: 0 auto;
        height: auto;
    }

    .right {
        width: 100%;
        padding-top: 100px;
    }

    .ingtop {
        padding-top: 80px;
    }

    .ingtitle {
        font-size: 20px;
    }

    .number {
        font-size: 50px;
    }

    .clipsubtitle {
        font-size: 22px;
    }

    .image-description1 {
        left: 50%;
        bottom: 15%;
    }

    .image-content2 {
        right: 10%;
        bottom: 8%;
    }

    .image-description2,
    .image-description4,
    .image-description5 {
        font-size: 16px;
    }

    .image-content3 {
        bottom: 17%;
    }

    .image-content5 {
        bottom: 8%;
    }

    .image-description3 {
        padding-top: 10px;
        white-space: nowrap;
    }

    .image-description4 {
        white-space: nowrap;
    }

    .image-description5 {
        left: 46%;
        top: 8%;
    }

    .image-description6 {
        font-size: 12px;
        bottom: 14%;
    }

    .oildesc {
        width: 85%;
    }

    .sticky-inner {
        top: 100px;
    }

    .card {
        top: 100px;
        height: 80vh;
    }

    .card:nth-child(4) .image {
        padding-top: 190px;
    }

    .clip-section {
        height: 400vh;
    }

    .clip-sticky {
        height: 100vh;
        top: 58px;
    }

    .clip-image {
        height: auto;
    }

    .clip-image img {
        height: 100vh;
    }

    .image-info-list {
        top: 53%;
        left: 6%;
        right: 6%;
    }

    .info-item {
        column-gap: 10%;
        margin-bottom: 50px;
    }

    .info-item2 {
        margin-bottom: 20px;
    }

    .info-title .number {
        font-size: 43px;
    }

    .image-info-list2 {
        left: 6%;
        right: 6%;
        top: 50%;
    }

    .info-title .subtitle {
        font-size: 18px;
        margin-top: 0px;
    }

    .info-title .subtitle2 {
        font-size: 17px;
        margin-top: 8px;
    }

    .info-text {
        font-size: 13px;
    }

    .image7-content {
        left: 3%;
        right: 3%;
        top: 12%;
    }

    .image7-item {
        margin-bottom: 30px;
    }

    .image7-subtitle {
        font-size: 20px;
    }

    .image7-subtitles {
        font-size: 20px;
    }

    .image7-text {
        font-size: 13px;
    }

    .image7-thumbnails {
        gap: 15px;
        margin-top: 25px;
    }

    .image7-thumbnail img {
        height: auto;
    }

    .image12-text {
        font-size: 12px;
    }

    .att4 {
        font-size: 11px;
        top: 15px;
    }
}

/* youtube */
.youtube-container {
    position: relative;
    width: 65%;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    overflow: hidden;
    /* ★はみ出たUIをマスクして隠す */
    pointer-events: none;
    /* ★ユーザーがタップしてポーズ操作等できないようにする */
}

.youtube-container iframe,
.youtube-container #player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: none;

    /* 動画を少し拡大（1.35倍〜1.4倍）して上下のUIを枠外へ追いやる */
    transform: translate(-50%, -50%) scale(1.35);
    transform-origin: center center;
}

.edit-format .btn-block a, .edit-format .btn-block a.type-rectangle {
    color: #000;
    background: #F5F5F5;
}

#btn-archives a.type-archives {
    background: transparent;
}

/* 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;
}