@charset "UTF-8";
@-webkit-keyframes hover_flash {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        zoom: 1
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
}

@keyframes hover_flash {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        zoom: 1
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
}

@-webkit-keyframes scroll_open {
    0% {
        background: url(/elegance/img/la_poudre/color_img_scroll.png)
    }
    50% {
        background: url(/elegance/img/la_poudre/color_img_scrolling.png)
    }
    100% {
        background: none
    }
}

@keyframes scroll_open {
    0% {
        background: url(/elegance/img/la_poudre/color_img_scroll.png)
    }
    50% {
        background: url(/elegance/img/la_poudre/color_img_scrolling.png)
    }
    100% {
        background: none
    }
}

@-webkit-keyframes hover_flash2 {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    10% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        zoom: 1
    }
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        zoom: 1
    }
    40% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
}

@keyframes hover_flash2 {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    10% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        zoom: 1
    }
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        zoom: 1
    }
    40% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1
    }
}

/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    font-size: 100%;*/
/*    vertical-align: baseline;*/
/*    background-color: transparent*/
/*}*/

body {
    line-height: 1
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px
}

.mb11 {
    margin-bottom: 11px
}

.mb14 {
    margin-bottom: 14px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb24 {
    margin-bottom: 24px !important
}

.mb25 {
    margin-bottom: 25px
}

.mb26 {
    margin-bottom: 26px !important
}

.mb30 {
    margin-bottom: 30px
}

.mb33 {
    margin-bottom: 33px !important
}

.mb35 {
    margin-bottom: 35px
}

.mb36 {
    margin-bottom: 36px !important
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb54 {
    margin-bottom: 54px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb75 {
    margin-bottom: 75px !important
}

.mb80 {
    margin-bottom: 80px
}

.mb85 {
    margin-bottom: 85px
}

.mb90 {
    margin-bottom: 90px
}

.mb95 {
    margin-bottom: 95px
}

.mb100 {
    margin-bottom: 100px
}

.mb107 {
    margin-bottom: 107px !important
}

.mr0 {
    margin-right: 0 !important
}

.mr5 {
    margin-right: 5px
}

.mr9 {
    margin-right: 9px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.mt30 {
    margin-top: 30px !important
}

.mt45 {
    margin-top: 45px !important
}

.mt47 {
    margin-top: 47px !important
}

.pt0 {
    padding-top: 0 !important
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt32 {
    padding-top: 32px !important
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt74 {
    padding-top: 74px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.w1000 {
    width: 1000px;
    margin: 0 auto
}

a {
    outline: none
}

a img {
    transition: opacity 500ms
}

a:hover img {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.op a img, .op2 {
    transition: opacity .5s cubic-bezier(.25, .1, .25, 1)
}

.op a img:hover, .op2:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    -moz-opacity: .7;
    -khtml-opacity: .7;
    zoom: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.flL {
    float: left
}

.flR {
    float: right
}

.dt {
    display: table
}

.dtc {
    display: table-cell
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.clearfix {
    _height: 1px;
    min-height: 1px
}

.show_pc {
    display: block
}

.show_pctb {
    display: block
}

.show_pctbin {
    display: inline
}

.show_tbsp {
    display: none
}

.show_tb {
    display: none
}

.show_sp {
    display: none
}

input::-moz-selection {
    background-color: #999;
    color: #aba9aa
}

input::selection {
    background-color: #999;
    color: #aba9aa
}

input::-moz-selection {
    background-color: #999;
    color: #aba9aa
}

html, body {
    height: 100%;
    min-height: 100%;
    background-color: #fff
}

body {
    -webkit-text-size-adjust: 100%
}

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input, textarea {
    padding: 0;
    background-color: inherit;
    border: none;
    outline: none
}

input[type=text]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

/*body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {*/
/*    font-family: Helvetica, Arial, Verdana, Roboto, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, HiraMinProN-W3, "ＭＳ Ｐ明朝", MS PMincho, "游明朝", Yu Mincho, "游明朝体", YuMincho, source-han-serif-japanese, serif;*/
/*    font-size: 16px;*/
/*    line-height: 32px;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    color: #231815;*/
/*    letter-spacing: .04em*/
/*}*/

a {
    color: #231815;
    text-decoration: none;
    transition: all .5s cubic-bezier(.25, .1, .25, 1)
}

a.nolink {
    pointer-events: none;
    cursor: default
}

a:hover {
    color: #231815;
    text-decoration: none
}

::-moz-selection {
    color: #111;
    background: #eaeaea
}

::selection {
    color: #111;
    background: #eaeaea
}

::-moz-selection {
    color: #111;
    background: #eaeaea
}

#wrapper {
    width: 100%;
    position: relative
}

.wrap {
    padding-top: 87px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1
}

ruby {
    display: inline-table;
    border-collapse: collapse;
    height: 2em;
    margin: 0;
    padding: 0;
    border: none;
    white-space: nowrap;
    text-indent: 0;
    vertical-align: .9em;
    text-decoration: inherit;
    text-align: center;
    line-height: 1em
}

ruby > rtc {
    display: table-header-group;
    height: 25%;
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    font-size: 50%;
    line-height: 1em
}

ruby > rtc + rtc, ruby > rtc + rp + rtc {
    display: table-footer-group;
    height: 25%;
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    font-size: 50%;
    text-decoration: none;
    line-height: 1em
}

ruby > rtc > rt {
    display: table-cell;
    margin: 0;
    padding: 0 .125em;
    border: none;
    font-size: 100%;
    text-align: center;
    line-height: 1em
}

ruby > rb {
    display: table-cell;
    max-height: 75%;
    margin: 0;
    padding: 0 .125em;
    border: none;
    font: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 1em;
    vertical-align: top
}

ruby > rp {
    display: none
}

ruby > rt {
    display: table-header-group;
    height: 25%;
    margin: 0;
    padding: 0 .125em;
    border: none;
    font: inherit;
    font-size: 50%;
    text-align: center;
    line-height: 1em
}

ruby > ruby {
    vertical-align: 0
}

ruby > ruby + rt, ruby > ruby + rp + rt {
    display: table-footer-group
}

ruby > rt + rt {
    display: table-footer-group
}

.u-none {
    display: none
}

.u-block {
    display: block
}

.u-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.u-grid {
    display: -ms-grid;
    display: grid
}

button {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none
}

img {
    max-width: 100%
}

a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.u-none {
    display: none
}

.u-block {
    display: block
}

.sp-header, .pc-header {
    position: relative
}

.elegancetop {
    position: relative;
    margin-top: 68px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    z-index: 1
}

.elegancetop__floatingBanner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.elegancetop__floatingBanner[aria-expanded=false] {
    display: none
}

.elegancetop__floatingBannerClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.elegancetop__floatingBannerLink {
    display: block;
    cursor: pointer;
    transition: opacity .3s ease-out
}

.elegancetop__floatingBannerLink:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.elegancetop__floatingBannerImg {
    width: 100%;
    height: auto;
    display: block
}

.elegancetop__mv {
    width: 100%
}

.mySwiper {
    width: 100%
}

.mySwiper .swiper-slide__image {
    width: 100%;
    height: auto;
    display: block
}

.mySwiper .swiper-pagination-bullets {
    text-align: center
}

.mySwiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: rgba(100, 100, 100, .7)
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: #646464
}

.elegancetop__topics {
    margin: 55px auto 0;
    width: 288px
}

.e-common-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2.5;
    font-family: adobe-jenson-pro;
    text-align: center;
    text-transform: uppercase
}

.e-topics__title, .e-information__title, .e-artist__title {
    color: #272727;
    text-decoration: underline;
    text-underline-offset: 9px
}

.products__title {
    color: #b49c56;
    text-decoration: underline;
    text-underline-offset: 9px
}

.e-instagram__title {
    color: #b49c56
}

.e-topics__lists {
    margin-top: 16px
}

.e-topics__listsItem + .e-topics__listsItem {
    border-top: 1px solid #c7c7c7
}

.e-topics__link {
    padding: 20px 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity .4s ease-out
}

.e-topics__link:hover {
    opacity: .78;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=78)"
}

.e-topics__image {
    -webkit-flex: 0 0 104px;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    width: 104px;
    height: auto;
    display: block
}

.e-topics__detail {
    padding-left: 15px
}

.e-topics__detailDate, .e-information__date {
    margin-bottom: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
}

.e-topics__detailDate time, .e-information__date time {
    font-size: 10px;
    line-height: 1;
    color: #aca9a9;
    font-family: Hiragino Sans W3, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
}

.e-topics__newiconImg, .e-information__newiconImg {
    width: 36px;
    height: auto
}

.e-topics__newiconImg {
    margin-left: 14px
}

.e-information__newiconImg {
    margin-left: 9px
}

.e-information__text {
    font-size: 11px;
    line-height: 1.54545;
    color: #231815;
    font-family: "游明朝", YuMincho, Hiragino Mincho ProN W3, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
    font-weight: 400
}

.e-topics__text {
    letter-spacing: .04em;
    height: 49px;
    font-size: 11px;
    line-height: 1.54545;
    color: #231815;
    font-family: "游明朝", YuMincho, Hiragino Mincho ProN W3, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.e-information__text {
    letter-spacing: 0
}

.e-topics__category {
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: .04em;
    line-height: 1.58333;
    color: #cc233a
}

.e-topics__morelink, .e-information__morelink, .e-products__morelink, .e-artist__morelink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 3.21429;
    color: #b49c56;
    font-family: adobe-jenson-pro;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 10px;
    transition: opacity .4s ease-out
}

.e-topics__morelink:hover, .e-information__morelink:hover, .e-products__morelink:hover, .e-artist__morelink:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #b49c56;
    text-decoration: underline
}

.e-topics__morelink {
    margin-top: 7px
}

.e-information__morelink {
    margin-top: 11px
}

.e-products__morelink {
    margin-top: 13px
}

.elegancetop__information {
    margin: 48px auto 0;
    width: 288px
}

.e-information__lists {
    margin-top: 17px
}

.e-information__listsItem {
    border-bottom: 1px solid #c6c7c8
}

.e-information__link {
    padding: 19px 0;
    display: block;
    transition: opacity .4s ease-out
}

.e-information__link:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.elegancetop__products {
    margin-top: 62px;
    padding-top: 40px;
    padding-bottom: 32px;
    width: 100%;
    background: url(../img/common/bg_black.gif)
}

.product__list {
    margin: 25px auto 0;
    width: 280px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__listItem {
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px
}

.product__listLink {
    width: 100%;
    display: block;
    transition: opacity .4s ease-out
}

.product__listLink:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.product__listImg {
    width: 100%;
    height: auto;
    display: block
}

.product__listText {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .1em;
    color: #b49c56;
    text-align: center;
    text-transform: uppercase;
    font-family: adobe-jenson-pro
}

.elegancetop__artist {
    margin: 55px auto 0;
    width: 288px
}

.e-artist__content {
    margin-top: 35px
}

.e-artist__image {
    width: 100%
}

.e-artist__link {
    width: 100%;
    display: block;
    transition: opacity .4s ease-out
}

.e-artist__link:hover {
    opacity: .82;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=82)"
}

.e-artist__photo {
    width: 100%;
    height: auto
}

.e-artist__subtitle {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1;
    font-family: adobe-jenson-pro;
    color: #b39d51;
    text-transform: uppercase;
    text-align: center
}

.e-artist__text {
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 2.1;
    font-family: "游明朝", YuMincho, Hiragino Mincho ProN W3, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
    color: #282727;
    text-align: center
}

.e-artist__morelink {
    margin-top: 8px
}

.elegancetop__catalog {
    margin: 42px auto 0;
    width: 176px
}

.e-catalog__link {
    width: 100%;
    display: block;
    transition: opacity .3s ease-in-out
}

.e-catalog__link:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.e-catalog__image {
    width: 100%;
    height: auto
}

.elegancetop__instagram {
    margin-top: 36px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f5f3ef
}

.e-instagram__account {
    margin-top: -7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.e-instagram__account a {
    font-size: 11px;
    letter-spacing: .14em;
    line-height: 1;
    font-family: Hiragino Sans W3, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    color: #231815;
    text-align: center;
    display: block;
    transition: opacity .3s ease-out
}

.e-instagram__account a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.e-instagram__list {
    margin: 30px auto 0;
    width: 288px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.e-instagram__listItem {
    -webkit-flex: 0 0 142px;
    -ms-flex: 0 0 142px;
    flex: 0 0 142px;
    -webkit-transform: opacity .3s ease-out;
    -ms-transform: opacity .3s ease-out;
    transform: opacity .3s ease-out
}

.e-instagram__listItem:nth-of-type(n+3) {
    margin-top: 4px
}

.e-instagram__listItem:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.e-instagram__link {
    display: block;
    width: 100%;
    transition: opacity .4s ease-out
}

.e-instagram__link img {
    display: block;
    width: 100%;
    height: auto
}

.e-instagram__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.elegancetop__banner {
    margin: 40px auto 0;
    width: 288px
}

.e-banner__link {
    display: block;
    width: 100%;
    transition: opacity .4s ease-out
}

.e-banner__link img {
    display: block;
    width: 100%;
    height: auto
}

.e-banner__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.shopsModalOpen {
    overflow-y: hidden
}

.shopsModalOpen .sp-header, .shopsModalOpen .pc-header {
    position: relative;
    transition: z-index 0s .5s
}

.shopsModalOpen .sp-header, .shopsModalOpen .pc-header, .shopsModalOpen .footer {
    z-index: 1
}

.search-shops {
    position: relative;
    margin: 47px auto 0;
    width: 288px
}

.status {
    margin-top: 40px;
    font-size: 12px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", sans-serif
}

.search-shops__button {
    width: 100%;
    height: 88px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.6875;
    transition: opacity .5s;
    border-radius: 4px
}

.search-shops__button span {
    margin-top: -6px;
    margin-right: 10px;
    width: 19px;
    height: auto;
    display: block
}

.search-shops__button span img {
    width: 100%;
    height: auto
}

.search-shops__button img {
    width: 100%;
    height: auto
}

.search-shops__button:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.recentlySearchedShops {
    margin: 18px auto 0;
    width: 274px
}

.recentlySearchedShops__title {
    text-align: center;
    font-size: 12px;
    line-height: calc(20 / 12);
    color: #464646;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", sans-serif
}

.recentlySearchedShops__list {
    margin: 15px auto 0
}

.recentlySearchedShops__list > li {
    border-top: 1px solid rgba(227, 227, 227, .7);
    list-style-type: none
}

.recentlySearchedShops__list > li:last-child {
    border-bottom: 1px solid rgba(227, 227, 227, .7)
}

.recentlySearchedShops__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
    font-size: 12px;
    line-height: calc(20 / 12);
    color: #464646;
    transition: background-color .5s;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", sans-serif
}

.recentlySearchedShops__link:hover, .recentlySearchedShops__link:focus {
    background-color: #f5f5f5
}

.shopsModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6
}

.shopsModal[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .5s, visibility 0s .5s
}

.shopsModal[aria-hidden=false] {
    transition: opacity .5s, visibility 0s
}

.shopsModal__inner {
    margin: 8vw auto;
    position: relative;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 50px 0;
    width: calc(100vw - 40px);
    height: calc(100% - 16vw);
    background-color: #fff
}

.shopsModal__inner.error {
    margin: 25vh auto;
    padding-top: 36px;
    padding-bottom: 0;
    overflow-y: hidden;
    height: 275px
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.shopsModal__loading {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.shopsModal__loading:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.shopsModal__loading {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

.shopsModal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.shopsModal__closeButton {
    position: absolute;
    top: 9px;
    right: 7px;
    width: 32px;
    height: 32px;
    transition: opacity .5s
}

.shopsModal__closeButton:before, .shopsModal__closeButton:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background-color: #b1b1b1
}

.shopsModal__closeButton:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.shopsModal__closeButton:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.shopsModal__closeButton:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.shopsModal__title {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: .05em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", sans-serif;
    color: #464646;
    text-align: center
}

.shopsModal__list {
    margin: 40px auto 0;
    width: calc(322 / 375 * 100%);
    height: calc(100% - 211px);
    min-height: 120px;
    overflow-y: scroll
}

.error .shopsModal__list {
    display: none
}

.shopsModal__listItem {
    padding: 30px calc(20 / 332 * 100%) 20px calc(42 / 332 * 100%);
    font-size: 13px;
    line-height: 1.76923;
    color: #464646;
    border-bottom: 1px solid #ebebeb
}

.shopsModal__listItem:first-of-type {
    border-top: 1px solid #ebebeb
}

.shopsModal__listItem:nth-of-type(n+4) {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .5s ease
}

.more .shopsModal__list li:nth-of-type(n+4) {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.shop__name {
    position: relative
}

.shop__name:before {
    position: absolute;
    content: "";
    left: -24px;
    top: 2px;
    width: 13px;
    height: 16.5px;
    background-image: url(/img/razzle/common/icon-map-gray.svg);
    background-repeat: no-repeat;
    background-size: 13px 16.5px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.shop__name, .shop__address {
    font-size: 13px;
    line-height: 1.76923;
    color: #464646;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", sans-serif
}

.shop__map {
    position: relative;
    margin-left: -3px;
    padding: 3px 22px 3px 3px;
    font-size: 14px;
    line-height: 3.14286;
    color: #464646;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", sans-serif;
    transition: opacity .5s
}

.shop__map:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.shop__map span {
    position: absolute;
    right: 0;
    top: 5px;
    display: block
}

.shop__map span img {
    width: 11px;
    height: auto;
    display: block
}

.shopsModal__moreButton {
    position: relative;
    padding: 5px;
    margin: 32px auto 0;
    display: block;
    font-size: 13px;
    line-height: 1.76923;
    color: #464646;
    transition: opacity .5s
}

.shopsModal__moreButton:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3px;
    background-color: #464646
}

.more .shopsModal__moreButton {
    display: none
}

.error .shopsModal__moreButton {
    display: none
}

.shopsModal__moreButton:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.shopsModal-buttonWrapper {
    margin: 45px auto 0;
    width: calc(231 / 375 * 100%);
    min-width: 231px
}

.error .shopsModal-buttonWrapper {
    margin: 32px auto 0
}

.shopsModal-button, .shopsModal-link {
    display: block;
    width: 100%;
    height: 47px;
    background-color: #f0f0f0;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", sans-serif;
    color: #464646;
    transition: opacity .5s;
    cursor: pointer
}

.shopsModal-button + .shopsModal-button, .shopsModal-link + .shopsModal-button, .shopsModal-button + .shopsModal-link, .shopsModal-link + .shopsModal-link {
    margin-top: 7px
}

.shopsModal-button:hover, .shopsModal-link:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.elegance-modalOpen {
    overflow: hidden
}

.elegance-modalOpen footer {
    z-index: 1
}

.eleganceModal {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .3s, visibility 0s .3s
}

.elegance-modalOpen .eleganceModal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .6s
}

.eleganceModal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2
}

.eleganceModal__closeButton {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 35px;
    height: 35px;
    z-index: 4;
    cursor: pointer;
    transition: opacity .5s
}

.eleganceModal__closeButton:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.eleganceModal__closeButton--line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    display: block;
    background-color: #c4b08a
}

.eleganceModal__closeButton--line:first-of-type {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.eleganceModal__closeButton--line:last-of-type {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.eleganceModal__content {
    margin: calc(50vh - (411px / 2)) auto 0;
    position: relative;
    padding-top: 46px;
    padding-bottom: 29px;
    width: 288px;
    background-color: #fff;
    z-index: 2;
    box-sizing: border-box
}

.eleganceModal__content img {
    margin: 0 auto;
    display: block;
    width: 220px;
    height: auto
}

.eleganceModal__textWrapper {
    margin-top: 18px;
    box-sizing: border-box
}

.eleganceModal__text {
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 2.08333;
    font-family: "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, Hiragino Mincho ProN W3, "游明朝", YuMincho, Yu mincho, "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", MS PMincho, source-han-serif-japanese, serif;
    text-align: center
}

.eleganceModal__brand {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 1.28571;
    font-family: "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, Hiragino Mincho ProN W3, "游明朝", YuMincho, Yu mincho, "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", MS PMincho, source-han-serif-japanese, serif;
    text-align: center
}

.eleganceModal__brand span {
    display: block;
    font-size: 10px;
    line-height: 1.8
}

.eleganceModal__linkWrapper {
    position: relative;
    margin: 22px auto 0;
    width: calc(220 / 288 * 100%);
    height: 57px;
    background-color: #c4b08a
}

.eleganceModal__linkWrapper:before, .eleganceModal__linkWrapper:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    right: 10px;
    background-color: #fff
}

.eleganceModal__linkWrapper:before {
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg)
}

.eleganceModal__linkWrapper:after {
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%) rotate(155deg);
    -ms-transform: translateY(-50%) rotate(155deg);
    transform: translateY(-50%) rotate(155deg)
}

.eleganceModal__link {
    padding-right: 11px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: .06em;
    line-height: 2.72727;
    font-family: "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, Hiragino Mincho ProN W3, "游明朝", YuMincho, Yu mincho, "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", MS PMincho, source-han-serif-japanese, serif;
    color: #fff;
    transition: opacity .5s
}

.eleganceModal__link:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    color: #fff
}

@media only screen and (max-width: 979px) {
    .show_pc {
        display: none
    }

    .show_pctb {
        display: block
    }

    .show_pctbin {
        display: inline
    }

    .show_tbsp {
        display: block
    }

    .show_tb {
        display: block
    }

    .show_sp {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .show_pc {
        display: none
    }

    .show_pctb {
        display: none
    }

    .show_pctbin {
        display: none
    }

    .show_tbsp {
        display: block
    }

    .show_tb {
        display: none
    }

    .show_sp {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .pc-contents, .pc-header, .pc-footer, .pc-display {
        display: block !important
    }

    .sp-contents, .sp-header, .sp-footer, .sp-display {
        display: none !important
    }

    .u-md-none {
        display: none
    }

    .u-md-block {
        display: block
    }

    .u-md-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .u-md-inline {
        display: inline
    }

    .u-md-none {
        display: none
    }

    .u-md-block {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .pc-contents, .pc-header, .pc-footer, .pc-display {
        display: none !important
    }

    .sp-contents, .sp-header, .sp-footer, .sp-display {
        display: block !important
    }
}

@media only screen and (min-width: 768px) {
    .footer {
        position: relative;
        z-index: 0
    }

    .elegancetop {
        margin-top: 87px;
        margin-bottom: 150px;
        min-width: 1200px
    }

    .elegancetop__floatingBanner {
        left: unset;
        right: 50px;
        width: 418px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        pointer-events: none;
        transition: opacity .4s ease-out
    }

    .is-floating-banner .elegancetop__floatingBanner {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        pointer-events: all
    }

    .elegancetop__floatingBannerClose {
        width: 25px;
        height: 25px
    }

    .elegancetop__topics {
        margin: 113px auto 0;
        width: 990px
    }

    .e-common-title {
        font-size: 26px;
        letter-spacing: .1em;
        line-height: 1.73077
    }

    .e-topics__lists {
        margin-top: 58px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 25px
    }

    .e-topics__listsItem {
        -webkit-flex: 0 0 308px;
        -ms-flex: 0 0 308px;
        flex: 0 0 308px
    }

    .e-topics__listsItem + .e-topics__listsItem {
        border-top: none;
        margin-left: 30px
    }

    .e-topics__listsItem:nth-of-type(4) {
        margin-left: 0
    }

    .e-topics__listsItem:nth-of-type(n+3) {
        margin-top: 0
    }

    .e-topics__listsItem:nth-of-type(n+4) {
        margin-top: 10px
    }

    .e-topics__link {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .e-topics__image {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .e-topics__detail {
        margin-top: 10px;
        padding-left: 3px
    }

    .e-topics__detailDate, .e-information__date {
        margin-bottom: 0
    }

    .e-topics__detailDate time, .e-information__date time {
        font-size: 14px;
        letter-spacing: .04em
    }

    .e-topics__detailDate {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .e-topics__newiconImg, .e-information__newiconImg {
        width: 38px
    }

    .e-topics__newiconImg {
        margin-left: 0
    }

    .e-information__newiconImg {
        margin-left: 20px;
        margin-right: -61px
    }

    .e-information__text {
        font-size: 12px;
        line-height: 1.58333;
        text-align: justify
    }

    .e-topics__text {
        font-size: 12px;
        line-height: 1.58333;
        text-align: justify;
        margin-top: 15px;
        text-align: left;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: auto;
        -webkit-line-clamp: auto;
        overflow: visible
    }

    .e-information__text {
        margin-left: 83px
    }

    .e-topics__morelink, .e-information__morelink, .e-products__morelink, .e-artist__morelink {
        font-size: 17px;
        line-height: 2.64706
    }

    .e-topics__morelink {
        margin-top: 42px
    }

    .e-information__morelink {
        margin-top: 45px
    }

    .e-products__morelink {
        margin-top: 28px
    }

    .elegancetop__information {
        margin: 83px auto 0;
        width: 650px
    }

    .e-information__lists {
        margin-top: 58px
    }

    .e-information__link {
        padding: 17.5px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elegancetop__products {
        margin-top: 94px;
        padding-top: 97px;
        padding-bottom: 74px
    }

    .product__list {
        margin: 79px auto 0;
        width: 1020px
    }

    .product__listItem:first-of-type, .product__listItem:nth-of-type(2), .product__listItem:nth-of-type(3), .product__listItem:nth-of-type(4) {
        -webkit-flex: 0 0 164px;
        -ms-flex: 0 0 164px;
        flex: 0 0 164px
    }

    .product__listItem:nth-of-type(5), .product__listItem:nth-of-type(8), .product__listItem:nth-of-type(9) {
        -webkit-flex: 0 0 141px;
        -ms-flex: 0 0 141px;
        flex: 0 0 141px
    }

    /*.product__listItem:nth-of-type(5) {margin-top: 58px;margin-left: 0 !important}.product__listItem:nth-of-type(5) .product__listText {margin-top: 8px}.product__listItem:nth-of-type(6) {margin-top: 86px;-webkit-flex: 0 0 170px;-ms-flex: 0 0 170px;flex: 0 0 170px}.product__listItem:nth-of-type(6) .product__listText {margin-top: 21px}.product__listItem:nth-of-type(7) {margin-top: 47px;-webkit-flex: 0 0 150px;-ms-flex: 0 0 150px;flex: 0 0 150px}.product__listItem:nth-of-type(7) .product__listText {margin-top: 27px}.product__listItem:nth-of-type(8) {margin-top: 53px}.product__listItem:nth-of-type(8) .product__listText {margin-top: 12px}.product__listItem:nth-of-type(9) {margin-top: 84px}.product__listItem:nth-of-type(9) .product__listText {margin-top: 15px}.product__listItem+.product__listItem {margin-left: 77px}.product__listItem+.product__listItem:nth-of-type(n+6) {margin-left: 50px}*/
    .product__listItem:nth-of-type(5) {
        margin-top: 86px;
        -webkit-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        margin-left: -16px !important
    }

    .product__listItem:nth-of-type(5) .product__listText {
        margin-top: 21px
    }

    .product__listItem:nth-of-type(6) {
        margin-top: 47px;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-left: 80px !important
    }

    .product__listItem:nth-of-type(6) .product__listText {
        margin-top: 27px
    }

    .product__listItem:nth-of-type(7) {
        margin-top: 53px;
        margin-left: 105px !important
    }

    .product__listItem:nth-of-type(7) .product__listText {
        margin-top: 12px
    }

    .product__listItem:nth-of-type(8) {
        margin-top: 84px;
        margin-left: 100px !important
    }

    .product__listItem:nth-of-type(8) .product__listText {
        margin-top: 15px
    }

    .product__listItem + .product__listItem {
        margin-left: 77px
    }

    .product__listText {
        margin-top: 3px;
        font-size: 16px;
        line-height: 2.8125;
        letter-spacing: .08em
    }

    .elegancetop__artist {
        margin: 89px auto 0;
        width: 920px
    }

    .e-artist__content {
        margin-top: 78px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: 23px 55px auto;
        grid-template-rows: 23px 55px auto;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .e-artist__image {
        grid-column: 1 / 2;
        grid-row: 1 / 4
    }

    .e-artist__link {
        width: 460px
    }

    .e-artist__subtitle {
        margin-top: 70px;
        margin-left: 98px;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        font-size: 22px;
        text-align: left
    }

    .e-artist__text {
        margin-top: 91px;
        margin-left: 98px;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        font-size: 14px;
        line-height: 2.14286;
        text-align: left
    }

    .e-artist__morelink {
        margin-top: 122px;
        margin-left: 98px;
        grid-column: 2 / 3;
        grid-row: 3 / 4;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elegancetop__catalog {
        margin: 124px auto 0;
        width: 306px
    }

    .elegancetop__instagram {
        margin-top: 68px;
        padding-top: 50px;
        padding-bottom: 60px
    }

    .e-instagram__account {
        margin-top: 0
    }

    .e-instagram__account a {
        font-size: 13px;
        letter-spacing: .1em
    }

    .e-instagram__list {
        margin: 48px auto 0;
        width: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .e-instagram__listItem {
        -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px
    }

    .e-instagram__listItem:nth-of-type(n+2) {
        margin-left: 30px
    }

    .e-instagram__listItem:nth-of-type(n+3) {
        margin-top: 0
    }

    .elegancetop__banner {
        margin: 50px auto 0;
        width: 580px
    }

    .search-shops {
        margin: 0 auto;
        width: 920px
    }

    .status {
        font-size: 13px
    }

    .search-shops__button {
        margin-top: 80px;
        height: 70px;
        font-size: 20px
    }

    .search-shops__button span {
        margin-top: -10px;
        width: 17px
    }

    .recentlySearchedShops {
        margin: 20px auto 0;
        width: 920px
    }

    .recentlySearchedShops__title {
        font-size: 14px;
        line-height: calc(24 / 14)
    }

    .recentlySearchedShops__list {
        margin: 25px auto 0
    }

    .recentlySearchedShops__link {
        padding: 28px 0;
        font-size: 14px;
        line-height: calc(24 / 14)
    }

    .shopsModal__inner {
        margin: calc(69 / 1141 * 100vh) auto auto;
        padding-top: 104px;
        padding-bottom: 75px;
        width: calc(896 / 1366 * 100%);
        height: calc(960 / 1141 * 100vh)
    }

    .shopsModal__inner.error {
        padding-top: 55px
    }

    .shopsModal__list {
        margin: 63px auto 0;
        height: calc(100% - 341px)
    }

    .shopsModal__listItem {
        padding: 40px calc(20 / 332 * 100%) 40px calc(42 / 332 * 100%)
    }

    .shopsModal-buttonWrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .shopsModal-button + .shopsModal-button, .shopsModal-link + .shopsModal-button, .shopsModal-button + .shopsModal-link, .shopsModal-link + .shopsModal-link {
        margin-top: 0;
        margin-left: 10px
    }

    .eleganceModal__closeButton {
        top: 13px;
        right: 13px;
        width: 55px;
        height: 55px
    }

    .eleganceModal__closeButton--line {
        width: 25px
    }

    .eleganceModal__content {
        margin: calc(50vh - (434px / 2)) auto 0;
        padding: 69px 98px;
        width: 992px;
        max-width: 1200px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .eleganceModal__content img {
        -webkit-flex: 0 0 436px;
        -ms-flex: 0 0 436px;
        flex: 0 0 436px
    }

    .eleganceModal__textWrapper {
        margin-top: 0;
        padding-left: 66px;
        -webkit-flex: 0 0 360px;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px
    }

    .eleganceModal__text {
        font-size: 14px;
        line-height: 2
    }

    .eleganceModal__brand {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.25
    }

    .eleganceModal__brand span {
        font-size: 11px;
        line-height: 1.81818
    }

    .eleganceModal__linkWrapper {
        margin-top: 27px;
        width: 294px
    }

    .eleganceModal__link {
        line-height: 2.72727
    }
}

@media only screen and (max-width: 768px) {
    body.pagetop_fixed .btn_pagetop {
        bottom: 77px
    }

    .floating-banner-close body.pagetop_fixed .btn_pagetop {
        bottom: 10px
    }

    .product__listItem:nth-of-type(n+3) {
        margin-top: 21px
    }
}
