@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: block;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  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;
  pointer-events: none;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  pointer-events: auto;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature figure {
  background-color: #fff;
}
#feature .js_anime .is_fade {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
}
#feature .js_anime .is_fade.is_d1 {
  transition-delay: 0.2s;
}
#feature .js_anime .is_fade.is_d2 {
  transition-delay: 0.4s;
}
#feature .js_anime .is_fade.is_d3 {
  transition-delay: 0.6s;
}
#feature .js_anime.is_fade {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
}
#feature .js_anime.is_fade.is_d1 {
  transition-delay: 0.2s;
}
#feature .js_anime.is_fade.is_d2 {
  transition-delay: 0.4s;
}
#feature .js_anime.is_fade.is_d3 {
  transition-delay: 0.6s;
}
#feature .js_anime .is_fadein {
  opacity: 0;
  transform: translateY(calc(60 * var(--vw) * 0.375 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transform: translateY(calc(60 * var(--vw) * 0.375 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime .is_fadeleft {
  opacity: 0;
  transform: translateX(calc(-60 * var(--vw) * 0.375 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime.is_fadeleft {
  opacity: 0;
  transform: translateX(calc(-60 * var(--vw) * 0.375 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime .is_faderight {
  opacity: 0;
  transform: translateX(calc(60 * var(--vw) * 0.375 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime.is_faderight {
  opacity: 0;
  transform: translateX(calc(60 * var(--vw) * 0.375 / 750));
  transition: all 1s ease-out;
}
#feature .js_anime.is_show .is_fade {
  opacity: 1;
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .js_anime.is_show .is_fadein {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show .is_fadeleft {
  opacity: 1;
  transform: translateX(0);
}
#feature .js_anime.is_show.is_fadeleft {
  opacity: 1;
  transform: translateX(0);
}
#feature .js_anime.is_show .is_faderight {
  opacity: 1;
  transform: translateX(0);
}
#feature .js_anime.is_show.is_faderight {
  opacity: 1;
  transform: translateX(0);
}

#feature {
  background-color: #ccd6d1;
}
#feature .main {
  width: calc(1050 * var(--vw) / 1400);
  margin: 0 auto;
  background-color: #f0eeea;
  display: flex;
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  width: calc(525 * var(--vw) / 1400);
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  left: 0;
}
#feature .hero .hero__movie {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#feature .hero .hero__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .hero .hero__movie .mutebtn {
  width: calc(40 * var(--vw) * 0.375 / 750);
  height: calc(40 * var(--vw) * 0.375 / 750);
  background-image: url(../img/on.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  bottom: calc(20 * var(--vw) * 0.375 / 750);
  right: calc(20 * var(--vw) * 0.375 / 750);
  cursor: pointer;
  pointer-events: auto;
}
#feature .hero .hero__movie .mutebtn.on {
  background-image: url(../img/off.svg);
}
#feature .sec {
  width: calc(525 * var(--vw) / 1400);
  padding-bottom: calc(160 * var(--vw) * 0.375 / 750);
  position: relative;
  overflow-x: clip;
  z-index: 2;
}
#feature .sec .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-size: calc(22 * var(--vw) * 0.375 / 750);
  line-height: calc(42 * var(--vw) * 0.375 / 750);
  letter-spacing: 0.05em;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(480 * var(--vw) * 0.375 / 750);
  top: calc(100% + 30 * var(--vw) * 0.375 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit02 {
  bottom: calc(-10 * var(--vw) * 0.375 / 750);
  left: calc(462 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + 30 * var(--vw) * 0.375 / 750);
  left: calc(32 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(400 * var(--vw) * 0.375 / 750);
  top: calc(100% + 30 * var(--vw) * 0.375 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit04 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 calc(16 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(3) {
  margin: 0 calc(100 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(525 * var(--vw) * 0.375 / 750);
  top: calc(100% + 30 * var(--vw) * 0.375 / 750);
  left: calc(194 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit05 .credit .item {
  margin-left: auto;
}
#feature .sec .sec__credit.sec__credit06 {
  top: calc(100% + 30 * var(--vw) * 0.375 / 750);
  left: 0;
}
#feature .sec .sec__block {
  position: relative;
}
#feature .sec .sec__block.sec__block02 {
  padding-top: calc(120 * var(--vw) * 0.375 / 750);
  margin-top: calc(126 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__block.sec__block02::after {
  content: "";
  width: calc(750 * var(--vw) * 0.375 / 750);
  height: calc(1334 * var(--vw) * 0.375 / 750);
  background-image: url(../img/bg01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.45;
}
#feature .sec .sec__block.sec__block05 {
  margin-top: calc(182 * var(--vw) * 0.375 / 750);
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__block.sec__block06::after {
  content: "";
  width: calc(540 * var(--vw) * 0.375 / 750);
  height: calc(960 * var(--vw) * 0.375 / 750);
  background-image: url(../img/bg02.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-66 * var(--vw) * 0.375 / 750);
  left: 0;
  z-index: -1;
  opacity: 0.45;
}
#feature .sec .sec__block.sec__block08 {
  padding-bottom: calc(78 * var(--vw) * 0.375 / 750);
  border-bottom: 1px solid #aab3af;
}
#feature .sec .sec__txt {
  margin-top: calc(88 * var(--vw) * 0.375 / 750);
  font-size: calc(24 * var(--vw) * 0.375 / 750);
  line-height: calc(48 * var(--vw) * 0.375 / 750);
  letter-spacing: 0.05em;
}
#feature .sec .sec__logo {
  position: absolute;
}
#feature .sec .sec__logo.sec__logo01 {
  width: calc(600 * var(--vw) * 0.375 / 750);
  top: calc(52 * var(--vw) * 0.375 / 750);
  right: calc(-120 * var(--vw) * 0.375 / 750);
  z-index: -1;
  opacity: 0.6;
}
#feature .sec .sec__logo.sec__logo02 {
  width: calc(442 * var(--vw) * 0.375 / 750);
  top: calc(-192 * var(--vw) * 0.375 / 750);
  left: calc(-40 * var(--vw) * 0.375 / 750);
  z-index: 2;
  opacity: 0.6;
}
#feature .sec .sec__logo.sec__logo03 {
  width: calc(600 * var(--vw) * 0.375 / 750);
  top: calc(-116 * var(--vw) * 0.375 / 750);
  right: calc(-196 * var(--vw) * 0.375 / 750);
  z-index: -1;
  opacity: 0.6;
}
#feature .sec .sec__logo.sec__logo04 {
  width: calc(200 * var(--vw) * 0.375 / 750);
  margin: calc(242 * var(--vw) * 0.375 / 750) auto 0;
  position: relative;
}
#feature .sec .slider .slick-dots {
  display: flex;
  gap: 0 calc(12 * var(--vw) * 0.375 / 750);
  position: absolute;
  top: calc(16 * var(--vw) * 0.375 / 750);
  right: calc(20 * var(--vw) * 0.375 / 750);
}
#feature .sec .slider .slick-dots li {
  width: calc(10 * var(--vw) * 0.375 / 750);
  height: calc(10 * var(--vw) * 0.375 / 750);
}
#feature .sec .slider .slick-dots li button {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  position: relative;
  transition: 0.3s;
  opacity: 0.3;
}
#feature .sec .slider .slick-dots li.slick-active button {
  opacity: 1;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(480 * var(--vw) * 0.375 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(480 * var(--vw) * 0.375 / 750);
  margin: calc(16 * var(--vw) * 0.375 / 750) auto 0;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(555 * var(--vw) * 0.375 / 750);
  margin: calc(266 * var(--vw) * 0.375 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(420 * var(--vw) * 0.375 / 750);
  margin-top: calc(-64 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(688 * var(--vw) * 0.375 / 750);
  margin: calc(180 * var(--vw) * 0.375 / 750) auto 0;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(375 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(375 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(375 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(375 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(525 * var(--vw) * 0.375 / 750);
  margin: calc(372 * var(--vw) * 0.375 / 750) 0 0 calc(194 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(520 * var(--vw) * 0.375 / 750);
  margin: calc(354 * var(--vw) * 0.375 / 750) 0 0 calc(36 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: calc(520 * var(--vw) * 0.375 / 750);
  margin: calc(16 * var(--vw) * 0.375 / 750) 0 0 calc(36 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(255 * var(--vw) * 0.375 / 750);
  margin: calc(48 * var(--vw) * 0.375 / 750) auto 0;
}
#feature .sec .sec__img.sec__img13 figure {
  background-color: transparent;
}
#feature .sec .sec__loopslider .splide__slide {
  width: calc(220 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__loopslider.sec__loopslider01 {
  margin-top: calc(60 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__loopslider.sec__loopslider02 {
  margin-top: calc(20 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__item {
  width: calc(220 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__item figure {
  background-color: transparent;
}
#feature .sec .sec__ttl {
  width: 100%;
  margin-top: calc(102 * var(--vw) * 0.375 / 750);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aab3af;
  position: absolute;
  top: calc(32 * var(--vw) * 0.375 / 750);
  left: 0;
  z-index: -1;
}
#feature .sec .sec__ttl span {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-size: calc(62 * var(--vw) * 0.375 / 750);
  line-height: 1;
  letter-spacing: -0.01em;
  color: #aab3af;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(12 * var(--vw) * 0.375 / 750);
  margin: 0 auto;
  display: block;
  background-color: #f0eeea;
  white-space: nowrap;
}
#feature .sec .sec__day {
  margin-top: calc(30 * var(--vw) * 0.375 / 750);
}
#feature .sec .sec__day p:nth-child(1) {
  font-family: "pragmatica", sans-serif;
  font-weight: 700;
  font-size: calc(26 * var(--vw) * 0.375 / 750);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #616664;
}
#feature .sec .sec__day p:nth-child(2) {
  margin-top: calc(20 * var(--vw) * 0.375 / 750);
  font-size: calc(24 * var(--vw) * 0.375 / 750);
  line-height: calc(48 * var(--vw) * 0.375 / 750);
  letter-spacing: 0.05em;
}
#feature .sec .sec__day p:nth-child(3) {
  margin-top: calc(26 * var(--vw) * 0.375 / 750);
  font-size: calc(20 * var(--vw) * 0.375 / 750);
  line-height: 1;
  letter-spacing: 0.05em;
}
#feature .sec .sec__btn {
  width: calc(360 * var(--vw) * 0.375 / 750);
  height: calc(480 * var(--vw) * 0.375 / 750);
  margin: calc(148 * var(--vw) * 0.375 / 750) auto 0;
  background-image: url(../img/bg03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__btn a {
  width: 100%;
  height: 100%;
  padding-top: calc(12 * var(--vw) * 0.375 / 750);
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__btn a p {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-size: calc(56 * var(--vw) * 0.375 / 750);
  line-height: calc(84 * var(--vw) * 0.375 / 750);
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  #feature .js_anime .is_fade {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  }
  #feature .js_anime .is_fade.is_d1 {
    transition-delay: 0.2s;
  }
  #feature .js_anime .is_fade.is_d2 {
    transition-delay: 0.4s;
  }
  #feature .js_anime .is_fade.is_d3 {
    transition-delay: 0.6s;
  }
  #feature .js_anime.is_fade {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
  }
  #feature .js_anime.is_fade.is_d1 {
    transition-delay: 0.2s;
  }
  #feature .js_anime.is_fade.is_d2 {
    transition-delay: 0.4s;
  }
  #feature .js_anime.is_fade.is_d3 {
    transition-delay: 0.6s;
  }
  #feature .js_anime .is_fadein {
    opacity: 0;
    transform: translateY(42px);
    transition: all 1s ease-out;
  }
  #feature .js_anime.is_fadein {
    opacity: 0;
    transform: translateY(42px);
    transition: all 1s ease-out;
  }
  #feature .js_anime .is_fadeleft {
    opacity: 0;
    transform: translateX(-42px);
    transition: all 1s ease-out;
  }
  #feature .js_anime.is_fadeleft {
    opacity: 0;
    transform: translateX(-42px);
    transition: all 1s ease-out;
  }
  #feature .js_anime .is_faderight {
    opacity: 0;
    transform: translateX(42px);
    transition: all 1s ease-out;
  }
  #feature .js_anime.is_faderight {
    opacity: 0;
    transform: translateX(42px);
    transition: all 1s ease-out;
  }
  #feature .js_anime.is_show .is_fade {
    opacity: 1;
  }
  #feature .js_anime.is_show.is_fade {
    opacity: 1;
  }
  #feature .js_anime.is_show .is_fadein {
    opacity: 1;
    transform: translateY(0);
  }
  #feature .js_anime.is_show.is_fadein {
    opacity: 1;
    transform: translateY(0);
  }
  #feature .js_anime.is_show .is_fadeleft {
    opacity: 1;
    transform: translateX(0);
  }
  #feature .js_anime.is_show.is_fadeleft {
    opacity: 1;
    transform: translateX(0);
  }
  #feature .js_anime.is_show .is_faderight {
    opacity: 1;
    transform: translateX(0);
  }
  #feature .js_anime.is_show.is_faderight {
    opacity: 1;
    transform: translateX(0);
  }
  #feature .main {
    width: 1050px;
    margin: 0 auto;
    background-color: #f0eeea;
    display: flex;
  }
  #feature {
    /*メインビジュアル（.hero)
    ----------------------------*/
  }
  #feature .hero {
    width: 525px;
    height: calc(100vh - 80px);
    position: sticky;
    top: 80px;
    left: 0;
  }
  #feature .hero .hero__movie {
    width: 100%;
    height: calc(100vh - 80px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #feature .hero .hero__movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #feature .hero .hero__movie .mutebtn {
    width: 28px;
    height: 28px;
    background-image: url(../img/on.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: absolute;
    bottom: 14px;
    right: 14px;
    cursor: pointer;
    pointer-events: auto;
  }
  #feature .hero .hero__movie .mutebtn.on {
    background-image: url(../img/off.svg);
  }
  #feature .sec {
    width: 525px;
    padding-bottom: 112px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    z-index: 20;
  }
  #feature .sec .sec__credit .credit {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "pragmatica", sans-serif;
    font-weight: 300;
    font-size: 15.4px;
    line-height: 29.4px;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__credit.sec__credit01 {
    width: 336px;
    top: calc(100% + 21px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit02 {
    bottom: -7px;
    left: 323.4px;
  }
  #feature .sec .sec__credit.sec__credit03 {
    top: calc(100% + 21px);
    left: 22.4px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    width: 280px;
    top: calc(100% + 21px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit04 .credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 11.2px;
  }
  #feature .sec .sec__credit.sec__credit04 .credit .item:nth-child(3) {
    margin: 0 70px;
  }
  #feature .sec .sec__credit.sec__credit05 {
    width: 367.5px;
    top: calc(100% + 21px);
    left: 135.8px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    margin-left: auto;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item {
    margin-left: auto;
  }
  #feature .sec .sec__credit.sec__credit06 {
    top: calc(100% + 21px);
    left: 0;
  }
  #feature .sec .sec__block {
    position: relative;
  }
  #feature .sec .sec__block.sec__block02 {
    padding-top: 84px;
    margin-top: 88.2px;
  }
  #feature .sec .sec__block.sec__block02::after {
    content: "";
    width: 525px;
    height: 933.8px;
    background-image: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.45;
  }
  #feature .sec .sec__block.sec__block05 {
    margin-top: 127.4px;
    display: flex;
    flex-wrap: wrap;
  }
  #feature .sec .sec__block.sec__block06::after {
    content: "";
    width: 378px;
    height: 672px;
    background-image: url(../img/bg02.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -46.2px;
    left: 0;
    z-index: -1;
    opacity: 0.45;
  }
  #feature .sec .sec__block.sec__block08 {
    padding-bottom: 54.6px;
    border-bottom: 1px solid #aab3af;
  }
  #feature .sec .sec__txt {
    margin-top: 61.6px;
    font-size: 16.8px;
    line-height: 33.6px;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__logo {
    position: absolute;
  }
  #feature .sec .sec__logo.sec__logo01 {
    width: 420px;
    top: 36.4px;
    right: -84px;
    z-index: -1;
    opacity: 0.6;
  }
  #feature .sec .sec__logo.sec__logo02 {
    width: 309.4px;
    top: -134.4px;
    left: -28px;
    z-index: 2;
    opacity: 0.6;
  }
  #feature .sec .sec__logo.sec__logo03 {
    width: 420px;
    top: -81.2px;
    right: -137.2px;
    z-index: -1;
    opacity: 0.6;
  }
  #feature .sec .sec__logo.sec__logo04 {
    width: 140px;
    margin: 169.4px auto 0;
    position: relative;
  }
  #feature .sec .slider .slick-dots {
    display: flex;
    gap: 0 8.4px;
    position: absolute;
    top: 11.2px;
    right: 14px;
  }
  #feature .sec .slider .slick-dots li {
    width: 7px;
    height: 7px;
  }
  #feature .sec .slider .slick-dots li button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    position: relative;
    transition: 0.3s;
    opacity: 0.3;
  }
  #feature .sec .slider .slick-dots li.slick-active button {
    opacity: 1;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 336px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 336px;
    margin: 11.2px auto 0;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 388.5px;
    margin: 186.2px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 294px;
    margin-top: -44.8px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 481.6px;
    margin: 126px auto 0;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 262.5px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 262.5px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 262.5px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 262.5px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 367.5px;
    margin: 260.4px 0 0 135.8px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 364px;
    margin: 247.8px 0 0 25.2px;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 364px;
    margin: 11.2px 0 0 25.2px;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 178.5px;
    margin: 33.6px auto 0;
  }
  #feature .sec .sec__img.sec__img13 figure {
    background-color: transparent;
  }
  #feature .sec .sec__loopslider .splide__slide {
    width: 154px;
  }
  #feature .sec .sec__loopslider.sec__loopslider01 {
    margin-top: 42px;
  }
  #feature .sec .sec__loopslider.sec__loopslider02 {
    margin-top: 14px;
  }
  #feature .sec .sec__item {
    width: 154px;
  }
  #feature .sec .sec__item figure {
    background-color: transparent;
  }
  #feature .sec .sec__ttl {
    width: 100%;
    margin-top: 71.4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .sec .sec__ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aab3af;
    position: absolute;
    top: 22.4px;
    left: 0;
    z-index: -1;
  }
  #feature .sec .sec__ttl span {
    font-family: "the-seasons", sans-serif;
    font-weight: 300;
    font-size: 43.4px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #aab3af;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 8.4px;
    margin: 0 auto;
    display: block;
    background-color: #f0eeea;
    white-space: nowrap;
  }
  #feature .sec .sec__day {
    margin-top: 21px;
  }
  #feature .sec .sec__day p:nth-child(1) {
    font-family: "pragmatica", sans-serif;
    font-weight: 700;
    font-size: 18.2px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #616664;
  }
  #feature .sec .sec__day p:nth-child(2) {
    margin-top: 14px;
    font-size: 16.8px;
    line-height: 33.6px;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__day p:nth-child(3) {
    margin-top: 18.2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #feature .sec .sec__btn {
    width: 252px;
    height: 336px;
    margin: 103.6px auto 0;
    background-image: url(../img/bg03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__btn a {
    width: 100%;
    height: 100%;
    padding-top: 8.4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .sec .sec__btn a p {
    font-family: "the-seasons", sans-serif;
    font-weight: 300;
    font-size: 39.2px;
    line-height: 58.8px;
    letter-spacing: -0.01em;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */