@charset "utf-8";
/* CSS Document */



/* =========================================================
   Variables
========================================================= */

:root {
    /* Layout */
    --content-width: 1080px;
    --sidespace-auto: 0 auto;

    /* Colors */
    --color-white: #fff;
    --main-color: #333;
    --sub-color: #3bb5b5;
    --bg-color: #d6d7d1;

    /* txt */
    --fs-title: clamp(1.6rem, 1vw, 1.6rem);
    --fs-title-s: clamp(.9rem, 1vw, 1rem);
    --fs-maintxt: clamp(.96rem, 1vw, 1.4rem);
    --fs-maintxt-s: clamp(.72rem, .85vw, 1.1rem);
    --min-height: clamp(100svh, 80vh);

    --ff-fraunces: "Fraunces", serif;
    --ff-noto: "Noto Sans JP", sans-serif;
    --ff-outfit: "Outfit", sans-serif;


}


/* =========================================================
   Base
========================================================= */

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-optical-sizing: auto;
    letter-spacing: .025rem;
    color: var(--main-color);
    /*background: var(--bg-color);*/
}


/* =========================================================
   Utility
========================================================= */

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 600px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

}




/* =========================================================
   Header
========================================================= */

#header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}


/* =========================================================
   Footer
========================================================= */

footer {
    margin-top: 0;
    padding: 4rem 0;
    background: var(--main-color);
}

footer * {
    color: #fff;
}

footer a:link,
footer a:hover,
footer a:visited,
footer a:active {
    color: #fff;
}


/* =========================================================
   Main Layout
========================================================= */

.section {
    padding-bottom: 8rem;
}

.section:last-child {
    padding-bottom: 0;
}

.item {
    line-height: 0;
}

.block {
    width: 80%;
    max-width: var(--content-width);
    margin: 6rem auto;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 600px) {

    .block {
        width: 100%;
        z-index: 1;
        position: relative;
    }

}

.item {
    padding: 4rem 0;
}


@media screen and (max-width: 600px) {
    .item {
        padding: 2rem 0;
    }
}

.section-heading {
    width: 80%;
    max-width: var(--content-width);
    margin: 8rem auto;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 600px) {
    .section-heading {
        width: 80%;
        max-width: var(--content-width);
        margin: 5rem auto;
        z-index: 1;
        position: relative;
    }
}



.section-heading h2 {
    text-align: center;
    letter-spacing: 0.05rem;
    font-family: var(--ff-fraunces);
    font-size: var(--fs-title);
    font-weight: 600;
    padding-bottom: 2.4rem;
}


.section-heading p {
    font-size: var(--fs-maintxt-s);
    text-align: center;
    line-height: 1.6;
}


.group {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 0;
}

.group img {
    width: 100%;
    object-fit: cover;
    display: block;
}



/* 嶱宎弇离 */
.start-1 {
    grid-column-start: 1;
}

.start-2 {
    grid-column-start: 2;
}

.start-3 {
    grid-column-start: 3;
}

.start-4 {
    grid-column-start: 4;
}

.start-5 {
    grid-column-start: 5;
}

.start-6 {
    grid-column-start: 6;
}

.start-7 {
    grid-column-start: 7;
}

.start-8 {
    grid-column-start: 8;
}

.start-9 {
    grid-column-start: 9;
}

.start-10 {
    grid-column-start: 10;
}


/* 筵盟 */
.span-1 {
    grid-column-end: span 1;
}

.span-2 {
    grid-column-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
}

.span-4 {
    grid-column-end: span 4;
}

.span-5 {
    grid-column-end: span 5;
}

.span-6 {
    grid-column-end: span 6;
}

.span-7 {
    grid-column-end: span 7;
}

.span-8 {
    grid-column-end: span 8;
}



/* 本件正伉件弘 */
.center--M {
    width: 50%;
    grid-column: 1 / -1;
    justify-self: center;
}

.center--SM {
    width: 40%;
    grid-column: 1 / -1;
    justify-self: center;
}

@media (max-width: 767px) {
    .center--M {
        width: 80%;
        grid-column: 1 / -1;
        justify-self: center;
    }

    .center--SM {
        width: 60%;
        grid-column: 1 / -1;
        justify-self: center;
    }
}


/* PC及心 */

@media screen and (min-width: 768px) {

    .valign--end {
        align-self: end;
    }

    #row1-5 .credit-list,
    #row2-5 .credit-list,
    #row3-6 .credit-list,
    #row4-5 .credit-list {
        margin-left: 1rem;
    }

}



@media (max-width: 767px) {

    .group-flat {
        display: block;
        width: 70%;
        margin: 0 auto;
    }


    .group-flat>.item {
        padding-top: 0;
        padding-bottom: .8rem;
    }



    .sp-start-1 {
        grid-column-start: 1;
    }

    .sp-start-2 {
        grid-column-start: 2;
    }

    .sp-start-3 {
        grid-column-start: 3;
    }

    .sp-start-4 {
        grid-column-start: 4;
    }

    .sp-start-5 {
        grid-column-start: 5;
    }

    .sp-start-6 {
        grid-column-start: 6;
    }

    .sp-start-7 {
        grid-column-start: 7;
    }

    .sp-start-8 {
        grid-column-start: 8;
    }

    .sp-start-9 {
        grid-column-start: 9;
    }

    .sp-start-10 {
        grid-column-start: 10;
    }

    .sp-span-1 {
        grid-column-end: span 1;
    }

    .sp-span-2 {
        grid-column-end: span 2;
    }

    .sp-span-3 {
        grid-column-end: span 3;
    }

    .sp-span-4 {
        grid-column-end: span 4;
    }

    .sp-span-5 {
        grid-column-end: span 5;
    }

    .sp-span-6 {
        grid-column-end: span 6;
    }

    .sp-span-7 {
        grid-column-end: span 7;
    }

    .sp-span-8 {
        grid-column-end: span 8;
    }

}


/* =========================================================
   hero section
========================================================= */


.hero-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 120px;
    color: var(--color-white);
    margin-bottom: 4rem;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("img/main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: blur(16px);
    transform: scale(1.08);
    will-change: opacity, filter, transform;
}

.hero {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100% - 80px));
    min-height: 100vh;
    margin: 0 auto;
}

/* SP */
@media screen and (max-width: 600px) {
    .hero-wrap {
        min-height: 700px;
    }
    .hero__bg {
        background-image: url("img/main_sp.jpg");
        background-position: center;
    }

    .hero {
        width: calc(100% - 40px);
        min-height: 700px;
    }
}

.hero__title {
    font-family: var(--ff-outfit);
    font-size: clamp(5rem, 10.5vw, 7.2rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .hero__title {
        font-size: 16vw;
        line-height: .78;
    }
}

.hero__season {
    font-family: var(--ff-fraunces);
    margin-bottom: 70px;
    font-size: var(--fs-maintxt-s);
}

.hero__jp {
    position: absolute;
    top: 240px;
    right: 0;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -.015em;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 600px) {

.hero__season {
    margin-bottom: 120px;
}

.hero__jp {
    position: static;
    margin: 32px 0 0 auto;
    font-size: 16px;
    writing-mode: horizontal-tb;
    text-align: left;
}

}

.hero__side {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--ff-fraunces);
    margin-bottom: 70px;
    font-size: var(--fs-maintxt-s);
}

.hero__txt {
    font-size: var(--fs-maintxt);
    position: absolute;
    left: 0;
    bottom: 45%;
}


@media screen and (max-width: 600px) {
    .hero__txt {
    bottom: 40%;
    font-size: var(--fs-maintxt-s);
}

}


/* credit */


.credit-list--head {
    margin-bottom: 1.6rem;
}

.credit-list--head h3 {
    font-family: var(--ff-fraunces);
    font-size: var(--fs-title-s);
    margin-bottom: 1.2rem;
    font-weight: 600;
}


.credit-list--head p {
    font-family: var(--ff-noto);
    font-size: var(--fs-maintxt-s);
    margin-bottom: 3.2rem;
    line-height: 2;
}



@media (max-width: 767px) {

    .credit-list--head {
        margin-bottom: .8rem;
    }

    .credit-list--head h3 {
        margin-bottom: .8rem;
    }

    .credit-list--head p {
        margin-bottom: 1rem;
    }
}



.credit-list {
    font-family: var(--ff-outfit);
    font-size: var(--fs-maintxt-s);
    margin-top: .8rem;
}

.credit-list--item {
    line-height: 2;
    opacity: 0;
    transform: translateY(12px);
}


.credit-list--item span:nth-child(1):after {
    content: "/";
    padding-left: .4rem;
}

.credit-list--item span:nth-child(3) {
    font-weight: bold;
}

.credit-list--item span:nth-child(3):after,
.credit-list--item span:nth-child(3):before {
    content: "|";
    font-weight: normal;
    padding-left: .2rem;
    padding-right: .2rem;
}


.credit-list--item span {
    padding-right: .4rem;
}


/* variation */

.block-variation {
    margin-top: 30vh;
}


.block-variation h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-family: var(--ff-fraunces);
    font-size: var(--fs-maintxt);
    font-weight: 600;

}




/* ========================================
   FADE CHANGE
======================================== */

.fadeChange {
    position: relative;
}

.fadeChange .item {
    opacity: 0;
}

.fadeChange .item.is-active {
    opacity: 1;
}

.fadeChange .item:not(:first-child) {
    position: absolute;
    inset: 0;
}

/* ========================================
   fadeleft
======================================== */

.fade-left {
    opacity: 0;
    transform: translateX(-50px);
}

.js-roll-fade,
.roll-fade {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    will-change: opacity, clip-path;
}



/* ========================================
   ROLL
======================================== */
.rollRight,
.rollLeft {
    overflow: hidden;
}

/* ========================================
   CARRY
======================================== */


.carry .item:nth-child(2) {
    position: relative;
    z-index: 2;
}

.carry .item img {
    display: block;
    width: 100%;
    height: auto;
}


/* ========================================
   pin
======================================== */

.pin-sequence {
    position: relative;
}

.block--pin,
.block--cover {
    display: flex;
    align-items: center;
}

.block--pin {
    z-index: 1;
}

.block--cover {
    z-index: 2;
}





/* =========================================================
   Button Layout
========================================================= */

.btnBlock {
    width: 90%;
    margin: 0 auto 4rem;
}

.btnBlock__3col {
    display: grid;
    grid-column-gap:1.6rem;
    grid-template-columns: repeat(3, 1fr);
}

.btnBox {
    transition: opacity .3s ease;
    padding:1.6rem 0;
}

@media (max-width: 767.98px) {
.btnBox {
    transition: opacity .3s ease;
    padding:1.6rem 0 0;
}
    
}


.btnBox a {
    transition: opacity .3s ease;
    padding: 1rem 1.6rem 1rem 1rem;
}

.btnBox:hover {
    opacity: .8;
}

.btnBox:nth-child(1) a {
    background: #7a7a7a;
}

.btnBox:nth-child(2) a {
    background: #565656;
}

.btnBox:nth-child(3) a {
    background: #282828;
}


/* =========================================================
   More Button
========================================================= */

.moreBtn {
    display: grid;
    grid-template-columns: 1.6rem auto;
    column-gap: .4rem;
    align-items: center;
    padding: 1.6rem 1.6rem;
    border-radius:5rem ;
}



.moreBtn_arrow {
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    border-radius: 50%;
    background: var(--color-white);
}

.btnBox .moreBtn_arrow {
    width: 1.2rem;
    height: 1.2rem;
}


/* Arrow animation */

.moreBtn_arrow::before,
.moreBtn_arrow::after {
    content: "\2192";
    position: absolute;
    top: 51%;
    left: 50%;
    font-size: .6rem;
    color: #333;
    transition:
        transform .8s cubic-bezier(.19, 1, .22, 1),
        opacity .8s cubic-bezier(.19, 1, .22, 1);
}

.moreBtn_arrow::before {
    opacity: 1;

    transform: translate(-50%, -50%);
}

.moreBtn_arrow::after {
    opacity: 0;
    transform: translate(-50%, -160%);
}

.moreBtn:hover .moreBtn_arrow::before {
    opacity: 0;
    transform: translate(-50%, 100%);
}

.moreBtn:hover .moreBtn_arrow::after {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.moreBtn_title {
    font-family: var(--ff-outfit);
    font-size:var(--fs-maintxt);
}


.btnBlock .moreBtn_text {
    color: #fff;
    line-height:1;
}


@media (min-width: 767.98px) and (max-width: 1023px) {

    .btnBlock__3col {
        display: block;
    }
}


@media (max-width: 767.98px) {

    .btnBlock__3col {
        display: block;
    }

    .moreBtn {
        grid-template-columns: 1.6rem auto;

        padding: 1.6rem;
    }

    .moreBtn_arrow {
        width: 3.2rem;
        height: 3.2rem;
    }

    .btnBlock .moreBtnAll__inner {
        grid-template-columns: auto 3.2rem;

        width: 90%;
        margin: 0 auto;
    }

}


.ending {
    width: 90%;
    margin: 0 auto;
    padding-top: -8rem;
    padding-bottom: 12rem;
}

.ending p {
    text-align: center;
    line-height: 2;
    font-size: var(--fs-maintxt-s);
}


