﻿@charset "UTF-8";
/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}
 /* ============================= ▼ 全体 ▼ == */
html {
  font-size: 62.5%;
}
.main-area {
  transform: none !important;
  filter: none !important;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HiraMinProN", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  color: #000;
  line-height: 1;
}
.main-area .sp-only {
  display: block;
}
.main-area .pc-only {
  display: none;
}
.main-area body {
  width: 100%;
}
.main-area img,
.main-area video,
.main-area svg {
  width: 100%;
  height: auto;
}

.main-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area a,
.main-area picture {
  display: block;
}
/* ============================= ▲ 全体 ▲ == */
/* ============================= ▼ BG ▼ == 
.main-area {
  background-image: url(../img/LESOUK_LP_SP.jpg);
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  background-position: top;
  background-repeat: no-repeat;
  background-position-y: -54px;
  background-size: calc(750 * (100vw / 750));
  }
 ============================= ▲ BG ▲ == */
/* ============================= ▼ sec-top ▼ == */
.top-banner {
  width: 100vw;
}
.sec-lead-wrapper {
  margin-top: calc(90 * (100vw / 750));
}
.pgttl {
  letter-spacing: 0.1em;
  font-size: calc(48 * (100vw / 750));
  line-height: 1.4;
}
.quotation {
  font-size: calc(56 * (100vw / 750));
  color: #EAAF27;
}
.subttl {
  margin-top: calc(24 * (100vw / 750));
  font-size: calc(28 * (100vw / 750));
  letter-spacing: 0.1em;
}
.red-bg {
  background-color: #B71723;
  color: #fff;
  padding: calc(4 * (100vw / 750)) calc(8 * (100vw / 750));
  margin: calc(4 * (100vw / 750));
}
.lead {
  margin: calc(46 * (100vw / 750)) calc(30 * (100vw / 750)) 0;
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.itemlink-wrapper {
  margin-top: calc(58 * (100vw / 750));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.itemlink {
  width: calc(230 * (100vw / 750));
  position: relative;
}
.itemlink-img {
  width: calc(220 * (100vw / 750));
  margin: 0 auto;
}
.itemlink-name {
  margin-top: calc(22 * (100vw / 750));
  font-family: eb-garamond, serif;
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.05em;
  border-left: 1px solid #A0A0A0;
  border-right: 1px solid #A0A0A0;
}
.itemlink-name2 {
  border: none;
}
.itemlink::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: calc(298 * (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(22 * (100vw / 750));
  height: calc(12 * (100vw / 750));
}
/* ============================= ▲ sec-top ▲ == */
/* ============================= ▼ common ▼ == */
.sec {
  position: relative;
  padding: 0 calc(30 * (100vw / 750));
  text-align: left;
  margin-bottom: calc(120 * (100vw / 750));
}
.sec::after {
  position: absolute;
  content: "";
  background-color: #F8F8F5;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
.pickup {
  font-family: eb-garamond, serif;
  color: #eaaf27;
  font-size: calc(34 * (100vw / 750));
  position: relative;
  letter-spacing: 0.1em;
}
.pickup-num {
  font-size: calc(54 * (100vw / 750));
}
.pickup::after {
  position: absolute;
  content: "";
  background-color: #eaaf27;
  width: calc(90 * (100vw / 750));
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(228 * (100vw / 750));
}
.item-ttl {
  margin-top: calc(30 * (100vw / 750));
  font-family: eb-garamond, serif;
  font-size: calc(90 * (100vw / 750));
  letter-spacing: 0.15em;
}
.item-desc {
  margin-top: calc(46 * (100vw / 750));
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
}
.box-left {
  padding-top: calc(120 * (100vw / 750));
}
.box-right {
  margin-top: calc(49 * (100vw / 750));
}
.crd-wrapper {
  margin-top: calc(26 * (100vw / 750));
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.crd-item-name {
  font-size: calc(26 * (100vw / 750));
  line-height: 1.5384615385;
}
.crd {
  margin-top: calc(4 * (100vw / 750));
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.8;
}
.before-discount {
  font-size: calc(22 * (100vw / 750));
  text-decoration: line-through;
  margin-right: calc(18 * (100vw / 750));
  position: relative;
}
.arrow-right {
  width: calc(26 * (100vw / 750));
  position: relative;
  height: 100%;
  margin-right: calc(20 * (100vw / 750));
}
.arrow-right::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
  width: calc(26 * (100vw / 750));
  height: calc(8 * (100vw / 750));
}
.after-discount {
  color: #b71723;
  font-size: calc(26 * (100vw / 750));
}
.tax-in {
  font-size: calc(22 * (100vw / 750));
  margin: 0 calc(20 * (100vw / 750)) 0 calc(12 * (100vw / 750));
}
.discount-rate {
  background-color: #B71723;
  color: #fff;
  font-size: calc(22 * (100vw / 750));
  line-height: 1;
  padding: calc(4*(100vw/750)) calc(8*(100vw/750));
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-item {
  margin-top: calc(69 * (100vw / 750));
}
.list-item-small {
  width: calc(330 * (100vw / 750));
}
.btn-wrapper {
  margin-top: calc(68 * (100vw / 750));
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(530*(100vw/750));
  height: calc(90*(100vw/750));
  border: solid 1px #000;
  background-color: #fff;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-size: calc(26* (100vw / 750));
}
/* ============================= ▲ common ▲ == */
/* ============================= ▼ sec1 ▼ == */
.sec1 {
  margin-top: calc(144 * (100vw / 750));
}
.sec1::after {
  height: calc(622 * (100vw / 750));
}
/* ============================= ▲ sec1 ▲ == */
/* ============================= ▼ sec2 ▼ == */
.sec2::after {
  height: calc(666 * (100vw / 750));
}
/* ============================= ▲ sec2 ▲ == */
/* ============================= ▼ sec3 ▼ == */
.sec3 {
  margin-bottom: 0;
}
.sec3::after {
  height: calc(622 * (100vw / 750));
}
.sec3 .list-item:first-child {
  margin-top: calc(90 * (100vw / 750));
}
.sec3 .btn-wrapper {
  margin-top: calc(62 * (100vw / 750))
}
/* ============================= ▲ sec3 ▲ == */
/* ============================= ▼ allbtn ▼ == */
.allbtn-wrapper {
  margin-top: calc(30 * (100vw / 750));
  margin-bottom: calc(300 * (100vw / 750));
}
.allbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(530*(100vw/750));
  height: calc(90*(100vw/750));
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-size: calc(26* (100vw / 750));
}
/* ============================= ▲ allbtn ▲ == */
/* ============================= ▼ タブレット ▼ == */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10 * (100vw/1366));
  }
}
/* ============================= ▲ タブレット ▲ == */
/* ============================= ▼ PC ▼ == */
@media screen and (min-width: 768px) {
  /* ============================= ▼ BG ▼ == 
  .main-area {
    background-image: url(../img/LESOUK_LP_PC.jpg);
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    background-position: top;
    background-repeat: no-repeat;
    background-position-y: -109px;
    background-size: 1366px;
  }
   ============================= ▲ BG ▲ == */
  /* ============================= ▼ 全体 ▼ == */
  .main-area .sp-only {
    display: none;
  }
  .main-area .pc-only {
    display: block;
  }
  /* ============================= ▲ 全体 ▲ == */
  /* ============================= ▼ sec-top ▼ == */
  .sec-lead-wrapper {
    margin-top: 9.3rem;
  }
  .pgttl {
    font-size: 3.0rem;
  }
  .quotation {
    font-size: 3.5rem;
  }
  .subttl {
    margin-top: 1.6rem;
    font-size: 2.0rem;
  }
  .red-bg {
    padding: 0.3rem 0.5rem;
    margin: 0.4rem;
  }
  .lead {
    margin: 3.6rem auto 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    width: 88.2rem;
    text-align: left;
  }
  .itemlink-wrapper {
    margin: 4.5rem auto 0;
  }
  .itemlink {
    width: 29.4rem;
  }
  .itemlink-img {
    width: 11.6rem;
  }
  .itemlink-name {
    margin-top: 0.6rem;
    font-size: 1.8rem;
  }
  .itemlink-name2 {
    border: none;
  }
  .itemlink::after {
    top: 17.9rem;
    width: 1.2rem;
    height: 1.6rem;
    transition: all 0.3s ease 0s;
  }
  .itemlink:hover::after {
    top: 18.4rem;
  }
  /* ============================= ▲ sec-top ▲ == */
  /* ============================= ▼ common ▼ == */
  .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec {
    padding: 0;
    margin-bottom: 14.2rem;
  }
  .sec::after {
    top: 5.5rem;
    height: 42rem;
  }
  .pickup {
    font-size: 2.1rem;
  }
  .pickup-num {
    font-size: 3.4rem;
  }
  .pickup::after {
    width: 4rem;
    left: 13.9rem;
  }
  .item-ttl {
    margin-top: 1.6rem;
    font-size: 4.0rem;
  }
  .item-desc {
    margin-top: 2.8rem;
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .box-left {
    width: 39.1rem;
  }
  .box-right {
    width: 44.1rem;
  }
  .crd-wrapper {
    margin-top: 1.3rem;
  }
  .crd-item-name {
    font-size: 1.3rem;
    line-height: 2;
  }
  .crd {
    margin-top: 0.4rem;
    line-height: 1.4;
  }
  .before-discount {
    font-size: 1.0rem;
    margin-right: 1.0rem;
  }
  .arrow-right {
    width: 1.442rem;
    margin-right: 1rem;
  }
  .arrow-right::after {
    width: 100%;
    height: 0.431rem;
  }
  .after-discount {
    font-size: 1.6rem;
    margin-right: 0.8rem;
  }
  .tax-in {
    font-size: 1.0rem;
    margin: 0 0.2rem 0 0.6rem;
  }
  .discount-rate {
    font-size: 1.0rem;
    padding: 0.4rem 0.7rem;
  }
  .list-box {
    margin-top: 9.7rem;
  }
  .list {
    width: 108.2rem;
    justify-content: space-between;
    margin: 0 auto;
  }
  .list-item {
    margin-top: 0;
    width: 33rem;
  }
  .btn-wrapper {
    margin-top: 5.7rem;
  }
  .btn a {
    width: 27.5rem;
    height: 4.5rem;
    font-size: 1.4rem;
    transition: all 0.3s ease 0s;
  }
  .btn a:hover {
    color:#fff;
    background-color: #000;
  }
  /* ============================= ▲ common ▲ == */
  /* ============================= ▼ sec1 ▼ == */
  .sec1 {
    margin-top: 12.2rem;
  }
  .sec1 .box-left {
    padding-top: 15.6rem;
  }
  .sec1 .box-right,.sec3 .box-right {
    margin: 0 0 0 5rem;
  }
  /* ============================= ▲ sec1 ▲ == */
  /* ============================= ▼ sec2 ▼ == */
  .box2 {
    flex-direction: row-reverse;
  }
  .sec2 .box-right {
    margin: 0 5rem 0 0;
  }
  .sec2 .box-left {
    padding-top: 15.8rem;
  }
  .sec2 .list-box {
    margin-top: 9.6rem;
  }
  .sec2 .btn-wrapper {
    margin-top: 5.4rem;
  }
  /* ============================= ▲ sec2 ▲ == */
  /* ============================= ▼ sec3 ▼ == */
  .sec3 {
    margin-bottom: 0;
  }
  .sec3 .list-item:first-child {
    margin-top: 0;
  }
  .sec3 .box-left {
    padding-top: 15.7rem;
  }
  .sec3 .btn-wrapper {
    margin-top: 5.5rem;
  }
  /* ============================= ▲ sec3 ▲ == */
  /* ============================= ▼ allbtn ▼ == */
  .allbtn-wrapper {
    margin-top: 2rem;
    margin-bottom: 18.3rem;
  }
  .allbtn a {
    width: 27.5rem;
    height: 4.5rem;
    font-size: 1.4rem;
    transition: all 0.3s ease 0s;
  }
  .allbtn a:hover {
    color:#000;
    background-color: #fff;
  }
  /* ============================= ▲ allbtn ▲ == */
}
/* ============================= ▲ PC ▲ == */