@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; }

.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: 20px; } }

.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; }

/* -----------------------------------------------------------------------
## Parts ##################################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
#lp-main {
  padding-bottom: 60px;
  position: relative;
  height: 400px;
  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 h1 {
    position: absolute;
    top: 50%;
    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-coupon {
  padding: 15px 0 40px;
  position: relative;
  z-index: 0; }
  #lp-coupon::before {
    content: "";
    position: absolute;
    top: 40%;
    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-coupon::before {
        top: 50%;
        height: calc(100% - 50%); } }
  #lp-coupon .coupon_area {
    width: 650px;
    height: auto;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      #lp-coupon .coupon_area {
        width: 92%;
        margin-top: 10px; } }
    #lp-coupon .coupon_area .coupon-960off {
      width: 100%;
      height: 100%;
      position: relative; }
      #lp-coupon .coupon_area .coupon-960off .coupon {
        box-shadow: 0px 5px 19px 0px rgba(255, 255, 255, 0.35); }
      #lp-coupon .coupon_area .coupon-960off .code-area {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          #lp-coupon .coupon_area .coupon-960off .code-area {
            bottom: 15px; } }
        #lp-coupon .coupon_area .coupon-960off .code-area .code {
          display: flex;
          gap: 10px; }
          @media screen and (max-width: 767px) {
            #lp-coupon .coupon_area .coupon-960off .code-area .code {
              gap: 5px; } }
          #lp-coupon .coupon_area .coupon-960off .code-area .code .code-li {
            font-size: 1.7142857136rem;
            color: #000000;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media screen and (max-width: 767px) {
              #lp-coupon .coupon_area .coupon-960off .code-area .code .code-li {
                height: 28px;
                font-size: 1.3142857136rem; } }
            #lp-coupon .coupon_area .coupon-960off .code-area .code .code-li:first-child {
              background-color: #ffffff;
              width: 330px;
              padding: 10px;
              font-weight: 800; }
              @media screen and (max-width: 767px) {
                #lp-coupon .coupon_area .coupon-960off .code-area .code .code-li:first-child {
                  width: 190px; } }
            #lp-coupon .coupon_area .coupon-960off .code-area .code .code-li:last-child {
              background-color: #ffe400;
              width: 110px;
              cursor: pointer; }
              @media screen and (max-width: 767px) {
                #lp-coupon .coupon_area .coupon-960off .code-area .code .code-li:last-child {
                  width: 60px; } }
      #lp-coupon .coupon_area .coupon-960off .day {
        position: absolute;
        top: -10px;
        left: 20px;
        width: 120px; }
        @media screen and (max-width: 767px) {
          #lp-coupon .coupon_area .coupon-960off .day {
            left: 0px;
            width: 70px; } }
      #lp-coupon .coupon_area .coupon-960off .kirakira {
        position: absolute;
        top: -220px;
        width: 300px; }
        #lp-coupon .coupon_area .coupon-960off .kirakira.right {
          right: -320px; }
        #lp-coupon .coupon_area .coupon-960off .kirakira.left {
          left: -320px; }
  #lp-coupon .howto-btn {
    width: 330px;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      #lp-coupon .howto-btn {
        width: 70%;
        margin-top: 15px; } }
  #lp-coupon .acbox {
    width: 800px;
    margin: 25px auto 0px;
    background: #ffffff;
    padding: 20px 40px;
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 1.2142857136rem; }
    @media screen and (max-width: 767px) {
      #lp-coupon .acbox {
        width: 88%;
        padding: 15px 20px;
        margin: 15px auto 0px; } }
    #lp-coupon .acbox p {
      text-align: center;
      font-size: 1.7142857136rem;
      font-weight: 600; }

#lp-nav {
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #lp-nav {
      padding-bottom: 0px; } }
  #lp-nav .navarea {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #lp-nav .navarea {
        gap: 10px; } }
    #lp-nav .navarea .nav-li {
      width: calc((1000px - 50px) / 3); }
      @media screen and (max-width: 767px) {
        #lp-nav .navarea .nav-li {
          width: calc((100% - 10px) / 2); } }
      #lp-nav .navarea .nav-li a {
        border-radius: 20px;
        overflow: hidden;
        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: -60px; }
    .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: 280px; }
        @media screen and (max-width: 767px) {
          .lp-special .other-specialcampaign .specialcampaignarea .specialcampaign-li {
            width: 48%; } }
        .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; } }

@media screen and (max-width: 767px) {
  #lp-blackitem .stockingarea {
    margin-top: -15px; } }
#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 {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    #lp-blackitem .otheritem {
      padding-top: 40px; } }
  #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: 10px; } }
    #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;
        box-shadow: 0px 5px 19px 0px rgba(255, 255, 255, 0.35); }
        @media screen and (max-width: 767px) {
          #lp-blackitem .otheritem .otheritemarea .otheritem-li a {
            border-radius: 10px; } }
        #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 {
        display: block;
        display: block;
        margin-top: 20px;
        gap: 20px; } }
    @media screen and (max-width: 767px) {
      #lp-blackitem .otheritem .btnarea li {
        width: 100%;
        display: flex;
        justify-content: center; }
        #lp-blackitem .otheritem .btnarea li:last-child {
          margin-top: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      #lp-blackitem .otheritem .btnarea li:last-child {
        margin-top: 15px; } }

    #lp-blackitem .otheritem .btnarea li a {
      width: 350px;
      height: 70px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #lp-blackitem .otheritem .btnarea li a {
          width: 80%;
          height: 50px;
          font-size: 1.4142857136rem; } }

#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; } }

#lp-category {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #lp-category {
      padding-bottom: 40px; } }
  #lp-category .ttl {
    margin-bottom: 20px; }
  #lp-category .category-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    #lp-category .category-wrap .category-area {
      width: 49%; }
      #lp-category .category-wrap .category-area .mens-ttl {
        display: flex;
        align-items: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.7142857136rem;
        margin-bottom: 10px; }
        #lp-category .category-wrap .category-area .mens-ttl::before, #lp-category .category-wrap .category-area .mens-ttl::after {
          content: "";
          height: 5px;
          flex-grow: 1;
          background-color: #0057cd; }
        #lp-category .category-wrap .category-area .mens-ttl::before {
          margin-right: 1rem; }
        #lp-category .category-wrap .category-area .mens-ttl::after {
          margin-left: 1rem; }
      #lp-category .category-wrap .category-area .ladies-ttl {
        display: flex;
        align-items: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.7142857136rem;
        margin-bottom: 10px; }
        #lp-category .category-wrap .category-area .ladies-ttl::before, #lp-category .category-wrap .category-area .ladies-ttl::after {
          content: "";
          height: 5px;
          flex-grow: 1;
          background-color: #eb35d8; }
        #lp-category .category-wrap .category-area .ladies-ttl::before {
          margin-right: 1rem; }
        #lp-category .category-wrap .category-area .ladies-ttl::after {
          margin-left: 1rem; }
      #lp-category .category-wrap .category-area ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap; }
        #lp-category .category-wrap .category-area ul li {
          width: calc(100% / 6 - 0.4rem);
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            #lp-category .category-wrap .category-area ul li {
              width: 48%; } }
          #lp-category .category-wrap .category-area ul li a {
            display: block; }
            #lp-category .category-wrap .category-area ul li a p {
              text-align: center;
              font-weight: bold;
              min-height: 3.0em;
              font-size: 1.1rem;
              line-height: 1.2;
              margin-top: 5px;
              white-space: nowrap;
              letter-spacing: -0.05rem; }
              @media screen and (max-width: 767px) {
                #lp-category .category-wrap .category-area ul li a p {
                  min-height: 3.4em;
                  font-size: 1.5rem; } }
              #lp-category .category-wrap .category-area ul li a p.mens {
                color: #0057cd; }
              #lp-category .category-wrap .category-area ul li a p.ladies {
                color: #eb35d8; }
      #lp-category .category-wrap .category-area .btnarea {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px; }
        #lp-category .category-wrap .category-area .btnarea .link-btn {
          width: 310px;
          height: 50px; }
          @media screen and (max-width: 767px) {
            #lp-category .category-wrap .category-area .btnarea .link-btn {
              width: 190px; } }

#lp-howto {
  background: #fff;
  padding-bottom: 50px; }
  #lp-howto .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #lp-howto .inner {
        width: 92%; } }
    #lp-howto .inner .howto-area {
      color: #000000; }
      #lp-howto .inner .howto-area h3 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0 auto 20px;
        color: #000000;
        text-align: center; }
      #lp-howto .inner .howto-area p {
        margin-bottom: 10px;
        text-align: left;
        font-size: 1.1rem;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          #lp-howto .inner .howto-area p {
            font-size: 1.4rem; } }
      #lp-howto .inner .howto-area .img-area {
        margin: 10px auto; }
      #lp-howto .inner .howto-area .btnarea {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        overflow: hidden; }
        #lp-howto .inner .howto-area .btnarea .howto_btn {
          width: 500px;
          height: 60px;
          color: #ffffff;
          background-color: #000000;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 5px;
          position: relative; }
          #lp-howto .inner .howto-area .btnarea .howto_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: #ffffff; }
          @media screen and (max-width: 767px) {
            #lp-howto .inner .howto-area .btnarea .howto_btn {
              width: 100%;
              height: 50px;
              font-size: 1.4142857136rem; } }

/* -----------------------------------------------------------------------
## 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; }
