@charset "utf-8";

/* 01. header =============================================*/
header {
  position: relative;
  background-image: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/default/bg_visual_new.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 77.85vh;
  padding: 100px 36px 46px;
  box-sizing: border-box;
}
header:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

header dl {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
}

header dl dt p:first-child {
  margin-bottom: 0.6em;
  font-size: 16px;
}

header dl dt h1 {
  font-size: 56px;
  font-weight: 300;
}

header dl dt h1 strong {
  font-weight: 700;
}

header dl dt p.liche {
  height: 37px;
  font-size: 0;
  white-space: nowrap;
  text-indent: 100%;
  background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/default/liche_shite.svg)
    no-repeat -8px center;
  background-size: 100px auto;
  overflow: hidden;
}

header dl dd {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 55px;
  font-size: 28px;
  font-weight: 300;
  text-align: right;
  background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/default/arrow_bottom.svg)
    no-repeat right bottom;
}

header dl dd strong {
  font-weight: 800;
}

/*02. main layout ================================================*/
/*02-01. content : Premium =======================================*/

.premium {
  width: 100%;
  background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/default/floor1_bg.png)
    no-repeat #fff;
  background-size: 100% auto;
  background-position: center top;
}

.inner-box {
  position: relative;
  margin: 0 auto;
}

.premium-area {
  position: relative;
  width: 100%;
  height: 667px;
  overflow: hidden;
  /*border: 1px solid red;*/
}

.premium-area > div:nth-child(1) {
  position: absolute;
  left: 25px;
  top: 95px;
}

.premium-area > div:nth-child(1) > p:nth-child(1) {
  font-size: 8vw;
  color: #191919;
  font-weight: 700;
  line-height: 9.5vw;
  text-align: left;
  letter-spacing: -1.65px;
}

.premium-area > div:nth-child(1) > p:nth-child(2) {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 3.2vw;
  color: #191919;
  line-height: 1.6em;
  text-align: left;
  letter-spacing: -1px;
}

.premium-area > div:nth-child(1) > p:nth-child(2) span {
  display: block;
}

.premium-area > div:nth-child(2) {
  position: absolute;
  right: -60px;
  bottom: 100px;
}

.premium-area > div:nth-child(2) img {
  height: 260px;
}

.premium-area > div:nth-child(3) {
  position: absolute;
  right: 55px;
  bottom: 75px;
}

.premium-area > div:nth-child(3) img {
  height: 170px;
}

/*02-02. content : BNPL============================================*/

.bnpl {
  position: relative;
  width: 100%;
  height: 661px;
  overflow: hidden;
}

.bnpl:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bnpl div:first-child img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translate(-60%, 0);
}

.bnpl .layer-txt {
  position: absolute;
  z-index: 2;
  left: 35px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.bnpl .layer-txt p:first-child {
  font-size: 13px;
  text-align: left;
}

.bnpl .layer-txt h2 {
  margin: 0.8em 0 0.5em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
}

.bnpl .layer-txt h2 span {
  display: block;
}

.bnpl .layer-txt p:last-child {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: -0.08em;
  text-align: left;
}

.bnpl .layer-txt p:last-child span {
  display: block;
}

/*02-03. content : Service =====================================*/

.service {
  position: relative;
  height: 686px;
  padding: 0;
  background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/default/intro_bg_item2.png)
    no-repeat center 290px #000;
  background-size: 323px auto;
}

.service > div {
  padding: 100px 48px 0;
  text-align: center;
}

.service > div p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.4em;
}

.service > div p span {
  display: block;
}
.service > div a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
}

/*02-04. content : News ==============================*/
.news {
  padding: 100px 0;
  background: #fff;
}

.news .title {
  font-size: 38px;
  color: #191919;
  font-weight: bold;
  letter-spacing: -0.46px;
}

.news .blog-list {
  min-width: 360px;
  margin-top: 45px;
  margin-bottom: 95px;
}

.news .blog-list > div {
  min-width: 200px;
  overflow: hidden;
}

.news .blog-list .swiper {
  width: 100%;
  min-width: 360px;
}

.news .blog-list .swiper-slide {
  /*padding: 10px;*/
  width: 80%;
}
.news .blog-list .swiper-slide dt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.news .blog-list .swiper-slide.swiper-slide-active dt:after {
  display: none;
}

.news .blog-list .swiper-slide dt {
  position: relative;
  width: 100%;
}

.news .blog-list .swiper-slide dt img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/*.news .blog-list .swiper-slide dt a.off::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    background: rgba(0,0,0,0.7);*/

/*}*/
.news .blog-list .swiper-slide dd {
  padding: 20px;
  white-space: normal;
  background: white;
}

.news .blog-list .swiper-slide dd p:first-child {
  font-size: 15px;
  color: #191919;
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 19px;
  text-align: left;
}

.news .blog-list .swiper-slide dd p:last-child {
  display: none;
}

.swiper-scrollbar {
  position: relative !important;
  width: 70% !important;
  height: 3px !important;
  margin: 12px auto 0 auto;
  background: #e0e0e0;
  opacity: 1 !important;
}

.swiper-scrollbar-drag {
  width: 15% !important;
  background: #ff8234;
}

/*03. footer ========================================*/
footer {
  padding: 70px 25px 60px 25px;
  background: #3e3e3e;
}
.footer-box {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-box .sns {
  display: table;
  margin-bottom: 40px;
}

.footer-box .sns a {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

.footer-box .sns a:nth-child(1) {
  padding-right: 3px;
}
.footer-box .sns a:nth-child(2) {
  width: 80px;
}
.footer-box .sns a img {
  height: 45px;
}
.footer-box .sns a span:first-child {
  display: block;
}
.footer-box .sns a span:last-child {
  display: inline-block;
  margin: 5px auto 0 auto;
  font-size: 8px;
  color: white;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.4px;
  text-align: center;
}

.footer-box .contact {
  text-align: left;
}
.footer-box .contact p:nth-child(1) span:first-child,
.contact p:nth-child(2) span:first-child {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.footer-box .contact p:nth-child(1) span:last-child,
.contact p:nth-child(2) span:last-child {
  margin-left: 20px;
  font-size: 14px;
  color: #ff8234;
  font-weight: 500;
}

.footer-box .contact p:nth-child(2) {
  margin-top: 4px;
}
.footer-box .contact p:nth-child(3) {
  width: 250px;
  margin-top: 10px;
  font-size: 13px;
  color: white;
  font-weight: 200;
  line-height: 17px;
}

.footer-box .contact p:nth-child(3) span {
  color: #ff8234;
}

.footer-box .company {
  width: 252px;
  margin-top: 20px;
  color: #cbcbcb;
  font-weight: 200;
  text-align: left;
  letter-spacing: -0.5px;
  line-height: 22px;
}

.footer-box .company p:nth-child(1) {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.footer-box .company p:nth-child(2),
.company p:nth-child(3) {
  font-size: 12px;
}
.footer-box .company i {
  display: none;
}
.footer-box .company p:nth-child(4) {
  margin-top: 15px;
  font-size: 11px;
  color: #767676;
}

/*floating-ctrl-box ============================================*/
#floating-ctrl-box {
  position: fixed;
  z-index: 102;
  right: 17px;
  bottom: 138px;
}
#floating-ctrl-box li {
  text-align: right;
}
#floating-ctrl-box li#scroll-top {
  display: none;
}
#floating-ctrl-box.is-scrolling li#scroll-top {
  display: block;
}
#scroll-top-move {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
  background: #fff
    url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.5' height='6.5' viewBox='0 0 11.5 6.5'%3E%3Cg transform='translate(-358.75 -5980.75)'%3E%3Cpath d='M5,5.75a.748.748,0,0,1-.53-.22l-5-5A.75.75,0,0,1-.53-.53.75.75,0,0,1,.53-.53l5,5A.75.75,0,0,1,5,5.75Z' transform='translate(359.5 5981.5)' fill='%23000000'/%3E%3Cpath d='M0,5.75a.748.748,0,0,1-.53-.22.75.75,0,0,1,0-1.061l5-5a.75.75,0,0,1,1.061,0A.75.75,0,0,1,5.53.53l-5,5A.748.748,0,0,1,0,5.75Z' transform='translate(364.5 5981.5)' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A")
    no-repeat center center;
  background-size: 12px auto;
  transform: rotate(180deg);
}

/* DeskTop ---------------------------------------------*/
@media screen and (min-width: 1024px) {
  /* 01. header =============================================*/
  header {
    height: 1080px;
    padding: 158px 237px 138px 220px;
  }

  header dl dt p:first-child {
    font-size: 36px;
  }
  header dl dt h1 {
    font-size: 140px;
  }
  header dl dt p.liche {
    height: 98px;
    background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/default/liche_shite.svg)
      no-repeat -14px center;
  }
  header dl dd {
    padding-bottom: 0;
    font-size: 80px;
    background: none;
  }
  header dl dd strong {
    font-weight: 700;
  }

  /*02. main layout ================================================*/
  /*02-01. content : Premium =======================================*/

  .premium {
    background-size: auto 1450px;
    background-position: left 70%;
    background-attachment: fixed;
  }

  .inner-box {
    max-width: 1500px;
  }
  .premium-area {
    height: 90vh;
  }
  .premium-area > div:nth-child(1) {
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .premium-area > div:nth-child(1) > p:nth-child(1) {
    font-size: 58px;
    font-weight: 200;
    line-height: 70px;
    text-align: left;
    letter-spacing: -2.9px;
  }

  .premium-area > div:nth-child(1) > p:nth-child(2) {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: -0.9px;
  }

  .premium-area > div:nth-child(1) > p:nth-child(2) span {
    display: inline;
  }
  .premium-area > div:nth-child(2) {
    right: -10px;
    top: 50%;
    transform: translate(20%, -80%);
  }

  .premium-area > div:nth-child(2) img {
    width: 33vw;
    height: 694px;
    max-width: 600px;
  }

  .premium-area > div:nth-child(3) {
    right: 11%;
    top: 50%;
  }

  .premium-area > div:nth-child(3) img {
    width: 46vw;
    height: 516px;
    max-width: 821px;
    transform: translate(0, -27%);
  }

  /*02-02. content : BNPL============================================*/

  .bnpl {
    height: 960px;
  }
  .bnpl div:first-child img {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .bnpl .layer-txt {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .bnpl .layer-txt p:first-child {
    font-size: 18px;
  }
  .bnpl .layer-txt h2 {
    font-size: 58px;
  }
  .bnpl .layer-txt h2 span {
    display: inline;
  }
  .bnpl .layer-txt p:last-child {
    font-size: 42px;
    letter-spacing: -0.04em;
  }

  .bnpl .layer-txt p:last-child span {
    display: inline;
  }

  /*02-03. content : Service =====================================*/

  .service {
    height: 642px;
    padding: 0;
    background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/default/intro_bg_item2.png)
      no-repeat 15% center #000;
    background-size: 722px auto;
  }

  .service > div {
    padding: 228px 75px 0 959px;
    text-align: left;
  }

  .service > div p {
    font-size: 58px;
    text-align: left;
  }

  .service > div p span {
    display: inline;
  }
  .service > div a {
    margin-top: 10px;
    padding: 15px 25px;
    font-size: 20px;
  }

  /*02-04. content : News ==============================*/

  .news {
    padding: 170px 0;
  }

  .news .title {
    font-size: 60px;
    font-weight: 700;
  }

  .news .blog-list {
    width: 100%;
    max-width: 1480px;
    margin: 140px auto 160px auto;
  }

  .news .blog-list > div {
    min-width: 200px;
    overflow: hidden;
  }

  .news .blog-list .swiper {
    width: 100%;
    min-width: 360px;
  }

  .news .blog-list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    vertical-align: top;
  }

  .news .blog-list .swiper-slide {
    display: block;
    width: 33.333%;
    padding: 0 20px;
    vertical-align: top;
    box-sizing: border-box;
  }
  .news .blog-list .swiper-slide dt:after {
    display: none;
  }
  .news .blog-list .swiper-slide {
    margin-bottom: 215px;
  }
  .news .blog-list .swiper-slide dd {
    margin-top: 50px;
    padding: 0;
    border-top: 6px solid #191919;
  }

  .news .blog-list .swiper-slide:hover dd {
    border-top: 6px solid #ff8234;
  }
  .news .blog-list .swiper-slide dd p:first-child {
    margin-top: 45px;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .news .blog-list .swiper-slide dd p:last-child {
    display: block;
    height: 265px;
    margin-top: 45px;
    font-size: 18px;
    font-weight: 300;
    color: #767676;
    letter-spacing: -0.9px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news .blog-list .swiper-slide dt {
    position: relative;
    width: 100%;
  }

  .swiper-scrollbar {
    display: none;
  }
  .swiper-scrollbar-drag {
    display: none;
  }

  .news .blog-list .swiper-slide dt img {
    /* width: 100%;
    height: 100%;
    min-height: 385px;
    object-fit: cover; */
    width: 100%;
    height: 445px;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
    object-position: center top;
  }

  /*03. footer ========================================*/
  footer {
    padding: 50px 30px 85px 30px;
  }

  .footer-box .sns {
    position: absolute;
    right: -15px;
    bottom: 0;
    margin-bottom: 0px;
    font-size: 0;
  }

  .footer-box .sns a {
    width: 100px;
    vertical-align: middle;
  }

  .footer-box .sns a:nth-child(1) {
    padding-right: 0px;
  }

  .footer-box .sns a:nth-child(2) {
    width: 100px;
  }

  .footer-box .sns a img {
    height: auto;
  }

  .footer-box .sns a span:last-child {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }

  .footer-box .sns a:hover span:last-child {
    color: #3e3e3e;
    background: white;
    border-radius: 26px;
  }
  .footer-box .contact p:nth-child(1) span:first-child,
  .contact p:nth-child(2) span:first-child {
    font-size: 24px;
  }
  .footer-box .contact p:nth-child(1) span:last-child,
  .contact p:nth-child(2) span:last-child {
    margin-left: 30px;
    font-size: 24px;
  }

  .footer-box .contact p:nth-child(2) {
    margin-top: 10px;
  }
  .footer-box .contact p:nth-child(3) {
    width: 100%;
    font-size: 18px;
  }
  .footer-box .company {
    width: 100%;
    margin-top: 70px;
    line-height: 30px;
  }

  .footer-box .company p:nth-child(1) {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .footer-box .company p:nth-child(2),
  .company p:nth-child(3) {
    font-size: 16px;
  }
  .footer-box .company p:nth-child(4) {
    margin-top: 0px;
    font-size: 16px;
    color: #cbcbcb;
  }

  .footer-box .company p i {
    display: inline;
    font-style: normal;
  }

  .footer-box .company p br {
    display: none;
  }

  /*floating-ctrl-box ============================================*/
  #floating-ctrl-box {
    right: 24px;
    bottom: 100px;
  }
  #scroll-top-move {
    width: 60px;
    height: 60px;
    background-size: 14px auto;
  }
}
