@charset "UTF-8";
:root {
  --jp-font: "fot-cezanne-pron", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Noto Sans", sans-serif;
  --en-font: "bennet-display-extra-condens", "Times New Roman", "Georgia", serif;
  --main-color: #129AD0;
  --bg-color: #D1E5EE;
}

html, body {
  background: var(--bg-color);
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.lulu {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.lulu.is-loaded {
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeLogo {
  opacity: 0;
  -webkit-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease;
}
.fadeLogo.is-show {
  opacity: 1;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: 100vh;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .wrapper {
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
}
.wrapper::-webkit-scrollbar {
  display: none;
}
.wrapper__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
}

.visualBlock {
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .visualBlock {
    height: 100svh;
  }
}
.visualBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visualBlock__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .visualBlock__logo {
    width: calc(800 / 1280 * 100vw);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .visualBlock__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 390 * 100vw);
  }
}
.visualBlock__logo img {
  display: block;
}
.visualBlock__logo .logo_lulu {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .visualBlock__logo .logo_lulu {
    width: calc(294 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .visualBlock__logo .logo_lulu {
    width: calc(125 / 390 * 100vw);
  }
}
.visualBlock__logo .logo_commesi {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .visualBlock__logo .logo_commesi {
    width: calc(246 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .visualBlock__logo .logo_commesi {
    width: calc(250 / 390 * 100vw);
  }
}

.leadBlock {
  font-family: var(--jp-font);
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .leadBlock {
    margin: auto calc(120 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .leadBlock {
    margin: auto calc(100 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .leadBlock p {
    font-size: min(13px, 13 / 1280 * 100vw);
    line-height: 175%;
  }
}
@media screen and (max-width: 767px) {
  .leadBlock p {
    font-size: calc(11 / 390 * 100vw);
    line-height: 200%;
  }
}

.contents {
  position: relative;
}
.contents__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .contents__inner {
    height: 100svh;
  }
}
.contents__logo {
  display: none;
}
.contents__nav {
  display: none;
}

.mainBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .mainBlock {
    margin-right: calc(240 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock {
    margin-right: calc(150 / 390 * 100vw);
  }
}
.mainBlock img {
  max-width: 100%;
  height: auto;
  display: block;
}
.mainBlock--01__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .mainBlock--01__flex {
    margin-left: calc(120 / 1280 * 100vw);
    gap: calc(60 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--01__flex {
    margin-left: calc(50 / 390 * 100vw);
    gap: calc(30 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--01__flex img {
    width: calc(540 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--01__flex img {
    width: calc(480 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--02 {
    gap: calc(120 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--02 {
    gap: calc(50 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--02__image {
    width: calc(690 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--02__image {
    width: calc(600 / 390 * 100vw);
  }
}
.mainBlock--02__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .mainBlock--02__flex {
    gap: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--02__flex {
    gap: calc(15 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--02__flex img {
    width: calc(240 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--02__flex img {
    width: calc(210 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--03__image {
    width: calc(740 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--03__image {
    width: calc(720 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--04 {
    gap: calc(60 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--04 {
    gap: calc(30 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--04__first {
    width: calc(270 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--04__first {
    width: calc(210 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--04__last {
    width: calc(360 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--04__last {
    width: calc(330 / 390 * 100vw);
  }
}
.mainBlock--05__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .mainBlock--05__flex {
    gap: calc(60 / 1280 * 100vw);
  }
  .mainBlock--05__flex li:first-child {
    width: calc(360 / 1280 * 100vw);
  }
  .mainBlock--05__flex li:last-child {
    width: calc(400 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--05__flex {
    gap: calc(50 / 390 * 100vw);
  }
  .mainBlock--05__flex li:first-child {
    width: calc(330 / 390 * 100vw);
  }
  .mainBlock--05__flex li:last-child {
    width: calc(400 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--06 {
    gap: calc(120 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--06 {
    gap: calc(50 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--06__image {
    width: calc(420 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--06__image {
    width: calc(360 / 390 * 100vw);
  }
}
.mainBlock--06__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mainBlock--06__flex {
    gap: calc(30 / 1280 * 100vw);
  }
  .mainBlock--06__flex img {
    width: calc(330 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--06__flex {
    gap: calc(15 / 390 * 100vw);
  }
  .mainBlock--06__flex img {
    width: calc(270 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mainBlock--07 {
    padding-right: calc(60 / 1280 * 100vw);
  }
}
.mainBlock--07__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .mainBlock--07__flex {
    gap: calc(30 / 1280 * 100vw);
  }
  .mainBlock--07__flex li {
    width: calc(200 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock--07__flex {
    gap: calc(30 / 390 * 100vw);
  }
  .mainBlock--07__flex li {
    width: calc(200 / 390 * 100vw);
  }
}

.footerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--en-font);
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footerBlock {
    gap: calc(90 / 1280 * 100vw);
    padding-right: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footerBlock {
    gap: calc(50 / 390 * 100vw);
    padding-right: calc(20 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .footerBlock li + li {
    padding-top: calc(10 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footerBlock li + li {
    padding-top: calc(10 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .footerBlock__link {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock__link {
    font-size: calc(12 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .footerBlock__staff {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock__staff {
    font-size: calc(10 / 390 * 100vw);
  }
}

.logoArea, .navArea {
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  z-index: 99;
  pointer-events: none;
}
.logoArea.is-active, .navArea.is-active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .logoArea {
    top: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .logoArea {
    top: calc(20 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .logoArea--lulu {
    left: calc(30 / 1280 * 100vw);
  }
  .logoArea--lulu img {
    width: calc(130 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .logoArea--lulu {
    left: calc(20 / 390 * 100vw);
  }
  .logoArea--lulu img {
    width: calc(81 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .logoArea--commesi {
    right: calc(30 / 1280 * 100vw);
  }
  .logoArea--commesi img {
    width: calc(110 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .logoArea--commesi {
    right: calc(20 / 390 * 100vw);
  }
  .logoArea--commesi img {
    width: calc(87 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .navArea {
    bottom: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .navArea {
    bottom: calc(20 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .navArea--credit {
    left: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .navArea--credit {
    left: calc(20 / 390 * 100vw);
  }
}
.navArea--credit.is-active {
  pointer-events: auto;
}
.navArea--bar {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .navArea--bar {
    right: calc(30 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .navArea--bar {
    right: calc(20 / 390 * 100vw);
  }
}

.navBar {
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .navBar {
    width: calc(120 / 1280 * 100vw);
    height: calc(2 / 1280 * 100vw);
    border-radius: calc(1 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .navBar {
    width: calc(80 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    border-radius: calc(1 / 390 * 100vw);
  }
}
.navBar__progress {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.creditSource__item {
  font-family: var(--en-font);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .creditSource__item {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .creditSource__item {
    font-size: calc(11 / 390 * 100vw);
  }
}
.creditSource__item .price {
  margin-left: 0.75em;
}
.creditSource__item .item-d-none {
  display: none;
}
.creditSource__item .buyBtn {
  margin-left: 1.25em;
}
.creditSource__item li + li {
  padding-top: 0.5em;
}
.creditSource__item li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}/*# sourceMappingURL=style.css.map */