@charset "UTF-8";
/*---display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

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

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

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

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-ttl {
  position: relative;
  margin-inline: 0 auto;
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  text-align: left;
}
.cmn-ttl__main {
  display: block;
  font-size: clamp(3.2rem, 2rem + 3.09vw, 6rem);
  color: #332318;
  line-height: 1.067;
  letter-spacing: 0.05em;
}
.cmn-ttl__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  margin-bottom: clamp(0.5rem, -0.5rem + 2.76vw, 3rem);
  font-size: clamp(1.8rem, 1.6rem + 0.66vw, 2.4rem);
  color: #000000;
  line-height: 2.668;
  letter-spacing: 0.05em;
}
.cmn-ttl__sub-icon {
  width: clamp(1.8rem, 1.4rem + 0.99vw, 2.7rem);
  height: clamp(2.5rem, 2rem + 1.33vw, 3.7rem);
}
.cmn-ttl.--center {
  text-align: center;
}
.cmn-ttl.--floral .cmn-ttl__sub {
  margin-bottom: clamp(0.5rem, -0.1rem + 1.66vw, 2rem);
}

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

/* --- floral ---*/
.floral {
  background: url(/system_panel/uploads/images/bg-floral-body.jpg) repeat center center/contain;
}

.floral-cnt {
  position: relative;
}
.floral-cnt.--arrange .floral-concept::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: min(61.3333333333vw, 58.5rem);
  aspect-ratio: 1170/678;
  background: url(/system_panel/uploads/images/illust-arrange-concept-img01.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .floral-cnt.--arrange .floral-concept::before {
    top: auto;
    bottom: 0;
    left: 36%;
    right: auto;
    width: min(30.46875vw, 58.5rem);
  }
}
@media screen and (min-width: 1700px) {
  .floral-cnt.--arrange .floral-concept::before {
    bottom: min(8.0729166667vw, 15.5rem);
  }
}
.floral-cnt.--preserved .floral-concept::before {
  content: "";
  position: absolute;
  top: 32%;
  right: 0;
  width: min(42.6666666667vw, 58.5rem);
  aspect-ratio: 1084/454;
  background: url(/system_panel/uploads/images/illust-preserved-concept-img01.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .floral-cnt.--preserved .floral-concept::before {
    top: auto;
    bottom: 0;
    left: 38%;
    right: auto;
    width: min(28.125vw, 54rem);
  }
}
@media screen and (min-width: 1440px) {
  .floral-cnt.--preserved .floral-concept::before {
    bottom: min(11.3541666667vw, 21.8rem);
  }
}
.floral-cnt.--preserved .floral-concept__ttl-en {
  max-width: 465px;
  aspect-ratio: 923/328;
}

.floral-mv {
  position: relative;
}
.floral-mv__ph {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .floral-mv__ph {
    height: 620px;
  }
}
.floral-mv__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floral-mv__ttl {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 90%;
  aspect-ratio: 920/588.8;
}
@media screen and (min-width: 1024px) {
  .floral-mv__ttl {
    top: 16%;
  }
}
@media screen and (min-width: 768px) {
  .floral-mv__ttl {
    max-width: 920px;
  }
}
.floral-mv__ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.floral-concept {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.floral-concept__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .floral-concept__cnt {
    flex-direction: row;
    gap: 0;
  }
}
.floral-concept__info {
  padding-inline: 15px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .floral-concept__info {
    order: 2;
    width: min(43.2291666667vw, 83rem);
  }
}
@media screen and (min-width: 1440px) {
  .floral-concept__info {
    margin-left: min(-3.3854166667vw, -6.5rem);
    width: min(8900vw, 89rem);
  }
}
.floral-concept__ttl {
  margin-bottom: clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.floral-concept__ttl-en {
  display: block;
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: 342px;
  width: 60%;
  aspect-ratio: 684/338;
}
@media screen and (min-width: 768px) {
  .floral-concept__ttl-en {
    width: 80%;
  }
}
.floral-concept__ttl-jp {
  font-size: 20px;
  margin-bottom: min(4.296875vw, 5.5rem);
  color: #000000;
  line-height: 1.598;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .floral-concept__ttl-jp {
    font-size: min(2.7777777778vw, 4rem);
  }
}
.floral-concept__ttl-jp br {
  display: none;
}
@media screen and (min-width: 768px) {
  .floral-concept__ttl-jp br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .floral-concept__ttl-jp br {
    display: none;
  }
}
.floral-concept__txt {
  font-size: 1.6rem;
  color: #333333;
  line-height: 2.222;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .floral-concept__txt {
    font-size: min(1.7vw, 1.6rem);
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .floral-concept__txt {
    font-size: min(1.7vw, 1.8rem);
    letter-spacing: 0.05em;
  }
}
.floral-concept__txt.--br strong {
  font-weight: 400;
}
.floral-concept__txt.--br strong br {
  display: none;
}
@media screen and (min-width: 768px) {
  .floral-concept__txt.--br strong br {
    display: block;
  }
}
.floral-concept__ph.--ph1 {
  width: 80%;
  max-width: 587px;
  aspect-ratio: 587/788;
}
@media screen and (min-width: 768px) {
  .floral-concept__ph.--ph1 {
    order: 1;
    padding-top: min(5.2083333333vw, 10rem);
    width: calc((100% - min(43.2291666667vw, 83rem)) * 0.54);
  }
}
.floral-concept__ph.--ph2 {
  margin-inline: auto 0;
  width: 80%;
  max-width: 500px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .floral-concept__ph.--ph2 {
    order: 3;
    padding-top: min(8.59375vw, 16.5rem);
    width: calc((100% - min(43.2291666667vw, 83rem)) * 0.46);
  }
}

.floral-use {
  position: relative;
  padding-top: clamp(0.5rem, -0.1rem + 1.66vw, 2rem);
}
.floral-use__head {
  margin-bottom: clamp(4.2rem, 2.4rem + 4.75vw, 8.5rem);
}
.floral-use .use-list {
  margin-inline: auto;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .floral-use .use-list {
    max-width: none;
  }
}
.floral-use .use-list__item:not(:last-child) {
  margin-bottom: clamp(5rem, 2.9rem + 5.52vw, 10rem);
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list__item:nth-child(even) .item-box {
    margin-left: calc((100% - 100vw) / 2);
    padding-left: 30px;
  }
}
.floral-use .use-list__item:nth-child(even) .item-box__link {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list__item:nth-child(even) .item-box__link {
    flex-direction: row-reverse;
  }
}
.floral-use .use-list__item:nth-child(even) .item-box__media-tag {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list__item:nth-child(odd) {
    margin-right: calc((100% - 100vw) / 2);
    padding-right: 30px;
  }
}
.floral-use .use-list__item:nth-child(odd) .item-box__link {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list__item:nth-child(odd) .item-box__link {
    flex-direction: row;
  }
}
.floral-use .use-list__item:nth-child(odd) .item-box__media-tag {
  left: 0;
}
.floral-use .use-list__item:nth-child(1) .item-box__info::before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -10px;
  width: clamp(7rem, 4.1rem + 7.73vw, 14rem);
  height: clamp(8.4rem, 4.9rem + 9.28vw, 16.8rem);
  background: url(/system_panel/uploads/images/illust-floral-use-img01.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list__item:nth-child(1) .item-box__info::before {
    top: auto;
    bottom: -80px;
    left: -40px;
    right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .floral-use .use-list__item:nth-child(1) .item-box__info::before {
    bottom: 10px;
    left: -110px;
  }
}
.floral-use .use-list__item:nth-child(2) .item-box__info::before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -10px;
  width: clamp(8.1rem, 4.7rem + 9.06vw, 16.3rem);
  height: clamp(8.1rem, 4.7rem + 8.95vw, 16.2rem);
  background: url(/system_panel/uploads/images/illust-floral-use-img02.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list__item:nth-child(2) .item-box__info::before {
    top: auto;
    bottom: -80px;
    left: auto;
    right: -40px;
  }
}
@media screen and (min-width: 1440px) {
  .floral-use .use-list__item:nth-child(2) .item-box__info::before {
    bottom: 10px;
    right: -100px;
  }
}
.floral-use .use-list__item:nth-child(3) .item-box__info::before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -10px;
  width: clamp(7.6rem, 4.5rem + 8.4vw, 15.2rem);
  height: clamp(8.6rem, 5rem + 9.5vw, 17.2rem);
  background: url(/system_panel/uploads/images/illust-floral-use-img03.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list__item:nth-child(3) .item-box__info::before {
    top: auto;
    bottom: -80px;
    left: -40px;
    right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .floral-use .use-list__item:nth-child(3) .item-box__info::before {
    bottom: 20px;
    left: -98px;
  }
}
.floral-use .use-list .item-box__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: min(5.5208333333vw, 10.6rem);
}
.floral-use .use-list .item-box__info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list .item-box__info {
    max-width: 500px;
    width: 38%;
  }
}
.floral-use .use-list .item-box__ttl {
  margin-bottom: clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  color: #332318;
  font-weight: bold;
  line-height: 2.133;
  letter-spacing: 0.05em;
}
.floral-use .use-list .item-box__txt {
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #332318;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.floral-use .use-list .item-box__voice {
  padding-block: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  padding-inline: clamp(1.2rem, 0.7rem + 1.44vw, 2.5rem);
  background: rgba(255, 255, 255, 0.702);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .floral-use .use-list .item-box__voice {
    width: 500px;
    min-height: 190px;
  }
}
.floral-use .use-list .item-box__voice-label {
  margin-bottom: clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  color: #332318;
  line-height: 1.668;
  letter-spacing: 0.05em;
}
.floral-use .use-list .item-box__voice-value {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #332318;
  line-height: 1.875;
}
.floral-use .use-list .item-box__media {
  position: relative;
}
.floral-use .use-list .item-box__media-tag {
  position: absolute;
  top: 0;
  padding-inline: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
  width: clamp(5rem, 4.5rem + 1.33vw, 6.2rem);
  height: 100%;
  background: var(--mc01);
  font-size: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  color: #fff;
  line-height: 50px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.floral-use .use-list .item-box__media-ph {
  flex: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 920/600;
}
.floral-use .use-list .item-box__media-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floral-lineup {
  position: relative;
  padding-block: clamp(7rem, 4.5rem + 6.63vw, 13rem) clamp(7.5rem, 4.4rem + 8.29vw, 15rem);
}
.floral-lineup::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  width: clamp(24.5rem, 14.3rem + 27.07vw, 49rem);
  height: clamp(25rem, 14.6rem + 27.62vw, 50rem);
  background: url(/system_panel/uploads/images/illust-floral-gallery-img01.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .floral-lineup::before {
    top: 11%;
  }
}
.floral-lineup::after {
  content: "";
  position: absolute;
  bottom: -2.5%;
  right: 0;
  width: clamp(24.5rem, 14.3rem + 27.07vw, 49rem);
  height: clamp(25rem, 14.6rem + 27.62vw, 50rem);
  background: url(/system_panel/uploads/images/illust-floral-gallery-img02.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .floral-lineup::after {
    bottom: -13.5%;
  }
}
.floral-lineup__head {
  margin-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
}
.floral-lineup__txt {
  margin-top: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  color: #333333;
  line-height: 2.222;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .floral-lineup__txt br {
    display: none;
  }
}
.floral-lineup__txt--02{
  text-align: center;
}
.floral-lineup__txt--02 strong{
  font-weight: 400;
}
@media screen and (min-width: 768px){
  .floral-lineup__txt--02 strong br{
    display: none;
  }
}
.floral-lineup__cnt {
  margin-inline: auto;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .floral-lineup__cnt {
    max-width: none;
  }
}
.floral-lineup__list:not(:last-child) {
  margin-bottom: clamp(3.7rem, 2.1rem + 4.2vw, 7.5rem);
}
.floral-lineup__list-ttl {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.88vw, 3.3rem);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  color: #332318;
  line-height: 2.134;
  letter-spacing: 0.05em;
  text-align: center;
}
.floral-lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px clamp(1rem, -3.5rem + 5.86vw, 4rem);
}
.floral-lineup .lineup-list__item{
  width: calc((100% - clamp(1rem, -3.5rem + 5.86vw, 4rem)) / 2);
}
@media screen and (min-width: 768px){
  .floral-lineup .lineup-list__item{
    width: calc((100% - (clamp(1rem, -3.5rem + 5.86vw, 4rem) * 3)) / 4);
  }
}
.floral-lineup .item-box {
  position: relative;
}
.floral-lineup .item-box__ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5px;
  padding-inline: 15px;
  width: 100%;
  min-height: 40px;
  background: #2a908b;
}
.floral-lineup .item-box__ttl-st {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.floral-gallery {
  padding-top: clamp(5.5rem, 3rem + 6.63vw, 11.5rem);
  overflow: clip;
}
.floral-gallery .gallery-list {
  display: flex;
}
.gjs-dashed .floral-gallery .gallery-list{
  display: block;
}
.floral-gallery .gallery-list__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-inline: 5px;
}
.floral-gallery .gallery-list__txt{
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .floral-gallery .gallery-list__txt {
    font-size: 2.4rem;
  }
}
.floral-gallery .gallery-list__ph {
  width: 260px;
  aspect-ratio: 520/420;
}
@media screen and (min-width: 768px) {
  .floral-gallery .gallery-list__ph {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .floral-gallery .gallery-list__ph {
    width: 520px;
  }
}
.floral-gallery .gallery-list__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes floral-gallery {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-1 * var(--distance)), 0, 0);
  }
}

.anchor {
  position: fixed;
  top: 320px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .anchor {
    top: 510px;
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .anchor {
    top: 554px;
  }
}
.anchor .anchor-list__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .anchor .anchor-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.anchor .anchor-list img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .anchor .anchor-list img {
    width: 40px;
  }
}

/*====================================*/

.subhd__ttl-str.--small01 {
  font-size: min(8vw, 6rem) ;
}

.subhd__ttl-jp.--small01 {
  font-size: min(3.5vw, 2rem) ;
}