@charset "UTF-8";
/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */
.lp-blackfriday {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4142857136rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  overflow-x: hidden;
  background-color: #000000;
  overflow: hidden; }

.bold {
  font-weight: 900; }

.center {
  text-align: center;
  display: block;
  margin: 0 auto; }

h1, h2, h3, h4 {
  font-weight: 900; }

.gold {
  color: #dcc16b; }

/* -----------------------------------------------------------------------
## Base ##################################################
----------------------------------------------------------------------- */
.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .blackfriday_wrapper {
    width: 92%;
    margin: 0 auto; } }

.blackfriday_wrapper1000 {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .blackfriday_wrapper1000 {
      width: 92%; } }

.blackfriday_wrapper1200 {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .blackfriday_wrapper1200 {
      width: 92%; } }

.blackfriday_wrapper800 {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .blackfriday_wrapper800 {
      width: 92%; } }

.blackfriday_wrapper900 {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .blackfriday_wrapper900 {
      width: 92%; } }

.section {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .section {
      padding-top: 0px; } }

.ttl {
  display: block;
  margin: 0 auto 20px; }
  @media screen and (max-width: 767px) {
    .ttl {
      width: 100%;
      margin: 0 auto 5px; } }
  .ttl.ttl_mg {
    margin-bottom: 0; }
  .ttl.ttl-01 {
    width: 650px; }
    @media screen and (max-width: 767px) {
      .ttl.ttl-01 {
        width: 100%; } }
  .ttl.ttl-02 {
    width: 600px; }
    @media screen and (max-width: 767px) {
      .ttl.ttl-02 {
        width: 100%; } }
  .ttl.ttl-03 {
    width: 900px; }
    @media screen and (max-width: 767px) {
      .ttl.ttl-03 {
        width: 100%; } }

.link-btn {
  color: #000000;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.6rem;
  font-size: 1.3142857136rem;
  background: #ffffff;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .link-btn {
      font-size: 1.4142857136rem; } }
  .link-btn:after {
    pointer-events: none;
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -.5em;
    color: #000000; }
  .link-btn.m-btn {
    background: #0057cd;
    color: #ffffff; }
    .link-btn.m-btn::after {
      color: #ffffff; }
  .link-btn.l-btn {
    background: #eb35d8;
    color: #ffffff; }
    .link-btn.l-btn::after {
      color: #ffffff; }

#copyarea-960 {
  display: none; }

/* -----------------------------------------------------------------------
## counddown ##################################################
----------------------------------------------------------------------- */
.lp-count.sp .countdownArea {
  margin: 0 auto; }
  .lp-count.sp .countdownArea .countdown-timer {
    font-weight: bold;
    text-align: center;
    margin-top: 5px; }
    .lp-count.sp .countdownArea .countdown-timer .number {
      background-color: #393939;
      color: #ffffff;
      font-weight: bold;
      line-height: 1.0;
      padding: 5px 5px 5px;
      border-radius: 5px;
      display: inline-block;
      font-size: 2.8142857136rem; }
    .lp-count.sp .countdownArea .countdown-timer .unit {
      color: #ffffff;
      margin: 0 3px;
      font-size: 1.8142857136rem; }

/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
#lp-main {
  position: relative;
  height: 520px;
  background: url(/lp/blackfriday/25/images/mv_bg.jpg) center center/cover no-repeat; }
  @media screen and (max-width: 767px) {
    #lp-main {
      background: none;
      height: auto;
      padding-bottom: 0px; } }
  #lp-main .lp-count {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%); }
    #lp-main .lp-count .countdownArea {
      margin: 0 auto; }
      #lp-main .lp-count .countdownArea .ttl {
        display: block;
        margin: 0 auto 5px;
        width: 700px; }
      #lp-main .lp-count .countdownArea .countdown-timer {
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #lp-main .lp-count .countdownArea .countdown-timer {
            margin: 0 0 5px;
            font-size: 1.2em; } }
        #lp-main .lp-count .countdownArea .countdown-timer .number {
          background-color: #393939;
          color: #ffffff;
          font-weight: bold;
          line-height: 1.0;
          padding: 10px 10px 10px;
          border-radius: 5px;
          display: inline-block;
          font-size: 2.3142857136rem; }
          @media screen and (max-width: 767px) {
            #lp-main .lp-count .countdownArea .countdown-timer .number {
              padding: 6px 10px 2px;
              font-size: 1.8em; } }
        #lp-main .lp-count .countdownArea .countdown-timer .unit {
          color: #ffffff;
          margin: 0 5px;
          font-size: 1.8142857136rem; }
          @media screen and (max-width: 767px) {
            #lp-main .lp-count .countdownArea .countdown-timer .unit {
              margin: 0 3px;
              font-size: 1.25em; } }
  #lp-main h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 1300px;
    height: auto; }
    @media screen and (max-width: 767px) {
      #lp-main h1 {
        position: static;
        transform: none;
        width: 100%;
        text-align: center; } }

#lp-kiwami {
  padding: 0px 0 40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #lp-kiwami {
      margin-bottom: 0px; } }
  #lp-kiwami::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: calc(100% - 40%);
    background: #C19727;
    background: linear-gradient(275deg, #c19727 0%, #f4e28b 100%);
    z-index: -1; }
    @media screen and (max-width: 767px) {
      #lp-kiwami::before {
        top: 50%;
        height: calc(100% - 50%); } }
  #lp-kiwami .kiwami_area {
    width: 800px;
    height: auto; }
    @media screen and (max-width: 767px) {
      #lp-kiwami .kiwami_area {
        width: 92%; } }
    #lp-kiwami .kiwami_area .kiwami_bnr a {
      box-shadow: 0px 5px 19px 0px rgba(255, 255, 255, 0.35); }
      #lp-kiwami .kiwami_area .kiwami_bnr a:hover {
        opacity: 1.0; }
  #lp-kiwami .btnarea {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      #lp-kiwami .btnarea {
        margin-top: 20px;
        width: 100%;
        gap: 10px; } }
    @media screen and (max-width: 767px) {
      #lp-kiwami .btnarea li {
        display: flex;
        justify-content: center; } }
    #lp-kiwami .btnarea li a {
      width: 310px;
      height: 60px; }
      @media screen and (max-width: 767px) {
        #lp-kiwami .btnarea li a {
          width: 170px;
          height: 40px;
          font-size: 1.4142857136rem; } }

#lp-nav {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #lp-nav {
      padding-bottom: 40px; } }
  #lp-nav .navarea {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #lp-nav .navarea {
        gap: 10px;
        margin-top: 0px; } }
    #lp-nav .navarea .nav-li {
      width: calc((1000px - 60px) / 4); }
      @media screen and (max-width: 767px) {
        #lp-nav .navarea .nav-li {
          width: calc((100% - 10px) / 2); } }
      #lp-nav .navarea .nav-li.new a {
        position: relative; }
        #lp-nav .navarea .nav-li.new a:before {
          content: '';
          position: absolute;
          top: -3px;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          width: 60%;
          height: 80%;
          background-image: url(/lp/blackfriday/25/images/new.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          z-index: 1000; }
          @media screen and (max-width: 767px) {
            #lp-nav .navarea .nav-li.new a:before {
              background-image: url(/lp/blackfriday/25/images/sp_new.png);
              top: 10px;
              left: 15px;
              width: 40px;
              height: 40px; } }
      #lp-nav .navarea .nav-li a {
        border-radius: 20px;
        display: inline-block;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 5px 19px 0px rgba(255, 255, 255, 0.35); }
        @media screen and (max-width: 767px) {
          #lp-nav .navarea .nav-li a {
            border-radius: 6px; } }
        #lp-nav .navarea .nav-li a img {
          display: block;
          width: 100%; }
  #lp-nav .category-btn {
    width: 600px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #lp-nav .category-btn {
        width: 100%;
        margin-top: 20px;
        margin-top: 20px; } }

.lp-special {
  position: relative; }
  .lp-special .tape {
    position: absolute;
    width: 40%;
    top: -40px; }
    .lp-special .tape.right {
      right: -15%; }
    .lp-special .tape.left {
      left: -15%; }
  .lp-special .specialbnr-area {
    width: 750px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .lp-special .specialbnr-area {
        width: 100%; } }
    .lp-special .specialbnr-area .special-bnr {
      width: 100%;
      height: auto;
      position: relative;
      display: inline-block; }
      .lp-special .specialbnr-area .special-bnr .bnrarea {
        box-shadow: 0px 5px 19px 0px rgba(255, 255, 255, 0.35);
        display: inline-block;
        border-radius: 20px;
        overflow: hidden;
        position: relative; }
        .lp-special .specialbnr-area .special-bnr .bnrarea .bnr-btn {
          position: absolute;
          width: 640px;
          bottom: 110px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
          @media screen and (max-width: 767px) {
            .lp-special .specialbnr-area .special-bnr .bnrarea .bnr-btn {
              width: 87%;
              bottom: 85px; } }
        .lp-special .specialbnr-area .special-bnr .bnrarea img {
          display: block;
          width: 100%; }
        .lp-special .specialbnr-area .special-bnr .bnrarea:hover {
          opacity: 1.0; }
      .lp-special .specialbnr-area .special-bnr .btnarea {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px; }
        @media screen and (max-width: 767px) {
          .lp-special .specialbnr-area .special-bnr .btnarea {
            gap: 10px;
            bottom: 40px; } }
        .lp-special .specialbnr-area .special-bnr .btnarea li a {
          width: 310px;
          height: 40px; }
          @media screen and (max-width: 767px) {
            .lp-special .specialbnr-area .special-bnr .btnarea li a {
              width: 145px;
              height: 40px; }
              .lp-special .specialbnr-area .special-bnr .btnarea li a::after {
                right: 1px; } }
  .lp-special .other-specialcampaign {
    padding-top: 60px; }
    @media screen and (max-width: 767px) {
      .lp-special .other-specialcampaign {
        padding-top: 40px; } }
    .lp-special .other-specialcampaign h3 {
      color: #ffffff;
      font-size: 1.7142857136rem;
      font-weight: 800;
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .lp-special .other-specialcampaign h3 {
          font-size: 2.0142857136rem; } }
    .lp-special .other-specialcampaign .specialcampaignarea {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 30px; }
      @media screen and (max-width: 767px) {
        .lp-special .other-specialcampaign .specialcampaignarea {
          gap: 15px; } }
      .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li {
        width: 320px; }
        @media screen and (max-width: 767px) {
          .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li {
            width: 60%; } }
        .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li .btnarea {
          margin-top: 15px; }
          .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li .btnarea li.-mg {
            margin-top: 20px; }
            @media screen and (max-width: 767px) {
              .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li .btnarea li.-mg {
                margin-top: 15px; } }
          .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li .btnarea li a {
            height: 40px; }
            @media screen and (max-width: 767px) {
              .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li .btnarea li a {
                height: 40px; } }

#lp-blackitem .ttl {
  margin: 0 auto 10px; }
  @media screen and (max-width: 767px) {
    #lp-blackitem .ttl {
      margin: 0 auto; } }
#lp-blackitem .stockingarea {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #lp-blackitem .stockingarea {
      margin-top: 10px; } }
  #lp-blackitem .stockingarea .stocking-bnr {
    width: 750px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #lp-blackitem .stockingarea .stocking-bnr {
        width: 100%; } }
    #lp-blackitem .stockingarea .stocking-bnr .limited {
      position: absolute;
      top: -10px;
      left: -40px;
      width: 140px; }
  #lp-blackitem .stockingarea .btnarea {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; }
    #lp-blackitem .stockingarea .btnarea .link-btn {
      width: 400px;
      height: 60px; }
      @media screen and (max-width: 767px) {
        #lp-blackitem .stockingarea .btnarea .link-btn {
          width: 80%;
          height: 50px;
          font-size: 1.4142857136rem; } }
#lp-blackitem .otheritem .otheritemarea {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #lp-blackitem .otheritem .otheritemarea {
      gap: 5px; } }
  #lp-blackitem .otheritem .otheritemarea .otheritem-li {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #lp-blackitem .otheritem .otheritemarea .otheritem-li {
        width: 100%; }
        #lp-blackitem .otheritem .otheritemarea .otheritem-li:nth-child(1) {
          order: 1; }
        #lp-blackitem .otheritem .otheritemarea .otheritem-li:nth-child(2) {
          order: 3; }
        #lp-blackitem .otheritem .otheritemarea .otheritem-li:nth-child(3) {
          order: 2; }
        #lp-blackitem .otheritem .otheritemarea .otheritem-li:nth-child(4) {
          order: 4; } }
    #lp-blackitem .otheritem .otheritemarea .otheritem-li a {
      box-shadow: 0px 5px 19px 0px rgba(255, 255, 255, 0.35);
      display: inline-block;
      border-radius: 18px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #lp-blackitem .otheritem .otheritemarea .otheritem-li a {
          border-radius: 10px;
          box-shadow: none; } }
      #lp-blackitem .otheritem .otheritemarea .otheritem-li a img {
        display: block;
        width: 100%; }
#lp-blackitem .otheritem .btnarea {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  @media screen and (max-width: 767px) {
    #lp-blackitem .otheritem .btnarea {
      margin-top: 20px;
      width: 100%;
      gap: 10px; } }
  @media screen and (max-width: 767px) {
    #lp-blackitem .otheritem .btnarea li {
      display: flex;
      justify-content: center; } }
  #lp-blackitem .otheritem .btnarea li a {
    width: 310px;
    height: 60px; }
    @media screen and (max-width: 767px) {
      #lp-blackitem .otheritem .btnarea li a {
        width: 170px;
        height: 40px;
        font-size: 1.4142857136rem; } }

#lp-outlet {
  padding-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #lp-outlet {
      margin-bottom: 40px;
      padding-top: 20px; } }
  #lp-outlet .outlet {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #lp-outlet .outlet {
        margin-bottom: 40px; } }
    #lp-outlet .outlet .outlet-bnr {
      width: 750px; }
      @media screen and (max-width: 767px) {
        #lp-outlet .outlet .outlet-bnr {
          width: 100%; } }
    #lp-outlet .outlet .btnarea {
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        #lp-outlet .outlet .btnarea {
          margin-top: 20px;
          width: 100%;
          gap: 15px; } }
      @media screen and (max-width: 767px) {
        #lp-outlet .outlet .btnarea li {
          width: 100%;
          display: flex;
          justify-content: center; } }
      #lp-outlet .outlet .btnarea li a {
        width: 310px;
        height: 40px; }
        @media screen and (max-width: 767px) {
          #lp-outlet .outlet .btnarea li a {
            width: 170px;
            height: 40px;
            font-size: 1.4142857136rem; } }
  #lp-outlet .othercampaign .othercampaignarea {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      #lp-outlet .othercampaign .othercampaignarea {
        gap: 15px; } }
    #lp-outlet .othercampaign .othercampaignarea .othercampaign-li {
      width: 280px; }
      @media screen and (max-width: 767px) {
        #lp-outlet .othercampaign .othercampaignarea .othercampaign-li {
          width: 48%; } }
      #lp-outlet .othercampaign .othercampaignarea .othercampaign-li .btnarea {
        margin-top: 15px; }
        #lp-outlet .othercampaign .othercampaignarea .othercampaign-li .btnarea li:last-child {
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            #lp-outlet .othercampaign .othercampaignarea .othercampaign-li .btnarea li:last-child {
              margin-top: 15px; } }
        #lp-outlet .othercampaign .othercampaignarea .othercampaign-li .btnarea li a {
          height: 40px; }
          @media screen and (max-width: 767px) {
            #lp-outlet .othercampaign .othercampaignarea .othercampaign-li .btnarea li a {
              height: 40px; } }

/* -----------------------------------------------------------------------
## Delate ##################################################
----------------------------------------------------------------------- */
.st-Breadcrumbs_Item div {
  display: inline-block; }

.st-Breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 11px auto 15px;
  font-size: 0; }

.st-Breadcrumbs_Item {
  font-size: 11px;
  display: inline-block; }

.st-Breadcrumbs_Item:after {
  content: '＞';
  margin: 0 7px;
  color: #555; }

.st-Breadcrumbs_Item:last-child:after {
  display: none; }

.st-Breadcrumbs_Link {
  color: #7e7e7e;
  text-decoration: underline; }

.st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
  text-decoration: none; }

.pane-contents > .container {
  width: auto; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  border: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  background: none; }

h1 {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  margin: 0;
  padding: 0;
  border: none;
  margin-block-start: 0em;
  margin-block-end: 0em; }
.lp-blackfriday img {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom; }
