@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: #333;
  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: #333;
}
#feature a:hover {
  text-decoration: none;
  opacity: 1;
}
#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 figure {
  opacity: 0;
  transition: 1s;
}
#feature .js_anime .slider {
  opacity: 0;
  transition: 1s;
}
#feature .js_anime.is_show figure {
  opacity: 1;
}
#feature .js_anime.is_show .slider {
  opacity: 1;
}

#feature .main {
  display: flex;
  background-color: #fffaee;
}
#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;
  align-items: flex-end;
  justify-content: flex-end;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right .right__btn {
  width: calc(161 * var(--vw) / 1400);
  margin: 0 calc(40 * var(--vw) / 1400) calc(40 * var(--vw) / 1400) 0;
  opacity: 0;
  transition: 1s;
}
#feature .main .right .right__btn.is_show {
  opacity: 1;
}
#feature .main .center {
  width: calc(462 * var(--vw) / 1400);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow-x: clip;
}
#feature .hero .hero__txt {
  margin-top: calc(110 * var(--vw) * 0.33 / 750);
  font-size: calc(24 * var(--vw) * 0.33 / 750);
  line-height: calc(48 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.065em;
}
#feature .hero .hero__info {
  width: 100%;
  height: calc(80 * var(--vw) * 0.33 / 750);
  padding: calc(2 * var(--vw) * 0.33 / 750) calc(40 * var(--vw) * 0.33 / 750) 0 calc(42 * var(--vw) * 0.33 / 750);
  margin-top: calc(106 * var(--vw) * 0.33 / 750);
  background-color: #ce789b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#feature .hero .hero__info::before {
  content: "";
  width: calc(110 * var(--vw) * 0.33 / 750);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(282 * var(--vw) * 0.33 / 750);
  transform: translateY(-50%);
}
#feature .hero .hero__info p {
  line-height: 1;
  color: #fff;
}
#feature .hero .hero__info p:nth-child(1) {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: calc(34.17 * var(--vw) * 0.33 / 750);
}
#feature .hero .hero__info p:nth-child(2) {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: calc(34.17 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.01em;
}
#feature .hero .hero__info p:nth-child(2) span:nth-child(2) {
  margin: 0 calc(8 * var(--vw) * 0.33 / 750) 0 calc(4 * var(--vw) * 0.33 / 750);
  font-size: calc(26.29 * var(--vw) * 0.33 / 750);
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: relative;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 calc(22 * var(--vw) * 0.33 / 750);
}
#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: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw) * 0.33 / 750);
  line-height: calc(48 * var(--vw) * 0.33 / 750);
  white-space: nowrap;
}
#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 {
  width: calc(62 * var(--vw) * 0.33 / 750);
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: calc(28 * var(--vw) * 0.33 / 750);
  right: calc(28 * var(--vw) * 0.33 / 750);
  z-index: 2;
}
#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;
  border-radius: 50%;
  padding: 0;
  position: relative;
  opacity: 0.5;
  transition: 0.3s;
  background-color: #fff;
}
#feature .sec .sec__img .slider .slick-dots li.slick-active button {
  opacity: 1;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(730 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img01::after {
  content: "";
  width: calc(750 * var(--vw) * 0.33 / 750);
  height: calc(993 * var(--vw) * 0.33 / 750);
  background-color: #505256;
  position: absolute;
  top: calc(-10 * var(--vw) * 0.33 / 750);
  left: calc(-10 * var(--vw) * 0.33 / 750);
  z-index: -1;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(360 * var(--vw) * 0.33 / 750);
  z-index: 3;
}
#feature .sec .sec__img.sec__img02::after {
  content: "";
  width: calc(380 * var(--vw) * 0.33 / 750);
  height: calc(500 * var(--vw) * 0.33 / 750);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(450 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(710 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img04::after {
  content: "";
  width: calc(710 * var(--vw) * 0.33 / 750);
  height: calc(947 * var(--vw) * 0.33 / 750);
  background-color: #e6bbcd;
  position: absolute;
  top: calc(40 * var(--vw) * 0.33 / 750);
  left: calc(40 * var(--vw) * 0.33 / 750);
  z-index: -1;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(590 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img05::after {
  content: "";
  width: calc(662 * var(--vw) * 0.33 / 750);
  height: calc(858 * var(--vw) * 0.33 / 750);
  background-image: url(../img/bd02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-30 * var(--vw) * 0.33 / 750);
  left: calc(-30 * var(--vw) * 0.33 / 750);
  pointer-events: none;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(570 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img06::after {
  content: "";
  width: calc(570 * var(--vw) * 0.33 / 750);
  height: calc(760 * var(--vw) * 0.33 / 750);
  background-color: #eae7dc;
  position: absolute;
  top: calc(-40 * var(--vw) * 0.33 / 750);
  left: calc(-40 * var(--vw) * 0.33 / 750);
  z-index: -1;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(590 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(610 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img08::after {
  content: "";
  width: calc(682 * var(--vw) * 0.33 / 750);
  height: calc(884 * var(--vw) * 0.33 / 750);
  background-image: url(../img/bd03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-28 * var(--vw) * 0.33 / 750);
  left: calc(-30 * var(--vw) * 0.33 / 750);
  pointer-events: none;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(730 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img09::after {
  content: "";
  width: calc(750 * var(--vw) * 0.33 / 750);
  height: calc(993 * var(--vw) * 0.33 / 750);
  background-color: #b5a699;
  position: absolute;
  top: calc(-10 * var(--vw) * 0.33 / 750);
  left: calc(-10 * var(--vw) * 0.33 / 750);
  z-index: -1;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(590 * var(--vw) * 0.33 / 750);
}
#feature .sec .sec__img.sec__img10::after {
  content: "";
  width: calc(662 * var(--vw) * 0.33 / 750);
  height: calc(858 * var(--vw) * 0.33 / 750);
  background-image: url(../img/bd04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-30 * var(--vw) * 0.33 / 750);
  left: calc(-30 * var(--vw) * 0.33 / 750);
  pointer-events: none;
}
#feature .sec .sec__ttlimg {
  width: calc(604 * var(--vw) * 0.33 / 750);
  margin: 0 auto;
}
#feature .sec .sec__itemslider {
  width: 100%;
}
#feature .sec .sec__item {
  width: calc(240 * var(--vw) * 0.33 / 750);
  margin-right: calc(40 * var(--vw) * 0.33 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__txt {
  font-size: calc(24 * var(--vw) * 0.33 / 750);
  line-height: calc(48 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.1em;
}
#feature .sec .sec__ttl {
  font-family: "ivybodoni-condensed", sans-serif;
  font-weight: 600;
  font-size: calc(100 * var(--vw) * 0.33 / 750);
  line-height: 1;
}
#feature .sec .sec__ttl.sec__ttl01 {
  color: #505256;
}
#feature .sec .sec__ttl.sec__ttl02 {
  color: #e6bbcd;
}
#feature .sec .sec__ttl.sec__ttl03 {
  color: #eae7dc;
}
#feature .sec .sec__ttl.sec__ttl04 {
  color: #b5a699;
}
#feature .sec .sec__subttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: calc(32 * var(--vw) * 0.33 / 750);
  line-height: calc(64 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.075em;
  position: relative;
}
#feature .sec .sec__subttl::before {
  content: "“";
  font-size: calc(58 * var(--vw) * 0.33 / 750);
  color: #333;
  position: absolute;
}
#feature .sec .sec__subttl::after {
  content: "”";
  font-size: calc(58 * var(--vw) * 0.33 / 750);
  color: #333;
  position: absolute;
}
#feature .sec .sec__recommendttl {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: calc(38 * var(--vw) * 0.33 / 750);
  line-height: 1;
}
#feature .sec .sec__recommend {
  width: calc(682 * var(--vw) * 0.33 / 750);
  height: calc(332 * var(--vw) * 0.33 / 750);
  background-image: url(../img/bd01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
}
#feature .sec .sec__recommendtxt {
  font-size: calc(24 * var(--vw) * 0.33 / 750);
  line-height: calc(42 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.07em;
  text-align: left;
}
#feature .sec .sec__style {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#feature .sec .sec__style p:nth-child(1) {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: calc(38 * var(--vw) * 0.33 / 750);
  line-height: 1;
}
#feature .sec .sec__style p:nth-child(2) {
  font-size: calc(24 * var(--vw) * 0.33 / 750);
  line-height: 1;
  letter-spacing: 0.1em;
}
#feature .sec .sec__txtimg {
  width: calc(192 * var(--vw) * 0.33 / 750);
  position: absolute;
}
#feature .sec .sec__btn {
  width: calc(302 * var(--vw) * 0.33 / 750);
  margin: 0 auto;
}
#feature .sec.sec01 {
  margin-top: calc(200 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec01::after {
  content: "";
  width: calc(670 * var(--vw) * 0.33 / 750);
  height: calc(670 * var(--vw) * 0.33 / 750);
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-130 * var(--vw) * 0.33 / 750);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
#feature .sec.sec01 .sec__itemslider {
  margin-top: calc(32 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec01 .sec__txt {
  margin-top: calc(18 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 {
  padding-top: calc(230 * var(--vw) * 0.33 / 750);
  padding-bottom: calc(146 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__img.sec__img01 {
  margin: 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img02 {
  margin-top: calc(60 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__img.sec__img03 {
  margin: calc(-292 * var(--vw) * 0.33 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__ttl {
  margin-top: calc(76 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__subttl {
  margin-top: calc(42 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__subttl::before {
  top: calc(2 * var(--vw) * 0.33 / 750);
  left: calc(-34 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__subttl::after {
  top: calc(2 * var(--vw) * 0.33 / 750);
  right: calc(-38 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__credit {
  width: calc(550 * var(--vw) * 0.33 / 750);
  margin: calc(30 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec.sec02 .sec__recommendttl {
  margin-top: calc(108 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__recommend {
  margin: calc(16 * var(--vw) * 0.33 / 750) 0 0 calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__recommendtxt {
  margin: calc(80 * var(--vw) * 0.33 / 750) 0 0 calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec02 .sec__item05 {
  margin-left: calc(22 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec03 {
  padding-top: calc(148 * var(--vw) * 0.33 / 750);
  padding-bottom: calc(202 * var(--vw) * 0.33 / 750);
  background-color: rgba(230, 187, 205, 0.1);
}
#feature .sec.sec03 .sec__subttl {
  margin-top: calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec03 .sec__subttl::before {
  top: calc(2 * var(--vw) * 0.33 / 750);
  left: calc(-34 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec03 .sec__subttl::after {
  top: calc(2 * var(--vw) * 0.33 / 750);
  right: calc(-38 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec03 .sec__img.sec__img04 {
  margin-top: calc(60 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec03 .sec__img.sec__img05 {
  margin: calc(52 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec.sec03 .sec__credit {
  width: 100%;
  margin: calc(68 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec.sec03 .sec__style {
  padding: 0 calc(50 * var(--vw) * 0.33 / 750);
  margin-top: calc(110 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec04 {
  padding-top: calc(148 * var(--vw) * 0.33 / 750);
  padding-bottom: calc(200 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec04 .sec__subttl {
  margin-top: calc(36 * var(--vw) * 0.33 / 750);
  letter-spacing: 0.09em;
}
#feature .sec.sec04 .sec__subttl::before {
  top: calc(4 * var(--vw) * 0.33 / 750);
  left: calc(-36 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec04 .sec__subttl::after {
  top: calc(4 * var(--vw) * 0.33 / 750);
  right: calc(-40 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec04 .sec__img.sec__img06 {
  margin: calc(102 * var(--vw) * 0.33 / 750) 0 0 auto;
}
#feature .sec.sec04 .sec__img.sec__img07 {
  margin-top: calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec04 .sec__img.sec__img08 {
  margin: calc(50 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec.sec04 .sec__credit {
  width: calc(420 * var(--vw) * 0.33 / 750);
  margin: calc(30 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec.sec04 .sec__style {
  padding: 0 calc(40 * var(--vw) * 0.33 / 750);
  margin-top: calc(110 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec05 {
  padding-top: calc(170 * var(--vw) * 0.33 / 750);
  padding-bottom: calc(152 * var(--vw) * 0.33 / 750);
  background-color: rgba(181, 166, 153, 0.1);
}
#feature .sec.sec05 .sec__ttl {
  margin-top: calc(78 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec05 .sec__subttl {
  margin-top: calc(40 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec05 .sec__subttl::before {
  top: calc(2 * var(--vw) * 0.33 / 750);
  left: calc(-42 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec05 .sec__subttl::after {
  top: calc(2 * var(--vw) * 0.33 / 750);
  right: calc(-44 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec05 .sec__img.sec__img09 {
  margin: 0 auto;
}
#feature .sec.sec05 .sec__img.sec__img10 {
  margin: calc(52 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec.sec05 .sec__credit {
  width: calc(400 * var(--vw) * 0.33 / 750);
  margin: calc(70 * var(--vw) * 0.33 / 750) auto 0;
}
#feature .sec.sec05 .sec__style {
  padding: 0 calc(50 * var(--vw) * 0.33 / 750);
  margin-top: calc(102 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec05 .sec__txtimg {
  top: calc(44 * var(--vw) * 0.33 / 750);
  right: calc(36 * var(--vw) * 0.33 / 750);
}
#feature .sec.sec06 {
  padding-top: calc(158 * var(--vw) * 0.33 / 750);
  padding-bottom: calc(200 * var(--vw) * 0.33 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
    background-color: #fffaee;
  }
  #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;
    align-items: flex-end;
    justify-content: flex-end;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .right .right__btn {
    width: 161px;
    margin: 0 40px 40px 0;
  }
  #feature .main .center {
    width: 462px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow-x: clip;
  }
  #feature .hero .hero__txt {
    margin-top: 67.76px;
    font-size: 14.784px;
    line-height: 29.568px;
    letter-spacing: 0.065em;
  }
  #feature .hero .hero__info {
    width: 100%;
    height: 49.28px;
    padding: 1.232px 24.64px 0 25.872px;
    margin-top: 65.296px;
    background-color: #ce789b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #feature .hero .hero__info::before {
    content: "";
    width: 67.76px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 173.712px;
    transform: translateY(-50%);
  }
  #feature .hero .hero__info p {
    line-height: 1;
    color: #fff;
  }
  #feature .hero .hero__info p:nth-child(1) {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 21.04872px;
  }
  #feature .hero .hero__info p:nth-child(2) {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 21.04872px;
    letter-spacing: 0.01em;
  }
  #feature .hero .hero__info p:nth-child(2) span:nth-child(2) {
    margin: 0 4.928px 0 2.464px;
    font-size: 16.19464px;
  }
  #feature .sec {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    position: relative;
  }
  #feature .sec .sec__credit .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 13.552px;
  }
  #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: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-size: 14.784px;
    line-height: 29.568px;
    white-space: nowrap;
  }
  #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 {
    width: 38.192px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 17.248px;
    right: 17.248px;
    z-index: 2;
  }
  #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;
    border-radius: 50%;
    padding: 0;
    position: relative;
    opacity: 0.5;
    transition: 0.3s;
    background-color: #fff;
  }
  #feature .sec .sec__img .slider .slick-dots li.slick-active button {
    opacity: 1;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 449.68px;
  }
  #feature .sec .sec__img.sec__img01::after {
    content: "";
    width: 462px;
    height: 611.688px;
    background-color: #505256;
    position: absolute;
    top: -6.16px;
    left: -6.16px;
    z-index: -1;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 221.76px;
    z-index: 3;
  }
  #feature .sec .sec__img.sec__img02::after {
    content: "";
    width: 234.08px;
    height: 308px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 277.2px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 437.36px;
  }
  #feature .sec .sec__img.sec__img04::after {
    content: "";
    width: 437.36px;
    height: 583.352px;
    background-color: #e6bbcd;
    position: absolute;
    top: 24.64px;
    left: 24.64px;
    z-index: -1;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 363.44px;
  }
  #feature .sec .sec__img.sec__img05::after {
    content: "";
    width: 407.792px;
    height: 528.528px;
    background-image: url(../img/bd02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -18.48px;
    left: -18.48px;
    pointer-events: none;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 351.12px;
  }
  #feature .sec .sec__img.sec__img06::after {
    content: "";
    width: 351.12px;
    height: 468.16px;
    background-color: #eae7dc;
    position: absolute;
    top: -24.64px;
    left: -24.64px;
    z-index: -1;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 363.44px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 375.76px;
  }
  #feature .sec .sec__img.sec__img08::after {
    content: "";
    width: 420.112px;
    height: 544.544px;
    background-image: url(../img/bd03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -17.248px;
    left: -18.48px;
    pointer-events: none;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 449.68px;
  }
  #feature .sec .sec__img.sec__img09::after {
    content: "";
    width: 462px;
    height: 611.688px;
    background-color: #b5a699;
    position: absolute;
    top: -6.16px;
    left: -6.16px;
    z-index: -1;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 363.44px;
  }
  #feature .sec .sec__img.sec__img10::after {
    content: "";
    width: 407.792px;
    height: 528.528px;
    background-image: url(../img/bd04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -18.48px;
    left: -18.48px;
    pointer-events: none;
  }
  #feature .sec .sec__ttlimg {
    width: 372.064px;
    margin: 0 auto;
  }
  #feature .sec .sec__itemslider {
    width: 100%;
  }
  #feature .sec .sec__item {
    width: 147.84px;
    margin-right: 24.64px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__txt {
    font-size: 14.784px;
    line-height: 29.568px;
    letter-spacing: 0.1em;
  }
  #feature .sec .sec__ttl {
    font-family: "ivybodoni-condensed", sans-serif;
    font-weight: 600;
    font-size: 61.6px;
    line-height: 1;
  }
  #feature .sec .sec__ttl.sec__ttl01 {
    color: #505256;
  }
  #feature .sec .sec__ttl.sec__ttl02 {
    color: #e6bbcd;
  }
  #feature .sec .sec__ttl.sec__ttl03 {
    color: #eae7dc;
  }
  #feature .sec .sec__ttl.sec__ttl04 {
    color: #b5a699;
  }
  #feature .sec .sec__subttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 19.712px;
    line-height: 39.424px;
    letter-spacing: 0.075em;
    position: relative;
  }
  #feature .sec .sec__subttl::before {
    content: "“";
    font-size: 35.728px;
    color: #333;
    position: absolute;
  }
  #feature .sec .sec__subttl::after {
    content: "”";
    font-size: 35.728px;
    color: #333;
    position: absolute;
  }
  #feature .sec .sec__recommendttl {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 23.408px;
    line-height: 1;
  }
  #feature .sec .sec__recommend {
    width: 420.112px;
    height: 204.512px;
    background-image: url(../img/bd01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
  }
  #feature .sec .sec__recommendtxt {
    font-size: 14.784px;
    line-height: 25.872px;
    letter-spacing: 0.07em;
    text-align: left;
  }
  #feature .sec .sec__style {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #feature .sec .sec__style p:nth-child(1) {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 23.408px;
    line-height: 1;
  }
  #feature .sec .sec__style p:nth-child(2) {
    font-size: 14.784px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #feature .sec .sec__txtimg {
    width: 118.272px;
    position: absolute;
  }
  #feature .sec .sec__btn {
    width: 186.032px;
    margin: 0 auto;
  }
  #feature .sec.sec01 {
    margin-top: 123.2px;
  }
  #feature .sec.sec01::after {
    content: "";
    width: 412.72px;
    height: 412.72px;
    background-image: url(../img/bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -80.08px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
  }
  #feature .sec.sec01 .sec__itemslider {
    margin-top: 19.712px;
  }
  #feature .sec.sec01 .sec__txt {
    margin-top: 11.088px;
  }
  #feature .sec.sec02 {
    padding-top: 141.68px;
    padding-bottom: 89.936px;
  }
  #feature .sec.sec02 .sec__img.sec__img01 {
    margin: 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img02 {
    margin-top: 36.96px;
  }
  #feature .sec.sec02 .sec__img.sec__img03 {
    margin: -179.872px 0 0 auto;
  }
  #feature .sec.sec02 .sec__ttl {
    margin-top: 46.816px;
  }
  #feature .sec.sec02 .sec__subttl {
    margin-top: 25.872px;
  }
  #feature .sec.sec02 .sec__subttl::before {
    top: 1.232px;
    left: -20.944px;
  }
  #feature .sec.sec02 .sec__subttl::after {
    top: 1.232px;
    right: -23.408px;
  }
  #feature .sec.sec02 .sec__credit {
    width: 338.8px;
    margin: 18.48px auto 0;
  }
  #feature .sec.sec02 .sec__recommendttl {
    margin-top: 66.528px;
  }
  #feature .sec.sec02 .sec__recommend {
    margin: 9.856px 0 0 24.64px;
  }
  #feature .sec.sec02 .sec__recommendtxt {
    margin: 49.28px 0 0 24.64px;
  }
  #feature .sec.sec02 .sec__item05 {
    margin-left: 13.552px;
  }
  #feature .sec.sec03 {
    padding-top: 91.168px;
    padding-bottom: 124.432px;
    background-color: rgba(230, 187, 205, 0.1);
  }
  #feature .sec.sec03 .sec__subttl {
    margin-top: 24.64px;
  }
  #feature .sec.sec03 .sec__subttl::before {
    top: 1.232px;
    left: -20.944px;
  }
  #feature .sec.sec03 .sec__subttl::after {
    top: 1.232px;
    right: -23.408px;
  }
  #feature .sec.sec03 .sec__img.sec__img04 {
    margin-top: 36.96px;
  }
  #feature .sec.sec03 .sec__img.sec__img05 {
    margin: 32.032px auto 0;
  }
  #feature .sec.sec03 .sec__credit {
    width: 100%;
    margin: 41.888px auto 0;
  }
  #feature .sec.sec03 .sec__style {
    padding: 0 30.8px;
    margin-top: 67.76px;
  }
  #feature .sec.sec04 {
    padding-top: 91.168px;
    padding-bottom: 123.2px;
  }
  #feature .sec.sec04 .sec__subttl {
    margin-top: 22.176px;
    letter-spacing: 0.09em;
  }
  #feature .sec.sec04 .sec__subttl::before {
    top: 2.464px;
    left: -22.176px;
  }
  #feature .sec.sec04 .sec__subttl::after {
    top: 2.464px;
    right: -24.64px;
  }
  #feature .sec.sec04 .sec__img.sec__img06 {
    margin: 62.832px 0 0 auto;
  }
  #feature .sec.sec04 .sec__img.sec__img07 {
    margin-top: 24.64px;
  }
  #feature .sec.sec04 .sec__img.sec__img08 {
    margin: 30.8px auto 0;
  }
  #feature .sec.sec04 .sec__credit {
    width: 258.72px;
    margin: 18.48px auto 0;
  }
  #feature .sec.sec04 .sec__style {
    padding: 0 24.64px;
    margin-top: 67.76px;
  }
  #feature .sec.sec05 {
    padding-top: 104.72px;
    padding-bottom: 93.632px;
    background-color: rgba(181, 166, 153, 0.1);
  }
  #feature .sec.sec05 .sec__ttl {
    margin-top: 48.048px;
  }
  #feature .sec.sec05 .sec__subttl {
    margin-top: 24.64px;
  }
  #feature .sec.sec05 .sec__subttl::before {
    top: 1.232px;
    left: -25.872px;
  }
  #feature .sec.sec05 .sec__subttl::after {
    top: 1.232px;
    right: -27.104px;
  }
  #feature .sec.sec05 .sec__img.sec__img09 {
    margin: 0 auto;
  }
  #feature .sec.sec05 .sec__img.sec__img10 {
    margin: 32.032px auto 0;
  }
  #feature .sec.sec05 .sec__credit {
    width: 246.4px;
    margin: 43.12px auto 0;
  }
  #feature .sec.sec05 .sec__style {
    padding: 0 30.8px;
    margin-top: 62.832px;
  }
  #feature .sec.sec05 .sec__txtimg {
    top: 27.104px;
    right: 22.176px;
  }
  #feature .sec.sec06 {
    padding-top: 97.328px;
    padding-bottom: 123.2px;
  }
}/*# sourceMappingURL=style.css.map */