@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
#florale-contents {
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  /**
   * Correct cursors for clickable elements.
   */
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
#florale-contents *,
#florale-contents ::before,
#florale-contents ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#florale-contents main {
  display: block;
}
#florale-contents p,
#florale-contents table,
#florale-contents blockquote,
#florale-contents address,
#florale-contents pre,
#florale-contents iframe,
#florale-contents form,
#florale-contents figure,
#florale-contents dl {
  margin: 0;
}
#florale-contents h1,
#florale-contents h2,
#florale-contents h3,
#florale-contents h4,
#florale-contents h5,
#florale-contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#florale-contents ul,
#florale-contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#florale-contents dt {
  font-weight: bold;
}
#florale-contents dd {
  margin-left: 0;
}
#florale-contents hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
#florale-contents pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#florale-contents address {
  font-style: inherit;
}
#florale-contents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#florale-contents abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#florale-contents b,
#florale-contents strong {
  font-weight: bolder;
}
#florale-contents code,
#florale-contents kbd,
#florale-contents samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#florale-contents small {
  font-size: 80%;
}
#florale-contents sub,
#florale-contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#florale-contents sub {
  bottom: -0.25em;
}
#florale-contents sup {
  top: -0.5em;
}
#florale-contents svg,
#florale-contents img,
#florale-contents embed,
#florale-contents object,
#florale-contents iframe {
  vertical-align: bottom;
}
#florale-contents button,
#florale-contents input,
#florale-contents optgroup,
#florale-contents select,
#florale-contents textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
#florale-contents [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
#florale-contents [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
#florale-contents button,
#florale-contents [type=button],
#florale-contents [type=reset],
#florale-contents [type=submit] {
  cursor: pointer;
}
#florale-contents button:disabled,
#florale-contents [type=button]:disabled,
#florale-contents [type=reset]:disabled,
#florale-contents [type=submit]:disabled {
  cursor: default;
}
#florale-contents :-moz-focusring {
  outline: auto;
}
#florale-contents select:disabled {
  opacity: inherit;
}
#florale-contents option {
  padding: 0;
}
#florale-contents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
#florale-contents legend {
  padding: 0;
}
#florale-contents progress {
  vertical-align: baseline;
}
#florale-contents textarea {
  overflow: auto;
}
#florale-contents [type=number]::-webkit-inner-spin-button,
#florale-contents [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#florale-contents [type=search] {
  outline-offset: -2px; /* 1 */
}
#florale-contents [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#florale-contents ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#florale-contents label[for] {
  cursor: pointer;
}
#florale-contents details {
  display: block;
}
#florale-contents summary {
  display: list-item;
}
#florale-contents [contenteditable]:focus {
  outline: auto;
}
#florale-contents table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
#florale-contents caption {
  text-align: left;
}
#florale-contents td,
#florale-contents th {
  vertical-align: top;
  padding: 0;
}
#florale-contents th {
  text-align: left;
  font-weight: bold;
}

:root {
  --vw: 1vw;
}

body.is-fixed {
  overflow: hidden;
}

#florale-contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
}
#florale-contents.is-fixed {
  position: fixed;
}
#florale-contents a {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
#florale-contents a:hover img {
  opacity: 1;
}
#florale-contents a:active {
  background-color: transparent;
  opacity: 1;
}
#florale-contents img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}
/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.scaleAnimeBefore {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.08);
}

.scaleAnime {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: visibility 0.8s, opacity 0.8s, transform 0.8s;
}

.fadeAnime {
  visibility: visible;
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes scaleShowAnime {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  10%, 100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleShowAnime {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  10%, 100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleHideAnime {
  0%, 23% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  28%, 100% {
    opacity: 0;
    transform: scale(0.3) translate(-50%, -50%);
  }
}
@keyframes scaleHideAnime {
  0%, 23% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  28%, 100% {
    opacity: 0;
    transform: scale(0.3) translate(-50%, -50%);
  }
}
/*
header {
  height: 195px;
  overflow: hidden;

  @include c.mq(sp) {
    height: c.cv(185);
  }
}
  */
/* ---------------------------------------------------------
#florale-contents
----------------------------------------------------------*/
#florale-contents {
  position: relative;
  background-color: #fff;
  padding-top: 16px;
  /* ---------------------------------------------------------
  #sec-kv
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .info-area
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  #sec-about
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .collection-area
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  #sec-lineup
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  #sec-campaign
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  #sec-reservation
  ----------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  #florale-contents {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #florale-contents .nav-layer {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 36px;
    pointer-events: none;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .nav-layer {
    position: unset;
  }
}
#florale-contents main {
  position: relative;
}
#florale-contents .btn-menu {
  position: fixed;
  top: calc(8.14 * var(--vw));
  left: calc(5.59 * var(--vw));
  width: calc(8.14 * var(--vw));
  height: calc(8.14 * var(--vw));
  z-index: 11;
}
@media print, screen and (min-width: 769px) {
  #florale-contents .btn-menu {
    display: none;
  }
}
#florale-contents .btn-menu.is-open span {
  top: calc(2.03 * var(--vw));
  transform: rotate(15deg);
}
#florale-contents .btn-menu.is-open span:last-child {
  transform: rotate(-15deg);
}
#florale-contents .btn-menu span {
  position: absolute;
  top: calc(1.01 * var(--vw));
  left: calc(1.27 * var(--vw));
  display: block;
  width: calc(5.59 * var(--vw));
  height: 1px;
  background-color: #fff;
  transition: top 0.3s, transform 0.3s;
}
#florale-contents .btn-menu span:last-child {
  top: calc(2.03 * var(--vw));
}
@media screen and (max-width: 768px) {
  #florale-contents .is-open + .nav-layer .local-nav {
    display: block;
  }
}
#florale-contents .local-nav {
  position: sticky;
  top: 20px;
  left: 36px;
  background-color: #fff;
  padding: 11px 20px;
  pointer-events: visible;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #florale-contents .local-nav {
    display: none;
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    padding: calc(14.24 * var(--vw)) calc(6.61 * var(--vw)) 0;
    margin: 0;
    z-index: 10;
  }
}
#florale-contents .local-nav button,
#florale-contents .local-nav a {
  font-family: "Lora", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.5714285714;
}
@media screen and (max-width: 768px) {
  #florale-contents .local-nav button,
  #florale-contents .local-nav a {
    font-size: calc(4.07 * var(--vw));
    color: #fff;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
#florale-contents .local-nav .acc-btn {
  position: relative;
}
#florale-contents .local-nav .acc-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents .local-nav .acc-btn::after {
    /*
    top: c.cpv(11);
    width: c.cpv(15);
    height: c.cpv(15);
    */
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .local-nav .acc-btn::after {
    content: none;
  }
}
#florale-contents .local-nav .acc-btn button {
  position: relative;
  width: 167px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents .local-nav .acc-btn button {
    /*
    width: c.cpv(165);
    min-width: 121px;
    */
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .local-nav .acc-btn button {
    pointer-events: none;
  }
}
#florale-contents .local-nav .acc-btn button::before, #florale-contents .local-nav .acc-btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 7px;
  height: 0.56px;
  background-color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents .local-nav .acc-btn button::before, #florale-contents .local-nav .acc-btn button::after {
    /*
    right: c.cpv(4);
    width: c.cpv(7);
    height: c.cpv(.56);
    */
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .local-nav .acc-btn button::before, #florale-contents .local-nav .acc-btn button::after {
    content: none;
  }
}
#florale-contents .local-nav .acc-btn button::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s, opacity 0.3s;
}
#florale-contents .local-nav .acc-btn button.is-open::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
#florale-contents .local-nav .acc {
  display: none;
}
@media screen and (max-width: 768px) {
  #florale-contents .local-nav .acc {
    display: block;
  }
}
#florale-contents .local-nav .acc li a::before {
  content: "-";
  margin-right: 0.4em;
}
#florale-contents .btn-nav {
  position: sticky;
  top: 20px;
  right: 36px;
  pointer-events: visible;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav {
    position: fixed;
    top: auto;
    right: auto;
    left: calc(3.3 * var(--vw));
    bottom: calc(3.3 * var(--vw));
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 calc(2.79 * var(--vw));
  }
}
#florale-contents .btn-nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 65px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents .btn-nav a {
    width: calc(18.63 * var(--vw));
    height: calc(5.9 * var(--vw));
    font-size: calc(1.54 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav a {
    justify-content: flex-start;
    width: calc(29.26 * var(--vw));
    height: calc(11.45 * var(--vw));
    font-size: calc(3.05 * var(--vw));
    letter-spacing: normal;
    padding-left: calc(2.03 * var(--vw));
    padding-bottom: calc(0.5 * var(--vw));
  }
}
#florale-contents .btn-nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  aspect-ratio: 22/7;
  background: url(../img/icon_btn_arrow_white.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents .btn-nav a::after {
    right: calc(0.9 * var(--vw));
    width: calc(2 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav a::after {
    right: calc(2.03 * var(--vw));
    width: calc(2.29 * var(--vw));
    height: calc(1.52 * var(--vw));
    background-image: url(../img/icon_btn_arrow_white_sp.svg);
  }
}
#florale-contents .btn-nav a .txt-en {
  font-family: "Lora", serif;
  display: block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav a .txt-en {
    font-size: calc(2.54 * var(--vw));
    transform: scale(0.8);
    transform-origin: left bottom;
    margin-bottom: calc(0.76 * var(--vw));
  }
}
#florale-contents .btn-nav .btn-buy a {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav .btn-buy a {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
#florale-contents .btn-nav .btn-buy a::after {
  background-image: url(../img/icon_btn_arrow.svg);
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav .btn-buy a::after {
    background-image: url(../img/icon_btn_arrow_sp.svg);
  }
}
@media print, screen and (min-width: 769px) {
  #florale-contents .btn-nav .btn-buy a .txt-en {
    transform: scale(0.9);
    transform-origin: left bottom;
    margin-bottom: 3px;
  }
}
#florale-contents .btn-nav .btn-try {
  margin: 13px 0 11px;
}
@media screen and (max-width: 768px) {
  #florale-contents .btn-nav .btn-try {
    margin: 0;
  }
}
#florale-contents .btn-nav .btn-try a {
  color: #fff;
  background-color: rgba(61, 60, 69, 0.7);
}
@media print, screen and (min-width: 769px) {
  #florale-contents .btn-nav .btn-try a {
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #florale-contents .btn-nav .btn-try a .txt-en {
    margin-bottom: 3px;
  }
}
#florale-contents .btn-nav .btn-campaign a {
  color: #fff;
  background-color: rgba(36, 35, 41, 0.7);
}
@media print, screen and (min-width: 769px) {
  #florale-contents .btn-nav .btn-campaign a {
    padding-bottom: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  #florale-contents .btn-nav .btn-campaign a .txt-en {
    margin-bottom: 3px;
  }
}
#florale-contents #sec-kv {
  position: relative;
  height: 778px;
  background-image: url("../img/kv/bg.svg");
  background-size: cover;
  background-position: center;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-kv {
    height: calc(137.4 * var(--vw));
    padding-top: calc(2.03 * var(--vw));
    margin: 0;
  }
}
#florale-contents #sec-kv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 246px;
  transform: translateY(-50%);
  margin-left: -526px;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-kv .ttl {
    width: calc(22.36 * var(--vw));
    margin-left: calc(-47.82 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-kv .ttl {
    top: 50%;
    left: calc(7.12 * var(--vw));
    width: calc(35.36 * var(--vw));
    margin-left: 0;
  }
}
#florale-contents #sec-kv .txt {
  font-family: "Lora", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-left: 282px;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-kv .txt {
    margin-left: calc(25.63 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-kv .txt {
    font-size: calc(2.79 * var(--vw));
    left: auto;
    right: calc(5.08 * var(--vw));
    color: #fff;
    margin-left: 0;
    z-index: 2;
  }
}
#florale-contents #sec-kv .kv-slider {
  width: 520px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-kv .kv-slider {
    width: calc(47.27 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-kv .kv-slider {
    width: calc(95.92 * var(--vw));
  }
}
#florale-contents #sec-kv .kv-slider .swiper-slide {
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-kv .kv-slider .swiper-slide {
    height: 778px;
  }
  #florale-contents #sec-kv .kv-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#florale-contents #sec-kv .kv-slider .btn-slide a {
  font-family: "Lora", serif;
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  width: 300px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
  border: 1px solid #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-kv .kv-slider .btn-slide a {
    bottom: calc(17.81 * var(--vw));
    width: calc(76.33 * var(--vw));
    height: calc(10.17 * var(--vw));
    font-size: calc(3.56 * var(--vw));
  }
}
#florale-contents #sec-kv .kv-slider .btn-slide a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 7px;
  aspect-ratio: 7/14;
  background: url(../img/kv/icon_slide_arrow.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
#florale-contents .info-area {
  background-color: #DFE3EB;
  padding: 26px 20px 24px;
  margin: 10px 16px 0;
}
@media screen and (max-width: 768px) {
  #florale-contents .info-area {
    padding: calc(1.78 * var(--vw)) calc(2.03 * var(--vw)) calc(2.03 * var(--vw));
    margin: calc(2.03 * var(--vw)) calc(2.03 * var(--vw)) 0;
  }
}
#florale-contents .info-area ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#florale-contents .info-area li {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #florale-contents .info-area li {
    width: calc(99.92 * var(--vw));
    margin-left: calc(-4.55 * var(--vw));
    font-size: calc(2.54 * var(--vw));
    line-height: 1.65;
    transform: scale(0.9);
  }
}
#florale-contents #sec-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background-color: #F5F7F9;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about {
    display: block;
    height: auto;
    margin-top: calc(2.03 * var(--vw));
  }
}
#florale-contents #sec-about .txt {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2.6666666667;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-about .txt {
    font-size: calc(1.36 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .txt {
    font-size: calc(3.05 * var(--vw));
    line-height: 1.8333333333;
  }
}
#florale-contents #sec-about .left-col, #florale-contents #sec-about .right-col {
  width: 100%;
  padding: 121px 60px 120px 60px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-about .left-col, #florale-contents #sec-about .right-col {
    padding: calc(10.9 * var(--vw)) calc(5.45 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .left-col, #florale-contents #sec-about .right-col {
    padding: calc(15.01 * var(--vw)) calc(4.32 * var(--vw)) calc(6.87 * var(--vw)) calc(6.87 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .left-col {
    padding-bottom: 0;
  }
}
#florale-contents #sec-about .left-col .ttl {
  font-size: 29px;
  letter-spacing: 0.08em;
  line-height: 1.3793103448;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-about .left-col .ttl {
    font-size: calc(2.63 * var(--vw));
    margin-bottom: calc(2.9 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .left-col .ttl {
    font-size: calc(5.08 * var(--vw));
    line-height: 1.5;
    margin-bottom: calc(4.58 * var(--vw));
  }
}
#florale-contents #sec-about .right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 66px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-about .right-col {
    padding-right: calc(6 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .right-col {
    align-items: flex-start;
    justify-content: flex-start;
    padding: calc(2.54 * var(--vw)) 0 calc(14.24 * var(--vw)) calc(6.87 * var(--vw));
  }
}
#florale-contents #sec-about .right-col .subttl {
  font-family: "Lora", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 53px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-about .right-col .subttl {
    font-size: calc(1.18 * var(--vw));
    margin-top: calc(4.81 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .right-col .subttl {
    font-size: calc(2.79 * var(--vw));
    margin-top: calc(4.83 * var(--vw));
  }
}
#florale-contents #sec-about .right-col .subttl em {
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-about .right-col .subttl em {
    font-size: calc(1.81 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .right-col .subttl em {
    font-size: calc(4.58 * var(--vw));
    margin-left: calc(0.5 * var(--vw));
  }
}
#florale-contents #sec-about .right-col .subttl + .txt {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-about .right-col .subttl + .txt {
    margin-top: calc(3.3 * var(--vw));
  }
}
#florale-contents .collection-area {
  background-color: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area {
    width: 100%;
    overflow: hidden;
    padding-top: calc(15.26 * var(--vw));
  }
}
#florale-contents .collection-area .pic:not(.scaleAnimeBefore) {
  opacity: 0;
}
#florale-contents .collection-area .collection-ttl .txt-en {
  font-family: "Lora", serif;
  display: block;
  font-size: 49px;
  letter-spacing: 0.06em;
  line-height: 1.2653061224;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .collection-ttl .txt-en {
    font-size: calc(7.63 * var(--vw));
    line-height: 1.2666666667;
  }
}
#florale-contents .collection-area .collection-ttl .txt-ja {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 3.3333333333;
  text-align: center;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .collection-ttl .txt-ja {
    font-size: calc(2.79 * var(--vw));
    line-height: 1;
    margin-top: calc(2.03 * var(--vw));
  }
}
#florale-contents .collection-area .collection-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.6666666667;
  margin-top: 40px;
  margin-bottom: -11px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .collection-lead {
    font-size: calc(3.3 * var(--vw));
    line-height: 1.8461538462;
    margin-top: calc(7.63 * var(--vw));
    margin-bottom: calc(-3.06 * var(--vw));
  }
}
#florale-contents .collection-area .col-txt-block {
  position: sticky;
  top: 0;
  margin-bottom: 70px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col-txt-block {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
}
#florale-contents .collection-area .col-txt {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 2;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col-txt {
    font-size: calc(2.79 * var(--vw));
    line-height: 1.8181818182;
    text-align: center;
  }
}
#florale-contents .collection-area .col-ttl {
  font-family: "Lora", serif;
  position: relative;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.125;
  margin-top: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col-ttl {
    font-size: calc(5.34 * var(--vw));
    line-height: 1.0476190476;
    margin-top: calc(5.08 * var(--vw));
  }
}
#florale-contents .collection-area .col-ttl em {
  display: block;
  font-style: normal;
  font-size: 48px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col-ttl em {
    font-size: calc(7.63 * var(--vw));
    margin-bottom: calc(0 * var(--vw));
  }
}
#florale-contents .collection-area .pic {
  position: relative;
}
#florale-contents .collection-area .btn-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 5em;
}
#florale-contents .collection-area .btn-credit.is-open::before {
  content: none;
}
#florale-contents .collection-area .btn-credit.is-open .txt-credit {
  display: block;
}
#florale-contents .collection-area .btn-credit.is-white::before,
#florale-contents .collection-area .btn-credit.is-white .txt-credit {
  border-bottom-color: #fff;
}
#florale-contents .collection-area .btn-credit::before {
  content: "credit +";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#florale-contents .collection-area .btn-credit::before,
#florale-contents .collection-area .btn-credit .txt-credit {
  display: block;
  font-size: 10px;
  text-align: right;
  line-height: 1.6;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  margin: 0 20px 30px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .btn-credit::before,
  #florale-contents .collection-area .btn-credit .txt-credit {
    font-size: calc(2.54 * var(--vw));
    margin: 0 calc(2.54 * var(--vw)) calc(5.08 * var(--vw));
  }
}
#florale-contents .collection-area .btn-credit .txt-credit {
  display: none;
}
#florale-contents .collection-area .is-white {
  color: #fff !important;
}
#florale-contents .collection-area .is-black {
  color: #000 !important;
}
#florale-contents .collection-area .col1, #florale-contents .collection-area .col2, #florale-contents .collection-area .col2-separate, #florale-contents .collection-area .col2-ls, #florale-contents .collection-area .col2-sl, #florale-contents .collection-area .col3-lss, #florale-contents .collection-area .col3-ssl {
  position: relative;
  width: calc(100% - 32px);
  height: 848px;
  margin: 60px 16px 0;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col1, #florale-contents .collection-area .col2, #florale-contents .collection-area .col2-separate, #florale-contents .collection-area .col2-ls, #florale-contents .collection-area .col2-sl, #florale-contents .collection-area .col3-lss, #florale-contents .collection-area .col3-ssl {
    width: 100%;
    height: auto;
    margin: calc(10.17 * var(--vw)) 0 0;
  }
}
#florale-contents .collection-area .col1 .pic-wrapper, #florale-contents .collection-area .col2 .pic-wrapper, #florale-contents .collection-area .col2-separate .pic-wrapper, #florale-contents .collection-area .col2-ls .pic-wrapper, #florale-contents .collection-area .col2-sl .pic-wrapper, #florale-contents .collection-area .col3-lss .pic-wrapper, #florale-contents .collection-area .col3-ssl .pic-wrapper {
  height: 100%;
}
#florale-contents .collection-area .col1 .pic, #florale-contents .collection-area .col2 .pic, #florale-contents .collection-area .col2-separate .pic, #florale-contents .collection-area .col2-ls .pic, #florale-contents .collection-area .col2-sl .pic, #florale-contents .collection-area .col3-lss .pic, #florale-contents .collection-area .col3-ssl .pic {
  width: 100%;
  height: 100%;
  min-height: 0;
}
@media print, screen and (min-width: 769px) {
  #florale-contents .collection-area .col1 .pic img, #florale-contents .collection-area .col2 .pic img, #florale-contents .collection-area .col2-separate .pic img, #florale-contents .collection-area .col2-ls .pic img, #florale-contents .collection-area .col2-sl .pic img, #florale-contents .collection-area .col3-lss .pic img, #florale-contents .collection-area .col3-ssl .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#florale-contents .collection-area .col1 .pic.display-top img, #florale-contents .collection-area .col2 .pic.display-top img, #florale-contents .collection-area .col2-separate .pic.display-top img, #florale-contents .collection-area .col2-ls .pic.display-top img, #florale-contents .collection-area .col2-sl .pic.display-top img, #florale-contents .collection-area .col3-lss .pic.display-top img, #florale-contents .collection-area .col3-ssl .pic.display-top img {
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col1 {
    height: auto;
  }
}
#florale-contents .collection-area .col1 .col-txt-block {
  color: #fff;
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col1 .col-txt-block {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: calc(18.32 * var(--vw));
  }
}
#florale-contents .collection-area .col1 .col-txt {
  text-align: center;
}
#florale-contents .collection-area .col1 .col-ttl {
  text-align: center;
}
#florale-contents .collection-area .col1 .pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col1 .pic {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#florale-contents .collection-area .col2 .col-txt-block {
  color: #fff;
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2 .col-txt-block {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(133.07 * var(--vw));
    padding-bottom: calc(18.32 * var(--vw));
  }
}
#florale-contents .collection-area .col2 .col-txt {
  text-align: center;
}
#florale-contents .collection-area .col2 .col-ttl {
  text-align: center;
}
#florale-contents .collection-area .col2 .pic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2 .pic-wrapper {
    position: relative;
    display: block;
    height: auto;
  }
}
#florale-contents .collection-area .col2 .pic {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2 .pic {
    height: auto;
  }
}
#florale-contents .collection-area .col2-separate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-separate {
    display: block;
    gap: 0;
  }
}
#florale-contents .collection-area .col2-separate .col {
  position: relative;
  height: 848px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-separate .col {
    width: 100%;
    height: auto;
  }
  #florale-contents .collection-area .col2-separate .col:last-child {
    margin-top: calc(2.54 * var(--vw));
  }
}
#florale-contents .collection-area .col2-separate .col-txt-block {
  color: #fff;
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-separate .col-txt-block {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: calc(18.32 * var(--vw));
  }
}
#florale-contents .collection-area .col2-separate .col-txt {
  text-align: center;
}
#florale-contents .collection-area .col2-separate .col-ttl {
  text-align: center;
}
#florale-contents .collection-area .col2-separate .pic {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-separate .pic {
    position: relative;
  }
}
#florale-contents .collection-area .col2-ls .col-txt-block {
  right: 0;
  text-align: right;
  margin-right: 18px;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-ls .col-txt-block {
    text-align: center;
    margin-right: 0;
    transform: none;
  }
}
#florale-contents .collection-area .col2-ls .pic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-ls .pic-wrapper {
    position: relative;
    display: block;
    height: auto;
    margin-top: calc(6.1 * var(--vw));
  }
}
#florale-contents .collection-area .col2-ls .pic:nth-child(1) {
  height: 100%;
}
#florale-contents .collection-area .col2-ls .pic:nth-child(2) {
  height: 550px;
  margin-top: 228px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-ls .pic:nth-child(2) {
    height: auto;
    margin-top: 0;
    padding: calc(2.54 * var(--vw)) calc(2.54 * var(--vw)) 0;
  }
}
#florale-contents .collection-area .col2-ls .pic:nth-child(2) .btn-credit {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-ls .pic:nth-child(2) .btn-credit {
    position: relative;
    right: 0;
    bottom: 0;
    height: auto;
    margin-top: calc(2.54 * var(--vw));
  }
  #florale-contents .collection-area .col2-ls .pic:nth-child(2) .btn-credit::before,
  #florale-contents .collection-area .col2-ls .pic:nth-child(2) .btn-credit span {
    margin-right: 0;
    margin-bottom: 0;
  }
}
#florale-contents .collection-area .col2-sl .col-txt-block {
  margin-left: 20px;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-sl .col-txt-block {
    text-align: center;
    margin-left: 0;
    transform: none;
  }
}
#florale-contents .collection-area .col2-sl .pic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-sl .pic-wrapper {
    position: relative;
    display: block;
    margin-top: calc(6.1 * var(--vw));
  }
}
#florale-contents .collection-area .col2-sl .pic:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
#florale-contents .collection-area .col2-sl .pic:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
  height: 550px;
  margin-top: 228px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-sl .pic:nth-child(2) {
    height: auto;
    margin-top: 0;
    padding: calc(2.54 * var(--vw)) calc(2.54 * var(--vw)) 0;
  }
}
#florale-contents .collection-area .col2-sl .pic:nth-child(2) .btn-credit {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col2-sl .pic:nth-child(2) .btn-credit {
    position: relative;
    right: 0;
    bottom: 0;
    height: auto;
    margin-top: calc(2.54 * var(--vw));
  }
  #florale-contents .collection-area .col2-sl .pic:nth-child(2) .btn-credit::before,
  #florale-contents .collection-area .col2-sl .pic:nth-child(2) .btn-credit span {
    margin-right: 0;
    margin-bottom: 0;
  }
}
#florale-contents .collection-area .col3-lss .col-txt-block {
  right: 0;
  text-align: right;
  margin-right: 18px;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-lss .col-txt-block {
    text-align: center;
    transform: none;
    margin: calc(-0.26 * var(--vw)) 0 0;
  }
}
#florale-contents .collection-area .col3-lss .pic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 638fr 413fr 413fr;
  width: 100%;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-lss .pic-wrapper {
    position: relative;
    display: block;
    margin-top: calc(6.1 * var(--vw));
  }
}
#florale-contents .collection-area .col3-lss .pic:nth-child(1) {
  height: 848px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-lss .pic:nth-child(1) {
    height: auto;
  }
}
#florale-contents .collection-area .col3-lss .pic:nth-child(2),
#florale-contents .collection-area .col3-lss .pic:nth-child(3) {
  height: 550px;
  margin-top: 228px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-lss .pic:nth-child(2),
  #florale-contents .collection-area .col3-lss .pic:nth-child(3) {
    width: auto;
    height: auto;
    padding: calc(2.54 * var(--vw)) calc(2.54 * var(--vw)) 0;
    margin: 0;
  }
}
#florale-contents .collection-area .col3-lss .pic:nth-child(2) .btn-credit,
#florale-contents .collection-area .col3-lss .pic:nth-child(3) .btn-credit {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-lss .pic:nth-child(2) .btn-credit,
  #florale-contents .collection-area .col3-lss .pic:nth-child(3) .btn-credit {
    position: relative;
    right: 0;
    bottom: 0;
    height: auto;
    margin-top: calc(2.54 * var(--vw));
  }
  #florale-contents .collection-area .col3-lss .pic:nth-child(2) .btn-credit::before,
  #florale-contents .collection-area .col3-lss .pic:nth-child(2) .btn-credit span,
  #florale-contents .collection-area .col3-lss .pic:nth-child(3) .btn-credit::before,
  #florale-contents .collection-area .col3-lss .pic:nth-child(3) .btn-credit span {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-lss .pic:nth-child(3) {
    margin-top: calc(2.54 * var(--vw));
  }
}
#florale-contents .collection-area .col3-ssl .col-txt-block {
  margin-left: 20px;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-ssl .col-txt-block {
    text-align: center;
    margin-left: 0;
    transform: none;
  }
}
#florale-contents .collection-area .col3-ssl .pic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 413fr 413fr 638fr;
  width: 100%;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-ssl .pic-wrapper {
    position: relative;
    display: block;
    margin-top: calc(6.1 * var(--vw));
  }
}
#florale-contents .collection-area .col3-ssl .pic:nth-child(1) {
  grid-column: 3;
  grid-row: 1;
  height: 848px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-ssl .pic:nth-child(1) {
    height: auto;
  }
}
#florale-contents .collection-area .col3-ssl .pic:nth-child(2),
#florale-contents .collection-area .col3-ssl .pic:nth-child(3) {
  height: 550px;
  margin-top: 228px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-ssl .pic:nth-child(2),
  #florale-contents .collection-area .col3-ssl .pic:nth-child(3) {
    height: auto;
    padding: calc(2.54 * var(--vw)) calc(2.54 * var(--vw)) 0;
    margin-top: 0;
  }
}
#florale-contents .collection-area .col3-ssl .pic:nth-child(2) .btn-credit,
#florale-contents .collection-area .col3-ssl .pic:nth-child(3) .btn-credit {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-ssl .pic:nth-child(2) .btn-credit,
  #florale-contents .collection-area .col3-ssl .pic:nth-child(3) .btn-credit {
    position: relative;
    right: 0;
    bottom: 0;
    height: auto;
    margin-top: calc(2.54 * var(--vw));
  }
  #florale-contents .collection-area .col3-ssl .pic:nth-child(2) .btn-credit::before,
  #florale-contents .collection-area .col3-ssl .pic:nth-child(2) .btn-credit span,
  #florale-contents .collection-area .col3-ssl .pic:nth-child(3) .btn-credit::before,
  #florale-contents .collection-area .col3-ssl .pic:nth-child(3) .btn-credit span {
    margin-right: 0;
    margin-bottom: 0;
  }
}
#florale-contents .collection-area .col3-ssl .pic:nth-child(2) {
  grid-columns: 2;
  grid-row: 1;
}
#florale-contents .collection-area .col3-ssl .pic:nth-child(3) {
  grid-columns: 3;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  #florale-contents .collection-area .col3-ssl .pic:nth-child(3) {
    margin-top: calc(2.54 * var(--vw));
  }
}
#florale-contents #sec-lineup {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup {
    padding-top: calc(18.06 * var(--vw));
  }
}
#florale-contents #sec-lineup .ttl {
  width: 192px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .ttl {
    width: calc(32.06 * var(--vw));
  }
}
#florale-contents #sec-lineup .lead {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .lead {
    font-size: calc(2.54 * var(--vw));
    letter-spacing: 0.08em;
    line-height: 2.4;
    margin-top: calc(8.14 * var(--vw));
  }
}
#florale-contents #sec-lineup .tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
  width: 1440px;
  margin: 58px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1536px) {
  #florale-contents #sec-lineup .tab {
    width: calc(93.75 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .tab {
    gap: 0 calc(1.78 * var(--vw));
    width: calc(96.94 * var(--vw));
    margin-top: calc(6.36 * var(--vw));
  }
}
#florale-contents #sec-lineup .tab button {
  font-family: "Lora", serif;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  letter-spacing: 0.06em;
  border: 1px solid #707070;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1536px) {
  #florale-contents #sec-lineup .tab button {
    font-size: calc(1.3 * var(--vw));
    font-size: clamp(0.875rem, 0.2059rem + 1.3921vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .tab button {
    height: calc(17.04 * var(--vw));
    text-align: center;
    font-size: calc(3.05 * var(--vw));
    line-height: 1.3333333333;
  }
}
#florale-contents #sec-lineup .tab button.is-cr {
  color: #fff;
  background-color: #9095A0;
}
#florale-contents #sec-lineup .tab button.new::after {
  content: "NEW";
  position: absolute;
  top: 27px;
  right: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #CB1313;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #florale-contents #sec-lineup .tab button.new::after {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .tab button.new::after {
    position: relative;
    top: auto;
    right: auto;
    width: calc(12.72 * var(--vw));
    height: calc(5.08 * var(--vw));
    font-size: calc(2.03 * var(--vw));
    transform: scale(0.8);
    transform-origin: center;
    margin-top: calc(1.27 * var(--vw));
  }
}
#florale-contents #sec-lineup .lineup-inner {
  padding-top: 40px;
  border-top: 5px solid #707070;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .lineup-inner {
    padding-top: calc(5.08 * var(--vw));
    border-top-width: calc(1.27 * var(--vw));
    margin-top: calc(1.27 * var(--vw));
  }
}
#florale-contents #sec-lineup .lineup-item {
  height: 0 !important;
  overflow: hidden !important;
}
#florale-contents #sec-lineup .block {
  position: relative;
  background-image: linear-gradient(#9ebfe2, #faf6f3);
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block {
    margin-bottom: calc(5.08 * var(--vw));
  }
  #florale-contents #sec-lineup .block:last-child {
    margin-bottom: 0;
  }
}
#florale-contents #sec-lineup .block .block-pic {
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100% - 120px);
  height: 560px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-pic {
    left: calc(2.03 * var(--vw));
    width: calc(95.92 * var(--vw));
    height: calc(71.24 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .block-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#florale-contents #sec-lineup .block .block-ttl {
  font-family: "Lora", serif;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
  padding-top: 397px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-ttl {
    font-size: calc(2.54 * var(--vw));
    letter-spacing: 0.06em;
    padding-top: calc(49.1 * var(--vw));
    margin-left: calc(4.58 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .block-ttl em {
  display: block;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-ttl em {
    font-size: calc(4.07 * var(--vw));
    letter-spacing: 0.06em;
  }
}
#florale-contents #sec-lineup .block .block-lead {
  position: absolute;
  top: 481px;
  left: 100px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.044em;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-lead {
    display: none;
  }
}
#florale-contents #sec-lineup .block .block-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 324px calc(100 * var(--vw) - 464px);
  width: calc(100% - 100px);
  gap: 0 40px;
  padding-bottom: 60px;
  margin-top: 4px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-bottom {
    width: calc(100% - 4.58 * var(--vw));
    gap: 0 calc(2.54 * var(--vw));
    grid-template-columns: calc(29.51 * var(--vw)) calc(63.35 * var(--vw));
    padding-bottom: calc(7.63 * var(--vw));
    margin-top: calc(5.34 * var(--vw));
    margin-left: calc(4.58 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .block-txt {
  position: relative;
  width: 324px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.044em;
  line-height: 1.5;
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-txt {
    width: calc(29.51 * var(--vw));
    font-size: calc(2.54 * var(--vw));
    padding: calc(1.01 * var(--vw)) calc(2.54 * var(--vw)) calc(1.27 * var(--vw));
    margin-top: calc(12.72 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .block-txt-wrapper {
  display: grid;
  gap: 0 15px;
  grid-template-columns: 60px auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-txt-wrapper {
    display: none;
  }
}
#florale-contents #sec-lineup .block .block-txt-wrapper .icon {
  width: 60px;
}
#florale-contents #sec-lineup .block .block-txt-wrapper .icon-txt {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
#florale-contents #sec-lineup .block .block-txt-caution {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .block-txt-caution {
    display: none;
  }
}
#florale-contents #sec-lineup .block .lineup-slider > .swiper {
  position: unset;
}
#florale-contents #sec-lineup .block .lineup-slider > .swiper > .swiper-wrapper > .swiper-slide {
  width: 384px;
  background-color: #fff;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .lineup-slider > .swiper > .swiper-wrapper > .swiper-slide {
    width: calc(41.47 * var(--vw));
    padding-bottom: calc(2.29 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .lineup-slider .swiper-button-next,
#florale-contents #sec-lineup .block .lineup-slider .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 60px;
  left: 282px;
  width: 42px;
  height: 42px;
  background: url(../img/lineup/icon_arrow_luxe.svg) no-repeat;
  background-size: contain;
  margin: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .lineup-slider .swiper-button-next,
  #florale-contents #sec-lineup .block .lineup-slider .swiper-button-prev {
    left: calc(16.28 * var(--vw));
    bottom: calc(7.63 * var(--vw));
    width: calc(7.63 * var(--vw));
    height: calc(7.63 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .lineup-slider .swiper-button-prev {
  left: 220px;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .lineup-slider .swiper-button-prev {
    left: calc(5.59 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .lineup-slider .txt-name {
  font-size: 11px;
  font-weight: bold;
  color: #707070;
  letter-spacing: 0.09em;
  line-height: 1.8181818182;
  margin: 8px 0 0 12px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .lineup-slider .txt-name {
    font-size: calc(2.79 * var(--vw));
    line-height: 1.4545454545;
    margin: calc(3.05 * var(--vw)) 0 0 calc(2.79 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .lineup-slider .txt-price {
  font-size: 11px;
  color: #707070;
  letter-spacing: 0.09em;
  line-height: 1.8181818182;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .lineup-slider .txt-price {
    font-size: calc(2.79 * var(--vw));
    line-height: 1.4545454545;
    margin-left: calc(2.79 * var(--vw));
    margin-top: calc(0.25 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .lineup-slider .txt-price small {
  display: inline-block;
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: left bottom;
}
#florale-contents #sec-lineup .block .color-wrapper .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  gap: 12px;
  width: 360px;
  padding: 10px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .color-wrapper .swiper-pagination {
    width: calc(35.87 * var(--vw));
    gap: calc(3.81 * var(--vw));
    padding-top: calc(3.05 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .color-wrapper .swiper-pagination span {
  display: block;
  width: 100%;
  height: 14px;
  background-color: gray;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .color-wrapper .swiper-pagination span {
    height: calc(4.07 * var(--vw));
  }
}
#florale-contents #sec-lineup .block .slider-color .swiper-slide {
  width: 384px;
  background-color: #EAEAEA;
  padding: 0 75px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-lineup .block .slider-color .swiper-slide {
    width: calc(41.47 * var(--vw));
    padding: 0 calc(2.29 * var(--vw));
  }
}
#florale-contents #sec-campaign {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign {
    padding-top: calc(15.26 * var(--vw));
  }
}
#florale-contents #sec-campaign .pic:not(.scaleAnimeBefore) {
  opacity: 0;
}
#florale-contents #sec-campaign .ttl {
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .ttl {
    width: calc(41.47 * var(--vw));
  }
}
#florale-contents #sec-campaign .wrapper {
  display: grid;
  grid-template-columns: 402px 486px;
  justify-content: center;
  gap: 0 34px;
  margin: 49px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-campaign .wrapper {
    grid-template-columns: 402fr 486fr;
    width: calc(90.9 * var(--vw));
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .wrapper {
    display: block;
    width: calc(82.69 * var(--vw));
    margin: calc(12.72 * var(--vw)) auto 0;
  }
}
#florale-contents #sec-campaign .pic {
  position: relative;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .pic {
    width: calc(62.84 * var(--vw));
    padding-top: 0;
    margin: 0 auto;
  }
}
#florale-contents #sec-campaign .txt-limit {
  position: absolute;
  top: -45px;
  left: -30px;
  width: 137px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-campaign .txt-limit {
    top: calc(-4.1 * var(--vw));
    left: calc(-2.73 * var(--vw));
    width: calc(12.45 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .txt-limit {
    top: calc(-7.64 * var(--vw));
    left: calc(-4.59 * var(--vw));
    width: calc(21.37 * var(--vw));
  }
}
#florale-contents #sec-campaign .subttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  padding-bottom: 26px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-campaign .subttl {
    font-size: calc(2.18 * var(--vw));
    padding-bottom: calc(2.36 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .subttl {
    font-size: calc(4.58 * var(--vw));
    line-height: 1.6666666667;
    padding-bottom: calc(4.58 * var(--vw));
    margin-top: calc(4.58 * var(--vw));
  }
}
#florale-contents #sec-campaign .txt {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-top: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-campaign .txt {
    font-size: calc(1.45 * var(--vw));
    margin-top: calc(2.54 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .txt {
    font-size: calc(3.56 * var(--vw));
    line-height: 1.6428571429;
    margin-top: calc(4.83 * var(--vw));
  }
}
#florale-contents #sec-campaign .caution-list {
  margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-campaign .caution-list {
    margin-top: calc(2.72 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .caution-list {
    margin-top: calc(6.1 * var(--vw));
  }
}
#florale-contents #sec-campaign .caution-list li {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.3333333333;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-campaign .caution-list li {
    font-size: calc(1.09 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .caution-list li {
    font-size: calc(3.05 * var(--vw));
    line-height: 1.9166666667;
  }
}
#florale-contents #sec-campaign .txt-shop {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8666666667;
  margin-top: 27px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-campaign .txt-shop {
    font-size: calc(1.36 * var(--vw));
    margin-top: calc(2.45 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-campaign .txt-shop {
    font-size: calc(3.56 * var(--vw));
    line-height: 1.6428571429;
    margin-top: calc(5.59 * var(--vw));
  }
}
#florale-contents #sec-campaign .txt-shop a {
  text-decoration: underline;
}
#florale-contents #sec-campaign .txt-shop a:hover {
  text-decoration: none;
}
#florale-contents #sec-reservation {
  display: grid;
  grid-template-columns: 360px 519px;
  justify-content: center;
  align-items: center;
  gap: 0 174px;
  height: 400px;
  background: url(../img/reservation/bg_reservation.webp) no-repeat;
  background-size: cover;
  background-position: right center;
  margin-top: 140px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-reservation {
    grid-template-columns: 360fr 519fr;
    padding-left: calc(5.45 * var(--vw));
    gap: 0 calc(11.32 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-reservation {
    display: block;
    height: calc(76.84 * var(--vw));
    background-image: url(../img/reservation/bg_reservation_sp.webp);
    padding-top: calc(11.19 * var(--vw));
    margin-top: calc(19.08 * var(--vw));
  }
}
#florale-contents #sec-reservation .ttl {
  padding-top: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-reservation .ttl {
    padding-top: calc(0.72 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-reservation .ttl {
    width: calc(57.5 * var(--vw));
    padding-top: 0;
    margin-left: calc(6.87 * var(--vw));
  }
}
#florale-contents #sec-reservation .lead {
  width: 264px;
  margin-top: 42.5px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-reservation .lead {
    width: calc(24 * var(--vw));
    margin-top: calc(3.86 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-reservation .lead {
    width: calc(56.23 * var(--vw));
    margin-top: calc(6.61 * var(--vw));
    margin-left: calc(6.87 * var(--vw));
  }
}
#florale-contents #sec-reservation .btn-reserve a {
  position: relative;
  display: flex;
  align-items: center;
  width: 519px;
  height: 143px;
  padding-left: 50px;
  border: 1px solid #fff;
  transition: background-color 0.6s, border 0.6s;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-reservation .btn-reserve a {
    width: calc(47.18 * var(--vw));
    padding-left: calc(4.54 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-reservation .btn-reserve a {
    width: calc(87.02 * var(--vw));
    height: calc(26.97 * var(--vw));
    padding-left: calc(4.58 * var(--vw));
    margin-top: calc(8.14 * var(--vw));
    margin-left: calc(6.61 * var(--vw));
  }
}
@media print, screen and (min-width: 769px) {
  #florale-contents #sec-reservation .btn-reserve a:hover {
    background-color: #000;
    border-color: #000;
  }
  #florale-contents #sec-reservation .btn-reserve a:hover::after {
    transform: translateX(6px) translateY(-50%);
  }
}
#florale-contents #sec-reservation .btn-reserve a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 41px;
  width: 112px;
  height: 7px;
  background: url(../img/reservation/icon_arrow.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-reservation .btn-reserve a::after {
    right: calc(3.72 * var(--vw));
    width: calc(10.18 * var(--vw));
    height: calc(0.63 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-reservation .btn-reserve a::after {
    right: calc(3.81 * var(--vw));
    width: calc(11.45 * var(--vw));
    height: calc(1.95 * var(--vw));
    background-image: url(../img/reservation/icon_arrow_sp.svg);
  }
}
#florale-contents #sec-reservation .btn-reserve a .txt-reserve {
  width: 240px;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #florale-contents #sec-reservation .btn-reserve a .txt-reserve {
    width: calc(21.81 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  #florale-contents #sec-reservation .btn-reserve a .txt-reserve {
    width: calc(52.16 * var(--vw));
  }
}
