@charset "utf-8";
/*===================
Lenisの不具合調整
===================*/
html {
  scroll-behavior: auto !important;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}
html,
body {
  scroll-behavior: auto !important;
  height: auto;
  overflow: visible;
}
/*===================
screen.css の打ち消し
===================*/

body {
  background-color: transparent;
}
main {
  margin-left: 0;
}
#wrap {
  background: none;
}
#wrap::before {
  display: none;
}
.footer {
  padding-left: 0;
}
.newsSingle-head_ttl {
  width: 100%;
}

/*===================
パララックス
===================*/
.parallax-container {
  overflow: hidden;
}

.parallax-scale {
  width: 100%;
  display: block;
  transform-origin: center center;
}
/*===================
ページ遷移アニメーション
===================*/
.pageMove {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #edf2ec;
  transform: translateY(0); /* 最初は表示状態 */
  transition: transform 1s ease;
  pointer-events: none;
}

/* 読み込み完了後に上に隠れる */
.pageMove.pageMove-after {
  transform: translateY(-100%);
}

/* リンククリック時に再び覆う */
.pageMove.pageMove-before {
  transform: translateY(0%);
}

/*===================
footer
===================*/
.footer__wrap {
  padding-top: 254px;
  padding-bottom: 200px;
  background: #242224;
  color: #fff;
}
.footer__addTxt {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.25;
  text-align: right;
  letter-spacing: 0;
}
.footer__copy {
  margin-bottom: 72px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
}
.footer__logo {
  max-width: 1508px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer__copy {
    font-size: 10px;
  }
}

/*===================
newsとcontactの共通
===================*/
.sec__ttl {
  padding-left: 70px;
}
.sec__ttl-en {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.sec__ttl-jp {
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: bold;
  line-height: 2.4736;
}
@media screen and (max-width: 920px) {
  .sec__ttl {
    padding-left: 0;
  }
}
/*===================
fv scroll
===================*/
/* スクロール */
.scroll {
  width: fit-content;
  height: fit-content;
  position: absolute;
  bottom: 150px;
  left: 65px;
  z-index: 2;
}
.scroll__link {
  display: block;
  font-size: 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
/* スクロールダウンの位置 */
.scroll__box {
  position: absolute;
  right: 50%;
  top: 10%;
}
/* 線のアニメーション部分 */
.scroll__box::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 5px;
  content: "";
  width: 1px;
  height: 80px;
  left: 0;
  /* margin: auto; */
  position: absolute;
  bottom: -88px;
  right: 8px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 750px) {
  .flower-service .scroll {
    bottom: 24%;
    right: 25px;
  }
  .flower-service .scroll__box::before {
    left: 45px;
    bottom: -54px;
    right: 5px;
  }
  .scroll__link {
    font-size: 10px;
  }
  .scroll__box::before {
    height: 43px;
  }
}
/*===================
news
===================*/
.news {
  padding: 91px 0 269px;
}
.news__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news__ttl {
  width: fit-content;
}
.news__moreLink {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.news__list {
  width: 60%;
  min-width: 560px;
}
.news__itemLink {
  display: flex;
}
.news__thumb {
  width: 260px;
  min-width: 260px;
}
.works__thum-ph {
  background-position: center center;
  background-size: cover;
}
.news__itemBox {
  width: calc(100% - 260px);
  padding: 30px 0 30px 35px;
  border-top: 1px solid #ccc;
  position: relative;
}
.news__itemGroup {
  max-width: 346px;
  width: 80%;
}
.news__date {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 400;
}
.news__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}
.news__arrow {
  width: 41px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

@media screen and (max-width: 1220px) {
  .news__itemBox {
    padding: 30px 0 30px 15px;
  }
  .news__arrow {
    width: 43px;
  }
}
@media screen and (max-width: 840px) {
  .news__wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .news__list {
    min-width: auto;
    width: 100%;
  }
  .news__itemBox {
    width: calc(100% - 140px);
    padding: 15px 0 15px 15px;
  }
  .news__thumb {
    width: 140px;
    min-width: 140px;
  }
  .news__arrow {
    width: 26px;
    margin-top: auto;
  }
  .news__arrow .img {
    width: 26px;
  }
}
@media screen and (max-width: 470px) {
  .news__itemLink {
    flex-direction: column;
  }
  .news__itemBox {
    width: 100%;
  }
}

/*===================
contact
===================*/
.contact {
  padding: 149px 0 81px;
  /* background: url(../img/flower-service/contact_bg.jpg) center center / cover
    no-repeat; */
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を背景のように調整 */
  z-index: -1; /* コンテンツの背面に配置 */
}
.contact__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* gap: 17%; */
}
.contact__contactTtl {
  width: fit-content;
}
.contact__contactTxt {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}
.contact__tel {
  width: fit-content;
}
.contact__web {
  width: fit-content;
}
.contact__telNumLink {
  display: block;
  margin-bottom: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
.contact__telTime {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.contact__contactBtnLink {
  display: block;
  width: 257px;
  padding: 20px 10px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #2e2f2f;
  text-align: center;
  transition: 0.3s;
}
.contact__contactBtnLink:hover {
  color: #fff;
  background: #2e2f2f;
}
@media screen and (max-width: 850px) {
  .contact {
    padding: 100px 0;
  }
  .contact__wrap {
    flex-wrap: wrap;
  }
  .contact__ttl {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .contact__wrap {
    flex-direction: column;
  }
  .contact__tel {
    margin-bottom: 50px;
  }
}
/*===================
archive-flower-news
===================*/
.archive-flower-news .news__wrap {
  margin-bottom: 80px;
}
.archive-flower-news {
  padding: 91px 0;
}
