@charset "UTF-8";
.invisible.visible {
  visibility: visible !important; }

.spotlight-item-view .container {
  overflow-x: visible; }

.flex-media {
  display: flex;
  align-items: flex-start; }

.flex-media .body {
  flex: 1; }

.border-main-color {
  border: 2px solid var(--main-color); }

.border-main-bottom {
  border-bottom: 10px solid var(--main-color); }

.w-20 {
  width: 20% !important; }

.mw-100vw {
  max-width: 100vw; }

.mw-1440px {
  max-width: 1440px; }

.mw-1280px {
  max-width: 1280px; }

.mw-1140px {
  max-width: 1140px; }

.mw-1000px {
  max-width: 1000px; }

.text-fat {
  transform: scale(1, 0.85); }

ul.disc-ul,
ul.outline-ul {
  padding-left: 9%; }
  ul.disc-ul li,
  ul.outline-ul li {
    position: relative; }
    ul.disc-ul li:before,
    ul.outline-ul li:before {
      content: '\25CF';
      position: absolute;
      margin-left: -9%; }

ul.outline-ul li {
  position: relative; }
  ul.outline-ul li:before {
    content: '\25E6'; }

ul.dash-ul {
  padding-left: 4%; }
  ul.dash-ul li {
    position: relative; }
    ul.dash-ul li:before {
      content: '-';
      position: absolute;
      margin-left: -4%; }

.over-width {
  margin-left: calc(-1 * (50vw - 360px));
  margin-right: calc(-1 * (50vw - 360px)); }

@media (max-width: 991px) {
  .over-width {
    margin-left: calc(-1 * (50vw - 285px));
    margin-right: calc(-1 * (50vw - 285px)); } }

@media (max-width: 600px) {
  .over-width {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 581px) {
  .over-width .container .wrapper {
    max-width: 100vw; }
  .over-width > .container > .wrapper:not(.px-0) {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

br[d] {
  display: inline; }
  @media (max-width: 767px) {
    br[d] {
      display: none; } }

br[m] {
  display: none; }
  @media (max-width: 767px) {
    br[m] {
      display: inline; } }

hr[v] {
  border: none;
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  min-height: 2rem;
  width: 1px; }

.between-line {
  display: inline-block;
  position: relative; }
  .between-line:before, .between-line:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid black;
    top: 50%;
    width: 50vw; }
  .between-line:before {
    right: 100%;
    margin-right: 15px; }
  .between-line:after {
    left: 100%;
    margin-left: 15px; }

.square-box {
  position: relative; }
  .square-box:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .square-box .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #1B202F;
    text-align: center; }

.text-bold {
  font-weight: bold; }
  @supports (-webkit-overflow-scrolling: touch) {
    .text-bold {
      -webkit-font-smoothing: antialiased; } }

.flex-center-center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }

#chanel-n-1-content {
  display: block;
  min-height: 100vh;
  background: #E6E9EE; }
  #chanel-n-1-content .mw-1440px {
    display: flex;
    flex-flow: column;
    overflow: hidden; }
    #chanel-n-1-content .mw-1440px > div {
      background-position: center top;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: top center;
      box-sizing: border-box;
      text-align: center;
      overflow: visible;
      position: relative; }
      @media (min-width: 1440px) {
        #chanel-n-1-content .mw-1440px > div {
          background-size: 1440px auto; } }
      #chanel-n-1-content .mw-1440px > div .chanel {
        text-indent: -3000px;
        color: transparent;
        background: center no-repeat transparent;
        background-size: contain !important;
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/chanel.svg");
        width: 100%; }
      #chanel-n-1-content .mw-1440px > div hr.vertical-hr {
        border-left-width: calc(100vw * 2/1440);
        width: 1px;
        margin: 0 auto;
        border-left: 1px solid #962E38;
        border-top: none; }
        @media (min-width: 1440px) {
          #chanel-n-1-content .mw-1440px > div hr.vertical-hr {
            border-left-width: 2px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content .mw-1440px > div hr.vertical-hr {
            border-left-width: calc(100vw * 1/375); } }
      #chanel-n-1-content .mw-1440px > div h3.n-1-de-chanel {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9); }
        #chanel-n-1-content .mw-1440px > div h3.n-1-de-chanel sup {
          top: 0; }
      #chanel-n-1-content .mw-1440px > div .btn-user-review,
      #chanel-n-1-content .mw-1440px > div .shopping-link {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 45/1440);
        width: calc(100vw * 250/1440);
        height: calc(100vw * 80/1440);
        display: grid;
        place-content: center;
        color: white;
        border: solid 1px white;
        background-color: #962E38; }
        @media (min-width: 1440px) {
          #chanel-n-1-content .mw-1440px > div .btn-user-review,
          #chanel-n-1-content .mw-1440px > div .shopping-link {
            font-size: 45px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content .mw-1440px > div .btn-user-review,
          #chanel-n-1-content .mw-1440px > div .shopping-link {
            font-size: calc(100vw * 18/375); } }
        @media (min-width: 1440px) {
          #chanel-n-1-content .mw-1440px > div .btn-user-review,
          #chanel-n-1-content .mw-1440px > div .shopping-link {
            width: 250px;
            height: 80px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content .mw-1440px > div .btn-user-review,
          #chanel-n-1-content .mw-1440px > div .shopping-link {
            width: calc(100vw * 68/375);
            height: calc(100vw * 30/375); } }
    #chanel-n-1-content .mw-1440px .n-1-de-chanel-product {
      display: grid;
      place-content: center;
      position: relative;
      line-height: 1.25;
      background-color: #E9EBF0;
      color: #962E38; }
      #chanel-n-1-content .mw-1440px .n-1-de-chanel-product h3 {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 60/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content .mw-1440px .n-1-de-chanel-product h3 {
            font-size: 60px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content .mw-1440px .n-1-de-chanel-product h3 {
            font-size: calc(100vw * 20/375); } }
      #chanel-n-1-content .mw-1440px .n-1-de-chanel-product p:nth-of-type(1) {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 45/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content .mw-1440px .n-1-de-chanel-product p:nth-of-type(1) {
            font-size: 45px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content .mw-1440px .n-1-de-chanel-product p:nth-of-type(1) {
            font-size: calc(100vw * 18/375); } }
      #chanel-n-1-content .mw-1440px .n-1-de-chanel-product p:not(:nth-of-type(1)) {
        font-family: 'DB-Heavent-li' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 40/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content .mw-1440px .n-1-de-chanel-product p:not(:nth-of-type(1)) {
            font-size: 40px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content .mw-1440px .n-1-de-chanel-product p:not(:nth-of-type(1)) {
            font-size: calc(100vw * 18/375); } }
      #chanel-n-1-content .mw-1440px .n-1-de-chanel-product .btn-user-review {
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: 1; }
  #chanel-n-1-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/cover-bg.jpg");
    height: calc(100vw * 1060/1440);
    padding-bottom: calc(100vw * 0/1440);
    display: flex;
    flex-flow: row wrap;
    position: relative; }
    @media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      #chanel-n-1-content #cover {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/cover-bg.webp"); } }
    @media (max-width: 767px) {
      #chanel-n-1-content #cover {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/cover-bg.jpg"); } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #cover {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/cover-bg.webp"); } }
    @media (min-width: 1440px) {
      #chanel-n-1-content #cover {
        height: 1060px;
        padding-bottom: 0px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #cover {
        height: calc(100vw * 369/375);
        padding-bottom: calc(100vw * 5/375); } }
    @media (max-width: 767px) {
      #chanel-n-1-content #cover {
        flex-flow: column;
        justify-content: flex-end;
        align-items: center; } }
    #chanel-n-1-content #cover .title {
      width: calc(100vw * 770/1440);
      margin-left: calc(100vw * 36/1440);
      padding-top: calc(100vw * 190/1440);
      color: white; }
      @media (min-width: 1440px) {
        #chanel-n-1-content #cover .title {
          width: 770px;
          margin-left: 36px;
          padding-top: 190px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #cover .title {
          width: calc(100vw * 375/375);
          margin-left: calc(100vw * 0/375);
          padding-top: calc(100vw * 0/375); } }
      #chanel-n-1-content #cover .title h1 {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        font-family: 'DB-Heavent-med' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 123/1440);
        line-height: .8; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #cover .title h1 {
            font-size: 123px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #cover .title h1 {
            font-size: calc(100vw * 49/375); } }
        #chanel-n-1-content #cover .title h1 strong {
          font-size: calc(100vw * 156/1440);
          font-weight: normal;
          line-height: .7; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #cover .title h1 strong {
              font-size: 156px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #cover .title h1 strong {
              font-size: calc(100vw * 64/375); } }
          #chanel-n-1-content #cover .title h1 strong sup {
            line-height: .5;
            font-size: 50%;
            top: -20%; }
        #chanel-n-1-content #cover .title h1 span {
          font-size: calc(100vw * 69/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #cover .title h1 span {
              font-size: 69px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #cover .title h1 span {
              font-size: calc(100vw * 27/375); } }
      #chanel-n-1-content #cover .title blockquote {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 69/1440);
        line-height: 1.1; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #cover .title blockquote {
            font-size: 69px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #cover .title blockquote {
            font-size: calc(100vw * 25/375); } }
      #chanel-n-1-content #cover .title ~ picture {
        width: calc(100vw * 518/1440);
        margin-top: calc(100vw * 225/1440);
        display: block; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #cover .title ~ picture {
            width: 518px;
            margin-top: 225px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #cover .title ~ picture {
            width: calc(100vw * 185/375);
            margin-top: calc(100vw * 0/375); } }
        #chanel-n-1-content #cover .title ~ picture img {
          width: 100%; }
    #chanel-n-1-content #cover:after {
      content: '';
      background: black;
      display: block;
      width: 100%;
      height: calc(100vw * 20/1440);
      position: absolute;
      left: 0; }
      @media (min-width: 1440px) {
        #chanel-n-1-content #cover:after {
          height: 20px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #cover:after {
          height: calc(100vw * 5/375); } }
      @media (min-width: 768px) {
        #chanel-n-1-content #cover:after {
          top: calc(100vw * 735/1440); } }
      @media (min-width: 1440px) {
        #chanel-n-1-content #cover:after {
          top: 735px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #cover:after {
          bottom: 0; } }
  #chanel-n-1-content #sec-01 {
    border-bottom: solid black;
    color: #962E38;
    line-height: 1.35;
    height: calc(100vw * 965/1440);
    border-bottom-width: calc(100vw * 20/1440); }
    @media (min-width: 1440px) {
      #chanel-n-1-content #sec-01 {
        height: 965px;
        border-bottom-width: 20px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-01 {
        height: calc(100vw * 450/375);
        border-bottom-width: calc(100vw * 5/375); } }
    @media (min-width: 768px) {
      #chanel-n-1-content #sec-01 {
        line-height: 1.5; } }
    #chanel-n-1-content #sec-01 hr.vertical-hr {
      height: calc(100vw * 320/1440);
      margin-top: calc(100vw * -200/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-01 hr.vertical-hr {
          height: 320px;
          margin-top: -200px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-01 hr.vertical-hr {
          height: calc(100vw * 100/375);
          margin-top: calc(100vw * 16/375); } }
    #chanel-n-1-content #sec-01 h3,
    #chanel-n-1-content #sec-01 p:nth-of-type(2) {
      font-family: 'DB-Heavent-med' !important;
      transform: scale(1, 0.9); }
    #chanel-n-1-content #sec-01 h3 {
      font-size: calc(100vw * 58/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-01 h3 {
          font-size: 58px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-01 h3 {
          font-size: calc(100vw * 32/375); } }
      #chanel-n-1-content #sec-01 h3 sup {
        top: 0; }
    #chanel-n-1-content #sec-01 p {
      font-family: 'DB-Heavent-li' !important;
      transform: scale(1, 0.9); }
      #chanel-n-1-content #sec-01 p:nth-of-type(1) {
        font-size: calc(100vw * 40/1440);
        padding: calc(100vw * 96/1440) calc(100vw * 0/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-01 p:nth-of-type(1) {
            font-size: 40px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-01 p:nth-of-type(1) {
            font-size: calc(100vw * 20/375); } }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-01 p:nth-of-type(1) {
            padding: 96px 0px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-01 p:nth-of-type(1) {
            padding: calc(100vw * 16/375) calc(100vw * 0/375); } }
      #chanel-n-1-content #sec-01 p:nth-of-type(2) {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 45/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-01 p:nth-of-type(2) {
            font-size: 45px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-01 p:nth-of-type(2) {
            font-size: calc(100vw * 22/375); } }
  #chanel-n-1-content #sec-02 {
    background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-2-bg.jpg");
    height: calc(100vw * 1765/1440);
    padding-top: calc(100vw * 254/1440); }
    @media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      #chanel-n-1-content #sec-02 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-2-bg.webp"); } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-02 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-2-bg.jpg"); } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #sec-02 {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-2-bg.webp"); } }
    @media (min-width: 1440px) {
      #chanel-n-1-content #sec-02 {
        height: 1765px;
        padding-top: 254px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-02 {
        height: calc(100vw * 876/375);
        padding-top: calc(100vw * 54/375); } }
    #chanel-n-1-content #sec-02:after {
      content: '';
      position: absolute;
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-2-after.png");
      background-size: contain;
      background-repeat: no-repeat;
      left: calc(100vw * 1147.05/1440);
      top: calc(100vw * 620/1440);
      width: calc(100vw * 345.91/1440);
      height: calc(100vw * 430.5/1440); }
      @media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        #chanel-n-1-content #sec-02:after {
          background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-2-after.webp"); } }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-02:after {
          left: 1147.05px;
          top: 620px;
          width: 345.91px;
          height: 430.5px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-02:after {
          left: calc(100vw * 277/375);
          top: calc(100vw * 628/375);
          width: calc(100vw * 102/375);
          height: calc(100vw * 127/375); } }
    @media (min-width: 768px) {
      #chanel-n-1-content #sec-02:after {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-2-after.png"); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #sec-02:after {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-2-after.webp"); } }
    #chanel-n-1-content #sec-02 .block-1 {
      width: calc(100vw * 960/1440);
      height: calc(100vw * 640/1440);
      margin-bottom: calc(100vw * 222/1440);
      background: #962E38;
      color: white;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-02 .block-1 {
          width: 960px;
          height: 640px;
          margin-bottom: 222px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-02 .block-1 {
          width: calc(100vw * 315/375);
          height: calc(100vw * 340/375);
          margin-bottom: calc(100vw * 20/375); } }
      #chanel-n-1-content #sec-02 .block-1 .chanel {
        height: calc(100vw * 69.84/1440);
        margin-bottom: calc(100vw * 32/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-02 .block-1 .chanel {
            height: 69.84px;
            margin-bottom: 32px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-02 .block-1 .chanel {
            height: calc(100vw * 30.48/375);
            margin-bottom: calc(100vw * 16/375); } }
      #chanel-n-1-content #sec-02 .block-1 p {
        line-height: 1.3;
        margin-bottom: 0 !important; }
        #chanel-n-1-content #sec-02 .block-1 p:nth-of-type(1) {
          font-family: 'DB-Heavent-reg' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 60/1440);
          line-height: 1.2; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-02 .block-1 p:nth-of-type(1) {
              font-size: 60px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-02 .block-1 p:nth-of-type(1) {
              font-size: calc(100vw * 26/375); } }
        #chanel-n-1-content #sec-02 .block-1 p:nth-of-type(2) {
          font-family: 'DB-Heavent-li' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 40/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-02 .block-1 p:nth-of-type(2) {
              font-size: 40px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-02 .block-1 p:nth-of-type(2) {
              font-size: calc(100vw * 20/375); } }
        #chanel-n-1-content #sec-02 .block-1 p span sup {
          top: 0; }
    #chanel-n-1-content #sec-02 .block-2 {
      display: grid;
      grid-template-columns: auto 1fr; }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-02 .block-2 {
          grid-template-columns: 1fr; } }
      #chanel-n-1-content #sec-02 .block-2 .content {
        width: calc(100vw * 812/1440);
        padding-left: calc(100vw * 240/1440);
        padding-right: calc(100vw * 0/1440);
        color: #962E38; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-02 .block-2 .content {
            width: 812px;
            padding-left: 240px;
            padding-right: 0px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-02 .block-2 .content {
            width: calc(100vw * 375/375);
            padding-left: calc(100vw * 30/375);
            padding-right: calc(100vw * 30/375); } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-02 .block-2 .content {
            height: calc(100vw * 280/375); } }
        #chanel-n-1-content #sec-02 .block-2 .content h2 {
          font-family: 'DB-Heavent-reg' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 60/1440);
          line-height: 1; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-02 .block-2 .content h2 {
              font-size: 60px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-02 .block-2 .content h2 {
              font-size: calc(100vw * 30/375); } }
          #chanel-n-1-content #sec-02 .block-2 .content h2 strong {
            font-size: calc(100vw * 90/1440);
            font-weight: normal;
            display: block; }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-02 .block-2 .content h2 strong {
                font-size: 90px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-02 .block-2 .content h2 strong {
                font-size: calc(100vw * 38/375); } }
        #chanel-n-1-content #sec-02 .block-2 .content p {
          font-family: 'DB-Heavent-li' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 40/1440);
          padding-top: calc(100vw * 15/1440);
          line-height: 1.3;
          margin-bottom: 0; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-02 .block-2 .content p {
              font-size: 40px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-02 .block-2 .content p {
              font-size: calc(100vw * 18/375); } }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-02 .block-2 .content p {
              padding-top: 15px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-02 .block-2 .content p {
              padding-top: calc(100vw * 5/375); } }
          #chanel-n-1-content #sec-02 .block-2 .content p span sup {
            top: 0; }
      #chanel-n-1-content #sec-02 .block-2 .images picture {
        display: block;
        position: relative;
        z-index: 1; }
        #chanel-n-1-content #sec-02 .block-2 .images picture img {
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
        #chanel-n-1-content #sec-02 .block-2 .images picture:nth-of-type(1) img {
          width: calc(100vw * 522/1440);
          margin-left: calc(100vw * 0/1440);
          margin-top: calc(100vw * 0/1440);
          transform: rotate(-9deg); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-02 .block-2 .images picture:nth-of-type(1) img {
              width: 522px;
              margin-left: 0px;
              margin-top: 0px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-02 .block-2 .images picture:nth-of-type(1) img {
              width: calc(100vw * 161.81/375);
              margin-left: calc(100vw * 47.03/375);
              margin-top: calc(100vw * 0/375); } }
        #chanel-n-1-content #sec-02 .block-2 .images picture:nth-of-type(2) img {
          width: calc(100vw * 454.1/1440);
          margin-left: calc(100vw * -5/1440);
          margin-top: calc(100vw * -95/1440);
          transform: rotate(7deg); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-02 .block-2 .images picture:nth-of-type(2) img {
              width: 454.1px;
              margin-left: -5px;
              margin-top: -95px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-02 .block-2 .images picture:nth-of-type(2) img {
              width: calc(100vw * 140.76/375);
              margin-left: calc(100vw * 190.37/375);
              margin-top: calc(100vw * -64/375); } }
  #chanel-n-1-content #sec-03 {
    background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-3-bg.jpg");
    border-bottom: solid black;
    height: calc(100vw * 1089/1440);
    padding-top: calc(100vw * 0/1440);
    border-bottom-width: calc(100vw * 20/1440); }
    @media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      #chanel-n-1-content #sec-03 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-3-bg.webp"); } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-03 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-3-bg.jpg"); } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #sec-03 {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-3-bg.webp"); } }
    @media (min-width: 1440px) {
      #chanel-n-1-content #sec-03 {
        height: 1089px;
        padding-top: 0px;
        border-bottom-width: 20px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-03 {
        height: calc(100vw * 324/375);
        padding-top: calc(100vw * 0/375);
        border-bottom-width: calc(100vw * 5/375); } }
    #chanel-n-1-content #sec-03 ol {
      margin-left: calc(100vw * 1000/1440);
      margin-top: calc(100vw * 300/1440);
      padding: 0;
      list-style: none;
      counter-reset: benefits-counter; }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-03 ol {
          margin-left: 1000px;
          margin-top: 300px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-03 ol {
          margin-left: calc(100vw * 245/375);
          margin-top: calc(100vw * 70/375); } }
      #chanel-n-1-content #sec-03 ol li {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 40/1440);
        height: calc(100vw * 100/1440);
        line-height: 1.2;
        text-align: left;
        display: flex;
        align-items: center;
        position: relative;
        color: #962E38;
        counter-increment: benefits-counter; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-03 ol li {
            font-size: 40px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-03 ol li {
            font-size: calc(100vw * 17/375); } }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-03 ol li {
            height: 100px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-03 ol li {
            height: calc(100vw * 45/375); } }
        #chanel-n-1-content #sec-03 ol li:before {
          content: counter(benefits-counter);
          font-family: 'DB-Heavent-reg' !important;
          transform: scale(1, 0.9) skew(-12.5deg);
          font-size: calc(100vw * 141/1440);
          left: calc(100vw * -103/1440);
          color: #962E38;
          line-height: 1;
          position: absolute; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-03 ol li:before {
              font-size: 141px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-03 ol li:before {
              font-size: calc(100vw * 50/375); } }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-03 ol li:before {
              left: -103px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-03 ol li:before {
              left: calc(100vw * -30/375); } }
        #chanel-n-1-content #sec-03 ol li:after {
          content: '';
          position: absolute;
          display: block;
          width: calc(100vw * 120/1440);
          left: calc(100vw * -265/1440);
          height: 1px;
          border-top: 1px solid #962E38; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-03 ol li:after {
              width: 120px;
              left: -265px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-03 ol li:after {
              width: calc(100vw * 35/375);
              left: calc(100vw * -75/375); } }
  #chanel-n-1-content #sec-04 {
    padding-top: calc(100vw * 80/1440);
    padding-bottom: calc(100vw * 100/1440);
    color: #962E38; }
    @media (min-width: 1440px) {
      #chanel-n-1-content #sec-04 {
        padding-top: 80px;
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-04 {
        padding-top: calc(100vw * 20/375);
        padding-bottom: calc(100vw * 25/375); } }
    #chanel-n-1-content #sec-04 h2.between-line {
      font-family: 'DB-Heavent-reg' !important;
      transform: scale(1, 0.9);
      font-size: calc(100vw * 90/1440);
      margin-bottom: calc(100vw * 20/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-04 h2.between-line {
          font-size: 90px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-04 h2.between-line {
          font-size: calc(100vw * 38/375); } }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-04 h2.between-line {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-04 h2.between-line {
          margin-bottom: calc(100vw * 10/375); } }
      #chanel-n-1-content #sec-04 h2.between-line:before, #chanel-n-1-content #sec-04 h2.between-line:after {
        border-color: #962E38; }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-04 h2.between-line:before, #chanel-n-1-content #sec-04 h2.between-line:after {
            top: 25%; } }
    #chanel-n-1-content #sec-04 h3.n-1-de-chanel {
      font-size: calc(100vw * 58/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-04 h3.n-1-de-chanel {
          font-size: 58px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-04 h3.n-1-de-chanel {
          font-size: calc(100vw * 28/375); } }
    #chanel-n-1-content #sec-04 p, #chanel-n-1-content #sec-04 ul {
      font-family: 'DB-Heavent-li' !important;
      transform: scale(1, 0.9);
      font-size: calc(100vw * 45/1440);
      line-height: 1.3; }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-04 p, #chanel-n-1-content #sec-04 ul {
          font-size: 45px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-04 p, #chanel-n-1-content #sec-04 ul {
          font-size: calc(100vw * 20/375); } }
    #chanel-n-1-content #sec-04 p:nth-of-type(1) {
      padding-bottom: calc(100vw * 20/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-04 p:nth-of-type(1) {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-04 p:nth-of-type(1) {
          padding-bottom: calc(100vw * 10/375); } }
    #chanel-n-1-content #sec-04 ul {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: center; }
      #chanel-n-1-content #sec-04 ul li strong {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 141/1440);
        font-weight: normal;
        display: block;
        line-height: .75; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-04 ul li strong {
            font-size: 141px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-04 ul li strong {
            font-size: calc(100vw * 60/375); } }
      #chanel-n-1-content #sec-04 ul li picture {
        display: block;
        text-align: center; }
        #chanel-n-1-content #sec-04 ul li picture img {
          width: calc(100vw * 250/1440);
          height: calc(100vw * 280/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-04 ul li picture img {
              width: 250px;
              height: 280px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-04 ul li picture img {
              width: calc(100vw * 95/375);
              height: calc(100vw * 105/375); } }
      #chanel-n-1-content #sec-04 ul:nth-of-type(1) li {
        width: calc(100vw * 384/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-04 ul:nth-of-type(1) li {
            width: 384px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-04 ul:nth-of-type(1) li {
            width: calc(100vw * 160/375); } }
        #chanel-n-1-content #sec-04 ul:nth-of-type(1) li:nth-of-type(3) {
          width: unset;
          grid-column: 1 / -1;
          position: relative; }
          #chanel-n-1-content #sec-04 ul:nth-of-type(1) li:nth-of-type(3):after {
            content: '+';
            display: block;
            font-family: 'DB-Heavent-med' !important;
            font-size: calc(100vw * 141/1440);
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -100%);
            line-height: .9; }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-04 ul:nth-of-type(1) li:nth-of-type(3):after {
                font-size: 141px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-04 ul:nth-of-type(1) li:nth-of-type(3):after {
                font-size: calc(100vw * 60/375); } }
      #chanel-n-1-content #sec-04 ul:nth-of-type(2) li {
        width: calc(100vw * 500/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-04 ul:nth-of-type(2) li {
            width: 500px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-04 ul:nth-of-type(2) li {
            width: calc(100vw * 170/375); } }
  #chanel-n-1-content #sec-05 {
    background: #962E38;
    color: white;
    line-height: 1.2;
    display: grid;
    grid-template-columns: auto 1fr; }
    #chanel-n-1-content #sec-05 .title {
      padding-top: calc(100vw * 120/1440);
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: flex-start; }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-05 .title {
          padding-top: 120px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-05 .title {
          padding-top: calc(100vw * 40/375); } }
      #chanel-n-1-content #sec-05 .title hr.vertical-hr {
        height: calc(100vw * 320/1440);
        border-left-color: white !important; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-05 .title hr.vertical-hr {
            height: 320px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-05 .title hr.vertical-hr {
            height: calc(100vw * 56/375); } }
      #chanel-n-1-content #sec-05 .title h3.n-1-de-chanel {
        font-size: calc(100vw * 102/1440);
        line-height: 1.5; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-05 .title h3.n-1-de-chanel {
            font-size: 102px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-05 .title h3.n-1-de-chanel {
            font-size: calc(100vw * 28/375); } }
      #chanel-n-1-content #sec-05 .title p {
        font-family: 'DB-Heavent-reg' !important;
        transform: scale(1, 0.9);
        font-size: calc(100vw * 90/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-05 .title p {
            font-size: 90px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-05 .title p {
            font-size: calc(100vw * 22/375); } }
  #chanel-n-1-content #sec-06 {
    background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-6-bg.png");
    background-color: white;
    min-height: calc(100vw * 1980/1440);
    padding-bottom: calc(100vw * 146/1440); }
    @media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      #chanel-n-1-content #sec-06 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/sec-6-bg.webp"); } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-06 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-6-bg.png"); } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #sec-06 {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/sec-6-bg.webp"); } }
    @media (min-width: 1440px) {
      #chanel-n-1-content #sec-06 {
        min-height: 1980px;
        padding-bottom: 146px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-06 {
        min-height: calc(100vw * 800/375);
        padding-bottom: calc(100vw * 36/375); } }
    #chanel-n-1-content #sec-06 .n-1-de-chanel-product {
      background: #962E38;
      color: white; }
      #chanel-n-1-content #sec-06 .n-1-de-chanel-product h3 {
        font-size: calc(100vw * 69/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product h3 {
            font-size: 69px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product h3 {
            font-size: calc(100vw * 28/375); } }
      #chanel-n-1-content #sec-06 .n-1-de-chanel-product:after {
        content: '';
        display: block;
        position: absolute;
        border-color: #962E38; }
      #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1) {
        width: calc(100vw * 816/1440);
        height: calc(100vw * 370/1440);
        margin-top: calc(100vw * 52/1440);
        margin-left: calc(100vw * 139/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1) {
            width: 816px;
            height: 370px;
            margin-top: 52px;
            margin-left: 139px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1) {
            width: calc(100vw * 225/375);
            height: calc(100vw * 180/375);
            margin-top: calc(100vw * 25/375);
            margin-left: calc(100vw * 36/375); } }
        #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):after {
          width: calc(100vw * 100/1440);
          height: calc(100vw * 160/1440);
          bottom: calc(100vw * -205/1440);
          left: calc(100vw * 380/1440);
          border-width: 2px;
          border-style: none none solid solid; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):after {
              width: 100px;
              height: 160px;
              bottom: -205px;
              left: 380px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):after {
              width: calc(100vw * 52/375);
              height: calc(100vw * 64/375);
              bottom: calc(100vw * -64/375);
              left: calc(100vw * 60/375); } }
        @media (min-width: 768px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):before {
            content: '';
            position: absolute;
            background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/drop.png");
            background-size: contain;
            background-repeat: no-repeat;
            right: calc(100vw * -78/1440);
            bottom: calc(100vw * -105/1440);
            width: calc(100vw * 155.88/1440);
            height: calc(100vw * 163/1440); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):before {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/drop.webp"); } }
  @media (min-width: 768px) and (min-width: 1440px) {
    #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):before {
      right: -78px;
      bottom: -105px;
      width: 155.88px;
      height: 163px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):before {
      right: calc(100vw * 0/375);
      bottom: calc(100vw * 0/375);
      width: calc(100vw * 0/375);
      height: calc(100vw * 0/375); } }
        @media (min-width: 768px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(1):before {
            transform: rotate(-152deg); } }
      #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2) {
        width: calc(100vw * 744/1440);
        height: calc(100vw * 524/1440);
        margin-top: calc(100vw * 1000/1440);
        margin-left: calc(100vw * 480/1440); }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2) {
            width: 744px;
            height: 524px;
            margin-top: 1000px;
            margin-left: 480px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2) {
            width: calc(100vw * 224/375);
            height: calc(100vw * 252/375);
            margin-top: calc(100vw * 332/375);
            margin-left: calc(100vw * 124/375); } }
        #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2):after {
          width: calc(100vw * 225/1440);
          height: calc(100vw * 145/1440);
          top: calc(100vw * -145/1440);
          left: calc(100vw * 160/1440);
          border-width: 2px;
          border-style: solid solid none none; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2):after {
              width: 225px;
              height: 145px;
              top: -145px;
              left: 160px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2):after {
              width: calc(100vw * 55/375);
              height: calc(100vw * 75/375);
              top: calc(100vw * -75/375);
              left: calc(100vw * 70/375); } }
        @media (min-width: 768px) {
          #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2):before {
            content: '';
            position: absolute;
            background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/drops.png");
            background-size: contain;
            background-repeat: no-repeat;
            left: calc(100vw * -72/1440);
            top: calc(100vw * 43/1440);
            width: calc(100vw * 141/1440);
            height: calc(100vw * 191/1440); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2):before {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/drops.webp"); } }
  @media (min-width: 768px) and (min-width: 1440px) {
    #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2):before {
      left: -72px;
      top: 43px;
      width: 141px;
      height: 191px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    #chanel-n-1-content #sec-06 .n-1-de-chanel-product:nth-of-type(2):before {
      left: calc(100vw * 0/375);
      top: calc(100vw * 0/375);
      width: calc(100vw * 0/375);
      height: calc(100vw * 0/375); } }
  #chanel-n-1-content #sec-07 {
    background: white; }
    #chanel-n-1-content #sec-07 ul {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: center; }
      @media (min-width: 768px) {
        #chanel-n-1-content #sec-07 ul {
          grid-column-gap: calc(100vw * 16/1440); } }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-07 ul {
          grid-column-gap: 16px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-07 ul {
          grid-template-columns: 1fr;
          justify-items: center; } }
      #chanel-n-1-content #sec-07 ul li {
        width: calc(100vw * 575/1440);
        padding-top: calc(100vw * 150/1440);
        padding-bottom: calc(100vw * 65/1440);
        padding-left: calc(100vw * 40/1440);
        padding-right: calc(100vw * 40/1440);
        margin-bottom: calc(100vw * 115/1440);
        position: relative;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: flex-start; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-07 ul li {
            width: 575px;
            padding-top: 150px;
            padding-bottom: 65px;
            padding-left: 40px;
            padding-right: 40px;
            margin-bottom: 115px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-07 ul li {
            width: calc(100vw * 302/375);
            padding-top: calc(100vw * 50/375);
            padding-bottom: calc(100vw * 25/375);
            padding-left: calc(100vw * 25/375);
            padding-right: calc(100vw * 25/375);
            margin-bottom: calc(100vw * 0/375); } }
        #chanel-n-1-content #sec-07 ul li img {
          top: calc(100vw * 115/1440);
          position: absolute;
          transform: translateY(-100%); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-07 ul li img {
              top: 115px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-07 ul li img {
              top: calc(100vw * 35/375); } }
        #chanel-n-1-content #sec-07 ul li:nth-of-type(1) {
          margin-top: calc(100vw * 480/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(1) {
              margin-top: 480px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(1) {
              margin-top: calc(100vw * 180/375); } }
          #chanel-n-1-content #sec-07 ul li:nth-of-type(1) img {
            width: calc(100vw * 497/1440);
            left: calc(100vw * 118/1440); }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(1) img {
                width: 497px;
                left: 118px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(1) img {
                width: calc(100vw * 151/375);
                left: calc(100vw * 104/375); } }
        #chanel-n-1-content #sec-07 ul li:nth-of-type(2) {
          margin-top: calc(100vw * 480/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(2) {
              margin-top: 480px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(2) {
              margin-top: calc(100vw * 215/375); } }
          #chanel-n-1-content #sec-07 ul li:nth-of-type(2) img {
            width: calc(100vw * 463/1440);
            left: calc(100vw * 122/1440); }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(2) img {
                width: 463px;
                left: 122px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(2) img {
                width: calc(100vw * 141/375);
                left: calc(100vw * 100/375); } }
        #chanel-n-1-content #sec-07 ul li:nth-of-type(3) {
          margin-top: calc(100vw * 635/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(3) {
              margin-top: 635px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(3) {
              margin-top: calc(100vw * 315/375); } }
          #chanel-n-1-content #sec-07 ul li:nth-of-type(3) img {
            width: calc(100vw * 559/1440);
            left: calc(100vw * 95/1440); }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(3) img {
                width: 559px;
                left: 95px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(3) img {
                width: calc(100vw * 198/375);
                left: calc(100vw * 86/375); } }
        #chanel-n-1-content #sec-07 ul li:nth-of-type(4) {
          margin-top: calc(100vw * 635/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(4) {
              margin-top: 635px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(4) {
              margin-top: calc(100vw * 235/375); } }
          #chanel-n-1-content #sec-07 ul li:nth-of-type(4) img {
            width: calc(100vw * 485/1440);
            left: calc(100vw * 135/1440); }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(4) img {
                width: 485px;
                left: 135px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(4) img {
                width: calc(100vw * 161/375);
                left: calc(100vw * 97/375); } }
        #chanel-n-1-content #sec-07 ul li:nth-of-type(5) {
          margin-top: calc(100vw * 430/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(5) {
              margin-top: 430px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(5) {
              margin-top: calc(100vw * 178/375); } }
          #chanel-n-1-content #sec-07 ul li:nth-of-type(5) img {
            width: calc(100vw * 524/1440);
            left: calc(100vw * 64/1440); }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(5) img {
                width: 524px;
                left: 64px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(5) img {
                width: calc(100vw * 182/375);
                left: calc(100vw * 70/375); } }
        #chanel-n-1-content #sec-07 ul li:nth-of-type(6) {
          margin-top: calc(100vw * 430/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(6) {
              margin-top: 430px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-07 ul li:nth-of-type(6) {
              margin-top: calc(100vw * 236/375); } }
          #chanel-n-1-content #sec-07 ul li:nth-of-type(6) img {
            width: calc(100vw * 464/1440);
            left: calc(100vw * 135/1440); }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(6) img {
                width: 464px;
                left: 135px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-07 ul li:nth-of-type(6) img {
                width: calc(100vw * 160/375);
                left: calc(100vw * 94/375); } }
  #chanel-n-1-content #sec-08 {
    background: white; }
    #chanel-n-1-content #sec-08 ul {
      display: grid;
      justify-content: center; }
      #chanel-n-1-content #sec-08 ul li {
        padding-bottom: calc(100vw * 75/1440);
        display: grid;
        grid-template-columns: 1fr auto; }
        @media (min-width: 1440px) {
          #chanel-n-1-content #sec-08 ul li {
            padding-bottom: 75px; } }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-08 ul li {
            padding-bottom: calc(100vw * 30/375); } }
        #chanel-n-1-content #sec-08 ul li .btn-user-review {
          position: unset;
          transform: unset; }
        #chanel-n-1-content #sec-08 ul li picture {
          display: block; }
          #chanel-n-1-content #sec-08 ul li picture img {
            width: 100%; }
        @media (max-width: 767px) {
          #chanel-n-1-content #sec-08 ul li .title-last {
            grid-column: 1 / span 2; } }
        #chanel-n-1-content #sec-08 ul li .title p:last-of-type,
        #chanel-n-1-content #sec-08 ul li .title-last p:last-of-type {
          padding-top: calc(100vw * 16/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-08 ul li .title p:last-of-type,
            #chanel-n-1-content #sec-08 ul li .title-last p:last-of-type {
              padding-top: 16px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-08 ul li .title p:last-of-type,
            #chanel-n-1-content #sec-08 ul li .title-last p:last-of-type {
              padding-top: calc(100vw * 0/375); } }
        #chanel-n-1-content #sec-08 ul li .title {
          display: flex;
          flex-flow: column;
          justify-content: flex-end; }
          #chanel-n-1-content #sec-08 ul li .title hr {
            width: calc(100vw * 454/1440);
            margin-top: calc(100vw * 12/1440);
            margin-bottom: calc(100vw * 12/1440);
            border-color: #962E38; }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-08 ul li .title hr {
                width: 454px;
                margin-top: 12px;
                margin-bottom: 12px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-08 ul li .title hr {
                width: calc(100vw * 138/375);
                margin-top: calc(100vw * 6/375);
                margin-bottom: calc(100vw * 6/375); } }
        #chanel-n-1-content #sec-08 ul li .title-last p {
          font-family: 'DB-Heavent-li' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 40/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-08 ul li .title-last p {
              font-size: 40px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-08 ul li .title-last p {
              font-size: calc(100vw * 18/375); } }
        #chanel-n-1-content #sec-08 ul li .title-last .btn-user-review {
          margin-top: calc(100vw * 32/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-08 ul li .title-last .btn-user-review {
              margin-top: 32px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-08 ul li .title-last .btn-user-review {
              margin-top: calc(100vw * 16/375); } }
        #chanel-n-1-content #sec-08 ul li:nth-of-type(1) {
          padding-left: calc(100vw * 203/1440);
          padding-right: calc(100vw * 188/1440);
          padding-top: calc(100vw * 0/1440);
          background-color: white; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-08 ul li:nth-of-type(1) {
              padding-left: 203px;
              padding-right: 188px;
              padding-top: 0px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-08 ul li:nth-of-type(1) {
              padding-left: calc(100vw * 24/375);
              padding-right: calc(100vw * 24/375);
              padding-top: calc(100vw * 20/375); } }
          #chanel-n-1-content #sec-08 ul li:nth-of-type(1) picture {
            width: calc(100vw * 504/1440);
            grid-column: 2;
            grid-row: 1 / span 2; }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(1) picture {
                width: 504px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(1) picture {
                width: calc(100vw * 154/375); } }
          #chanel-n-1-content #sec-08 ul li:nth-of-type(1) .title {
            padding: calc(100vw * 44/1440) calc(100vw * 48/1440);
            grid-column: 1;
            grid-row: 1;
            padding-bottom: 0 !important; }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(1) .title {
                padding: 44px 48px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(1) .title {
                padding: calc(100vw * 45/375) calc(100vw * 0/375); } }
        #chanel-n-1-content #sec-08 ul li:nth-of-type(2) {
          grid-template-columns: auto 1fr;
          padding-top: calc(100vw * 75/1440);
          padding-left: calc(100vw * 231/1440);
          padding-right: calc(100vw * 67/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-08 ul li:nth-of-type(2) {
              padding-top: 75px;
              padding-left: 231px;
              padding-right: 67px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-08 ul li:nth-of-type(2) {
              padding-top: calc(100vw * 30/375);
              padding-left: calc(100vw * 36/375);
              padding-right: calc(100vw * 22/375); } }
          #chanel-n-1-content #sec-08 ul li:nth-of-type(2) picture {
            width: calc(100vw * 338/1440);
            padding-top: calc(100vw * 62/1440);
            grid-row: 1 / span 2; }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(2) picture {
                width: 338px;
                padding-top: 62px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(2) picture {
                width: calc(100vw * 111/375);
                padding-top: calc(100vw * 0/375); } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(2) picture {
                grid-row: 1; } }
          #chanel-n-1-content #sec-08 ul li:nth-of-type(2) .title {
            padding: calc(100vw * 0/1440) calc(100vw * 67/1440); }
            @media (min-width: 1440px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(2) .title {
                padding: 0px 67px; } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(2) .title {
                padding: calc(100vw * 0/375) calc(100vw * 14/375); } }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-08 ul li:nth-of-type(2) .title p:last-of-type {
                margin-bottom: calc(100vw * 8/375) !important; } }
  #chanel-n-1-content #sec-09 {
    background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/how-to-use.jpg");
    min-height: calc(100vw * 2890/1440);
    padding-top: calc(100vw * 50/1440);
    background-size: 100% auto !important;
    background: white;
    color: #962E38;
    line-height: 1.3; }
    @media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      #chanel-n-1-content #sec-09 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/1440/how-to-use.webp"); } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-09 {
        background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/how-to-use.jpg"); } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #chanel-n-1-content #sec-09 {
      background-image: url("https://www.jeban.com/spotlight-item/n-1-de-chanel/375/how-to-use.webp"); } }
    @media (min-width: 1440px) {
      #chanel-n-1-content #sec-09 {
        min-height: 2890px;
        padding-top: 50px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-09 {
        min-height: calc(100vw * 1280/375);
        padding-top: calc(100vw * 25/375); } }
    #chanel-n-1-content #sec-09 h2 {
      font-family: 'DB-Heavent-reg' !important;
      transform: scale(1, 0.9);
      font-size: calc(100vw * 100/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-09 h2 {
          font-size: 100px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-09 h2 {
          font-size: calc(100vw * 60/375); } }
    #chanel-n-1-content #sec-09 > ol {
      list-style: none;
      padding: 0;
      line-height: 1.2; }
      #chanel-n-1-content #sec-09 > ol > li {
        text-align: left; }
        #chanel-n-1-content #sec-09 > ol > li h3 {
          font-family: 'DB-Heavent-reg' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 350/1440);
          padding-left: calc(100vw * 20/1440);
          padding-top: calc(100vw * 150/1440);
          line-height: .5;
          transform: scale(1, 0.75); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li h3 {
              font-size: 350px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li h3 {
              font-size: calc(100vw * 119/375); } }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li h3 {
              padding-left: 20px;
              padding-top: 150px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li h3 {
              padding-left: calc(100vw * 8/375);
              padding-top: calc(100vw * 50/375); } }
          #chanel-n-1-content #sec-09 > ol > li h3.between-line:before, #chanel-n-1-content #sec-09 > ol > li h3.between-line:after {
            border-color: #962E38;
            top: 75%; }
        #chanel-n-1-content #sec-09 > ol > li p:nth-of-type(1) {
          font-family: 'DB-Heavent-reg' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 40/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li p:nth-of-type(1) {
              font-size: 40px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li p:nth-of-type(1) {
              font-size: calc(100vw * 18/375); } }
        #chanel-n-1-content #sec-09 > ol > li ul {
          font-family: 'DB-Heavent-li' !important;
          transform: scale(1, 0.9);
          font-size: calc(100vw * 40/1440);
          list-style: none;
          padding: 0;
          margin: 0; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li ul {
              font-size: 40px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li ul {
              font-size: calc(100vw * 18/375); } }
          #chanel-n-1-content #sec-09 > ol > li ul li {
            display: grid;
            grid-template-columns: auto 1fr; }
            #chanel-n-1-content #sec-09 > ol > li ul li:before {
              padding-right: calc(100vw * 16/1440);
              content: "•";
              color: #962E38; }
              @media (min-width: 1440px) {
                #chanel-n-1-content #sec-09 > ol > li ul li:before {
                  padding-right: 16px; } }
              @media (max-width: 767px) {
                #chanel-n-1-content #sec-09 > ol > li ul li:before {
                  padding-right: calc(100vw * 8/375); } }
        #chanel-n-1-content #sec-09 > ol > li:nth-of-type(1) {
          margin-top: calc(100vw * 0/1440);
          padding-left: calc(100vw * 614/1440);
          height: calc(100vw * 450/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(1) {
              margin-top: 0px;
              padding-left: 614px;
              height: 450px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(1) {
              margin-top: calc(100vw * 0/375);
              padding-left: calc(100vw * 148/375);
              height: calc(100vw * 148/375); } }
          #chanel-n-1-content #sec-09 > ol > li:nth-of-type(1) h3:before {
            display: none; }
        #chanel-n-1-content #sec-09 > ol > li:nth-of-type(2) {
          padding-left: calc(100vw * 336/1440);
          height: calc(100vw * 450/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(2) {
              padding-left: 336px;
              height: 450px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(2) {
              padding-left: calc(100vw * 56/375);
              height: calc(100vw * 220/375); } }
          #chanel-n-1-content #sec-09 > ol > li:nth-of-type(2) h3:after {
            display: none; }
        #chanel-n-1-content #sec-09 > ol > li:nth-of-type(3) {
          padding-left: calc(100vw * 652/1440);
          height: calc(100vw * 380/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(3) {
              padding-left: 652px;
              height: 380px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(3) {
              padding-left: calc(100vw * 148/375);
              height: calc(100vw * 205/375); } }
          #chanel-n-1-content #sec-09 > ol > li:nth-of-type(3) h3:before {
            display: none; }
        #chanel-n-1-content #sec-09 > ol > li:nth-of-type(4) {
          padding-left: calc(100vw * 320/1440);
          height: calc(100vw * 520/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(4) {
              padding-left: 320px;
              height: 520px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(4) {
              padding-left: calc(100vw * 56/375);
              height: calc(100vw * 235/375); } }
          #chanel-n-1-content #sec-09 > ol > li:nth-of-type(4) h3:after {
            display: none; }
        #chanel-n-1-content #sec-09 > ol > li:nth-of-type(5) {
          padding-left: calc(100vw * 320/1440);
          height: 0; }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(5) {
              padding-left: 320px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(5) {
              padding-left: calc(100vw * 36/375); } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(5) h3 {
              padding-left: calc(100vw * 45/375); } }
        #chanel-n-1-content #sec-09 > ol > li:nth-of-type(6) {
          padding-left: calc(100vw * 952/1440);
          height: calc(100vw * 420/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(6) {
              padding-left: 952px;
              height: 420px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(6) {
              padding-left: calc(100vw * 200/375);
              height: calc(100vw * 160/375); } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(6) h3 {
              padding-left: calc(100vw * 75/375); } }
        #chanel-n-1-content #sec-09 > ol > li:nth-of-type(7) {
          padding-left: calc(100vw * 497/1440); }
          @media (min-width: 1440px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(7) {
              padding-left: 497px; } }
          @media (max-width: 767px) {
            #chanel-n-1-content #sec-09 > ol > li:nth-of-type(7) {
              padding-left: calc(100vw * 92/375); } }
          #chanel-n-1-content #sec-09 > ol > li:nth-of-type(7) h3:after {
            left: 175%; }
            @media (max-width: 767px) {
              #chanel-n-1-content #sec-09 > ol > li:nth-of-type(7) h3:after {
                left: 200%; } }
  #chanel-n-1-content #sec-10 {
    padding-top: calc(100vw * 56/1440);
    padding-bottom: calc(100vw * 92/1440);
    line-height: 1.2; }
    @media (min-width: 1440px) {
      #chanel-n-1-content #sec-10 {
        padding-top: 56px;
        padding-bottom: 92px; } }
    @media (max-width: 767px) {
      #chanel-n-1-content #sec-10 {
        padding-top: calc(100vw * 24/375);
        padding-bottom: calc(100vw * 36/375); } }
    #chanel-n-1-content #sec-10 h2,
    #chanel-n-1-content #sec-10 h3.n-1-de-chanel {
      font-family: 'DB-Heavent-reg' !important;
      transform: scale(1, 0.9);
      color: #962E38;
      line-height: .75; }
    #chanel-n-1-content #sec-10 h2 {
      font-size: calc(100vw * 90/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-10 h2 {
          font-size: 90px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-10 h2 {
          font-size: calc(100vw * 35/375); } }
    #chanel-n-1-content #sec-10 h3.n-1-de-chanel {
      font-size: calc(100vw * 102/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-10 h3.n-1-de-chanel {
          font-size: 102px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-10 h3.n-1-de-chanel {
          font-size: calc(100vw * 38/375); } }
    #chanel-n-1-content #sec-10 p {
      font-family: 'DB-Heavent-li' !important;
      transform: scale(1, 0.9);
      font-size: calc(100vw * 50/1440);
      padding: calc(100vw * 32/1440) calc(100vw * 0/1440); }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-10 p {
          font-size: 50px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-10 p {
          font-size: calc(100vw * 20/375); } }
      @media (min-width: 1440px) {
        #chanel-n-1-content #sec-10 p {
          padding: 32px 0px; } }
      @media (max-width: 767px) {
        #chanel-n-1-content #sec-10 p {
          padding: calc(100vw * 16/375) calc(100vw * 0/375); } }
    #chanel-n-1-content #sec-10 .shopping-link {
      margin: 0 auto; }