@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    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-snslist {
  position: relative;
  z-index: 3;
}

.is_spnone {
  display: block;
}

.is_pcnone {
  display: none;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transition: 1s;
  transform: translateY(calc(50 * var(--vw) * 0.33 / 750));
}
#feature .js_anime.is_flower {
  opacity: 0;
  transition: 1.5s;
}
#feature .js_anime .is_flower {
  opacity: 0;
  transition: 1.5s;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_flower {
  opacity: 1 !important;
  transform: translate(0) rotate(0) !important;
}
#feature .js_anime.is_show .is_flower {
  opacity: 1 !important;
  transform: translate(0) rotate(0) !important;
}

#feature .main {
  display: flex;
  background-color: rgba(201, 221, 199, 0.1);
}
#feature .main .left {
  padding-bottom: 80px;
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right {
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right .right__txtarea {
  padding: 0 calc(100 * var(--vw) / 1400) calc(58 * var(--vw) / 1400) 0;
  position: relative;
  opacity: 0;
  transition: 1s;
}
#feature .main .right .right__txtarea .right__flower {
  width: calc(250 * var(--vw) / 1400);
  position: absolute;
  bottom: calc(18 * var(--vw) / 1400);
  right: 0;
  pointer-events: none;
}
#feature .main .right .right__txtarea .right__btn {
  width: calc(181 * var(--vw) / 1400);
}
#feature .main .right .right__txtarea.is_show {
  opacity: 1;
}
#feature .main .center {
  width: calc(462 * var(--vw) / 1400);
  margin: 0 auto;
  background-color: #f9f8ef;
  position: relative;
  overflow-x: clip;
}
#feature .sec {
  padding-top: calc(142 * var(--vw) * 0.33 / 750);
  padding-bottom: calc(236 * var(--vw) * 0.33 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: absolute;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw) * 0.33 / 750);
  line-height: calc(42 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.045em;
  color: #666666;
  white-space: nowrap;
}
#feature .sec .sec__credit.sec__credit01 {
  top: calc(588 * var(--vw) * 0.33 / 750);
  left: calc(-120 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit02 {
  top: calc(100% + 30 * var(--vw) * 0.33 / 750);
  left: calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(24 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(560 * var(--vw) * 0.33 / 750);
  left: calc(-140 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(550 * var(--vw) * 0.33 / 750);
  top: calc(100% + 32 * var(--vw) * 0.33 / 750);
  left: calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(24 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(580 * var(--vw) * 0.33 / 750);
  top: calc(100% + 54 * var(--vw) * 0.33 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit05 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(24 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(600 * var(--vw) * 0.33 / 750);
  top: calc(100% + 32 * var(--vw) * 0.33 / 750);
  left: calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(24 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__img .slider .slick-list {
  line-height: 0;
}
#feature .sec .sec__img .slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 calc(20 * var(--vw) * 0.33 / 750);
  position: absolute;
  bottom: calc(22 * var(--vw) * 0.33 / 750);
  right: calc(20 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img .slider .slick-dots li {
  width: calc(16 * var(--vw) * 0.33 / 750);
  height: calc(16 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  background-color: #f9f8ef;
  opacity: 0.5;
}
#feature .sec .sec__img .slider .slick-dots li.slick-active button {
  opacity: 1;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(670 * var(--vw) * 0.33 / 750);
  margin: calc(128 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(590 * var(--vw) * 0.33 / 750);
  margin: calc(78 * var(--vw) * 0.33 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(650 * var(--vw) * 0.33 / 750);
  margin: calc(142 * var(--vw) * 0.33 / 750) 0 0 0;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(630 * var(--vw) * 0.33 / 750);
  margin: calc(60 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec .sec__img.sec__img04::after {
  content: "";
  width: calc(670 * var(--vw) * 0.33 / 750);
  height: calc(882 * var(--vw) * 0.33 / 750);
  border: calc(2 * var(--vw) * 0.33 / 750) solid #c9ddc7;
  position: absolute;
  top: calc(-20 * var(--vw) * 0.33 / 750);
  left: calc(-20 * var(--vw) * 0.33 / 750);
  z-index: -1;
  box-sizing: border-box;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(570 * var(--vw) * 0.33 / 750);
  margin: calc(82 * var(--vw) * 0.33 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img06 {
  width: 100%;
  margin: calc(140 * var(--vw) * 0.33 / 750) 0 0 0;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(550 * var(--vw) * 0.33 / 750);
  margin: calc(246 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(670 * var(--vw) * 0.33 / 750);
  margin: calc(60 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec .sec__img.sec__img08::after {
  content: "";
  width: calc(710 * var(--vw) * 0.33 / 750);
  height: calc(934 * var(--vw) * 0.33 / 750);
  border: calc(2 * var(--vw) * 0.33 / 750) solid #c9ddc7;
  position: absolute;
  top: calc(-20 * var(--vw) * 0.33 / 750);
  left: calc(-20 * var(--vw) * 0.33 / 750);
  z-index: -1;
  box-sizing: border-box;
}
#feature .sec .sec__img.sec__img09 {
  width: 100%;
  margin: calc(364 * var(--vw) * 0.33 / 750) 0 0 0;
}
#feature .sec .sec__flower {
  position: absolute;
  pointer-events: none;
}
#feature .sec .sec__flower.sec__flower01 {
  width: calc(370 * var(--vw) * 0.33 / 750);
  top: calc(-140 * var(--vw) * 0.33 / 750);
  right: calc(-18 * var(--vw) * 0.33 / 750);
  transform: translate(calc(100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(-5deg);
}
#feature .sec .sec__flower.sec__flower02 {
  width: calc(606 * var(--vw) * 0.33 / 750);
  top: calc(30 * var(--vw) * 0.33 / 750);
  left: calc(-262 * var(--vw) * 0.33 / 750);
  transform: translate(calc(-100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(5deg);
}
#feature .sec .sec__flower.sec__flower03 {
  width: calc(370 * var(--vw) * 0.33 / 750);
  bottom: calc(-296 * var(--vw) * 0.33 / 750);
  right: calc(-108 * var(--vw) * 0.33 / 750);
  transform: translate(calc(100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(-5deg);
}
#feature .sec .sec__flower.sec__flower04 {
  width: calc(370 * var(--vw) * 0.33 / 750);
  top: calc(-302 * var(--vw) * 0.33 / 750);
  right: calc(-32 * var(--vw) * 0.33 / 750);
  transform: translate(calc(100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(-5deg);
}
#feature .sec .sec__flower.sec__flower05 {
  width: calc(606 * var(--vw) * 0.33 / 750);
  top: calc(-202 * var(--vw) * 0.33 / 750);
  right: calc(-328 * var(--vw) * 0.33 / 750);
  transform: translate(calc(100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(-5deg);
  z-index: -1;
}
#feature .sec .sec__flower.sec__flower06 {
  width: calc(667 * var(--vw) * 0.33 / 750);
  bottom: calc(-292 * var(--vw) * 0.33 / 750);
  left: calc(-348 * var(--vw) * 0.33 / 750);
  z-index: -1;
  transform: translate(calc(-100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(5deg);
}
#feature .sec .sec__flower.sec__flower07 {
  width: calc(452 * var(--vw) * 0.33 / 750);
  top: calc(-230 * var(--vw) * 0.33 / 750);
  left: calc(-140 * var(--vw) * 0.33 / 750);
  transform: translate(calc(-100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(5deg);
}
#feature .sec .sec__flower.sec__flower08 {
  width: calc(520 * var(--vw) * 0.33 / 750);
  top: calc(-320 * var(--vw) * 0.33 / 750);
  right: calc(-260 * var(--vw) * 0.33 / 750);
  transform: translate(calc(100 * var(--vw) * 0.33 / 750), calc(100 * var(--vw) * 0.33 / 750)) rotate(-5deg);
}
#feature .sec .sec__ttl {
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(507 * var(--vw) * 0.33 / 750);
  margin-left: calc(122 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(438 * var(--vw) * 0.33 / 750);
  margin: calc(248 * var(--vw) * 0.33 / 750) 0 0 calc(52 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__ttl.sec__ttl03 {
  width: calc(438 * var(--vw) * 0.33 / 750);
  margin: calc(140 * var(--vw) * 0.33 / 750) 0 0 calc(158 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__txt {
  margin-top: calc(74 * var(--vw) * 0.33 / 750);
  font-size: calc(26 * var(--vw) * 0.33 / 750);
  line-height: calc(45.5 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.1em;
  color: #666;
}
#feature .sec .sec__txtarea {
  position: relative;
}
#feature .sec .sec__btn {
  width: calc(362 * var(--vw) * 0.33 / 750);
  margin: calc(388 * var(--vw) * 0.33 / 750) auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
    background-color: rgba(201, 221, 199, 0.1);
  }
  #feature .main .left {
    padding-bottom: 80px;
    height: calc(100vh - 80px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .right .right__txtarea {
    padding: 0 100px 58px 0;
    position: relative;
    opacity: 0;
    transition: 1s;
  }
  #feature .main .right .right__txtarea .right__flower {
    width: 250px;
    position: absolute;
    bottom: 18px;
    right: 0;
    pointer-events: none;
  }
  #feature .main .right .right__txtarea .right__btn {
    width: 181px;
  }
  #feature .main .right .right__txtarea.is_show {
    opacity: 1;
  }
  #feature .main .center {
    width: 462px;
    margin: 0 auto;
    background-color: #f9f8ef;
    position: relative;
    overflow-x: clip;
  }
  #feature .sec {
    padding-top: 87.472px;
    padding-bottom: 145.376px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    position: absolute;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "indivisible", sans-serif;
    font-weight: 400;
    font-size: 14.784px;
    line-height: 25.872px;
    letter-spacing: 0.045em;
    color: #666666;
    white-space: nowrap;
  }
  #feature .sec .sec__credit.sec__credit01 {
    top: 362.208px;
    left: -73.92px;
  }
  #feature .sec .sec__credit.sec__credit02 {
    top: calc(100% + 18.48px);
    left: 24.64px;
  }
  #feature .sec .sec__credit.sec__credit02 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14.784px;
  }
  #feature .sec .sec__credit.sec__credit03 {
    top: 344.96px;
    left: -86.24px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    width: 338.8px;
    top: calc(100% + 19.712px);
    left: 24.64px;
  }
  #feature .sec .sec__credit.sec__credit04 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14.784px;
  }
  #feature .sec .sec__credit.sec__credit05 {
    width: 357.28px;
    top: calc(100% + 33.264px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14.784px;
  }
  #feature .sec .sec__credit.sec__credit06 {
    width: 369.6px;
    top: calc(100% + 19.712px);
    left: 24.64px;
  }
  #feature .sec .sec__credit.sec__credit06 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14.784px;
  }
  #feature .sec .sec__flex {
    display: flex;
    position: relative;
  }
  #feature .sec .sec__flex.is_reverse {
    flex-direction: row-reverse;
  }
  #feature .sec .sec__img {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__img .slider .slick-list {
    line-height: 0;
  }
  #feature .sec .sec__img .slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0 12.32px;
    position: absolute;
    bottom: 13.552px;
    right: 12.32px;
  }
  #feature .sec .sec__img .slider .slick-dots li {
    width: 9.856px;
    height: 9.856px;
  }
  #feature .sec .sec__img .slider .slick-dots li button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
    background-color: #f9f8ef;
    opacity: 0.5;
  }
  #feature .sec .sec__img .slider .slick-dots li.slick-active button {
    opacity: 1;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 412.72px;
    margin: 78.848px auto 0;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 363.44px;
    margin: 48.048px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 400.4px;
    margin: 87.472px 0 0 0;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 388.08px;
    margin: 36.96px auto 0;
  }
  #feature .sec .sec__img.sec__img04::after {
    content: "";
    width: 412.72px;
    height: 543.312px;
    border: 1.232px solid #c9ddc7;
    position: absolute;
    top: -12.32px;
    left: -12.32px;
    z-index: -1;
    box-sizing: border-box;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 351.12px;
    margin: 50.512px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 100%;
    margin: 86.24px 0 0 0;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 338.8px;
    margin: 151.536px auto 0;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 412.72px;
    margin: 36.96px auto 0;
  }
  #feature .sec .sec__img.sec__img08::after {
    content: "";
    width: 437.36px;
    height: 575.344px;
    border: 1.232px solid #c9ddc7;
    position: absolute;
    top: -12.32px;
    left: -12.32px;
    z-index: -1;
    box-sizing: border-box;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 100%;
    margin: 224.224px 0 0 0;
  }
  #feature .sec .sec__flower {
    position: absolute;
    pointer-events: none;
  }
  #feature .sec .sec__flower.sec__flower01 {
    width: 227.92px;
    top: -86.24px;
    right: -11.088px;
    transform: translate(61.6px, 61.6px) rotate(-5deg);
  }
  #feature .sec .sec__flower.sec__flower02 {
    width: 373.296px;
    top: 18.48px;
    left: -161.392px;
    transform: translate(-61.6px, 61.6px) rotate(5deg);
  }
  #feature .sec .sec__flower.sec__flower03 {
    width: 227.92px;
    bottom: -182.336px;
    right: -66.528px;
    transform: translate(61.6px, 61.6px) rotate(-5deg);
  }
  #feature .sec .sec__flower.sec__flower04 {
    width: 227.92px;
    top: -186.032px;
    right: -19.712px;
    transform: translate(61.6px, 61.6px) rotate(-5deg);
  }
  #feature .sec .sec__flower.sec__flower05 {
    width: 373.296px;
    top: -124.432px;
    right: -202.048px;
    transform: translate(61.6px, 61.6px) rotate(-5deg);
    z-index: -1;
  }
  #feature .sec .sec__flower.sec__flower06 {
    width: 410.872px;
    bottom: -179.872px;
    left: -214.368px;
    z-index: -1;
    transform: translate(-61.6px, 61.6px) rotate(5deg);
  }
  #feature .sec .sec__flower.sec__flower07 {
    width: 278.432px;
    top: -141.68px;
    left: -86.24px;
    transform: translate(-61.6px, 61.6px) rotate(5deg);
  }
  #feature .sec .sec__flower.sec__flower08 {
    width: 320.32px;
    top: -197.12px;
    right: -160.16px;
    transform: translate(61.6px, 61.6px) rotate(-5deg);
  }
  #feature .sec .sec__ttl {
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl01 {
    width: 312.312px;
    margin-left: 75.152px;
  }
  #feature .sec .sec__ttl.sec__ttl02 {
    width: 269.808px;
    margin: 152.768px 0 0 32.032px;
  }
  #feature .sec .sec__ttl.sec__ttl03 {
    width: 269.808px;
    margin: 86.24px 0 0 97.328px;
  }
  #feature .sec .sec__txt {
    margin-top: 45.584px;
    font-size: 16.016px;
    line-height: 28.028px;
    letter-spacing: 0.1em;
    color: #666;
  }
  #feature .sec .sec__txtarea {
    position: relative;
  }
  #feature .sec .sec__btn {
    width: 222.992px;
    margin: 239.008px auto 0;
    position: relative;
    z-index: 2;
  }
}/*# sourceMappingURL=style.css.map */