@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(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%;
  padding-bottom: calc(100 * var(--vw) * 0.35 / 750);
  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 figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fade figure {
  opacity: 0;
  transition: opacity 1s;
}
#feature .js_anime.is_fade .slider {
  opacity: 0;
  transition: opacity 1s;
}
#feature .js_anime.is_fadein figure {
  opacity: 0;
  transform: translateY(calc(50 * var(--vw) * 0.35 / 750));
  transition: 1s;
}
#feature .js_anime.is_fadein .slider {
  opacity: 0;
  transform: translateY(calc(50 * var(--vw) * 0.35 / 750));
  transition: 1s;
}
#feature .js_anime.is_show.is_fade figure {
  opacity: 1;
}
#feature .js_anime.is_show.is_fade .slider {
  opacity: 1;
}
#feature .js_anime.is_show.is_fadein figure {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_fadein .slider {
  opacity: 1;
  transform: translateY(0);
}

#feature {
  display: flex;
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 80px;
  opacity: 0;
  transition: 1s;
}
#feature .hero.is_show {
  opacity: 1;
}
#feature .hero .hero__logo {
  width: calc(550 * var(--vw) / 1400);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#feature .main {
  width: 50%;
  padding-bottom: calc(132 * var(--vw) * 0.35 / 750);
}
#feature .main .inner {
  width: calc(750 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
  position: relative;
  overflow-x: clip;
}
#feature .sec {
  padding-top: calc(90 * var(--vw) * 0.35 / 750);
  position: relative;
}
#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 p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(22 * var(--vw) * 0.35 / 750);
  line-height: calc(42 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.045em;
  white-space: nowrap;
}
#feature .sec .sec__credit.sec__credit01 {
  top: calc(100% + 22 * var(--vw) * 0.35 / 750);
  left: calc(30 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit01 .credit {
  display: flex;
  gap: 0 calc(18 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit02 {
  top: calc(462 * var(--vw) * 0.35 / 750);
  left: calc(436 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit02 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + 22 * var(--vw) * 0.35 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit03 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(2) {
  margin-right: calc(100 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  top: calc(446 * var(--vw) * 0.35 / 750);
  left: calc(-150 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__credit.sec__credit05 {
  top: calc(100% + 22 * var(--vw) * 0.35 / 750);
  left: calc(30 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
  margin-right: calc(100 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(4) {
  margin-right: calc(100 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit05 {
  top: calc(100% + 22 * var(--vw) * 0.35 / 750);
  left: calc(30 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
  margin-right: calc(100 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(4) {
  margin-right: calc(100 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit06 {
  top: calc(100% + 22 * var(--vw) * 0.35 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit06 .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(2) {
  margin-right: calc(100 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__credit.sec__credit06 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img .slider .slick-slide {
  line-height: 0;
}
#feature .sec .sec__img .slider .slick-dots {
  width: calc(144 * var(--vw) * 0.35 / 750);
  height: calc(4 * var(--vw) * 0.35 / 750);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(100% + 20 * var(--vw) * 0.35 / 750);
  z-index: 2;
}
#feature .sec .sec__img .slider .slick-dots li {
  width: calc(66 * var(--vw) * 0.35 / 750);
  height: calc(4 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: -9999px;
  padding: 0;
  border: none;
  position: relative;
}
#feature .sec .sec__img .slider .slick-dots li button::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
}
#feature .sec .sec__img .slider .slick-dots li.slick-active button::after {
  animation: sliderPagination 5s linear forwards;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(680 * var(--vw) * 0.35 / 750);
  margin: calc(46 * var(--vw) * 0.35 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(680 * var(--vw) * 0.35 / 750);
  margin-top: calc(46 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
  margin-top: calc(44 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: 100%;
  margin-top: calc(98 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(560 * var(--vw) * 0.35 / 750);
  margin: calc(154 * var(--vw) * 0.35 / 750) 0 0 calc(154 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img05 .slider .slick-dots {
  right: 0;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(660 * var(--vw) * 0.35 / 750);
  margin-top: calc(46 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img06 .slider .slick-dots {
  left: calc(20 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img06 .slider .slick-dots button {
  background-color: rgba(255, 255, 255, 0.4);
}
#feature .sec .sec__img.sec__img06 .slider .slick-dots button::after {
  background-color: rgb(255, 255, 255);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(500 * var(--vw) * 0.35 / 750);
  margin: calc(124 * var(--vw) * 0.35 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(520 * var(--vw) * 0.35 / 750);
  margin: calc(18 * var(--vw) * 0.35 / 750) 0 0 calc(24 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(660 * var(--vw) * 0.35 / 750);
  margin: calc(100 * var(--vw) * 0.35 / 750) auto 0;
}
#feature .sec .sec__img.sec__img09 .slider .slick-dots {
  right: 0;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(500 * var(--vw) * 0.35 / 750);
  margin-top: calc(124 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(540 * var(--vw) * 0.35 / 750);
  margin: calc(-46 * var(--vw) * 0.35 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(88 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img12 .slider .slick-dots {
  right: 0;
}
#feature .sec .sec__img.sec__img12 .slider .slick-dots button {
  background-color: rgba(255, 255, 255, 0.4);
}
#feature .sec .sec__img.sec__img12 .slider .slick-dots button::after {
  background-color: rgb(255, 255, 255);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(540 * var(--vw) * 0.35 / 750);
  margin: calc(108 * var(--vw) * 0.35 / 750) 0 0 calc(186 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(54 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img15 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(20 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__img.sec__img16 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin: calc(128 * var(--vw) * 0.35 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img16 .slider .slick-dots {
  left: 0;
}
#feature .sec .sec__img.sec__img16 .slider .slick-dots button {
  background-color: rgba(255, 255, 255, 0.4);
}
#feature .sec .sec__img.sec__img16 .slider .slick-dots button::after {
  background-color: rgb(255, 255, 255);
}
#feature .sec .sec__img.sec__img17 {
  width: calc(580 * var(--vw) * 0.35 / 750);
  margin: calc(124 * var(--vw) * 0.35 / 750) 0 0 calc(36 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__ttl {
  position: absolute;
  z-index: 4;
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(492 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl01 img {
  width: calc(459 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(442 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
  background-color: #081a29;
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl02 img {
  width: calc(411 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
}
#feature .sec .sec__ttl.sec__ttl03 {
  width: calc(587 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl03 img {
  width: calc(587 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
}
#feature .sec .sec__ttl.sec__ttl04 {
  width: calc(461 * var(--vw) * 0.35 / 750);
  top: calc(-40 * var(--vw) * 0.35 / 750);
  left: calc(24 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__ttl.sec__ttl05 {
  width: calc(120 * var(--vw) * 0.35 / 750);
  top: calc(12 * var(--vw) * 0.35 / 750);
  right: calc(-72 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__ttl.sec__ttl06 {
  width: calc(461 * var(--vw) * 0.35 / 750);
  top: calc(-42 * var(--vw) * 0.35 / 750);
  left: calc(-20 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__ttl.sec__ttl07 {
  width: calc(409 * var(--vw) * 0.35 / 750);
  top: calc(-40 * var(--vw) * 0.35 / 750);
  right: calc(-86 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__ttl.sec__ttl08 {
  width: calc(69 * var(--vw) * 0.35 / 750);
  top: calc(18 * var(--vw) * 0.35 / 750);
  right: calc(-78 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__ttl.sec__ttl09 {
  width: calc(565 * var(--vw) * 0.35 / 750);
  top: calc(-80 * var(--vw) * 0.35 / 750);
  left: calc(-82 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__txt {
  font-size: calc(24 * var(--vw) * 0.35 / 750);
  line-height: calc(48 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.05em;
}
#feature .sec .sec__block {
  position: relative;
}
#feature .sec .sec__block::after {
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__block.sec__block01 {
  padding-top: calc(94 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__block.sec__block01::after {
  content: "";
  width: calc(722 * var(--vw) * 0.35 / 750);
  height: calc(1404 * var(--vw) * 0.35 / 750);
  border: calc(2 * var(--vw) * 0.35 / 750) solid #000;
  top: calc(124 * var(--vw) * 0.35 / 750);
  left: calc(14 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__block.sec__block02 {
  margin-top: calc(146 * var(--vw) * 0.35 / 750);
  background-color: #081a29;
}
#feature .sec .sec__block.sec__block02 .inner {
  padding-top: calc(70 * var(--vw) * 0.35 / 750);
  padding-bottom: calc(132 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__block.sec__block02 .inner::after {
  content: "";
  width: calc(722 * var(--vw) * 0.35 / 750);
  height: calc(1454 * var(--vw) * 0.35 / 750);
  border: calc(2 * var(--vw) * 0.35 / 750) solid #fff;
  top: calc(98 * var(--vw) * 0.35 / 750);
  left: calc(14 * var(--vw) * 0.35 / 750);
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__block.sec__block03 {
  margin-top: calc(108 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__block.sec__block03::after {
  content: "";
  width: calc(722 * var(--vw) * 0.35 / 750);
  height: calc(1582 * var(--vw) * 0.35 / 750);
  border: calc(2 * var(--vw) * 0.35 / 750) solid #000;
  top: calc(70 * var(--vw) * 0.35 / 750);
  left: calc(14 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features {
  position: absolute;
}
#feature .sec .sec__features p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(23 * var(--vw) * 0.35 / 750);
  line-height: calc(40 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.03em;
  position: relative;
}
#feature .sec .sec__features p::before {
  content: "";
  width: calc(18 * var(--vw) * 0.35 / 750);
  height: calc(22 * var(--vw) * 0.35 / 750);
  background-image: url(../img/icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
#feature .sec .sec__features.sec__features01 {
  bottom: calc(22 * var(--vw) * 0.35 / 750);
  right: calc(40 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features.sec__features01 p:nth-child(1) {
  margin-right: calc(2 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features.sec__features01 p:nth-child(1)::before {
  top: calc(4 * var(--vw) * 0.35 / 750);
  left: calc(-20 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features.sec__features01 p:nth-child(2) {
  margin-left: auto;
}
#feature .sec .sec__features.sec__features01 p:nth-child(2)::before {
  top: calc(4 * var(--vw) * 0.35 / 750);
  left: calc(-28 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features.sec__features02 {
  bottom: calc(14 * var(--vw) * 0.35 / 750);
  left: calc(64 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features.sec__features02 p::before {
  top: calc(4 * var(--vw) * 0.35 / 750);
  left: calc(-24 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features.sec__features03 {
  bottom: calc(14 * var(--vw) * 0.35 / 750);
  right: calc(34 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__features.sec__features03 p::before {
  top: calc(6 * var(--vw) * 0.35 / 750);
  left: calc(-24 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__itemtxt {
  font-weight: 700;
  font-size: calc(28 * var(--vw) * 0.35 / 750);
  line-height: calc(56 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.1em;
}
#feature .sec .sec__itemtxt.sec__itemtxt01 {
  margin-top: calc(48 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__itemtxt.sec__itemtxt02 {
  margin-top: calc(46 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__itemtxt.sec__itemtxt03 {
  margin-top: calc(48 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__voice {
  width: calc(610 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
  font-size: calc(24 * var(--vw) * 0.35 / 750);
  line-height: calc(48 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.02em;
  text-align: justify;
  position: relative;
}
#feature .sec .sec__voice span {
  font-size: calc(22 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__voice::before {
  content: "";
  width: calc(180 * var(--vw) * 0.35 / 750);
  height: calc(40 * var(--vw) * 0.35 / 750);
  background-image: url(../img/voice01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(-48 * var(--vw) * 0.35 / 750);
  left: 0;
}
#feature .sec .sec__voice.sec__voice01 {
  margin-top: calc(116 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__voice.sec__voice02 {
  margin-top: calc(116 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__voice.sec__voice02::before {
  background-image: url(../img/voice02.svg);
}
#feature .sec .sec__voice.sec__voice03 {
  margin-top: calc(116 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__voice.sec__voice04 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(154 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__voice.sec__voice05 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(132 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__voice.sec__voice05::before {
  background-image: url(../img/voice02.svg);
}
#feature .sec .sec__voice.sec__voice06 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(270 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__voice.sec__voice07 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(132 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__voice.sec__voice07::before {
  background-image: url(../img/voice02.svg);
}
#feature .sec .sec__voice.sec__voice08 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(270 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__voice.sec__voice09 {
  width: calc(640 * var(--vw) * 0.35 / 750);
  margin-top: calc(270 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__voice.sec__voice09::before {
  background-image: url(../img/voice02.svg);
}
#feature .sec .sec__look.sec__look01 {
  margin-top: calc(160 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__look.sec__look02 {
  padding-top: calc(54 * var(--vw) * 0.35 / 750);
  padding-bottom: calc(86 * var(--vw) * 0.35 / 750);
  margin-top: calc(106 * var(--vw) * 0.35 / 750);
  background-color: #081a29;
}
#feature .sec .sec__look.sec__look03 {
  margin-top: calc(114 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__look.sec__look04 {
  padding-top: calc(54 * var(--vw) * 0.35 / 750);
  padding-bottom: calc(86 * var(--vw) * 0.35 / 750);
  margin-top: calc(86 * var(--vw) * 0.35 / 750);
  background-color: #081a29;
}
#feature .sec .sec__look.sec__look05 {
  margin-top: calc(114 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__look.sec__look06 {
  padding-top: calc(54 * var(--vw) * 0.35 / 750);
  padding-bottom: calc(86 * var(--vw) * 0.35 / 750);
  margin-top: calc(106 * var(--vw) * 0.35 / 750);
  background-color: #081a29;
}
#feature .sec .sec__lookno {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-size: calc(32 * var(--vw) * 0.35 / 750);
  line-height: calc(32 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.02em;
  position: relative;
}
#feature .sec .sec__lookno::after {
  content: "";
  width: calc(45 * var(--vw) * 0.35 / 750);
  height: calc(2 * var(--vw) * 0.35 / 750);
  background-color: #000;
  position: absolute;
  bottom: calc(-6 * var(--vw) * 0.35 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__lookno span {
  margin-left: calc(4 * var(--vw) * 0.35 / 750);
  font-weight: 400;
  font-size: calc(52 * var(--vw) * 0.35 / 750);
  line-height: calc(52 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__lookno.sec__lookno02 {
  color: #fff;
}
#feature .sec .sec__lookno.sec__lookno02::after {
  background-color: #fff;
}
#feature .sec .sec__lookno.sec__lookno04 {
  color: #fff;
}
#feature .sec .sec__lookno.sec__lookno04::after {
  background-color: #fff;
}
#feature .sec .sec__lookno.sec__lookno06 {
  color: #fff;
}
#feature .sec .sec__lookno.sec__lookno06::after {
  background-color: #fff;
}
#feature .sec .sec__looksize {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(24 * var(--vw) * 0.35 / 750);
  line-height: calc(42 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.04em;
  text-align: left;
  position: absolute;
}
#feature .sec .sec__looksize span {
  margin: 0 calc(4 * var(--vw) * 0.35 / 750);
  position: relative;
  top: calc(-4 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__looksize.sec__looksize01 {
  top: calc(190 * var(--vw) * 0.35 / 750);
  left: calc(26 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__looksize.sec__looksize02 {
  top: calc(20 * var(--vw) * 0.35 / 750);
  left: calc(26 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__looksize.sec__looksize03 {
  top: calc(152 * var(--vw) * 0.35 / 750);
  left: calc(-20 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__looksize.sec__looksize04 {
  top: calc(706 * var(--vw) * 0.35 / 750);
  left: calc(26 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__looksize.sec__looksize05 {
  top: calc(18 * var(--vw) * 0.35 / 750);
  left: calc(26 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__looksize.sec__looksize06 {
  top: calc(114 * var(--vw) * 0.35 / 750);
  left: calc(-82 * var(--vw) * 0.35 / 750);
  color: #fff;
}
#feature .sec .sec__info {
  margin-top: calc(138 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__info .sec__infottl {
  width: calc(611 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
  position: relative;
  left: calc(-4 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__info .sec__infotxt {
  margin-top: calc(50 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__info .sec__infotxt p {
  font-size: calc(24 * var(--vw) * 0.35 / 750);
  line-height: calc(48 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.03em;
}
#feature .sec .sec__info .sec__infotxt p:nth-child(2) {
  margin-top: calc(24 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__prof {
  width: calc(642 * var(--vw) * 0.35 / 750);
  height: calc(1052 * var(--vw) * 0.35 / 750);
  padding-top: calc(50 * var(--vw) * 0.35 / 750);
  margin: calc(104 * var(--vw) * 0.35 / 750) auto 0;
  border: calc(2 * var(--vw) * 0.35 / 750) solid #000;
}
#feature .sec .sec__prof .sec__profimg {
  width: calc(360 * var(--vw) * 0.35 / 750);
  margin: 0 auto;
}
#feature .sec .sec__prof .sec__profname {
  margin-top: calc(30 * var(--vw) * 0.35 / 750);
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-size: calc(44 * var(--vw) * 0.35 / 750);
  line-height: calc(46 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.07em;
}
#feature .sec .sec__prof .sec__proftxt {
  margin-top: calc(36 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__prof .sec__proftxt p {
  font-size: calc(24 * var(--vw) * 0.35 / 750);
  line-height: calc(48 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__prof .sec__proftxt p:nth-child(2) {
  margin-top: calc(12 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__prof .sec__proftxt p:nth-child(3) {
  margin-top: calc(12 * var(--vw) * 0.35 / 750);
}
#feature .sec .sec__btn {
  width: calc(540 * var(--vw) * 0.35 / 750);
  height: calc(114 * var(--vw) * 0.35 / 750);
  margin: calc(148 * var(--vw) * 0.35 / 750) auto 0;
  background-color: #081a29;
}
#feature .sec .sec__btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: calc(50 * var(--vw) * 0.35 / 750);
  line-height: calc(50 * var(--vw) * 0.35 / 750);
  letter-spacing: 0.02em;
  color: #fff;
}

@media screen and (min-width: 1400px) {
  #feature .main {
    width: 50%;
    padding-bottom: 151.5733333333px;
  }
  #feature .main .inner {
    width: 490px;
    margin: 0 auto;
    position: relative;
    overflow-x: clip;
  }
  #feature .sec {
    padding-top: 58.8px;
    position: relative;
  }
  #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 p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14.3733333333px;
    line-height: 27.44px;
    letter-spacing: 0.045em;
    white-space: nowrap;
  }
  #feature .sec .sec__credit.sec__credit01 {
    top: calc(100% + 14.3733333333px);
    left: 19.6px;
  }
  #feature .sec .sec__credit.sec__credit01 .credit {
    display: flex;
    gap: 0 11.76px;
  }
  #feature .sec .sec__credit.sec__credit02 {
    top: 301.84px;
    left: 284.8533333333px;
  }
  #feature .sec .sec__credit.sec__credit02 .credit .item .link p {
    color: #fff;
  }
  #feature .sec .sec__credit.sec__credit03 {
    top: calc(100% + 14.3733333333px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit03 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 11.76px;
  }
  #feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(2) {
    margin-right: 65.3333333333px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    top: 291.3866666667px;
    left: -98px;
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item .link p {
    color: #fff;
  }
  #feature .sec .sec__credit.sec__credit05 {
    top: calc(100% + 14.3733333333px);
    left: 19.6px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 11.76px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
    margin-right: 65.3333333333px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(4) {
    margin-right: 65.3333333333px;
  }
  #feature .sec .sec__credit.sec__credit05 {
    top: calc(100% + 14.3733333333px);
    left: 19.6px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 11.76px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
    margin-right: 65.3333333333px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(4) {
    margin-right: 65.3333333333px;
  }
  #feature .sec .sec__credit.sec__credit06 {
    top: calc(100% + 14.3733333333px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit06 .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 11.76px;
  }
  #feature .sec .sec__credit.sec__credit06 .credit .item:nth-child(2) {
    margin-right: 65.3333333333px;
  }
  #feature .sec .sec__credit.sec__credit06 .credit .item .link p {
    color: #fff;
  }
  #feature .sec .sec__flex {
    display: flex;
    position: relative;
  }
  #feature .sec .sec__flex.is_reverse {
    flex-direction: row-reverse;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img .slider .slick-slide {
    line-height: 0;
  }
  #feature .sec .sec__img .slider .slick-dots {
    width: 94.08px;
    height: 2.6133333333px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(100% + 13.0666666667px);
    z-index: 2;
  }
  #feature .sec .sec__img .slider .slick-dots li {
    width: 43.12px;
    height: 2.6133333333px;
  }
  #feature .sec .sec__img .slider .slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-indent: -9999px;
    padding: 0;
    border: none;
    position: relative;
  }
  #feature .sec .sec__img .slider .slick-dots li button::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  #feature .sec .sec__img .slider .slick-dots li.slick-active button::after {
    animation: sliderPagination 5s linear forwards;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 444.2666666667px;
    margin: 30.0533333333px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 444.2666666667px;
    margin-top: 30.0533333333px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 100%;
    margin-top: 28.7466666667px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 100%;
    margin-top: 64.0266666667px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 365.8666666667px;
    margin: 100.6133333333px 0 0 100.6133333333px;
  }
  #feature .sec .sec__img.sec__img05 .slider .slick-dots {
    right: 0;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 431.2px;
    margin-top: 30.0533333333px;
  }
  #feature .sec .sec__img.sec__img06 .slider .slick-dots {
    left: 13.0666666667px;
  }
  #feature .sec .sec__img.sec__img06 .slider .slick-dots button {
    background-color: rgba(255, 255, 255, 0.4);
  }
  #feature .sec .sec__img.sec__img06 .slider .slick-dots button::after {
    background-color: rgb(255, 255, 255);
  }
  #feature .sec .sec__img.sec__img07 {
    width: 326.6666666667px;
    margin: 81.0133333333px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 339.7333333333px;
    margin: 11.76px 0 0 15.68px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 431.2px;
    margin: 65.3333333333px auto 0;
  }
  #feature .sec .sec__img.sec__img09 .slider .slick-dots {
    right: 0;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 326.6666666667px;
    margin-top: 81.0133333333px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 352.8px;
    margin: -30.0533333333px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 418.1333333333px;
    margin-top: 57.4933333333px;
  }
  #feature .sec .sec__img.sec__img12 .slider .slick-dots {
    right: 0;
  }
  #feature .sec .sec__img.sec__img12 .slider .slick-dots button {
    background-color: rgba(255, 255, 255, 0.4);
  }
  #feature .sec .sec__img.sec__img12 .slider .slick-dots button::after {
    background-color: rgb(255, 255, 255);
  }
  #feature .sec .sec__img.sec__img13 {
    width: 352.8px;
    margin: 70.56px 0 0 121.52px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 418.1333333333px;
    margin-top: 35.28px;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 418.1333333333px;
    margin-top: 13.0666666667px;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 418.1333333333px;
    margin: 83.6266666667px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img16 .slider .slick-dots {
    left: 0;
  }
  #feature .sec .sec__img.sec__img16 .slider .slick-dots button {
    background-color: rgba(255, 255, 255, 0.4);
  }
  #feature .sec .sec__img.sec__img16 .slider .slick-dots button::after {
    background-color: rgb(255, 255, 255);
  }
  #feature .sec .sec__img.sec__img17 {
    width: 378.9333333333px;
    margin: 81.0133333333px 0 0 23.52px;
  }
  #feature .sec .sec__ttl {
    position: absolute;
    z-index: 4;
  }
  #feature .sec .sec__ttl.sec__ttl01 {
    width: 321.44px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl01 img {
    width: 299.88px;
    margin: 0 auto;
  }
  #feature .sec .sec__ttl.sec__ttl02 {
    width: 288.7733333333px;
    margin: 0 auto;
    background-color: #081a29;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl02 img {
    width: 268.52px;
    margin: 0 auto;
  }
  #feature .sec .sec__ttl.sec__ttl03 {
    width: 383.5066666667px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  #feature .sec .sec__ttl.sec__ttl03 img {
    width: 383.5066666667px;
    margin: 0 auto;
  }
  #feature .sec .sec__ttl.sec__ttl04 {
    width: 301.1866666667px;
    top: -26.1333333333px;
    left: 15.68px;
  }
  #feature .sec .sec__ttl.sec__ttl05 {
    width: 78.4px;
    top: 7.84px;
    right: -47.04px;
  }
  #feature .sec .sec__ttl.sec__ttl06 {
    width: 301.1866666667px;
    top: -27.44px;
    left: -13.0666666667px;
  }
  #feature .sec .sec__ttl.sec__ttl07 {
    width: 267.2133333333px;
    top: -26.1333333333px;
    right: -56.1866666667px;
  }
  #feature .sec .sec__ttl.sec__ttl08 {
    width: 45.08px;
    top: 11.76px;
    right: -50.96px;
  }
  #feature .sec .sec__ttl.sec__ttl09 {
    width: 369.1333333333px;
    top: -52.2666666667px;
    left: -53.5733333333px;
  }
  #feature .sec .sec__txt {
    font-size: 15.68px;
    line-height: 31.36px;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__block {
    position: relative;
  }
  #feature .sec .sec__block::after {
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }
  #feature .sec .sec__block.sec__block01 {
    padding-top: 61.4133333333px;
  }
  #feature .sec .sec__block.sec__block01::after {
    content: "";
    width: 471.7066666667px;
    height: 917.28px;
    border: 1.3066666667px solid #000;
    top: 81.0133333333px;
    left: 9.1466666667px;
  }
  #feature .sec .sec__block.sec__block02 {
    margin-top: 95.3866666667px;
    background-color: #081a29;
  }
  #feature .sec .sec__block.sec__block02 .inner {
    padding-top: 45.7333333333px;
    padding-bottom: 86.24px;
  }
  #feature .sec .sec__block.sec__block02 .inner::after {
    content: "";
    width: 471.7066666667px;
    height: 949.9466666667px;
    border: 1.3066666667px solid #fff;
    top: 64.0266666667px;
    left: 9.1466666667px;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }
  #feature .sec .sec__block.sec__block03 {
    margin-top: 70.56px;
  }
  #feature .sec .sec__block.sec__block03::after {
    content: "";
    width: 471.7066666667px;
    height: 1033.5733333333px;
    border: 1.3066666667px solid #000;
    top: 45.7333333333px;
    left: 9.1466666667px;
  }
  #feature .sec .sec__features {
    position: absolute;
  }
  #feature .sec .sec__features p {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15.0266666667px;
    line-height: 26.1333333333px;
    letter-spacing: 0.03em;
    position: relative;
  }
  #feature .sec .sec__features p::before {
    content: "";
    width: 11.76px;
    height: 14.3733333333px;
    background-image: url(../img/icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
  }
  #feature .sec .sec__features.sec__features01 {
    bottom: 14.3733333333px;
    right: 26.1333333333px;
  }
  #feature .sec .sec__features.sec__features01 p:nth-child(1) {
    margin-right: 1.3066666667px;
  }
  #feature .sec .sec__features.sec__features01 p:nth-child(1)::before {
    top: 2.6133333333px;
    left: -13.0666666667px;
  }
  #feature .sec .sec__features.sec__features01 p:nth-child(2) {
    margin-left: auto;
  }
  #feature .sec .sec__features.sec__features01 p:nth-child(2)::before {
    top: 2.6133333333px;
    left: -18.2933333333px;
  }
  #feature .sec .sec__features.sec__features02 {
    bottom: 9.1466666667px;
    left: 41.8133333333px;
  }
  #feature .sec .sec__features.sec__features02 p::before {
    top: 2.6133333333px;
    left: -15.68px;
  }
  #feature .sec .sec__features.sec__features03 {
    bottom: 9.1466666667px;
    right: 22.2133333333px;
  }
  #feature .sec .sec__features.sec__features03 p::before {
    top: 3.92px;
    left: -15.68px;
  }
  #feature .sec .sec__itemtxt {
    font-weight: 700;
    font-size: 18.2933333333px;
    line-height: 36.5866666667px;
    letter-spacing: 0.1em;
  }
  #feature .sec .sec__itemtxt.sec__itemtxt01 {
    margin-top: 31.36px;
  }
  #feature .sec .sec__itemtxt.sec__itemtxt02 {
    margin-top: 30.0533333333px;
    color: #fff;
  }
  #feature .sec .sec__itemtxt.sec__itemtxt03 {
    margin-top: 31.36px;
  }
  #feature .sec .sec__voice {
    width: 398.5333333333px;
    margin: 0 auto;
    font-size: 15.68px;
    line-height: 31.36px;
    letter-spacing: 0.02em;
    text-align: justify;
    position: relative;
  }
  #feature .sec .sec__voice span {
    font-size: 14.3733333333px;
  }
  #feature .sec .sec__voice::before {
    content: "";
    width: 117.6px;
    height: 26.1333333333px;
    background-image: url(../img/voice01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -31.36px;
    left: 0;
  }
  #feature .sec .sec__voice.sec__voice01 {
    margin-top: 75.7866666667px;
  }
  #feature .sec .sec__voice.sec__voice02 {
    margin-top: 75.7866666667px;
    color: #fff;
  }
  #feature .sec .sec__voice.sec__voice02::before {
    background-image: url(../img/voice02.svg);
  }
  #feature .sec .sec__voice.sec__voice03 {
    margin-top: 75.7866666667px;
  }
  #feature .sec .sec__voice.sec__voice04 {
    width: 418.1333333333px;
    margin-top: 100.6133333333px;
  }
  #feature .sec .sec__voice.sec__voice05 {
    width: 418.1333333333px;
    margin-top: 86.24px;
    color: #fff;
  }
  #feature .sec .sec__voice.sec__voice05::before {
    background-image: url(../img/voice02.svg);
  }
  #feature .sec .sec__voice.sec__voice06 {
    width: 418.1333333333px;
    margin-top: 176.4px;
  }
  #feature .sec .sec__voice.sec__voice07 {
    width: 418.1333333333px;
    margin-top: 86.24px;
    color: #fff;
  }
  #feature .sec .sec__voice.sec__voice07::before {
    background-image: url(../img/voice02.svg);
  }
  #feature .sec .sec__voice.sec__voice08 {
    width: 418.1333333333px;
    margin-top: 176.4px;
  }
  #feature .sec .sec__voice.sec__voice09 {
    width: 418.1333333333px;
    margin-top: 176.4px;
    color: #fff;
  }
  #feature .sec .sec__voice.sec__voice09::before {
    background-image: url(../img/voice02.svg);
  }
  #feature .sec .sec__look.sec__look01 {
    margin-top: 104.5333333333px;
  }
  #feature .sec .sec__look.sec__look02 {
    padding-top: 35.28px;
    padding-bottom: 56.1866666667px;
    margin-top: 69.2533333333px;
    background-color: #081a29;
  }
  #feature .sec .sec__look.sec__look03 {
    margin-top: 74.48px;
  }
  #feature .sec .sec__look.sec__look04 {
    padding-top: 35.28px;
    padding-bottom: 56.1866666667px;
    margin-top: 56.1866666667px;
    background-color: #081a29;
  }
  #feature .sec .sec__look.sec__look05 {
    margin-top: 74.48px;
  }
  #feature .sec .sec__look.sec__look06 {
    padding-top: 35.28px;
    padding-bottom: 56.1866666667px;
    margin-top: 69.2533333333px;
    background-color: #081a29;
  }
  #feature .sec .sec__lookno {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-size: 20.9066666667px;
    line-height: 20.9066666667px;
    letter-spacing: 0.02em;
    position: relative;
  }
  #feature .sec .sec__lookno::after {
    content: "";
    width: 29.4px;
    height: 1.3066666667px;
    background-color: #000;
    position: absolute;
    bottom: -3.92px;
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__lookno span {
    margin-left: 2.6133333333px;
    font-weight: 400;
    font-size: 33.9733333333px;
    line-height: 33.9733333333px;
  }
  #feature .sec .sec__lookno.sec__lookno02 {
    color: #fff;
  }
  #feature .sec .sec__lookno.sec__lookno02::after {
    background-color: #fff;
  }
  #feature .sec .sec__lookno.sec__lookno04 {
    color: #fff;
  }
  #feature .sec .sec__lookno.sec__lookno04::after {
    background-color: #fff;
  }
  #feature .sec .sec__lookno.sec__lookno06 {
    color: #fff;
  }
  #feature .sec .sec__lookno.sec__lookno06::after {
    background-color: #fff;
  }
  #feature .sec .sec__looksize {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 15.68px;
    line-height: 27.44px;
    letter-spacing: 0.04em;
    text-align: left;
    position: absolute;
  }
  #feature .sec .sec__looksize span {
    margin: 0 2.6133333333px;
    position: relative;
    top: -2.6133333333px;
  }
  #feature .sec .sec__looksize.sec__looksize01 {
    top: 124.1333333333px;
    left: 16.9866666667px;
  }
  #feature .sec .sec__looksize.sec__looksize02 {
    top: 13.0666666667px;
    left: 16.9866666667px;
    color: #fff;
  }
  #feature .sec .sec__looksize.sec__looksize03 {
    top: 99.3066666667px;
    left: -13.0666666667px;
  }
  #feature .sec .sec__looksize.sec__looksize04 {
    top: 461.2533333333px;
    left: 16.9866666667px;
    color: #fff;
  }
  #feature .sec .sec__looksize.sec__looksize05 {
    top: 11.76px;
    left: 16.9866666667px;
  }
  #feature .sec .sec__looksize.sec__looksize06 {
    top: 74.48px;
    left: -53.5733333333px;
    color: #fff;
  }
  #feature .sec .sec__info {
    margin-top: 90.16px;
  }
  #feature .sec .sec__info .sec__infottl {
    width: 399.1866666667px;
    margin: 0 auto;
    position: relative;
    left: -2.6133333333px;
  }
  #feature .sec .sec__info .sec__infotxt {
    margin-top: 32.6666666667px;
  }
  #feature .sec .sec__info .sec__infotxt p {
    font-size: 15.68px;
    line-height: 31.36px;
    letter-spacing: 0.03em;
  }
  #feature .sec .sec__info .sec__infotxt p:nth-child(2) {
    margin-top: 15.68px;
  }
  #feature .sec .sec__prof {
    width: 419.44px;
    height: 687.3066666667px;
    padding-top: 32.6666666667px;
    margin: 67.9466666667px auto 0;
    border: 1.3066666667px solid #000;
  }
  #feature .sec .sec__prof .sec__profimg {
    width: 235.2px;
    margin: 0 auto;
  }
  #feature .sec .sec__prof .sec__profname {
    margin-top: 19.6px;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-size: 28.7466666667px;
    line-height: 30.0533333333px;
    letter-spacing: 0.07em;
  }
  #feature .sec .sec__prof .sec__proftxt {
    margin-top: 23.52px;
  }
  #feature .sec .sec__prof .sec__proftxt p {
    font-size: 15.68px;
    line-height: 31.36px;
  }
  #feature .sec .sec__prof .sec__proftxt p:nth-child(2) {
    margin-top: 7.84px;
  }
  #feature .sec .sec__prof .sec__proftxt p:nth-child(3) {
    margin-top: 7.84px;
  }
  #feature .sec .sec__btn {
    width: 352.8px;
    height: 74.48px;
    margin: 96.6933333333px auto 0;
    background-color: #081a29;
  }
  #feature .sec .sec__btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: 32.6666666667px;
    line-height: 32.6666666667px;
    letter-spacing: 0.02em;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */