@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;
  }
}
/*共通
----------------------------*/
html {
  scroll-behavior: smooth;
}

.l-container {
  width: 100%;
}

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

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

.pc-footer {
  margin: 0;
}

.feature-snslist {
  position: relative;
  z-index: 3;
}

.is_spnone {
  display: block;
}

.is_pcnone {
  display: none;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature video {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fade {
  opacity: 0;
  transition: opacity 1.5s;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}
#feature .js_anime.is_fadeitem li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
#feature .js_anime.is_fadeitem li:nth-child(2) {
  transition-delay: 0.2s;
}
#feature .js_anime.is_fadeitem li:nth-child(3) {
  transition-delay: 0.4s;
}
#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_fadeitem li {
  opacity: 1;
  transform: translateY(0);
}
#feature #style01 {
  scroll-margin-top: 80px;
}
#feature #style02 {
  scroll-margin-top: 80px;
}
#feature #style03 {
  scroll-margin-top: 80px;
}

#feature .main {
  display: flex;
  background-color: #fffcf3;
}
#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 .left .lefttxt p:nth-child(1) {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-size: calc(36.09 * var(--vw) / 1400);
  line-height: calc(50.52 * var(--vw) / 1400);
  letter-spacing: 0.04em;
  color: #b7825e;
}
#feature .main .left .lefttxt p:nth-child(2) {
  margin-top: calc(10 * var(--vw) / 1400);
  font-size: calc(14.1 * var(--vw) / 1400);
  line-height: calc(28.19 * var(--vw) / 1400);
  letter-spacing: 0.04em;
  color: #b7825e;
}
#feature .main .right {
  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 .rightlist li a {
  padding-left: calc(40 * var(--vw) / 1400);
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-size: calc(20 * var(--vw) / 1400);
  line-height: calc(40 * var(--vw) / 1400);
  letter-spacing: 0.04em;
  color: #b7825e;
  position: relative;
}
#feature .main .right .rightlist li a::before {
  content: "";
  width: calc(29 * var(--vw) / 1400);
  height: calc(21 * var(--vw) / 1400);
  background-image: url(../img/pc-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
#feature .main .right .rightlist li.is_show a::before {
  opacity: 1;
}
#feature .main .center {
  width: calc(510 * var(--vw) / 1400);
  margin: 0 auto;
  background-color: #fffcf3;
  position: relative;
  overflow-x: clip;
}
#feature .sec {
  padding-bottom: calc(60 * var(--vw) * 0.3642857143 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: absolute;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18 * var(--vw) * 0.3642857143 / 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: "effra", sans-serif;
  font-weight: 500;
  font-size: calc(22 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(44 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.025em;
  color: #b7825e;
  white-space: nowrap;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b7825e;
  position: absolute;
  bottom: calc(12 * var(--vw) * 0.3642857143 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(380 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3642857143 / 750);
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit01 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit01 .credit .item:first-child {
  margin: 0 calc(30 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit02 {
  top: calc(100% + 32 * var(--vw) * 0.3642857143 / 750);
  right: calc(34 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + 52 * var(--vw) * 0.3642857143 / 750);
  left: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(380 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3642857143 / 750);
  left: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit04 .item .link p {
  color: #17295b;
}
#feature .sec .sec__credit.sec__credit04 .item .link p::after {
  background-color: #17295b;
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(380 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 52 * var(--vw) * 0.3642857143 / 750);
  right: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit05 .credit .item .link p {
  color: #17295b;
}
#feature .sec .sec__credit.sec__credit05 .credit .item .link p::after {
  background-color: #17295b;
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(400 * var(--vw) * 0.3642857143 / 750);
  top: calc(100% + 32 * var(--vw) * 0.3642857143 / 750);
  left: 0;
}
#feature .sec .sec__credit.sec__credit06 .credit .item .link p {
  color: #17295b;
}
#feature .sec .sec__credit.sec__credit06 .credit .item .link p::after {
  background-color: #17295b;
}
#feature .sec .sec__credit.sec__credit07 {
  top: calc(100% + 40 * var(--vw) * 0.3642857143 / 750);
  right: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__credit.sec__credit08 {
  top: calc(100% + 32 * var(--vw) * 0.3642857143 / 750);
  left: calc(40 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__movie {
  width: 100%;
  min-height: calc(1334 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__img .slider .slick-list {
  line-height: 0;
}
#feature .sec .sec__img .centerslider .slick-list {
  line-height: 0;
}
#feature .sec .sec__img.sec__img01 {
  width: 100%;
  margin-top: calc(170 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(630 * var(--vw) * 0.3642857143 / 750);
  margin: calc(272 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(660 * var(--vw) * 0.3642857143 / 750);
  margin-top: calc(204 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img03::after {
  content: "";
  width: calc(660 * var(--vw) * 0.3642857143 / 750);
  height: calc(920 * var(--vw) * 0.3642857143 / 750);
  border: calc(2 * var(--vw) * 0.3642857143 / 750) solid #a87451;
  position: absolute;
  top: calc(-20 * var(--vw) * 0.3642857143 / 750);
  left: calc(20 * var(--vw) * 0.3642857143 / 750);
  z-index: -1;
  box-sizing: border-box;
}
#feature .sec .sec__img.sec__img04 {
  width: 100%;
  margin-top: calc(202 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img04 .centerslider .slick-list .slick-slide {
  width: calc(546 * var(--vw) * 0.3642857143 / 750);
  margin: 0 calc(15 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
  margin-top: calc(232 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: calc(615 * var(--vw) * 0.3642857143 / 750);
  margin: calc(226 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img06::after {
  content: "";
  width: calc(615 * var(--vw) * 0.3642857143 / 750);
  height: calc(820 * var(--vw) * 0.3642857143 / 750);
  border: calc(2 * var(--vw) * 0.3642857143 / 750) solid #17295b;
  position: absolute;
  top: calc(22 * var(--vw) * 0.3642857143 / 750);
  right: calc(20 * var(--vw) * 0.3642857143 / 750);
  z-index: -1;
  box-sizing: border-box;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(660 * var(--vw) * 0.3642857143 / 750);
  margin: calc(110 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .sec .sec__img.sec__img08 {
  width: 100%;
  margin-top: calc(62 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
  margin: calc(112 * var(--vw) * 0.3642857143 / 750) 0 0 auto;
}
#feature .sec .sec__img.sec__img10 {
  width: 100%;
  margin-top: calc(192 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img10 .centerslider .slick-list .slick-slide {
  width: calc(546 * var(--vw) * 0.3642857143 / 750);
  margin: 0 calc(15 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(660 * var(--vw) * 0.3642857143 / 750);
  margin-top: calc(120 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__bg {
  background-color: #fff;
}
#feature .sec .sec__bd {
  width: 100%;
}
#feature .sec .sec__bd.sec__bd01 {
  margin-top: calc(48 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__bd.sec__bd02 {
  margin-top: calc(390 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__bd.sec__bd03 {
  margin-top: calc(120 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__ttl {
  margin-top: calc(34 * var(--vw) * 0.3642857143 / 750);
  font-family: "orpheuspro", serif;
  font-size: calc(72 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(100.8 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.04em;
  color: #b7825e;
}
#feature .sec .sec__txt {
  margin-top: calc(34 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__txt p {
  font-size: calc(26 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(52 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.04em;
}
#feature .sec .sec__txt p:nth-child(1) {
  font-size: calc(30 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(60 * var(--vw) * 0.3642857143 / 750);
  color: #b7825e;
}
#feature .sec .sec__txt p:nth-child(2) {
  margin-top: calc(52 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__txt p:nth-child(3) {
  margin-top: calc(36 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__txt p:nth-child(4) {
  margin-top: calc(34 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemarea {
  position: relative;
}
#feature .sec .sec__itemarea.sec__itemarea01 {
  margin-top: calc(130 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemarea.sec__itemarea02 {
  margin-top: calc(260 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemarea.sec__itemarea03 {
  margin-top: calc(192 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__no {
  font-family: "orpheuspro", serif;
  font-size: calc(100 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(60 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.04em;
  color: #b7825e;
}
#feature .sec .sec__no.sec__no02 {
  color: #17295b;
}
#feature .sec .sec__itemlist {
  margin-top: calc(52 * var(--vw) * 0.3642857143 / 750);
  display: flex;
  justify-content: center;
  gap: 0 calc(4 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemlist li {
  width: calc(228 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemlist.sec__itemlist02 {
  padding-left: calc(10 * var(--vw) * 0.3642857143 / 750);
  margin-top: calc(32 * var(--vw) * 0.3642857143 / 750);
  gap: 0 calc(18 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemlist.sec__itemlist03 {
  margin-top: calc(50 * var(--vw) * 0.3642857143 / 750);
  gap: 0;
}
#feature .sec .sec__itemlist.sec__itemlist03 li:nth-child(1) {
  margin-right: calc(-6 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemlist.sec__itemlist03 li:nth-child(3) {
  margin-left: calc(-6 * var(--vw) * 0.3642857143 / 750);
}
#feature .sec .sec__itemttl {
  margin-top: calc(44 * var(--vw) * 0.3642857143 / 750);
  font-size: calc(44 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(75.9 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #b7825e;
}
#feature .sec .sec__itemttl.sec__itemttl02 {
  margin-top: calc(30 * var(--vw) * 0.3642857143 / 750);
  font-size: calc(42 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(71.4 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.04em;
  color: #17295b;
}
#feature .sec .sec__itemttl.sec__itemttl03 {
  margin-top: calc(48 * var(--vw) * 0.3642857143 / 750);
  font-size: calc(42 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(71.4 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.04em;
}
#feature .sec .sec__itemtxt {
  width: calc(620 * var(--vw) * 0.3642857143 / 750);
  margin: calc(38 * var(--vw) * 0.3642857143 / 750) auto 0;
  font-size: calc(24 * var(--vw) * 0.3642857143 / 750);
  line-height: calc(48 * var(--vw) * 0.3642857143 / 750);
  letter-spacing: 0.043em;
  text-align: justify;
}
#feature .sec .sec__itemtxt.sec__itemtxt02 {
  margin: calc(34 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .sec .sec__itemtxt.sec__itemtxt03 {
  margin: calc(32 * var(--vw) * 0.3642857143 / 750) auto 0;
}
#feature .sec .sec__btn {
  width: calc(600 * var(--vw) * 0.3642857143 / 750);
  margin: calc(110 * var(--vw) * 0.3642857143 / 750) auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
  }
  #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 .left .lefttxt p:nth-child(1) {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 36.09px;
    line-height: 50.52px;
    letter-spacing: 0.04em;
    color: #b7825e;
  }
  #feature .main .left .lefttxt p:nth-child(2) {
    margin-top: 10px;
    font-size: 14.1px;
    line-height: 28.19px;
    letter-spacing: 0.04em;
    color: #b7825e;
  }
  #feature .main .right {
    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 .rightlist li a {
    padding-left: 40px;
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.04em;
    color: #b7825e;
    position: relative;
  }
  #feature .main .right .rightlist li a::before {
    content: "";
    width: 29px;
    height: 21px;
    background-image: url(../img/pc-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
  }
  #feature .main .right .rightlist li.is_show a::before {
    opacity: 1;
  }
  #feature .main .center {
    width: 510px;
    margin: 0 auto;
    background-color: #fffcf3;
    position: relative;
    overflow-x: clip;
  }
  #feature .sec {
    padding-bottom: 40.7999999994px;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    position: absolute;
  }
  #feature .sec .sec__credit .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12.2399999998px;
  }
  #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: "effra", sans-serif;
    font-weight: 500;
    font-size: 14.9599999998px;
    line-height: 29.9199999995px;
    letter-spacing: 0.025em;
    color: #b7825e;
    white-space: nowrap;
    position: relative;
  }
  #feature .sec .sec__credit .credit .item .link p::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b7825e;
    position: absolute;
    bottom: 8.1599999999px;
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit01 {
    width: 258.3999999959px;
    top: calc(100% + 21.7599999997px);
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .sec .sec__credit.sec__credit01 .credit {
    justify-content: center;
  }
  #feature .sec .sec__credit.sec__credit01 .credit .item:first-child {
    margin: 0 20.3999999997px;
  }
  #feature .sec .sec__credit.sec__credit02 {
    top: calc(100% + 21.7599999997px);
    right: 23.1199999996px;
  }
  #feature .sec .sec__credit.sec__credit03 {
    top: calc(100% + 35.3599999994px);
    left: 27.1999999996px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    width: 258.3999999959px;
    top: calc(100% + 21.7599999997px);
    left: 27.1999999996px;
  }
  #feature .sec .sec__credit.sec__credit04 .item .link p {
    color: #17295b;
  }
  #feature .sec .sec__credit.sec__credit04 .item .link p::after {
    background-color: #17295b;
  }
  #feature .sec .sec__credit.sec__credit05 {
    width: 258.3999999959px;
    top: calc(100% + 35.3599999994px);
    right: 27.1999999996px;
  }
  #feature .sec .sec__credit.sec__credit05 .credit {
    justify-content: flex-end;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item .link p {
    color: #17295b;
  }
  #feature .sec .sec__credit.sec__credit05 .credit .item .link p::after {
    background-color: #17295b;
  }
  #feature .sec .sec__credit.sec__credit06 {
    width: 271.9999999957px;
    top: calc(100% + 21.7599999997px);
    left: 0;
  }
  #feature .sec .sec__credit.sec__credit06 .credit .item .link p {
    color: #17295b;
  }
  #feature .sec .sec__credit.sec__credit06 .credit .item .link p::after {
    background-color: #17295b;
  }
  #feature .sec .sec__credit.sec__credit07 {
    top: calc(100% + 27.1999999996px);
    right: 27.1999999996px;
  }
  #feature .sec .sec__credit.sec__credit08 {
    top: calc(100% + 21.7599999997px);
    left: 27.1999999996px;
  }
  #feature .sec .sec__flex {
    display: flex;
    position: relative;
  }
  #feature .sec .sec__flex.is_reverse {
    flex-direction: row-reverse;
  }
  #feature .sec .sec__movie {
    width: 100%;
    min-height: 907.1199999858px;
  }
  #feature .sec .sec__img {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__img .slider .slick-list {
    line-height: 0;
  }
  #feature .sec .sec__img .centerslider .slick-list {
    line-height: 0;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 100%;
    margin-top: 115.5999999982px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 428.3999999933px;
    margin: 184.9599999971px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 448.799999993px;
    margin-top: 138.7199999978px;
  }
  #feature .sec .sec__img.sec__img03::after {
    content: "";
    width: 448.799999993px;
    height: 625.5999999902px;
    border: 1.36px solid #a87451;
    position: absolute;
    top: -13.5999999998px;
    left: 13.5999999998px;
    z-index: -1;
    box-sizing: border-box;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 100%;
    margin-top: 137.3599999978px;
  }
  #feature .sec .sec__img.sec__img04 .centerslider .slick-list .slick-slide {
    width: 371.2799999942px;
    margin: 0 10.1999999998px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 100%;
    margin-top: 157.7599999975px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 418.1999999934px;
    margin: 153.6799999976px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img06::after {
    content: "";
    width: 418.1999999934px;
    height: 557.5999999913px;
    border: 1.36px solid #17295b;
    position: absolute;
    top: 14.9599999998px;
    right: 13.5999999998px;
    z-index: -1;
    box-sizing: border-box;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 448.799999993px;
    margin: 74.7999999988px auto 0;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 100%;
    margin-top: 42.1599999993px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 407.9999999936px;
    margin: 76.1599999988px 0 0 auto;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 100%;
    margin-top: 130.559999998px;
  }
  #feature .sec .sec__img.sec__img10 .centerslider .slick-list .slick-slide {
    width: 371.2799999942px;
    margin: 0 10.1999999998px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 448.799999993px;
    margin-top: 81.5999999987px;
  }
  #feature .sec .sec__bd {
    width: 100%;
  }
  #feature .sec .sec__bd.sec__bd01 {
    margin-top: 32.6399999995px;
  }
  #feature .sec .sec__bd.sec__bd02 {
    margin-top: 265.1999999958px;
  }
  #feature .sec .sec__bd.sec__bd03 {
    margin-top: 81.5999999987px;
  }
  #feature .sec .sec__ttl {
    margin-top: 23.1199999996px;
    font-family: "orpheuspro", serif;
    font-size: 48.9599999992px;
    line-height: 68.5439999989px;
    letter-spacing: 0.04em;
    color: #b7825e;
  }
  #feature .sec .sec__txt {
    margin-top: 23.1199999996px;
  }
  #feature .sec .sec__txt p {
    font-size: 17.6799999997px;
    line-height: 35.3599999994px;
    letter-spacing: 0.04em;
  }
  #feature .sec .sec__txt p:nth-child(1) {
    font-size: 20.3999999997px;
    line-height: 40.7999999994px;
    color: #b7825e;
  }
  #feature .sec .sec__txt p:nth-child(2) {
    margin-top: 35.3599999994px;
  }
  #feature .sec .sec__txt p:nth-child(3) {
    margin-top: 24.4799999996px;
  }
  #feature .sec .sec__txt p:nth-child(4) {
    margin-top: 23.1199999996px;
  }
  #feature .sec .sec__itemarea {
    position: relative;
  }
  #feature .sec .sec__itemarea.sec__itemarea01 {
    margin-top: 88.3999999986px;
  }
  #feature .sec .sec__itemarea.sec__itemarea02 {
    margin-top: 176.7999999972px;
  }
  #feature .sec .sec__itemarea.sec__itemarea03 {
    margin-top: 130.559999998px;
  }
  #feature .sec .sec__no {
    font-family: "orpheuspro", serif;
    font-size: 67.9999999989px;
    line-height: 40.7999999994px;
    letter-spacing: 0.04em;
    color: #b7825e;
  }
  #feature .sec .sec__no.sec__no02 {
    color: #17295b;
  }
  #feature .sec .sec__itemlist {
    margin-top: 35.3599999994px;
    display: flex;
    justify-content: center;
    gap: 0 2.72px;
  }
  #feature .sec .sec__itemlist li {
    width: 155.0399999976px;
  }
  #feature .sec .sec__itemlist.sec__itemlist02 {
    padding-left: 6.7999999999px;
    margin-top: 21.7599999997px;
    gap: 0 12.2399999998px;
  }
  #feature .sec .sec__itemlist.sec__itemlist03 {
    margin-top: 33.9999999995px;
    gap: 0;
  }
  #feature .sec .sec__itemlist.sec__itemlist03 li:nth-child(1) {
    margin-right: -4.0799999999px;
  }
  #feature .sec .sec__itemlist.sec__itemlist03 li:nth-child(3) {
    margin-left: -4.0799999999px;
  }
  #feature .sec .sec__itemttl {
    margin-top: 29.9199999995px;
    font-size: 29.9199999995px;
    line-height: 51.6119999992px;
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #b7825e;
  }
  #feature .sec .sec__itemttl.sec__itemttl02 {
    margin-top: 20.3999999997px;
    font-size: 28.5599999996px;
    line-height: 48.5519999992px;
    letter-spacing: 0.04em;
    color: #17295b;
  }
  #feature .sec .sec__itemttl.sec__itemttl03 {
    margin-top: 32.6399999995px;
    font-size: 28.5599999996px;
    line-height: 48.5519999992px;
    letter-spacing: 0.04em;
  }
  #feature .sec .sec__itemtxt {
    width: 421.5999999934px;
    margin: 25.8399999996px auto 0;
    font-size: 16.3199999997px;
    line-height: 32.6399999995px;
    letter-spacing: 0.043em;
    text-align: justify;
  }
  #feature .sec .sec__itemtxt.sec__itemtxt02 {
    margin: 23.1199999996px auto 0;
  }
  #feature .sec .sec__itemtxt.sec__itemtxt03 {
    margin: 21.7599999997px auto 0;
  }
  #feature .sec .sec__btn {
    width: 407.9999999936px;
    margin: 74.7999999988px auto 0;
    position: relative;
    z-index: 2;
  }
}/*# sourceMappingURL=style.css.map */