@charset "utf-8";
/*==============================================

	Authentique (PC)
	isetan

==============================================*/
.font-cg {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}
/*================================
	Layout, Elements
================================*/
/*================================
	Movie
================================*/
main {
    margin: 45px 0 0 0;
}
main .movie {
    margin: 0 0 0 0;
}

/*================================
	brands
================================*/
main section {}
main section > .head {
    margin: 10rem auto 0;
    width: 190px;
}
main .caption {
    margin: 4rem 0 10rem;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 2px;
}
main section .symbol {
    display: block;
    margin: 0 auto 13px;
    width: 30px;
}
main section .ja {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
}
main .content_wrap {
    position: relative;
}
main .content_wrap.designer {
    width: 80%;
    margin: 0 auto 12rem;
}
main .content_wrap .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
main .content_wrap .box {
    width: 500px;
}
main .content_wrap figure {
    width: 430px;
}
main .content_wrap.designer .box {
    width: 100%;
}
main .content_wrap h4 {
    font-size: 1.2rem;
    margin: 0 0 1.5rem 0;
}
main .content_wrap .name {
    font-size: 3.5rem;
    line-height: 1;
    margin: 0 0 2.4rem 0;
}
main .content_wrap .name span {
    font-size: 1.3rem;
    margin: 0 0 0 10px;
}
main .content_wrap .exp {
    font-size: 2.2rem;
    margin: 0 0 1.4rem 0;
    letter-spacing: 2px;
}
main .content_wrap .exp2 {
    font-size: 1.2rem;
    line-height: 2.8rem;
}
main .content_wrap.haute {
    background-color: #f3f3f1;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center; /* margin-top: -4.5%; */
}
main .content_wrap.haute figure {
    width: 50%;
    margin-right: 6%;
}
main .content_wrap.haute .box {
}
main .content_wrap.haute h4 {
    color: #111;
}
main .content_wrap.haute .exp {
    color: #111;
}
main .content_wrap.haute .exp2 {
    color: #111;
}
main .title_head {
    margin-bottom: 5rem;
}
main .title_head .en {
    text-align: center;
    font-size: 4.4rem;
    line-height: 3rem;
}
main .title_head .ja {
    text-align: center;
    font-size: 1.2rem;
}
main .title_head .dress_exp {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    line-height: 2.8rem;
}
main .collection {
    margin-top: 14rem;
}
main .collection .collection_list {
    margin: 0 auto;
    width: 90%;
}
main .collection .collection_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main .collection .collection_list li {
    width: 31%;
    margin-bottom: 3rem;
}
main .collection .collection_list li a {
    cursor: pointer;
}
main .collection .collection_list li a::after {
    display: none;
}
main .collection .collection_list li figure {
}
main .collection .collection_list li figure img {
    width: 100%;
    height: auto;
}
main .collection .collection_list li .product_no {
    text-align: center;
    margin: 1rem auto 0;
}
.item_entry picture img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}

/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
    .font-cg {
        font-family: "Cormorant Garamond", serif;
        font-weight: 500;
    }
    /*================================
        Layout, Elements
    ================================*/
    body {}
    .pc {
        display: none !important;
    }
    /*main {
        background-color: #111;
        padding: 5px;
    }
    main > .wrapper {
        background-color: #fff;
        overflow-x: hidden;
        padding-bottom: 13.5rem;
        margin-top: 5rem;
    }
    #breadlist {
        padding: 3rem 5%;
    }
    #breadlist {
        display: block;
    }
    #breadlist {
        padding: 2rem 5%;
        text-align: center;
    }
    #breadlist li {
        display: inline-block;
        font-size: 1rem;
        letter-spacing: .1em;
    }
    #breadlist li, #breadlist a {
        color: #999;
    }
    #breadlist li:not(:last-of-type)::after {
        content: "\00bb";
        margin-left: .5em;
        color: #ccc;
    }
    #siteheader {
        background: #111;
    }
    #siteheader .menu {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    #siteheader .menu::before {
        border-bottom: 1px solid #fff;
    }
    #gnav > ul > li > a {
        color: #fff;
    }
    #siteheader .reservation a {
        border-bottom: 1px solid #DAD0BC;
        color: #DAD0BC;
    }
    #spfooter {
        background: #111;
    }
    #spfooter .footnav ul {
        border-top: 1px solid #333;
    }
    #spfooter .footnav ul li:nth-of-type(odd) {
        border-right: 1px solid #333;
    }
    #spfooter .footnav li {
        border-bottom: 1px solid #333;
    }
    #spfooter .footnav li a {
        color: #fff;
    }
    #gnav {
        background: #111;
    }
    #spfooter .opnav li a {
        color: #fff;
    }
    #spfooter .snsnav li a::before {
        color: #fff;
    }
    #footcontact {
        display: none;
    }*/
    /*================================
        Movie
    ================================*/
    main .movie {
        margin: 0px 0 0 0;
    }
    /*================================
        brands
    ================================*/
    main section {}
    main section > .head {
        margin: 50px auto 0;
    }
    main section > .head > img {
        width: 34%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    main .caption {
        margin: 3rem 0;
        font-size: 1.8rem;
        text-align: center;
        letter-spacing: 2px;
    }
    main section .symbol {
        display: block;
        margin: 0 auto 13px;
        width: 30px;
    }
    main section .ja {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 15px;
    }
    main .content_wrap {
        position: relative;
    }
    main .content_wrap.designer {}
    main .content_wrap .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        max-width: 1000px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
    }
    main .content_wrap .box {
        width: 80%;
        order: 1;
        display: block;
        margin: 0 auto;
        padding: 5rem 0;
    }
    main .content_wrap figure {
        order: 0;
    }
    main .content_wrap h4 {
        font-size: 1.2rem;
        margin: 0 0 1.5rem 0;
    }
    main .content_wrap .name {
        font-size: 3.5rem;
        line-height: 1;
        margin: 0 0 2.4rem 0;
    }
    main .content_wrap .name span {
        font-size: 1.3rem;
        margin: 0 0 0 10px;
    }
    main .content_wrap .exp {
        font-size: 1.8rem;
        margin: 0 0 1.4rem 0;
        letter-spacing: 2px;
    }
    main .content_wrap .exp2 {
        font-size: 1.2rem;
        line-height: 2.8rem;
    }
    main .content_wrap.haute {
        background-color: #f3f3f1;
        z-index: 0;
        display: block;
        justify-content: left;
        align-items: center;
    }
    main .content_wrap.haute figure {
        width: 100%; /* margin-right: 10.5rem; */
    }
    main .content_wrap.haute .box {}
    main .content_wrap.haute h4 {
        color: #111;
    }
    main .content_wrap.haute .exp {
        color: #111;
    }
    main .content_wrap.haute .exp2 {
        color: #111;
    }
    main .title_head {
        margin-bottom: 3rem;
    }
    main .title_head .en {
        text-align: center;
        font-size: 3.5rem;
        line-height: 3rem;
    }
    main .title_head .en.logo {
        width: 50%;
        margin: 0 auto;
    }
    main .title_head .ja {
        text-align: center;
        font-size: 1.2rem;
        margin: 1rem auto 0;
    }
    main .title_head .dress_exp {
        text-align: center;
        margin: 10px 0 0 0;
    }
    main section#eliesaab > .head {
        margin: 8rem auto 0;
    }
    main .collection {
        margin-top: 7rem;
    }
    main .collection .collection_list {
        margin: 0 auto;
        width: 90%;
    }
    main .collection .collection_list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    main .collection .collection_list li {
        width: 48%;
        margin-bottom: 2rem;
    }
    main .collection .collection_list li a {
        cursor: pointer;
    }
    main .collection .collection_list li a::after {
        display: none;
    }
    main .collection .collection_list li figure {}
    main .collection .collection_list li figure img {
        width: 100%;
        height: auto;
    }
    main .collection .collection_list li .product_no {
        text-align: center;
        margin: 0.8rem auto 0;
        font-size: 1rem;
    }
    .item_entry picture img {
        height: 220px;
    }
}