﻿@charset "UTF-8";
 /* ============================= ▼ 全体 ▼ == */
html {
  font-size: 62.5%;
}
/* font-family: minion-3-display,serif;
font-weight: 400;
font-style: normal; */

.main-area {
  --sec01-main:#E9F1F7;
  --sec01-accent:#63788B;
  --sec02-main:#F6F7ED;
  --sec02-accent:#87904A;
  --sec03-main:#FDF8EF;
  --sec03-accent:#B19F7E;
  --quotation:#007ECB;
  --discount: #B7173F;
  --itemlink-bd: #A0A0A0;
  --sec-bgc: #F8F8F5;
  --ttl-eng-serif: minion-3-display,serif;
  --ttl-jp-serif: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HiraMinProN", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", source-han-serif-japanese, serif;
  transform: none !important;
  filter: none !important;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  color: #000;
  line-height: 1;
}
.main-area body {
  width: 100%;
}
:is(.main-area) img, video, svg {
  width: 100%;
  height: auto;
}

.main-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:is(.main-area) a, 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: 100%;
}
.sec-lead-wrapper {
  margin-top: calc(116 * (100vw / 750));
}
.pgttl {
  font-family: minion-3-display, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HiraMinProN", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", source-han-serif-japanese, serif;
  line-height: 1;
}
.pgttl-eng{
  font-size: calc(53 * (100vw / 750));
  letter-spacing: 0.1em;
}
.quotation {
  font-size: calc(56 * (100vw / 750));
  letter-spacing: 0.1em;
  color: var(--quotation);
}
.pgttl-jp{
  margin-left: calc(2 * (100vw / 750));
  font-size: calc(48 * (100vw / 750));
  letter-spacing: 0.1em;
}
.subttl {
  font-family: var(--ttl-jp-serif);
  margin-top: calc(20 * (100vw / 750));
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.red-bg {
  background-color: var(--discount);
  color: #fff;
  padding: calc(4 * (100vw / 750)) calc(8 * (100vw / 750));
  margin: calc(4 * (100vw / 750));
}
.lead {
  margin-top: calc(42*(100vw/750));
  padding-left: calc(40*(100vw/750));
  padding-right: calc(40*(100vw/750));
  text-align: left;
  font-size: calc(25 * (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.76;
}
.itemlink-wrapper {
  margin-top: calc(40 * (100vw / 750));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: calc(6 * (100vw / 750));
}
.itemlink {
  width: calc(220 * (100vw / 750));
  position: relative;
}
.itemlink-img {
  width: inherit;
  margin: 0 auto;
}
.itemlink-name {
  margin-top: calc(25 * (100vw / 750));
  font-family: var(--ttl-eng-serif);
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.12em;
  text-align: center;
  border-left: 1px solid var(--itemlink-bd);
  border-right: 1px solid var(--itemlink-bd);
}
.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;
  text-align: left;
  margin-bottom: calc(120 * (100vw / 750));
}
.sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.pickup {
  font-family: var(--ttl-eng-serif);
  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: "";
  width: calc(90 * (100vw / 750));
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(218 * (100vw / 750));
}
.pickup01{
  color: var(--sec01-accent);
}
.pickup01::after{
  background-color: var(--sec01-accent);
}
.pickup02{
  color: var(--sec02-accent);
}
.pickup02::after{
  background-color: var(--sec02-accent);
}
.pickup03{
  color: var(--sec03-accent);
}
.pickup03::after{
  background-color: var(--sec03-accent);
}
.item-ttl {
  margin-top: calc(30 * (100vw / 750));
  font-family: var(--ttl-eng-serif);
  font-size: calc(90 * (100vw / 750));
  letter-spacing: 0.1em;
}
.item-desc {
  margin-top: calc(42 * (100vw / 750));
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.02em;
  line-height: 1.6923076923;
}
.box-left {
  padding-top: calc(120 * (100vw / 750));
  padding-left: calc(40* (100vw / 750));
  padding-right: calc(40* (100vw / 750));
}
.box-right {
  margin-top: calc(96 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
  width: calc(670 * (100vw / 750));
}
.crd-wrapper {
  margin-top: calc(22 * (100vw / 750));
  letter-spacing: 0.05em;
}
.crd-item-name {
  font-size: calc(26 * (100vw / 750));
  line-height: 1.5384615385;
}
.crd {
  margin-top: calc(7 * (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));
  padding-top: 2px;
  position: relative;
}
.arrow-right {
  width: calc(26 * (100vw / 750));
  position: relative;
  height: 100%;
  margin-right: calc(16 * (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: var(--discount);
  font-size: calc(26 * (100vw / 750));
}
.tax-in {
  font-size: calc(21 * (100vw / 750));
  margin: 0 calc(20 * (100vw / 750)) 0 calc(12 * (100vw / 750));
}
.discount-rate {
  background-color: var(--discount);
  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: center;
  column-gap: calc(30 * (100vw / 750));
  width: calc(670*(100vw/750));
  margin-left: auto;
  margin-right: auto;
}
.list-item {
  margin-top: calc(69 * (100vw / 750));
}
.list-item-small {
  margin-top: calc(72 * (100vw / 750));
  width: calc(320 * (100vw / 750));
}
@media only screen and (max-width: 767px){
  .list-item-small .crd{
    margin-top: 0;
  }
  .list-item-small .crd .before-discount{
    padding-top: calc(6 * (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(115 * (100vw / 750));
}
.sec1::after {
  height: calc(676 * (100vw / 750));
  background-color: var(--sec01-main);
}
@media only screen and (max-width: 767px){
  .box-left1 .item-ttl{
    margin-top: calc(33 * (100vw / 750));
  }
}
/* ============================= ▲ sec1 ▲ == */
/* ============================= ▼ sec2 ▼ == */
.sec2{
  margin-bottom: calc(118 * (100vw / 750));;
}
.sec2::after {
  height: calc(666 * (100vw / 750));
  background-color: var(--sec02-main);
}
@media only screen and (max-width: 767px){
  .sec2 .list li:first-of-type{
    margin-top: calc(75 * (100vw / 750));
  }
  .sec2 .list-item-small {
    margin-top: calc(70 * (100vw / 750));
  }
}
/* ============================= ▲ sec2 ▲ == */
/* ============================= ▼ sec3 ▼ == */
.sec3 {
  margin-bottom: 0;
}
.sec3::after {
  height: calc(622 * (100vw / 750));
  background-color: var(--sec03-main);
}
@media only screen and (max-width: 767px){
  .sec3 .item-ttl{
    margin-top: calc(32 * (100vw / 750));
  }
  .sec3 .list-item:first-child {
    margin-top: calc(90 * (100vw / 750));
  }
  .sec3 .list-item-small {
    margin-top: calc(68 * (100vw / 750));
  }
}
.sec3 .btn-wrapper {
  margin-top: calc(65 * (100vw / 750))
}
/* ============================= ▲ sec3 ▲ == */
/* ============================= ▼ allbtn ▼ == */
.allbtn-wrapper {
  margin-top: calc(30 * (100vw / 750));
  margin-bottom: calc(297 * (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 ▲ == */
/* ============================= ▼ PC ▼ == */
@media screen and (min-width: 768px) {
  /* パンくず 追加スタイル PC */
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
  .top-banner picture{
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
  /* ============================= ▼ 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 ▲ == */
  /* ============================= ▼ sec-top ▼ == */
  .sec-lead-wrapper {
    margin-top: 6rem;
  }
  .pgttl-jp{
    margin-left: calc(2 * (100vw / 750));
    font-size: calc(48 * (100vw / 750));
    letter-spacing: 0.1em;
  }
  .quotation, .pgttl-eng{
    font-size: 3.5rem;
    letter-spacing: 0.1em;
  }
  .pgttl-jp{
    margin-left: 0.4rem;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .subttl {
    margin-top: 1.6rem;
    font-size: 1.9rem;
  }
  .red-bg {
    padding: 0.3rem 0.5rem 0.1rem 0.6rem;
    margin: 0.3rem;
  }
  .lead {
    margin: 3.2rem auto 0;
    font-size: 1.4rem;
    line-height: 1.71;
    width: 88.2rem;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .itemlink-wrapper {
    margin: 4.6rem auto 0;
    column-gap: 0;
  }
  .itemlink {
    width: 29.4rem;
  }
  .itemlink-name {
    margin-top: 0.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .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: 13.2rem;
  }
  .sec::after {
    top: 5.5rem;
    height: 42rem;
  }
  .pickup {
    font-size: 1.9rem;
  }
  .pickup-num {
    font-size: 2.6rem;
  }
  .pickup::after {
    width: 4rem;
    left: 11.5rem;
  }
  .item-ttl {
    margin-top: 1.5rem;
    font-size: 4.3rem;
    letter-spacing: 0.1em;
  }
  .item-desc {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 2.0;
  }
  .box-left {
    width: 39.1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .box-right {
    width: 49rem;
  }
  .crd-wrapper {
    margin-top: 1.3rem;
  }
  .crd-item-name {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .crd {
    margin-top: 0.4rem;
    line-height: 1.4;
  }
  .before-discount {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    margin-right: 0.8rem;
    padding-top: 0.6rem;
  }
  .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.6rem;
  }
  .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: 7.7rem;
  }
  .list-box .after-discount{
    margin-right: 0.8rem;
    padding-top: 0.2rem;
  }
  .list {
    width: 108.2rem;
    column-gap: 4.1rem;
    margin: 0 auto;
  }
  .list-item {
    margin-top: 0;
    width: 32rem;
  }
  .btn-wrapper {
    margin-top: 7.6rem;
  }
  .btn a {
    width: 28rem;
    height: 4.6rem;
    font-size: 1.4rem;
    transition: all 0.3s ease 0s;
  }
  .btn a:hover {
    color:#fff;
    background-color: #000;
    opacity: 1;
  }
  /* ============================= ▲ common ▲ == */
  /* ============================= ▼ sec1 ▼ == */
  .sec1 {
    margin-top: 12.3rem;
  }
  .sec1 .box-left {
    margin-left: 5rem;
    padding-top: 16.5rem;
  }
  .sec1 .box-right,.sec3 .box-right {
    margin: 0 0 0 5rem;
  }
  /* ============================= ▲ sec1 ▲ == */
  /* ============================= ▼ sec2 ▼ == */
  .box2 {
    flex-direction: row-reverse;
  }
  .sec2 .box-right {
    width: 49.2rem;
    margin: 0 5rem 0 0;
  }
  .sec2 .box-left {
    margin-right: 5rem;
    padding-top: 16.6rem;
  }
  .sec2 .box-right .crd-wrapper{
    margin-left: 5rem;
  }
  .sec2 .list-box {
    margin-top: 7.5rem;
  }
  .sec2 .list-box .crd{
    margin-top: 0;
  }
  .sec2 .btn-wrapper {
    margin-top: 7.8rem;
  }
  /* ============================= ▲ sec2 ▲ == */
  /* ============================= ▼ sec3 ▼ == */
  .sec3 {
    margin-bottom: 0;
  }
  .sec3 .list-item:first-child {
    margin-top: 0;
  }
  .sec3 .box-left {
    padding-top: 16.6rem;
    margin-left: 5rem;
  }
  .sec3 .list-box{
    margin-top: 7.9rem;
  }
  .sec3 .list-box .crd{
    margin-top: 0;
  }
  .sec3 .btn-wrapper {
    margin-top: 7.6rem;
  }
  /* ============================= ▲ sec3 ▲ == */
  /* ============================= ▼ allbtn ▼ == */
  .allbtn-wrapper {
    margin-top: 1.8rem;
    margin-bottom: 18.1rem;
  }
  .allbtn a {
    width: 28rem;
    height: 4.5rem;
    font-size: 1.4rem;
    transition: all 0.3s ease 0s;
  }
  .allbtn a:hover {
    color:#000;
    background-color: #fff;
    opacity: 1;
  }
  /* ============================= ▲ allbtn ▲ == */
}
/* ============================= ▲ PC ▲ == */
/* ============================= ▼ タブレット ▼ == */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10 * (100vw/1366));
  }
}
/* ============================= ▲ タブレット ▲ == */
