@charset "UTF-8";
:root {
  --vw: (100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 500;
}

/* アニメーション 
----------------------------*/
.fadeIn {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1500ms, transform 1000ms;
  transform: translate3d(0, 10%, 0);
}
.fadeUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 共通 
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #505050;
  background-color: #f4f8fa;
  box-sizing: border-box;
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #505050;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* Wrap / PC 3カラムレイアウト
----------------------------*/
#feature .contentsWrap {
  display: grid;
  grid-template-columns: 1fr 35.7142857143vw 1fr;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  order: 2;
  background-color: #fff;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}

/* PC固定ナビ：左エリア（タイトルロゴ） */
#feature .leftWrap {
  background-color: #f4f8fa;
  order: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 calc(20 * var(--vw));
}
#feature .leftWrap .leftWrap__logo {
  width: calc(300 * var(--vw));
  max-width: 320px;
}

/* PC固定ナビ：右エリア（2ボタン縦並び） */
#feature .rightWrap {
  background-color: #f4f8fa;
  order: 3;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(20 * var(--vw));
  padding: 0 calc(20 * var(--vw));
}
#feature .rightWrap .rightWrap__all-btn {
  width: calc(320 * var(--vw));
  max-width: 350px;
}

/* ==========================================================================
   Flower mood メインコンテンツ
   ========================================================================== */

/* fv */
#feature .fv {
  position: relative;
  width: 100%;
}
#feature .fv__img {
  width: 100%;
}
#feature .fv__title {
  position: absolute;
  top: calc(618 * var(--vw));
  left: 50%;
  transform: translateX(-50%);
  width: calc(520 * var(--vw));
}

/* lead */
#feature .lead {
  text-align: center;
  margin-top: calc(113 * var(--vw));
}
#feature .lead__txt {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(25 * var(--vw));
  line-height: 2.5;
}
#feature .lead__btn {
  width: calc(500 * var(--vw));
  margin: calc(100 * var(--vw)) auto calc(60 * var(--vw));
}
#feature .lead__date {
  width: calc(354 * var(--vw));
  margin: calc(118 * var(--vw)) auto 0;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 10;
}

/* sec01 */
#feature .sec01 {
  margin-top: calc(80 * var(--vw));
  padding-bottom: calc(204 * var(--vw));
  background: linear-gradient(to bottom, #ffffff 59.5%, #eaf3f9 59.5%);
}
#feature .sec01__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(10 * var(--vw));
  width: 71%;
  margin: 0 auto;
}

/* sec02 */
#feature .sec02 {
  position: relative;
  background-color: #eaf3f9;
  padding-bottom: calc(208 * var(--vw));
}
#feature .sec02__img01 {
  width: 100%;
  margin-bottom: calc(80 * var(--vw));
}
#feature .sec02__img02 {
  width: calc(500 * var(--vw));
}
#feature .sec02__img03 {
  position: absolute;
  width: calc(361 * var(--vw));
  top: 55.6%;
  right: 0;
}
#feature .sec02__img04 {
  width: calc(260 * var(--vw));
  margin: calc(201 * var(--vw)) 0 0 calc(44 * var(--vw));
}

/* sec03 (茶色背景エリア) */
#feature .sec03 {
  position: relative;
  background-color: #4f342f;
  padding: calc(60 * var(--vw)) calc(30 * var(--vw));
}
#feature .sec03__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(16 * var(--vw));
  width: 89%;
  margin: calc(10 * var(--vw)) auto 0;
}
#feature .sec03__txt {
  position: absolute;
  top: calc(68 * var(--vw));
  right: calc(24 * var(--vw));
  width: calc(22.5 * var(--vw));
}

/* sec04 */
#feature .sec04 {
  background: linear-gradient(to bottom, #4f342f 29.6%, #fff 29.6%);
  padding: calc(19 * var(--vw)) 0 calc(203 * var(--vw));
  margin-top: -2px;
  position: relative;
}
#feature .sec04__wrap {
  position: relative;
}
#feature .sec04__img01 {
  width: calc(459 * var(--vw));
}
#feature .sec04__img02 {
  width: calc(340 * var(--vw));
  margin: calc(-108.5 * var(--vw)) 0 0 auto;
}

/* sec05 (スライダー) */
#feature .sec05 {
  margin-bottom: calc(81 * var(--vw));
  width: 100%;
  overflow: hidden;
}
#feature .sec05__slider {
  width: 100%;
  overflow: visible;
}
#feature .sec05__slider .swiper-slide {
  width: calc(500 * var(--vw));
  height: auto;
}
#feature .sec05__slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* sec06 */
#feature .sec06 {
  margin-bottom: calc(80 * var(--vw));
}
#feature .sec06__img {
  width: calc(500 * var(--vw));
  margin: 0 auto calc(50 * var(--vw));
}

/* sec07 */
#feature .sec07 {
  padding-bottom: calc(85 * var(--vw));
  background: linear-gradient(to bottom, #ffffff 46%, #eaf3f9 46%);
}
#feature .sec07__img {
  width: calc(700 * var(--vw));
  margin: calc(288 * var(--vw)) auto 0;
}

/* sec08 */
#feature .sec08 {
  padding-bottom: calc(76 * var(--vw));
  background-color: #eaf3f9;
}
#feature .sec08__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#feature .sec08__txt {
  width: calc(22.5 * var(--vw));
  margin-left: calc(24 * var(--vw));
}
#feature .sec08__img {
  width: calc(550 * var(--vw));
}

/* sec09 */
#feature .sec09 {
  margin-bottom: calc(244 * var(--vw));
  background: linear-gradient(to bottom, #eaf3f9 50%, #fff 50%);
}
#feature .sec09__img {
  width: calc(400 * var(--vw));
}

/* sec10 */
#feature .sec10 {
  position: relative;
  margin-bottom: calc(160 * var(--vw));
}
#feature .sec10__ttl {
  position: absolute;
  top: 10.5%;
  left: 24.5%;
  width: calc(389 * var(--vw));
  z-index: 10;
}
#feature .sec10__img {
  width: 100%;
}

/* sec-footer ボタン群 */
#feature .footer__btn01 {
  width: calc(500 * var(--vw));
  margin: calc(100 * var(--vw)) auto 0;
}
#feature .footer__btn02 {
  width: calc(500 * var(--vw));
  margin: calc(60 * var(--vw)) auto calc(60 * var(--vw));
}
#feature .footer__staff {
  width: calc(496 * var(--vw));
  margin: calc(200 * var(--vw)) auto calc(60 * var(--vw));
  padding-bottom: calc(200 * var(--vw));
}

/* 1401px以上（大画面表示時のサイズ固定設定）
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .contentsWrap {
    grid-template-columns: 1fr 500px 1fr;
  }
  #feature .leftWrap .leftWrap__logo {
    width: 300px;
  }
  #feature .rightWrap .rightWrap__all-btn {
    width: 320px;
  }
}

#feature .sec__credit {
  font-family: "pragmatica", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: calc(22 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt";
  color: #5b5b5b;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

#feature .credit01 {
  position: absolute;
  bottom: 12.3%;
  right: 2.5%;
}

#feature .credit02 {
  position: absolute;
  bottom: 15.5%;
  right: 48%;
}

#feature .credit03 {
  position: absolute;
  bottom: -23%;
  right: 7%;
  width: 82%;
}

/* credit03 専用：横並び・中央揃え・スラッシュ区切り */
#feature .credit03 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: calc(8 * var(--vw));
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

#feature .credit03 .item {
  display: inline-flex;
  align-items: center;
}

#feature .credit03 .item a {
  display: inline-flex;
  gap: calc(4 * var(--vw)); /* 項目名と金額の間の隙間 */
  white-space: nowrap;
}

/* スラッシュ「 / 」の自動挿入 */
#feature .credit03 .item:not(:last-child)::after {
  content: "/";
  margin: 0 calc(10 * var(--vw)); /* スラッシュ左右の隙間 */
}

/* 2つ目のitemで改行し、1行目を中央寄せにする指定 */
#feature .credit03 .item:nth-of-type(1) {
  margin-left: auto;
}

#feature .credit03 .item:nth-of-type(2) {
  margin-right: auto;
}


#feature .credit04 {
  position: absolute;
  bottom: 8.3%;
  right: 7%;
}

#feature .credit04 .item a {
  color: #fff;
}

#feature .credit05 {
  position: absolute;
  bottom: -1.5%;
  right: 16%;
  justify-content: flex-start;
  text-align: left;
}