@charset "UTF-8";
/* ===========================
Article header
============================== */
.article__header {
    padding-left:14.1%;
    padding-bottom: 100px;
}

.topMovie {
    width: 100%;
    height: auto;
}

.movie_PC {
    display: none;
}

.article__header__contents {
    width: 281px;
    height: 59px;
    margin: 40px 2.9px 0 auto;
}

.mainTopics {
    font-size: 1.2rem;
    line-height: 1.5;
}

.br__PC {
    display: none;
}

.btn__about {
    margin-left: auto;
    margin-right: 14px;
}

.collection__img_PC {
    display: none;
}

/* Article header PC */
@media screen and (min-width: 769px) {
    .movie_SP {
        display: none;
    }

    .movie_PC {
        display: block;
        z-index: -1;
    }

    .article__header {
        display: flex;
        flex-direction: row-reverse;
        padding-left: 2.7%;
        padding-bottom: 60px;
    }

    .article__header__contents {
        margin: auto 10.5% 32px 0;
        width: 239px;
        height: auto;
    }

    .mainTopics {
        font-size: 1.6rem;
        width: 224px;

    }

    .btn__about {
        margin-top: 14px;
        margin-right: 5%;
    }
}

/* ===========================
Collection
============================== */
.section--collection {
    padding: 40px 5.3% 80px;
}

.collection__item__inner {
    margin: 65px 0 25px 0;
}

.collection__img__SP {
    position: relative;
}

.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: 3%;
    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: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.collection__img__PC {
    display: none;
}

.collection__contents {
    margin-top: 20px;
}

.collection__theme {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
}

.collection__theme br {
    display: none;
} 

.btn__more {
    display: block;
    margin-left: auto;
    margin-top: 20px;
}

.collection {
    position: relative;
}

.collection::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(..//images/arrow-bk.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 82px;
    bottom: 2px;
}

/* Collection PC */
@media screen and (min-width: 769px) {
    .section--collection {
        max-width: 1440px;
        margin: 0 auto;
        padding: 60px 13.8% 100px 13.8%;
        position: relative;
    }

    .collection__item__inner {
        margin-top: 60px;
        margin-bottom: 0;
        display: flex;
        position: relative;
    }

    .prev-arrow{
        content: '';
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(..//images/arrow-bk-left.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        left: -13.5%;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .next-arrow{
        content: '';
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(..//images/arrow-bk-right.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: -13.4%;
        top: 50%;
        transform: translateY(-50%);
    }

    .collection__contents {
        margin: auto 0 0 9.6%;
        width: 40%;
    }

    .collection__img__SP {
        display: none;
    }
    
    .collection__img__PC {
        display: block;
        position: relative;
        width: 60%;
    }

    .collection__theme {
        font-size: 1.4rem;
    }

    .collection__theme br {
        display: block;
    } 

    .collection__contents .btn__more {
        margin-top: 25px;
        margin-bottom: 7px;
    }
}

/* ===========================
Items
============================== */
.section--items {
    padding-top: 40px;
    padding-bottom: 105px;
}

.section--items .section__topic {
    text-align: right;
    padding-right: 5.3%;
}

.section--items .section__topic::before {
    display: none;
}

.section--items .section__topic::after {
    content: '';
    display: block;
    width: 150px;
    height: 0.5px;
    background-color: #919191;
    position: absolute;
    right: 0;
    bottom: 0;
}

.items__img__SP {
    margin-top: 65px;
    width: 100%;
    height: 100%;
}

.section--items .slick-slider {
    overflow: hidden;
    margin: 0 auto 20px;
}

.slider__PC {
    display: none;
}

.section--items .btn__more {
    margin-top: 20px;
    margin-right: 5.3%;
}

/* Items PC */
@media screen and (min-width: 769px) {
    .section--items {
        max-width: 1440px;
        margin: 0 auto;
        padding: 60px 13.8% 100px 13.8%;
    }

    .section--items .section__topic {
        padding-right: 0;
        margin-right: -5px;
    }

    .section--items .section__topic::after {
        right: 5px;
    }

    .slider__SP  {
        display: none;
    }

    .slider__PC {
        display: block;
    }

    .items__img__PC {
        display: block;
        margin-top: 40px;
    }

    .section--items .btn__more {
        margin-top: 25px;
        margin-bottom: 5px;
        margin-right: 0px;
    }
}

/* ===========================
Profile
============================== */
.section--Artist {
    margin: 0 5.3%;
}

.profile__frame {
    background-color: var(--primary-ivory);
    padding: 30px 6% 35px 6%;
}

.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: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 5px;
}

.profile__text {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
} 

/* Profile PC */
@media screen and (min-width: 769px) {
    .section--Artist {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 13.8%;
    }

    .profile__frame {
        max-width: 1040px;
        padding: 60px 11.5% 35px 11.5%;
        margin: 0 auto;
    }

    .profile__contents {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .namearea {
        width: 126px;
    }

    .job {
        font-size: 1.4rem;
    }

    .job::after {
        width: 126px;
    }

    .name {
        font-size: 1.6rem;
    }
    
    .name span {
        font-size: 1.4rem;
    }

    .profile__text {
        font-size: 1.4rem;
        width: calc(100% - 196px);
        margin-top: 0;
    }

    .section--Artist .btn__more {
        margin-top: 25px;
        margin-bottom: 5px;
    }
}

/* ===========================
News
============================== */
.section--news {
    padding: 60px 11.7%;
}

.section--news .section__topic {
    text-align: center;
    width: 150px;
    margin: 0 auto;
}

.section--news .section__topic::before {
    left: 0;
}

.news__list {
    margin-top: 60px;
    max-width: 287px;
    margin: 0 auto;
}

.news__list__contents {
    display: flex;
    margin-top: 30px;
    justify-content: left;
    align-items: center;
}

.time {
    height: 32px;
    padding: 4px 9px;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-green);
    color: var(--primary-ivory);
    font-family: "Noto Serif";
    font-size: 1.2rem;
    font-weight: 300;
}

.news__topic {
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    margin-left: 22px;
    vertical-align: middle;
}

/* News PC */
@media screen and (min-width: 769px) {
    .section--news {
        max-width: 1440px;
        margin: 0 auto;
        padding: 60px 2.7% 100px 2.7%;
    }

    .time {
        font-size: 1.4rem;
    }

    .news__topic {
        font-size: 1.4rem;
    }
}

/* ===========================
Contact
============================== */
.section--contact {
    padding: 60px 15% 100px 15%;
}

.section--contact .section__topic {
    text-align: center;
    width: 150px;
    margin: 0 auto;
}

.section--contact .section__topic::before {
    left: 0;
}

.contact__text {
    margin-top: 20px;
    font-size: 1.2rem;
}

.section--contact .btn__contact {
    display: flex;
    width: 151px;
    height: 43px;
    padding: 15px 32px 14px 32px;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-green);
    color: var(--primary-ivory);
    font-family: "Noto Serif";
    font-size: 1.2rem;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section--contact .btn__contact:hover {
    /* background-color: var(--primary-ivory);
    color: var(--primary-green); */
    opacity: 0.8;
  }

/* Contact PC */
@media screen and (min-width: 769px) {
    .section--contact {
        max-width: 1440px;
        margin: 0 auto;
        padding: 60px 13.8% 100px 13.8%;
    }

    .contact__cotents {
        display: flex;
        width: 606px;
        align-items: center;
        margin: 40px auto 0 auto;
        justify-content: space-between;
    }

    .contact__text {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top: 0;
        width: calc(100% - 217px);
    }

    .section--contact .btn__contact {
        margin: 0;
        width: 177px;
        height: 39px;
        font-size: 1.4rem;
        padding: 0;
    }
}
