@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*共通
----------------------------*/
body {
  margin: 0;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  background-color: #ede5e1;
  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: clip;
  opacity: 0;
  transition: 0.3s;
  padding-bottom: calc(136 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature {
    padding-bottom: 136px;
  }
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #333333;
}
#feature a:hover {
  text-decoration: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature figure {
  background-color: #fff;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .js_anime .is_fadein {
  opacity: 0;
  transform: translateY(3rem);
  transition: 1s;
}
#feature .js_anime .is_fadein.is_d1 {
  transition-delay: 320ms;
}
#feature .js_anime .is_fadein.is_d2 {
  transition-delay: 720ms;
}
#feature .js_anime .is_fadein.is_d3 {
  transition-delay: 1120ms;
}
#feature .js_anime .is_fadein.is_d4 {
  transition-delay: 1520ms;
}
#feature .js_anime .is_fadein.is_d5 {
  transition-delay: 1920ms;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transform: translateY(3rem);
  transition: 1s;
}
#feature .js_anime.is_fadein.is_d1 {
  transition-delay: 320ms;
}
#feature .js_anime.is_fadein.is_d2 {
  transition-delay: 720ms;
}
#feature .js_anime.is_fadein.is_d3 {
  transition-delay: 1120ms;
}
#feature .js_anime.is_fadein.is_d4 {
  transition-delay: 1520ms;
}
#feature .js_anime.is_fadein.is_d5 {
  transition-delay: 1920ms;
}
#feature .js_anime .is_fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
#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_fade {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .js_anime.is_show .is_fade.is_d1 {
  transition-delay: 320ms;
}
#feature .js_anime.is_show .is_fade.is_d2 {
  transition-delay: 720ms;
}
#feature .js_anime.is_show .is_fade.is_d3 {
  transition-delay: 1120ms;
}
#feature .js_anime.is_show .is_fade.is_d4 {
  transition-delay: 1520ms;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__imgarea {
  width: 100%;
  height: calc(500 * var(--vw) / 1400);
  max-height: 500px;
  background-size: cover;
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
#feature .hero .hero__logo {
  width: calc(230 * var(--vw) / 1400);
  max-width: 230px;
  position: absolute;
  top: calc(161 * var(--vw) / 1400);
  left: calc(170 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__logo {
    top: 161px;
    left: 170px;
  }
}
#feature .hero .hero__ttl {
  margin-top: calc(92 * var(--vw) / 1400);
  display: flex;
  justify-content: center;
  font-family: "orpheuspro", serif;
  font-size: calc(40 * var(--vw) / 1400);
  line-height: calc(50 * var(--vw) / 1400);
  letter-spacing: 0.03em;
  color: #977547;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__ttl {
    margin-top: 92px;
    font-size: 40px;
    line-height: 50px;
  }
}
#feature .hero .hero__ttl span:nth-child(2) {
  width: calc(42 * var(--vw) / 1400);
  max-width: 42px;
  height: calc(42 * var(--vw) / 1400);
  max-height: 42px;
  margin: calc(2 * var(--vw) / 1400) calc(13 * var(--vw) / 1400) 0 calc(14 * var(--vw) / 1400);
  position: relative;
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__ttl span:nth-child(2) {
    margin: 2px 13px 0 14px;
  }
}
#feature .hero .hero__ttl span:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #977547;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#feature .hero .hero__ttl span:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #977547;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#feature .hero .hero__txt {
  margin-top: calc(30 * var(--vw) / 1400);
  font-size: calc(15 * var(--vw) / 1400);
  line-height: calc(30 * var(--vw) / 1400);
  letter-spacing: 0.135em;
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt {
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  pointer-events: auto;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
#feature .sec .sec__credit .credit .item .link {
  transition: 0.3s;
}
#feature .sec .sec__credit .credit .item .link:hover {
  opacity: 0.7;
}
#feature .sec .sec__credit .credit .item .link p {
  font-size: calc(13 * var(--vw) / 1400);
  line-height: calc(22.75 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item .link p {
    font-size: 13px;
    line-height: 22.75px;
  }
}
#feature .sec .sec__credit .credit .item .link p.txt {
  letter-spacing: 0.14em;
}
#feature .sec .sec__credit .credit .item .link p.price {
  letter-spacing: 0.06em;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(230 * var(--vw) / 1400);
  max-width: 230px;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(200 * var(--vw) / 1400);
  max-width: 200px;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(260 * var(--vw) / 1400);
  max-width: 260px;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(150 * var(--vw) / 1400);
  max-width: 150px;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(150 * var(--vw) / 1400);
  max-width: 150px;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(400 * var(--vw) / 1400);
  max-width: 400px;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(400 * var(--vw) / 1400);
  max-width: 400px;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(400 * var(--vw) / 1400);
  max-width: 400px;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(460 * var(--vw) / 1400);
  max-width: 460px;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(460 * var(--vw) / 1400);
  max-width: 460px;
}
#feature .sec .sec__item {
  width: calc(220 * var(--vw) / 1400);
  max-width: 220px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#feature .sec .sec__bg {
  position: absolute;
  pointer-events: none;
}
#feature .sec .sec__block {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec.sec01 {
  margin-top: calc(92 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 {
    margin-top: 92px;
  }
}
#feature .sec.sec01 .sec__bg.sec__bg01 {
  width: calc(424 * var(--vw) / 1400);
  max-width: 424px;
  top: 0;
  left: calc(210 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__bg.sec__bg01 {
    left: 210px;
  }
}
#feature .sec.sec01 .sec__bg.sec__bg02 {
  width: calc(424 * var(--vw) / 1400);
  max-width: 424px;
  top: calc(159 * var(--vw) / 1400);
  right: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__bg.sec__bg02 {
    top: 159px;
  }
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-left: calc(120 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img01 {
    margin-left: 120px;
  }
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(130 * var(--vw) / 1400) 0 0 calc(20 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin: 130px 0 0 20px;
  }
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: calc(70 * var(--vw) / 1400) 0 0 calc(90 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img03 {
    margin: 70px 0 0 90px;
  }
}
#feature .sec.sec01 .sec__img.sec__img04 {
  margin: calc(260 * var(--vw) / 1400) 0 0 calc(20 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img04 {
    margin: 260px 0 0 20px;
  }
}
#feature .sec.sec01 .sec__img.sec__img05 {
  margin: calc(330 * var(--vw) / 1400) 0 0 calc(70 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img05 {
    margin: 330px 0 0 70px;
  }
}
#feature .sec.sec02 {
  margin-top: calc(200 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 {
    margin-top: 200px;
  }
}
#feature .sec.sec02 .sec__bg.sec__bg01 {
  width: calc(232 * var(--vw) / 1400);
  max-width: 232px;
  top: calc(104 * var(--vw) / 1400);
  right: calc(120 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__bg.sec__bg01 {
    top: 104px;
    right: 120px;
  }
}
#feature .sec.sec02 .sec__bg.sec__bg02 {
  width: calc(232 * var(--vw) / 1400);
  max-width: 232px;
  top: calc(650 * var(--vw) / 1400);
  left: calc(120 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__bg.sec__bg02 {
    top: 650px;
    left: 120px;
  }
}
#feature .sec.sec02 .sec__bg.sec__bg03 {
  width: calc(232 * var(--vw) / 1400);
  max-width: 232px;
  top: calc(1464 * var(--vw) / 1400);
  right: calc(120 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__bg.sec__bg03 {
    top: 1464px;
    right: 120px;
  }
}
#feature .sec.sec02 .sec__step {
  width: calc(450 * var(--vw) / 1400);
  max-width: 450px;
  text-align: left;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
#feature .sec.sec02 .sec__step .sec__stepicon {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
#feature .sec.sec02 .sec__step .sec__stepttl {
  display: flex;
}
#feature .sec.sec02 .sec__step .sec__stepttl p {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  color: #977547;
  text-align: left;
}
#feature .sec.sec02 .sec__step .sec__stepttl p:nth-child(1) {
  margin-right: calc(30 * var(--vw) / 1400);
  font-size: calc(118 * var(--vw) / 1400);
  line-height: 1;
  opacity: 0.5;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__stepttl p:nth-child(1) {
    margin-right: 30px;
    font-size: 118px;
  }
}
#feature .sec.sec02 .sec__step .sec__stepttl p:nth-child(2) {
  padding-top: calc(2 * var(--vw) / 1400);
  font-size: calc(40 * var(--vw) / 1400);
  line-height: calc(50 * var(--vw) / 1400);
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__stepttl p:nth-child(2) {
    padding-top: 2px;
    font-size: 40px;
    line-height: 50px;
  }
}
#feature .sec.sec02 .sec__step .sec__stepttl p:nth-child(2) span {
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.07em;
}
#feature .sec.sec02 .sec__step .sec__stepsubttl {
  margin-top: calc(18 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__stepsubttl {
    margin-top: 18px;
  }
}
#feature .sec.sec02 .sec__step .sec__stepsubttl p {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: calc(18 * var(--vw) / 1400);
  line-height: calc(20.8 * var(--vw) / 1400);
  letter-spacing: 0.133em;
  color: #977547;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__stepsubttl p {
    font-size: 18px;
    line-height: 20.8px;
  }
}
#feature .sec.sec02 .sec__step .sec__stepsubttl p::after {
  content: "";
  width: calc(100% + 9 * var(--vw) / 1400);
  height: calc(10 * var(--vw) / 1400);
  max-height: 10px;
  background-color: #b5a889;
  opacity: 0.5;
  border-radius: calc(5 * var(--vw) / 1400);
  position: absolute;
  bottom: calc(-4 * var(--vw) / 1400);
  left: calc(-5 * var(--vw) / 1400);
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__stepsubttl p::after {
    width: calc(100% + 9px);
    border-radius: 5px;
    bottom: -4px;
    left: -5px;
  }
}
#feature .sec.sec02 .sec__step .sec__steptxt {
  margin-top: calc(39 * var(--vw) / 1400);
  font-size: calc(13 * var(--vw) / 1400);
  line-height: calc(22.75 * var(--vw) / 1400);
  letter-spacing: 0.13em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__steptxt {
    margin-top: 39px;
    font-size: 13px;
    line-height: 22.75px;
  }
}
#feature .sec.sec02 .sec__step .sec__steptxt span {
  margin-left: calc(8 * var(--vw) / 1400);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__steptxt span {
    margin-left: 8px;
  }
}
#feature .sec.sec02 .sec__step .sec__stepnote {
  margin-top: calc(30 * var(--vw) / 1400);
  font-size: calc(10 * var(--vw) / 1400);
  line-height: calc(17.5 * var(--vw) / 1400);
  color: #8e8e8e;
  letter-spacing: 0.162em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__stepnote {
    margin-top: 30px;
    font-size: 10px;
    line-height: 17.5px;
  }
}
#feature .sec.sec02 .sec__step .sec__stepbtn {
  width: calc(178 * var(--vw) / 1400);
  max-width: 178px;
  margin-top: calc(58 * var(--vw) / 1400);
  border-radius: calc(5 * var(--vw) / 1400);
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__step .sec__stepbtn {
    margin-top: 58px;
    border-radius: 5px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex01 .sec__step {
  margin: calc(15 * var(--vw) / 1400) 0 0 calc(200 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex01 .sec__step {
    margin: 15px 0 0 200px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex01 .sec__step .sec__stepicon {
  width: calc(200 * var(--vw) / 1400);
  max-width: 200px;
  top: calc(-115 * var(--vw) / 1400);
  right: calc(-250 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex01 .sec__step .sec__stepicon {
    top: -115px;
    right: -250px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex02 .sec__step {
  margin: calc(227 * var(--vw) / 1400) 0 0 calc(150 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex02 .sec__step {
    margin: 227px 0 0 150px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex02 .sec__step .sec__stepicon {
  width: calc(200 * var(--vw) / 1400);
  max-width: 200px;
  top: calc(63 * var(--vw) / 1400);
  right: calc(-100 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex02 .sec__step .sec__stepicon {
    top: 63px;
    right: -100px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex02 .sec__step .sec__stepbtn {
  margin-top: calc(57 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex02 .sec__step .sec__stepbtn {
    margin-top: 57px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step {
  margin: calc(159 * var(--vw) / 1400) 0 0 calc(200 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex03 .sec__step {
    margin: 159px 0 0 200px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepicon {
  width: calc(200 * var(--vw) / 1400);
  max-width: 200px;
  top: calc(-74 * var(--vw) / 1400);
  left: calc(-150 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepicon {
    top: -74px;
    left: -150px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepttl p:nth-child(2) span {
  letter-spacing: -0.04em;
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl {
  margin-top: calc(13 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl {
    margin-top: 13px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl p {
  line-height: calc(31.5 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl p {
    line-height: 31.5px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl p::after {
  bottom: calc(2 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl p::after {
    bottom: 2px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl p:nth-child(1) {
  letter-spacing: 0.145em;
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepsubttl p:nth-child(2) {
  letter-spacing: 0.2em;
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__steptxt {
  margin-top: calc(34 * var(--vw) / 1400);
  letter-spacing: 0.16em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__steptxt {
    margin-top: 34px;
  }
}
#feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepbtn {
  margin-top: calc(57 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__flex.sec__flex03 .sec__step .sec__stepbtn {
    margin-top: 57px;
  }
}
#feature .sec.sec02 .sec__img.sec__img06 {
  margin: 0 0 0 calc(150 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img06 {
    margin: 0 0 0 150px;
  }
}
#feature .sec.sec02 .sec__img.sec__img07 {
  margin: calc(200 * var(--vw) / 1400) 0 0 calc(200 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img07 {
    margin: 200px 0 0 200px;
  }
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin: calc(160 * var(--vw) / 1400) 0 0 calc(150 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img08 {
    margin: 160px 0 0 150px;
  }
}
#feature .sec.sec03 {
  margin-top: calc(167 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 {
    margin-top: 167px;
  }
}
#feature .sec.sec03 .sec__bg.sec__bg01 {
  width: calc(479 * var(--vw) / 1400);
  height: calc(777 * var(--vw) / 1400);
  max-height: 777px;
  background-image: url(../img/bg04.jpg);
  background-position: right;
  background-repeat: repeat-x;
  background-size: calc(479 * var(--vw) / 1400) calc(777 * var(--vw) / 1400);
  top: calc(-1 * var(--vw) / 1400);
  right: calc(100% - 240 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__bg.sec__bg01 {
    width: calc(100vw + 479px);
    top: -1px;
    right: calc(100% - 240px);
    background-size: 479px 777px;
  }
}
#feature .sec.sec03 .sec__bg.sec__bg02 {
  width: calc(479 * var(--vw) / 1400);
  height: calc(778 * var(--vw) / 1400);
  max-height: 778px;
  background-image: url(../img/bg05.jpg);
  background-position: left;
  background-repeat: repeat-x;
  background-size: calc(479 * var(--vw) / 1400) calc(778 * var(--vw) / 1400);
  top: calc(417 * var(--vw) / 1400);
  left: calc(100% - 240 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__bg.sec__bg02 {
    width: calc(100vw + 479px);
    top: 417px;
    left: calc(100% - 240px);
    background-size: 479px 778px;
  }
}
#feature .sec.sec03 .sec__ttl {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  color: #977547;
  font-size: calc(40 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__ttl {
    font-size: 40px;
  }
}
#feature .sec.sec03 .sec__subttl {
  margin-top: calc(22 * var(--vw) / 1400);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #977547;
  font-size: calc(15 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__subttl {
    margin-top: 22px;
    font-size: 15px;
  }
}
#feature .sec.sec03 .sec__txtarea {
  width: calc(580 * var(--vw) / 1400);
  max-width: 580px;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: calc(49 * var(--vw) / 1400);
  border-radius: calc(20 * var(--vw) / 1400);
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__txtarea {
    padding-top: 49px;
    border-radius: 20px;
  }
}
#feature .sec.sec03 .sec__txtarea p {
  width: calc(440 * var(--vw) / 1400);
  max-width: 440px;
  margin: 0 auto;
}
#feature .sec.sec03 .sec__txtarea p:nth-child(1) {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-size: calc(32 * var(--vw) / 1400);
  line-height: 1;
  color: #977547;
  letter-spacing: 0.024em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__txtarea p:nth-child(1) {
    font-size: 32px;
  }
}
#feature .sec.sec03 .sec__txtarea p:nth-child(2) {
  margin-top: calc(24 * var(--vw) / 1400);
  font-size: calc(13 * var(--vw) / 1400);
  line-height: 1;
  color: #977547;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__txtarea p:nth-child(2) {
    margin-top: 24px;
    font-size: 13px;
  }
}
#feature .sec.sec03 .sec__txtarea p:nth-child(3) {
  margin-top: calc(35 * var(--vw) / 1400);
  font-size: calc(13 * var(--vw) / 1400);
  line-height: calc(22.75 * var(--vw) / 1400);
  text-align: justify;
  letter-spacing: 0.156em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__txtarea p:nth-child(3) {
    margin-top: 35px;
    font-size: 13px;
    line-height: 22.75px;
  }
}
#feature .sec.sec03 .sec__txtarea.sec__txtarea01 {
  height: calc(334 * var(--vw) / 1400);
  max-height: 334px;
  margin: calc(50 * var(--vw) / 1400) 0 0 calc(-40 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__txtarea.sec__txtarea01 {
    margin: 50px 0 0 -40px;
  }
}
#feature .sec.sec03 .sec__txtarea.sec__txtarea02 {
  height: calc(331 * var(--vw) / 1400);
  max-height: 331px;
  padding-top: calc(47 * var(--vw) / 1400);
  margin: calc(120 * var(--vw) / 1400) 0 0 calc(200 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__txtarea.sec__txtarea02 {
    padding-top: 47px;
    margin: 120px 0 0 200px;
  }
}
#feature .sec.sec03 .sec__img {
  z-index: 3;
}
#feature .sec.sec03 .sec__img.sec__img09 {
  margin: calc(220 * var(--vw) / 1400) 0 0 calc(200 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img09 {
    margin: 220px 0 0 200px;
  }
}
#feature .sec.sec03 .sec__img.sec__img10 {
  margin: 0 0 0 calc(-40 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img10 {
    margin: 0 0 0 -40px;
  }
}
#feature .sec.sec03 .sec__movie {
  width: calc(840 * var(--vw) / 1400);
  max-width: 840px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  overflow: hidden;
  margin-top: calc(100 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__movie {
    margin-top: 100px;
  }
}
#feature .sec.sec04 {
  margin-top: calc(138 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 {
    margin-top: 138px;
  }
}
#feature .sec.sec04 .sec__ttl {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  color: #977547;
  font-size: calc(40 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__ttl {
    font-size: 40px;
  }
}
#feature .sec.sec04 .sec__subttl {
  margin-top: calc(22 * var(--vw) / 1400);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #977547;
  font-size: calc(15 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__subttl {
    margin-top: 22px;
    font-size: 15px;
  }
}
#feature .sec.sec04 .sec__txt {
  margin-top: calc(42 * var(--vw) / 1400);
  font-size: calc(15 * var(--vw) / 1400);
  line-height: calc(26.25 * var(--vw) / 1400);
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__txt {
    margin-top: 42px;
    font-size: 15px;
    line-height: 26.25px;
  }
}
#feature .sec.sec04 .sec__flex {
  width: calc(1000 * var(--vw) / 1400);
  max-width: 1000px;
  margin: calc(45 * var(--vw) / 1400) auto 0;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__flex {
    margin: 45px auto 0;
  }
}
#feature .sec.sec04 .sec__credit {
  top: calc(100% + 25 * var(--vw) / 1400);
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__credit {
    top: calc(100% + 25px);
  }
}
#feature .sec.sec04 .sec__btn {
  width: calc(404 * var(--vw) / 1400);
  max-width: 404px;
  margin: calc(148 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__btn {
    margin: 148px auto 0;
  }
}
#feature .sec.sec05 {
  padding-top: calc(98 * var(--vw) / 1400);
  margin-top: calc(140 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 {
    padding-top: 98px;
    margin-top: 140px;
  }
}
#feature .sec.sec05::after {
  content: "";
  width: calc(1560 * var(--vw) / 1400);
  max-width: 1560px;
  height: calc(1560 * var(--vw) / 1400);
  max-height: 1560px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec.sec05 .sec__icon {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#feature .sec.sec05 .sec__icon.sec__icon01 {
  width: calc(140 * var(--vw) / 1400);
  max-width: 140px;
  top: calc(32 * var(--vw) / 1400);
  left: calc(60 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__icon.sec__icon01 {
    top: 32px;
    left: 60px;
  }
}
#feature .sec.sec05 .sec__icon.sec__icon02 {
  width: calc(140 * var(--vw) / 1400);
  max-width: 140px;
  top: calc(-38 * var(--vw) / 1400);
  right: calc(170 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__icon.sec__icon02 {
    top: -38px;
    right: 170px;
  }
}
#feature .sec.sec05 .sec__icon.sec__icon03 {
  width: calc(160 * var(--vw) / 1400);
  max-width: 160px;
  top: calc(1256 * var(--vw) / 1400);
  left: calc(190 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__icon.sec__icon03 {
    top: 1256px;
    left: 190px;
  }
}
#feature .sec.sec05 .sec__icon.sec__icon04 {
  width: calc(100 * var(--vw) / 1400);
  max-width: 100px;
  top: calc(1039 * var(--vw) / 1400);
  right: calc(100 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__icon.sec__icon04 {
    top: 1039px;
    right: 100px;
  }
}
#feature .sec.sec05 .sec__aboutareattl {
  font-family: "brevia", sans-serif;
  color: #977547;
  font-size: calc(20 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__aboutareattl {
    font-size: 20px;
  }
}
#feature .sec.sec05 .sec__logo {
  width: calc(228 * var(--vw) / 1400);
  max-width: 228px;
  margin: calc(26 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__logo {
    margin: 26px auto 0;
  }
}
#feature .sec.sec05 .sec__aboutareasubttl {
  margin-top: calc(29 * var(--vw) / 1400);
  color: #977547;
  font-size: calc(15 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__aboutareasubttl {
    margin-top: 29px;
    font-size: 15px;
  }
}
#feature .sec.sec05 .sec__aboutareatxt {
  margin-top: calc(45 * var(--vw) / 1400);
  font-size: calc(15 * var(--vw) / 1400);
  line-height: calc(26.25 * var(--vw) / 1400);
  letter-spacing: 0.135em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__aboutareatxt {
    margin-top: 45px;
    font-size: 15px;
    line-height: 26.25px;
  }
}
#feature .sec.sec05 .sec__aboutareatxt.sec__aboutareatxt01 p:nth-child(1) {
  letter-spacing: 0.22em;
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 {
  margin-top: calc(63 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 {
    margin-top: 63px;
  }
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 p:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "brevia", sans-serif;
  font-size: calc(40 * var(--vw) / 1400);
  line-height: calc(50 * var(--vw) / 1400);
  letter-spacing: 0.015em;
  color: #977547;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 p:nth-child(1) {
    font-size: 40px;
    line-height: 50px;
  }
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 p:nth-child(1)::after {
  content: "";
  width: calc(100% + 9 * var(--vw) / 1400);
  height: calc(10 * var(--vw) / 1400);
  max-height: 10px;
  background-color: #edeadf;
  opacity: 0.5;
  border-radius: calc(5 * var(--vw) / 1400);
  position: absolute;
  bottom: calc(7 * var(--vw) / 1400);
  left: calc(-5 * var(--vw) / 1400);
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 p:nth-child(1)::after {
    width: calc(100% + 9px);
    border-radius: 5px;
    bottom: 7px;
    left: -5px;
  }
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 p:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(20 * var(--vw) / 1400) auto 0;
  font-size: calc(15 * var(--vw) / 1400);
  line-height: calc(20.8 * var(--vw) / 1400);
  letter-spacing: 0.15em;
  color: #977547;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea01 p:nth-child(2) {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 20.8px;
  }
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 {
  margin-top: calc(76 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 {
    margin-top: 76px;
  }
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 p:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: calc(15 * var(--vw) / 1400);
  line-height: calc(20.8 * var(--vw) / 1400);
  letter-spacing: 0.37em;
  color: #977547;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 p:nth-child(1) {
    font-size: 15px;
    line-height: 20.8px;
  }
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 p:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: calc(22 * var(--vw) / 1400);
  line-height: calc(50 * var(--vw) / 1400);
  letter-spacing: 0.045em;
  color: #977547;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 p:nth-child(2) {
    font-size: 22px;
    line-height: 50px;
  }
}
#feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 p:nth-child(2)::after {
  content: "";
  width: calc(100% + 9 * var(--vw) / 1400);
  height: calc(10 * var(--vw) / 1400);
  max-height: 10px;
  background-color: #edeadf;
  opacity: 0.5;
  border-radius: calc(5 * var(--vw) / 1400);
  position: absolute;
  bottom: calc(7 * var(--vw) / 1400);
  left: calc(-5 * var(--vw) / 1400);
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__abouttxtarea.sec__abouttxtarea02 p:nth-child(2)::after {
    width: calc(100% + 9px);
    border-radius: 5px;
    bottom: 7px;
    left: -5px;
  }
}
#feature .sec.sec05 .sec__flex.sec__flex01 {
  width: calc(1000 * var(--vw) / 1400);
  max-width: 1000px;
  margin: calc(48 * var(--vw) / 1400) auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(74 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__flex.sec__flex01 {
    margin: 48px auto 0;
    gap: 74px;
  }
}
#feature .sec.sec05 .sec__about {
  width: calc(450 * var(--vw) / 1400);
  max-width: 450px;
  padding-top: calc(28 * var(--vw) / 1400);
  position: relative;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__about {
    padding-top: 28px;
  }
}
#feature .sec.sec05 .sec__about::before {
  content: "";
  width: calc(60 * var(--vw) / 1400);
  max-width: 60px;
  height: calc(72 * var(--vw) / 1400);
  max-height: 72px;
  background-color: #edeadf;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
#feature .sec.sec05 .sec__about::after {
  font-family: "effra", sans-serif;
  color: #977547;
  font-size: calc(24 * var(--vw) / 1400);
  line-height: 1;
  position: absolute;
  top: calc(10 * var(--vw) / 1400);
  left: calc(15 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__about::after {
    font-size: 24px;
    top: 10px;
    left: 15px;
  }
}
#feature .sec.sec05 .sec__about .sec__abouttxt p:nth-child(1) {
  margin-left: calc(61 * var(--vw) / 1400);
  color: #977547;
  font-size: calc(22 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__about .sec__abouttxt p:nth-child(1) {
    margin-left: 61px;
    font-size: 22px;
  }
}
#feature .sec.sec05 .sec__about .sec__abouttxt p:nth-child(2) {
  margin-top: calc(54 * var(--vw) / 1400);
  font-size: calc(15 * var(--vw) / 1400);
  line-height: calc(26.25 * var(--vw) / 1400);
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__about .sec__abouttxt p:nth-child(2) {
    margin-top: 54px;
    font-size: 15px;
    line-height: 26.25px;
  }
}
#feature .sec.sec05 .sec__about .sec__aboutimg {
  width: calc(450 * var(--vw) / 1400);
  max-width: 450px;
  margin-top: calc(23 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__about .sec__aboutimg {
    margin-top: 23px;
  }
}
#feature .sec.sec05 .sec__about.sec__about01::after {
  content: "1";
}
#feature .sec.sec05 .sec__about.sec__about02::after {
  content: "2";
}
#feature .sec.sec05 .sec__about.sec__about02 .sec__abouttxt p:nth-child(1) {
  letter-spacing: 0.02em;
}
#feature .sec.sec05 .sec__about.sec__about03::after {
  content: "3";
}
#feature .sec.sec05 .sec__about.sec__about04::after {
  content: "4";
}
#feature .sec.sec05 .sec__about.sec__about04 .sec__abouttxt p:nth-child(1) {
  letter-spacing: 0.02em;
}
#feature .sec.sec05 .sec__eco {
  width: calc(580 * var(--vw) / 1400);
  max-width: 580px;
  margin: calc(32 * var(--vw) / 1400) auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__eco {
    margin: 32px auto 0;
  }
}
#feature .sec.sec05 .sec__eco .sec__ecologo {
  width: calc(100 * var(--vw) / 1400);
  max-width: 100px;
}
#feature .sec.sec05 .sec__eco .sec__ecotxt {
  width: calc(450 * var(--vw) / 1400);
  max-width: 450px;
  font-size: calc(13 * var(--vw) / 1400);
  line-height: calc(22.75 * var(--vw) / 1400);
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec05 .sec__eco .sec__ecotxt {
    font-size: 13px;
    line-height: 22.75px;
  }
}
#feature .sec.sec06 {
  margin-top: calc(279 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 {
    margin-top: 279px;
  }
}
#feature .sec.sec06 .sec__bg.sec__bg01 {
  width: calc(238 * var(--vw) / 1400);
  height: calc(830 * var(--vw) / 1400);
  max-height: 830px;
  background-image: url(../img/bg06.jpg);
  background-position: right;
  background-repeat: repeat-x;
  background-size: calc(238 * var(--vw) / 1400) calc(830 * var(--vw) / 1400);
  top: 0;
  right: calc(100% - 130 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 .sec__bg.sec__bg01 {
    width: calc(100vw + 238px);
    right: calc(100% - 130px);
    background-size: 238px 830px;
  }
}
#feature .sec.sec06 .sec__bg.sec__bg02 {
  width: calc(239 * var(--vw) / 1400);
  height: calc(830 * var(--vw) / 1400);
  max-height: 830px;
  background-image: url(../img/bg07.jpg);
  background-position: left;
  background-repeat: repeat-x;
  background-size: calc(239 * var(--vw) / 1400) calc(830 * var(--vw) / 1400);
  top: 0;
  left: calc(100% - 130 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 .sec__bg.sec__bg02 {
    width: calc(100vw + 239px);
    left: calc(100% - 130px);
    background-size: 239px 830px;
  }
}
#feature .sec.sec06 .sec__logo {
  width: calc(230 * var(--vw) / 1400);
  max-width: 230px;
  margin: calc(26 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 .sec__logo {
    margin: 26px auto 0;
  }
}
#feature .sec.sec06 .sec__flex {
  width: calc(820 * var(--vw) / 1400);
  max-width: 820px;
  margin: calc(60 * var(--vw) / 1400) auto 0;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 .sec__flex {
    margin: 60px auto 0;
  }
}
#feature .sec.sec06 .sec__credit {
  width: 100%;
  top: calc(100% + 26 * var(--vw) / 1400);
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 .sec__credit {
    top: calc(100% + 26px);
  }
}
#feature .sec.sec06 .sec__credit .credit .item {
  margin: 0 auto;
  text-align: center;
}
#feature .sec.sec06 .sec__credit .credit .item .link p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#feature .sec.sec06 .sec__btn {
  width: calc(419 * var(--vw) / 1400);
  max-width: 419px;
  margin: calc(125 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec06 .sec__btn {
    margin: 125px auto 0;
  }
}/*# sourceMappingURL=style.css.map */