@charset "UTF-8";
/* wrapper */
.l-home__wrapper img {
  width: 100%;
  height: auto;
}

.l-home__wrapper a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}

.l-home__wrapper a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}

.p-home__row {
  display: flex;
}

.p-home__title {
  font-size: 1.5rem;
  /* margin-top: 80px; */
}

.l-home__wrapper p:not([class]) {
  margin-top: 0;
  margin-bottom: 0;
}

.p-home__more-button {
  position: relative;
  color: #fff;
  margin: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 337px;
  height: 61px;
  z-index: 0;
}

.p-home__more-button::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/more-button-bg.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* fv */
.l-home__fv {
  position: relative;
}
@media (max-width: 767px) {
  .l-home__fv {
    margin-top: 35px;
  }
}

/* slider */
.l-home__wrapper .l-home__slider {
  padding: 0;
}

.l-home__slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2800/1500;
  overflow: hidden;
}

.l-home__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-home__slider .swiper-slide-prev img,
.l-home__slider .swiper-slide-active img {
  animation: firstview 4000ms ease-out 0s forwards;
}

.l-home__slider a {
  transition: filter 0.5s;
  filter: brightness(1);
}

.l-home__slider a:hover {
  filter: brightness(0.85);
  opacity: 1;
}

@keyframes firstview {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*---------------*/
/* .l-home__slider {
  position: relative;
  overflow: hidden;
}
.l-home__slider .swiper-wrapper,
.l-home__slider .swiper-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}
.l-home__slider .swiper-slide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.l-home__slider .swiper-slide.active {
  opacity: 1;
} */
/*---------------*/
/* .l-home__slider .swiper-pagination {
  color: #fff;
  left: auto;
  top: 130px;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 214px;
  height: 325px;
  padding-left: 15px;
  padding-top: 88px;
  box-sizing: border-box;
}

.l-home__slider .swiper-pagination::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../img/top/pager-mark.png');
  background-size: cover;
  left: 0;
  top: 0;
}

.l-home__slider .swiper-pagination::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 1px;
  background-color: #fff;
  top: 122px;
  left: 50%;
  transform: translateX(calc(-50% + 8px));
}

.l-home__slider .swiper-pagination-current,
.l-home__slider .swiper-pagination-total {
  font-size: 1.4rem;
  display: block;
  z-index: 1;
  line-height: 1;
}

.l-home__slider .swiper-pagination-current {}

.l-home__slider .swiper-pagination-total {}

.l-home__slider .swiper-button-prev {}

.l-home__slider .swiper-button-next {} */
.l-home__fv-row {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px 80px;
  padding-left: 56px;
  box-sizing: border-box;
  left: 0;
  bottom: 63px;
  z-index: 1;
  width: 100%;
}

.l-home__fv-heading {
  font-size: 44px;
  color: #fff;
  pointer-events: none;
  font-family: "Zen Old Mincho", serif;
}

/* news */
.l-home__news {
  /* background-image: url('../img/top/news-bg.jpg');
  background-size: cover; */
  padding: 20px;
  padding-right: 47px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  width: 600px;
  font-size: 14px;
  position: relative;
}
.l-home__news .swiper {
  position: static;
}
.l-home__news .swiper-slide, .l-home__news a {
  color: #fff;
  display: block;
}
.l-home__news .swiper-slide {
  display: flex;
  gap: 10px;
}
.l-home__news a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.l-home__news .swiper-button-next {
  position: absolute;
  width: 13px;
  height: 15px;
  top: calc(50% - 7.5px);
  right: 16px;
  margin-top: 0;
}
.l-home__news .swiper-button-next::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/top/seaconal-arrow.svg");
  background-size: contain;
}
.l-home__news .swiper-button-next::after {
  display: none;
}
.l-home__news .swiper-button-next:hover {
  opacity: 0.7;
}

.p-news-description {
  width: calc(100% - 9rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

/* banner */
.p-situations {
  padding: 80px var(--paddingInline) 70px;
  box-sizing: border-box;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #9D9D9D;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-color: #050447;
}
.p-situations .swiper-pagination {
  font-size: 0;
}
.p-situations .swiper-pagination-bullet {
  border-radius: 0;
}
.p-situations .swiper-outer {
  position: relative;
  padding-inline: 50px;
  max-width: 1300px;
  margin-inline: auto;
}
.p-situations .swiper {
  position: static;
  padding-bottom: 30px;
}
.p-situations .swiper-button-next, .p-situations .swiper-button-prev {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22.5px;
  height: 45px;
  margin-top: -34px;
}
.p-situations .swiper-button-next::after, .p-situations .swiper-button-prev::after {
  content: none;
}
.p-situations .swiper-button-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDciIHZpZXdCb3g9IjAgMCAyNSA0NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDIzLjUgMjMuNUwxIDQ2IiBzdHJva2U9IiMwNTA0NDciIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  right: 0;
}
.p-situations .swiper-button-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iNDciIHZpZXdCb3g9IjAgMCAyNiA0NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjQuNSAxTDIgMjMuNUwyNC41IDQ2IiBzdHJva2U9IiMwNTA0NDciIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  left: 0;
}
@media (max-width: 767px) {
  .p-situations {
    padding-block: 50px;
    padding-inline: 0;
  }
  .p-situations .swiper-outer {
    padding-inline: 0;
  }
  .p-situations .swiper-button-next, .p-situations .swiper-button-prev {
    width: 15px;
    height: 31px;
    margin-top: -28.5px;
  }
  .p-situations .swiper-button-prev {
    left: 46px;
  }
  .p-situations .swiper-button-next {
    right: 46px;
  }
}

.l-home__banner .swiper-wrapper.js-no-swiper {
  display: flex;
  justify-content: center;
  gap: 0 45px;
}

.l-home__banner .swiper-wrapper.js-no-swiper .swiper-slide {
  aspect-ratio: 1/1;
  max-width: 370px;
}

.l-home__banner .swiper-pagination {
  bottom: 0;
}

.p-situations-item a {
  display: block;
  position: relative;
}
.p-situations-item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #000000, transparent 62%, transparent);
  opacity: 0.7;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-situations-item {
    width: 235px;
  }
}

.p-situations-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  text-align: center;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 15.41px;
}
.p-situations-caption ._en {
  font-family: "Copperplate", sans-serif;
  font-size: 12.32px;
  font-weight: 400;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 7.7px;
}
.p-situations-caption ._ja {
  line-height: 1.18;
  margin: 0;
  font-size: 20.8px;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .p-situations-caption {
    padding-inline: 10px;
  }
  .p-situations-caption ._en {
    font-size: 10px;
    margin-bottom: 6.35px;
  }
  .p-situations-caption ._ja {
    font-size: 17.15px;
  }
}

/* seasonal */
.l-home__for-business {
  background-image: url("../img/top/for-business-bg.jpg");
  background-size: cover;
}

.p-seasonal {
  background-image: url("../img/top/for-business-bg.jpg");
  background-size: cover;
  padding-block: 80px;
  padding-inline: var(--paddingInline);
}

.l-home__seasonal .p-home__heading.pc::before {
  left: -54px;
}

.l-home__seasonal .p-home__heading.sp,
.l-home__instagram .p-home__more-button.sp {
  display: none;
}

.l-home__seasonal .p-home__heading img {
  width: 331px;
}

.l-home__seasonal .p-home__heading-pink {
  color: #fff;
}

.p-seasonal {
  color: #fff;
}
@media (max-width: 767px) {
  .p-seasonal {
    padding-block: 50px;
  }
}

.p-seasonal-cols {
  display: flex;
  justify-content: space-between;
}
.p-seasonal-cols + .p-seasonal-cols {
  margin-top: 80px;
}

.p-home__seasonal-image {
  width: 50%;
}

.p-home__seasonal-lead {
  width: 41.6666666667%;
  box-sizing: border-box;
}

.p-home__seasonal-lead p a:hover {
  text-decoration: underline;
}

.p-seasonal-text {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-seasonal-text {
    margin-top: 15px;
  }
}

.p-seasonal-more {
  text-align: right;
  margin-top: 10px;
}
.p-seasonal-more a {
  display: inline-block;
  padding-right: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .p-seasonal-more {
    margin-top: 16px;
  }
}

.p-seasonal-more a::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 15px;
  background-image: url("../img/common/seaconal-arrow.svg");
  background-size: cover;
  top: 5px;
  right: 0;
}

.p-seasonal-button {
  margin-top: 30px;
}

/* pick up */
.l-home__group {
  background-image: url("../img/top/price-bg.jpg");
  background-size: cover;
}

.p-pickup,
.p-serviceCards {
  background-image: url("../img/top/pickup-bg.jpg");
  background-size: cover;
  padding: 80px var(--paddingInline);
}
@media (max-width: 767px) {
  .p-pickup,
  .p-serviceCards {
    padding-block: 50px;
  }
}

.p-pickup .swiper-slide {
  width: calc((100% - 90px) / 3);
  max-width: 370px;
  margin-right: 45px;
}

/* find your own */
.l-home__find-your-own {
  background-color: #050447;
  padding: 37px 0;
}

.l-home__find-your-own .swiper-wrapper {
  transition-timing-function: linear;
}

.l-home__find-your-own .swiper-slide img {
  width: 1467px;
}

/* scene */
.l-home__scene {
  background-image: url("../img/top/scene-bg.jpg");
  background-size: cover;
  color: #fff;
}

.p-scene {
  padding-block: 80px;
}
@media (max-width: 767px) {
  .p-scene {
    padding-block: 50px 70px;
  }
}

.p-scene-text + ul {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .p-scene-text {
    font-size: 14px;
  }
}

.p-home__scene-wrapper {
  display: flex;
  gap: 20px 120px;
  /* flex-wrap: wrap; */
}
@media (max-width: 767px) {
  .p-home__scene-wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.l-home__scene .p-home__heading img {
  width: 190px;
}

.l-home__scene p {
  /* text-align: center; */
}

.l-home__scene ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1040px;
}

.l-home__scene li {
  width: calc((100% - 30px) / 4);
  min-width: 200px;
}

.l-home__scene a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  /* background-color: #710050; */
}
.l-home__scene a span {
  display: inline-block;
}

.l-home__scene a:hover {
  background-color: #8F6921;
  border-color: #8F6921;
  opacity: 1;
}

.p-home__scene-note {
  padding: 20px 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 30px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-home__scene-note {
    padding: 20px;
  }
}

.p-home__scene-delivery {
  font-size: 20px;
  display: block;
}

.p-home__scene-note p {
  margin: 0;
  width: calc(100% - 30px - 20em);
}

/* group */
.p-home__swiper-switch-inner {
  display: flex;
  justify-content: center;
  /* gap: 10px; */
}

.p-home__switch-button {
  /* color: #710050;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #710050;
  font-size: 1.1rem;
  flex-direction: column;
  line-height: 1.3; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  height: 50px;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #050447;
}

.p-home__switch-button span {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

.p-home__switch-button.active,
.p-home__switch-button:hover {
  font-weight: bold;
}

.p-home__switch-button.active {
  border-bottom: 2px solid #050447;
}

.p-home__switch-button:hover {
  cursor: pointer;
}

.p-home__switch-button.active::before {
  position: absolute;
  content: "";
  border-top: 8px solid #050447;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}

.p-home__group .swiper-container {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .p-home__group .swiper-container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .p-home__group .swiper-container {
    margin-top: 11px;
  }
}

.p-home__group .p-home__more-button {
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.p-home__group .p-home__more-button {
  color: #fff;
}

.p-home__group .swiper-alone {
  max-width: calc((100% - 36px) / 4);
}

/* price */
.l-home__price .p-home__heading img {
  width: 187px;
}

.p-price {
  padding-block: 80px;
}
.p-price .swiper-slide {
  max-width: 370px;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .p-price {
    padding-block: 60px 46px;
  }
}

.p-price-button {
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-price-button {
    margin-top: 90px;
  }
  .p-price-button a {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 10px);
    transform: translateX(-50%);
  }
}

/* color */
.l-home__color .p-home__heading img {
  width: 217px;
}

.p-color {
  background-image: url("../img/top/pickup-bg.jpg");
  background-size: cover;
  padding-block: 80px;
}
.p-color .swiper-slide {
  max-width: 370px;
  margin-right: 45px;
}

.p-color-notice {
  font-size: 14px;
  padding-inline: 20px;
  text-align: center;
  margin-top: 30px;
}

.p-color-button {
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .p-color {
    padding-block: 60px 46px;
  }
  .p-color-notice {
    text-align: left;
    margin-top: 22px;
  }
  .p-color-button {
    margin-top: 25px;
  }
}
/* style */
.p-style {
  padding-block: 80px;
  padding-inline: var(--paddingInline);
  background: url(../img/common/bg_dark.jpg) repeat-y top center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .p-style {
    padding-block: 60px 46px;
  }
}
.p-style a {
  color: #ffffff;
}
.p-style a:hover {
  opacity: 1;
}

.p-style-cols {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-inline: auto;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-style-cols {
    gap: 10px;
  }
}

.p-style-item {
  width: calc((100% - 40px) / 3);
  position: relative;
  color: #fff;
}
.p-style-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 30%);
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s;
}
.p-style-item:hover {
  opacity: 1;
}
.p-style-item:hover:after {
  background-color: rgba(4, 3, 77, 0.5);
}
@media (max-width: 767px) {
  .p-style-item {
    width: calc((100% - 10px) / 2);
  }
}

.p-style-image {
  overflow: hidden;
}
.p-style-image img {
  width: 100%;
  transition: 0.4s;
}
a:hover .p-style-image img {
  transform: scale(1.1);
}

.p-style-body {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.p-style-body img {
  display: block;
  margin-bottom: 10px;
  width: auto;
}
@media (max-width: 767px) {
  .p-style-body {
    font-size: 12.69px;
    padding-bottom: 8px;
  }
  .p-style-body img {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .p-style-item:nth-child(1) .p-style-body img,
  .p-style-item:nth-child(2) .p-style-body img {
    width: 131px;
  }
  .p-style-item:nth-child(3) .p-style-body img {
    width: 83px;
  }
  .p-style-item:nth-child(4) .p-style-body img {
    width: 58px;
  }
  .p-style-item:nth-child(5) .p-style-body img {
    width: 113px;
  }
  .p-style-item:nth-child(6) .p-style-body img {
    width: 60px;
  }
}
/* for gift */
/* .l-home__for-gift, */
.l-home__offer-flowers,
.l-home__subscription {
  background-image: url("../img/top/for-gift-bg.jpg");
  background-size: cover;
}

.p-giftSec {
  color: #fff;
  background-image: url("../img/top/forgift-bg.jpg");
  background-size: cover;
  padding-block: 80px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-giftSec {
    padding-block: 50px;
  }
}

.l-home__offer-flowers {
  background-image: url("../img/top/offer-flowers-bg.jpg");
}

.l-home__subscription {
  background-image: url("../img/top/subscription-bg.jpg");
}

.l-home__for-gift .p-home__row {
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 50px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #DEB971;
  background-color: #4F0038;
}

.p-giftSec-image {
  flex-basis: 48.3333333333%;
}
.p-giftSec-body {
  padding-left: 50px;
  flex-basis: 41.6666666667%;
}
@media (max-width: 767px) {
  .p-giftSec-body {
    padding-left: 0;
  }
}

.p-giftSec-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-giftSec-title {
    font-size: 16px;
    text-align: center;
  }
}

.p-giftSec-text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-giftSec-text {
    font-size: 14px;
  }
}

.p-giftSec-button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-giftSec-button {
    margin-top: 20px;
  }
}

.p-home__seasonal-lead .p-home__more-button.sp {
  display: none;
}

.l-home__offer-flowers .p-home__heading img {
  width: 446px;
}

.l-home__subscription .p-home__heading img {
  width: 394px;
}

.l-home__offer-flowers .p-home__heading,
.l-home__subscription .p-home__heading {
  padding-top: 35px;
  padding-bottom: 5px;
  gap: 18px;
}

.l-home__offer-flowers .p-home__heading::before,
.l-home__subscription .p-home__heading::before {
  display: none;
}

.l-home__other .p-home__row section {
  width: 50vw;
}

.p-home__other-inner {
  width: 90%;
  max-width: 490px;
  height: 100%;
  min-height: 310px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.p-home__other-inner p {
  font-size: 1.1rem;
  text-align: center;
}

.p-home__other-inner a {
  display: flex;
  padding-right: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #050447;
  color: #050447;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.p-home__other-inner a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  background-image: url("../img/top/more-button-arrow.svg");
  background-size: cover;
  top: 5px;
  right: 0;
}

/* for business */
.l-home__for-business .p-home__seasonal-lead {
  padding-left: 0;
  width: 460px;
}

.l-home__for-business .p-home__title {
  text-align: center;
  margin-top: 0;
}

.l-home__for-business .p-home__seasonal-image {
  padding-left: 100px;
  width: calc(100% - 100px);
  height: 572px;
}

.l-home__for-business .p-home__seasonal-image img:nth-child(1) {
  width: 200px;
  top: 0;
  right: 342px;
}

.l-home__for-business .p-home__seasonal-image img:nth-child(2) {
  width: 330px;
  top: 0;
  right: 0;
}

.l-home__for-business .p-home__seasonal-image img:nth-child(3) {
  width: 310px;
  top: 212px;
  right: 342px;
}

.l-home__for-business .p-home__seasonal-image img:nth-child(4) {
  width: 230px;
  top: 342px;
  right: 98px;
}

/* service */
.p-serviceCards-title {
  text-align: center;
  margin-bottom: 16px;
}
.p-serviceCards-title ._en {
  font-family: "Copperplate", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}
.p-serviceCards-title ._ja {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.l-home__service .p-home__row {
  gap: 20px 15px;
}

.p-home__service-card {
  width: calc((100% - 30px) / 3);
  display: flex;
  flex-direction: column;
}

.p-home__service-lead {
  padding: 20px 20px 70px;
  box-sizing: border-box;
  background-color: rgba(222, 185, 113, 0.15);
  height: 100%;
  position: relative;
  border-top: 4px solid #DEB971;
}

.l-home__service .p-home__heading::before {
  display: none;
}

.p-home__service-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-home__service-button .c-link-more::after {
  background-image: url("../img/common/seaconal-arrow_dark.svg");
}

.p-home__service-button::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 15px;
  background-image: url("../img/top/more-button-arrow.svg");
  background-size: cover;
  top: 5px;
  right: 0;
}

/* kyoto matahari */
.p-kyoto {
  color: #fff;
  padding: 118px var(--paddingInline) 138px;
  position: relative;
}
@media (max-width: 767px) {
  .p-kyoto {
    background-size: 1400px;
    background-position: top center;
  }
}

.l-home__kyoto-matahari .p-home__heading {
  padding: 0;
}

.p-kyoto-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-kyoto-bg::before {
  position: fixed;
  content: "";
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/top/kyoto-matahari-bg_v2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.p-kyoto-logo {
  text-align: center;
}
.p-kyoto-logo img {
  width: 691px;
}

.p-kyoto-catch {
  text-align: center;
  font-size: 24px;
  margin-top: 48px;
}

.p-kyoto-text {
  text-align: center;
  margin-top: 35px;
}
.p-kyoto-text span {
  display: inline-block;
}

.p-kyoto-button {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

/* shop */
.l-home__shop .p-home__seasonal-image,
.l-home__shop .p-home__seasonal-lead {
  width: 50vw;
  box-sizing: border-box;
}

.l-home__shop .p-home__seasonal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-home__shop .p-home__seasonal-lead {
  padding: 110px 100px;
  color: #050447;
}

.l-home__shop .p-home__seasonal-lead a {
  color: #fff;
}

.l-home__shop .p-home__title {
  margin-top: 0;
}

.p-shopInfo .p-home__row {
  align-items: center;
}
@media (min-width: 767.1px) {
  .p-shopInfo .p-home__heading::before {
    left: -52px;
  }
}
@media (max-width: 767px) {
  .p-shopInfo .p-home__row {
    flex-direction: column-reverse;
  }
}

.p-shopInfo-image {
  flex-basis: 50%;
}
.p-shopInfo-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-shopInfo-image {
    flex-basis: auto;
    aspect-ratio: 375/450;
  }
  .p-shopInfo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-shopInfo-body {
  padding: 110px 100px;
  flex-basis: 50%;
}
.p-shopInfo-body a {
  text-decoration: underline;
}
.p-shopInfo-body a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-shopInfo-body {
    flex-basis: auto;
    padding: 50px 20px;
  }
}

/* instagram */
.p-home__instagram-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 100px;
}

.l-home__instagram .p-home__heading {
  padding: 0;
  color: #fff;
}

.l-home__instagram .p-home__heading::before {
  background-image: url("../img/top/instagram-bg.png");
  width: 336px;
  height: 336px;
  top: calc(50% + 30px);
}

.l-home__instagram .p-home__heading img {
  width: 324px;
}

.l-home__instagram .p-home__more-button {
  color: #fff;
  margin: 0;
}

.l-home__instagram .p-home__row:nth-child(4) .p-home__more-button {
  margin: 20px auto;
}

.l-home__instagram .p-home__more-button {
  margin-top: 30px;
}

.l-home__instagram .p-home__row:nth-child(2) {
  width: 100%;
  flex-wrap: wrap;
}

.l-home__instagram .p-home__row:nth-child(2) a {
  width: 33.3333333333%;
}

.instagram-imageTemplate {
  display: none !important;
}

.p-instagram-button {
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.p-instagram {
  padding-block: 80px;
  background-color: #050447;
}
.p-instagram .p-home__heading {
  color: #ffffff;
  position: relative;
}
.p-instagram .p-home__heading::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url("../img/top/instagram-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 336px;
  height: 336px;
  top: -98px;
  left: calc(50% - 168px);
}
@media (max-width: 767px) {
  .p-instagram {
    padding-block: 133px 43px;
  }
  .p-instagram .p-home__heading::before {
    width: 290px;
    height: 290px;
    top: -113px;
    left: calc(50% - 145px);
  }
}

.p-instagram-cols {
  display: flex;
  max-width: 1200px;
  padding-inline: var(--paddingInline);
  box-sizing: content-box;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-instagram-cols {
    flex-direction: column;
  }
}

.p-instagram-images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(100% - 437px);
}
.p-instagram-images .instagram-image {
  flex-basis: 33.333333%;
}
@media (max-width: 767px) {
  .p-instagram-images {
    flex-basis: auto;
  }
}

.p-instagram-body {
  flex-wrap: wrap;
  flex-basis: 337px;
}
@media (max-width: 767px) {
  .p-instagram-body {
    flex-basis: auto;
  }
}

/* ここに固定でheightを設定できると読み込み時にガタつきません */
/* .instagram-images{
	--instagramImageGap:10px;
	--instagramImageCols:4;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	max-width:750px;
	gap:var(--instagramImageGap);
} */
/* インスタからの画像は1:1比率ではない場合があるので注意 */
.instagram-image {
  width: calc(100% / var(--instagramImageCols) - var(--instagramImageGap) * (var(--instagramImageCols) - 1) / var(--instagramImageCols));
  position: relative;
  display: block;
  overflow: hidden;
}

.instagram-image::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.instagram-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

@media (hover: hover) {
  .instagram-image img {
    transition: transform 0.4s ease-out, filter 0.4s ease-out;
  }
  .instagram-image:hover img {
    transform: scale(1.02);
    filter: brightness(1.3);
  }
}
@media screen and (min-width: 768px) {
  /* scene */
  .l-home__scene .p-home__heading {
    width: 242px;
    height: 80px;
    padding: 0 0 0 52px;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .l-home__scene .p-home__heading::before {
    left: 0;
  }
  .p-home__scene-lead {
    width: calc(100% - 242px);
  }
  /* for gift */
  .l-home__for-gift .p-home__seasonal-lead {
    padding-left: 50px;
  }
  .l-home__for-gift .p-home__heading {
    align-items: flex-start;
  }
  .l-home__for-gift .p-home__heading::before {
    left: -52px;
  }
  .l-home__for-gift .p-home__heading img {
    width: 282px;
  }
  /* shop */
  .l-home__shop .p-home__heading {
    align-items: flex-start;
  }
  .l-home__shop .p-home__heading::before {
    left: -52px;
  }
  .l-home__shop .p-home__heading img {
    width: 174px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__heading::before {
    width: 150px;
    height: 150px;
    top: calc(50% - 10px);
  }
  .p-home__title {
    text-align: left;
    font-size: 1.3rem;
  }
  .p-home__more-button {
    width: 279px;
    height: 60px;
    font-size: 0.9rem;
  }
  /* .p-home__more-button::before {
    background-image: url('../img/top/more-button-bg_sp.png');
  } */
  /* slider */
  .l-home__slider .swiper-slide {
    aspect-ratio: 750/1100;
  }
  .l-home__fv-row {
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    width: 100vw;
    bottom: 20px;
  }
  .l-home__fv-heading {
    text-align: center;
    width: 100%;
    font-size: 6vw;
  }
  /* news */
  .l-home__wrapper section.l-home__scene,
  .l-home__wrapper section.l-home__for-business {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .l-home__news {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
    padding: 16px 20px;
    padding-right: 45px;
  }
  /* .l-home__news .swiper-slide {
    gap: 15px;
  } */
  /* .p-news-date,
  .p-news-description {
    width: 100%;
  } */
  /* seasonal */
  .l-home__seasonal .p-home__row,
  .l-home__other .p-home__row,
  .l-home__for-business .p-home__row {
    flex-direction: column;
  }
  .l-home__seasonal .p-home__heading img {
    width: 221px;
  }
  .p-home__seasonal-image,
  .p-home__seasonal-lead {
    width: 100%;
  }
  .p-home__seasonal-lead {
    padding-left: 0;
    padding-top: 30px;
  }
  .l-home__seasonal .p-home__heading.pc,
  .l-home__instagram .p-home__more-button.pc {
    display: none;
  }
  .l-home__seasonal .p-home__heading.sp,
  .l-home__instagram .p-home__more-button.sp {
    display: flex;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .l-home__instagram .p-home__row:nth-child(2) a {
    width: 50%;
  }
  .p-seasonal-cols {
    flex-direction: column;
  }
  /* pick up */
  .l-home__pick-up .p-home__heading img {
    width: 164px;
  }
  /* find your own */
  .l-home__find-your-own {
    padding: 30px 0;
  }
  .l-home__find-your-own .swiper-slide img {
    width: 649px;
  }
  /* scene */
  .p-home__scene-wrapper {
    flex-direction: column;
  }
  .l-home__scene .p-home__heading img {
    width: 141px;
  }
  .l-home__scene li {
    width: calc((100% - 10px) / 2);
    min-width: 0;
  }
  .l-home__scene a {
    height: 50px;
    font-size: 14px;
    text-align: center;
  }
  .p-home__scene-note {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .p-home__scene-delivery {
    width: auto;
    font-size: 18px;
  }
  .p-home__scene-note p {
    width: 100%;
  }
  /* group */
  .p-home__swiper-switch-wrapper {
    overflow-x: hidden;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .p-home__swiper-switch-inner {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 16px;
  }
  .p-home__switch-button {
    white-space: nowrap;
  }
  .l-home__pick-up .swiper-container,
  .p-home__group .swiper-container {
    padding: 0 0 0 20px;
  }
  .p-home__group .swiper {
    padding-right: 82px;
  }
  .p-pickup .swiper {
    padding-right: 82px;
  }
  /* price */
  .l-home__price .p-home__heading img {
    width: 125px;
  }
  /* color */
  .l-home__color .p-home__heading img {
    width: 145px;
  }
  /* style */
  .p-style-item {
    width: calc((100% - 10px) / 2);
  }
  .p-style-item:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 45%);
  }
  /* for gift */
  .l-home__for-gift .p-home__heading img {
    width: 188px;
  }
  .l-home__for-gift .p-home__row {
    flex-direction: column;
    gap: 40px;
  }
  .l-home__shop .p-home__row {
    flex-direction: column-reverse;
  }
  .l-home__for-gift .p-home__seasonal-image {
    width: 100%;
  }
  /* .l-home__for-gift .p-home__seasonal-image, */
  .l-home__for-business .p-home__seasonal-image {
    height: 330px;
    display: block;
  }
  .l-home__for-gift .p-home__seasonal-image {
    margin-top: 40px;
  }
  /* .l-home__for-gift .p-home__seasonal-image img, */
  .l-home__for-business .p-home__seasonal-image img {
    width: calc((100vw - 40px) / 2);
  }
  .l-home__for-gift .p-home__seasonal-image img:nth-child(2) {
    top: auto;
    bottom: 0;
  }
  .p-home__seasonal-lead .p-home__more-button.pc {
    display: none;
  }
  .l-home__other .p-home__row section {
    width: 100%;
  }
  .l-home__wrapper section.l-home__offer-flowers,
  .l-home__wrapper section.l-home__subscription {
    padding: 0;
  }
  .l-home__offer-flowers,
  .l-home__subscription {
    background: none;
  }
  .p-home__other-inner {
    width: 100%;
    max-width: none;
    min-height: 0;
    background: none;
    padding-bottom: 60px;
    background-image: url("../img/top/price-bg.jpg");
    background-size: cover;
  }
  .l-home__offer-flowers .p-home__heading img {
    width: 169px;
  }
  .l-home__subscription .p-home__heading img {
    width: 263px;
  }
  /* for business */
  .l-home__for-business .p-home__heading img {
    width: 306px;
  }
  .l-home__for-business .p-home__seasonal-lead,
  .l-home__for-business .p-home__seasonal-image {
    padding-left: 0;
    width: 100%;
  }
  .l-home__for-business .p-home__seasonal-image {
    height: 358px;
    margin-top: 40px;
  }
  .l-home__for-business .p-home__seasonal-image img:nth-child(1) {
    width: 130px;
    top: 0;
    right: 177px;
  }
  .l-home__for-business .p-home__seasonal-image img:nth-child(2) {
    width: 170px;
    top: 40px;
    right: 0;
  }
  .l-home__for-business .p-home__seasonal-image img:nth-child(3) {
    width: 160px;
    top: 139px;
    right: 177px;
  }
  .l-home__for-business .p-home__seasonal-image img:nth-child(4) {
    width: 130px;
    top: 217px;
    right: 40px;
  }
  /* service */
  .l-home__service .p-home__row {
    flex-direction: column;
  }
  .p-home__service-card {
    width: 100%;
  }
  .p-home__service-lead .p-home__heading {
    padding: 5px 0 0;
  }
  /* kyoto matahari */
  .p-kyoto {
    padding-block: 76px 69px;
    padding-inline: var(--paddingInline);
  }
  .p-kyoto-logo img {
    width: 289px;
  }
  .p-kyoto-catch {
    font-size: 20px;
    margin-top: 20px;
  }
  .p-kyoto-catch span {
    display: inline-block;
  }
  .p-kyoto-text {
    margin-top: 20px;
    text-align: left;
  }
  /* shop */
  .l-home__shop .p-home__heading img {
    width: 116px;
  }
  .l-home__shop .p-home__seasonal-image,
  .l-home__shop .p-home__seasonal-lead {
    width: 100%;
  }
  .l-home__shop .p-home__seasonal-image img {
    height: auto;
    object-fit: contain;
  }
  .l-home__shop .p-home__seasonal-lead {
    padding: 50px 40px;
    color: #050447;
  }
  /* instagram */
  .p-home__instagram-row {
    flex-direction: column;
  }
  .l-home__instagram .p-home__row.w1200 {
    justify-content: center;
  }
  .l-home__instagram .p-home__heading img {
    width: 240px;
  }
  .l-home__instagram .p-home__more-button {
    width: 335px;
    height: 61px;
  }
  .l-home__instagram .p-home__row:nth-child(3) {
    padding: 35px 0;
    justify-content: center;
  }
  /* .l-home__instagram .p-home__more-button::before {
    background-image: url('../img/top/more-button-pink-bg_sp.png');
  } */
}
/* 見出し */
@media (min-width: 767.1px) {
  .p-seasonal .p-home__heading {
    text-align: left;
  }
  .p-scene .p-home__heading {
    text-align: left;
  }
  .p-giftSec .p-home__heading {
    text-align: left;
  }
  .p-shopInfo .p-home__heading {
    text-align: left;
  }
}






.p-header__cont {
  background: none;
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.7));
}