@charset "UTF-8";
    .article {
        padding: 30px 5.3% 150px 5.3%;
    }

    /* PC */
    @media screen and (min-width: 769px) {
        .article {
            padding: 40px 2.7% 160px 2.7%;
        }
    }

    /* ===========================
    breadcrumbs
    ============================== */
    .breadcrumbs__contents {
        display: flex;
    }

    .section--Top {
        font-family: "Noto Serif";
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .section--Top:hover{
        opacity: 0.6;
    }

    .section--About {
        font-family: "Noto Serif";
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        margin-left: 15px;
        position: relative;
        letter-spacing: 0.1em;
    }

    .section--About::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 5px;
        height: 10px;
        background-image: url(..//images/greaterthan-sign.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* breadcrumbs PC */
    @media screen and (min-width: 769px) {
        .section--Top {
            font-size: 1.6rem;
        }

        .section--About {
            font-size: 1.6rem;
        }
    }

    /* ===========================
    Michikan
    ============================== */
    .section--Michikan {
        padding: 60px 0 120px 0;
    }

    .Michikan__contents {
        margin: 0 7.3%;
    }

    .brandName__contents {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        padding-left: 5px;
        border-left: solid 1px var(--primary-black);
    }

    .brandName span {
        font-family: "Noto Serif";
        font-size: 1.2rem;
        font-weight: 300;
        margin-left: 5px;
        letter-spacing: 0.1em;
    }

    .brandName__title {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top: 40px;
    }

    .brandName__text {
        font-size: 1.2rem;
        margin-top: 10px;
        position: relative;
    }

    .brandName__title:nth-of-type(3) {
        margin-top: 80px;
        font-family: "Noto Serif";
        letter-spacing: 0.1em;
    }

    .brandName__text:last-of-type {
        font-family: "Noto Serif";
    }

    .brandName__text:nth-of-type(2)::after {
        content: '';
        display: block;
        width: 130px;
        height: 0.5px;
        background-color: #919191;
        position: absolute;
        left: calc(50% - 65px);
        bottom: -40px;
    }

    .Michikan__img {
        max-width: 335px;
        margin: 0 auto;
    }

    .collection__img {
        display: flex;
        margin: 100px 36% 0 0;
        gap: 30px;
        align-items: baseline;
        position: relative;
    }

    .collection__img::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(..//images/plus.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: -115px;
        bottom: -5px;
        transform: translateY(-50%);
        transition: transform 0.3s;
    }

    .collection__img.active::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(..//images/minus.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: -115px;
        bottom: -5px;
        transform: translateY(-50%);
        transition: transform 0.3s;
    }

    .title {
        font-family: "Petit Formal Script";
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 0.5;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .title:hover {
        opacity: 0.8;
    }

    .collection__img .title::before {
        content: '';
        display: block;
        width: 20px;
        height: 0.5px;
        background-color: #919191;
        position: absolute;
        left: -25px;
        top: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .collection__img .title::before:hover {
        opacity: 0.6;
    }

    .about__collection__list {
        display: none;
        margin-top: 20px;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.5;
    }

    .about__collection__list__theme {
        margin-top: 10px;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .about__collection__list__theme:hover {
        opacity: 0.6;
    }

    .about__collection__list__theme::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(..//images/arrow-bk-right.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 3px;
    }

    .collection__img__PC {
        display: none;
    }

    .items__img {
        display: flex;
        margin: 100px 0 0 36%;
        gap: 30px;
        align-items: baseline;
        flex-direction:row-reverse
    }

    .items__img .title::before {
        content: '';
        display: block;
        width: 20px;
        height: 0.5px;
        background-color: #919191;
        position: absolute;
        right: -25px;
        top: 50%;
    }

    .items__img__PC {
        display: none;
    }

    /* Michikan PC */
    @media screen and (min-width: 769px) {
        .section--Michikan {
            padding: 80px 0 0 0;
            display: flex;
            max-width: 1040px;
            margin: 0 auto;
            gap: 50px;
        }

        .Michikan__contents {
            width: 50%;
            margin: 0 0;
        }

        .brandName__contents {
            font-size: 1.8rem;
        }

        .brandName__title {
            font-size: 1.6rem;
        }

        .brandName__text {
            font-size: 1.4rem;
            margin-top: 20px;
        }

        .brandName__title:nth-of-type(3) {
            margin-top: 108px;
        }

        .brandName__text:nth-of-type(2)::after {
            width: 250px;
            height: 0.5px;
            left: calc(50% - 125px);
            bottom: -54px;
        }

        .Michikan__img {
            max-width: 560px;
        }

        .about__collection__list {
            font-size: 1.4rem;
        }

        .collection__img::after {
            right: -135px;
        }
    
        .collection__img.active::after {
            right: -135px;
        }

        .collection__img__SP {
            display: none;
        }
    
        .collection__img__PC {
            display: block;
        }

        .collection__img {
            width: 50%;
            gap: 40px;
            margin: 0 50% 0 0;
        }

        .title {
            font-family: "Petit Formal Script";
            font-size: 1.4rem;
        }
    
        .collection__img .title::before {
            width: 30px;
            left: -35px;
        }

        .items__img {
            margin: 50px 0 0 40%;
            gap: 40px;
        }

        .items__img__SP {
            display: none;
        }

        .items__img__PC {
            display: block;
        }

        .items__img .title::before {
            width: 30px;
            right: -35px;
        }
    }

    /* ===========================
    Profile
    ============================== */
    .profile__contents {
        margin: 0 7.3%;
    } 

    .job {
        font-family: "Petit Formal Script";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        position: relative;
    }

    .job::after {
        position: absolute;
        content: "";
        background-color: #919191;
        width: 102px;
        height: 0.5px;
        bottom: 0;
        left: 0;
    }

    .name {
        display: flex;
        margin-top: 5px;
        align-items: baseline;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .name span {
        font-family: "Noto Serif";
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.5;
        margin-left: 5px;
    }

    .profile__text {
        margin-top: 40px;
        font-size: 1.2rem;
        position: relative;
    }

    .profile__text:last-of-type {
        margin-top: 80px;
        font-family: "Noto Serif";
        letter-spacing: 0.1em;
    }

    .profile__text:first-of-type::after {
        content: '';
        display: block;
        width: 130px;
        height: 0.5px;
        background-color: #919191;
        position: absolute;
        left: calc(50% - 65px);
        bottom: -40px;
    }

    /* Artist PC */
    @media screen and (min-width: 769px) {
        .section--Artist {
            display: flex;
            max-width: 1040px;
            margin: 0 auto;
            padding-top: 70px;
        }

        .profile__contents {
            width: 50%;
            margin: 0;
        } 

        .job {
            font-size: 1.4rem;
        }

        .name {
            font-size: 1.6rem;
        }

        .profile__text {
            font-size: 1.4rem;
        }

        .profile__text:last-of-type {
            margin-top: 108px;
        }

        .profile__text:first-of-type::after {
            width: 250px;
            height: 0.5px;
            left: calc(50% - 125px);
            bottom: -54px;
        }
    }

    /* ===========================
    calender
    ============================== */
    .tmb {
        width: 50%;
        margin: 100px auto 0 auto;
    }

    .tmb_img__SP:hover {
      cursor: pointer;
    }

    .tmb_img__PC {
        display: none;
    }

    .popup {
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: scale(0);
        background-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        transition: opacity 0.3s, transform 0s 0.3s;
        padding:14px 5.3% 96px 5.3%;
    }

    .popup__btn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 19px;
        height: 16px;
        cursor: pointer;
    }
    
    .popup .popup__btn {
        margin-left: auto;
    }
        
    .popup__btn__line {
        width: 25px;
        height: 0.8px;
        background-color: var(--primary-white);
        margin-bottom: 0;
        transform: rotate(45deg);
    }
    
    .popup__btn__line:last-of-type {
        transform: rotate(135deg);
        margin-bottom: 4px;
    }

    .popup__btnarea {
        z-index: 11;
        position: absolute;
        top: 0;
        right: 0;
        width: 14.4%;
        height: 30px;
      }

    .popup__img {
        margin: 40px auto 0 auto;
        padding:0 9.3% 0 9.3%;
    }

    input[type="checkbox"] {
        display: none;
    }
    input[type="checkbox"]:checked ~ .popup {
        transform: scale(1);
        opacity: 1;
        transition: opacity 0.3s;
    }

    .calendar__slider__PC {
        display: none;
    }

    .section--Artist .title {
        display: block;
        margin: 30px -66px 0 0;
        text-align: right;
    }

    .section--Artist .title::before {
        content: '';
        display: block;
        width: 0.5px;
        height: 20px;
        background-color: #919191;
        position: absolute;
        right: 66px;
        top: -25px;
    }

    .prev-arrow{
        content: '';
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(..//images/arrow-wh-left.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        left: -6%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }
    
    .next-arrow{
        content: '';
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(..//images/arrow-wh-right.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: -6%;
        top: 50%;
        transform: translateY(-50%);
    }

     /* Calender PC */
     @media screen and (min-width: 769px) {
        .tmb {
            padding: 163px 12.5% 21px 130px;
            margin: 0;
        }

        .tmb_img__SP {
            display: none;
        }

        .tmb_img__PC {
            display: block;
            transition: .6s;
        }

        .tmb_img__PC:hover {
            transform: translateY(-4px);
        }

        .tmb_img__PC:hover {
            cursor: pointer;
          }

        .popup {
            position: fixed;
            width: 100%;
            height: 100vh;
            padding: 30px 13.8% 180px 13.8%;
            z-index: 800;
        }

        .popup__btnarea {
            width: 16%;
            height: 55px;
          }

        .section--Artist .title {
            text-align: right;
            margin:30px -61px 0 0;
        }

        .section--Artist .title::before {
            left: auto;
            right: 61px;
            top: -25px;
        }

        .popup__img {
            margin: 40px 20.8% 0 20.8%;
            padding:0 9.3% 0 9.3%;
        }

        .slick-slide img {
            display: block;
            height: 500px;
            margin: 0 auto;
        }

        .popup .popup__btn {
            position: fixed;
            right: 20.8%;
            top: 30px;
        }

        .calendar__slider__SP {
            display: none;
        }

        .calendar__slider__PC {
            display: block;
        }
     
        .prev-arrow{
            content: '';
            position: absolute;
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url(..//images/arrow-wh-left.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            left: -36.3%;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .next-arrow{
            content: '';
            position: absolute;
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url(..//images/arrow-wh-right.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            right: -36.3%;
            top: 50%;
            transform: translateY(-50%);
        }
}
