@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-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
  margin-bottom: calc(140 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature {
    margin-bottom: 140px;
  }
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
}
#feature a:hover {
  text-decoration: none;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .js_anime.is_fade {
  opacity: 0;
  transition: 1s;
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  width: calc(1200 * (100vw / 1400));
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#feature .hero .hero__txt {
  margin-top: calc(53 * (100vw / 1400));
  font-size: calc(13 * (100vw / 1400));
  line-height: calc(27.95 * (100vw / 1400));
  letter-spacing: 0.16em;
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt {
    margin-top: 53px;
    font-size: 13px;
    line-height: 27.95px;
  }
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__credit {
  position: absolute;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit .credit .item {
  width: fit-content;
  display: flex;
}
#feature .sec .sec__credit .credit .item::after {
  content: ',';
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-size: calc(12 * (100vw / 1400));
  line-height: calc(22.2 * (100vw / 1400));
  letter-spacing: 0.1em;
  color: #58595b;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item::after {
    font-size: 12px;
    line-height: 22.2px;
  }
}
#feature .sec .sec__credit .credit .item:last-child::after {
  display: none;
}
#feature .sec .sec__credit .credit .item .link {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.3s;
}
#feature .sec .sec__credit .credit .item .link:hover {
  opacity: 0.7;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-size: calc(12 * (100vw / 1400));
  line-height: calc(22.2 * (100vw / 1400));
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #58595b;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item .link p {
    font-size: 12px;
    line-height: 22.2px;
  }
}
#feature .sec .sec__credit.sec__credit01 {
  top: calc(100% + calc(25 * (100vw / 1400)));
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 {
    top: calc(100% + 25px);
  }
}
#feature .sec .sec__credit.sec__credit01 .credit .item {
  margin-right: calc(3 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 .credit .item {
    margin-right: 3px;
  }
}
#feature .sec .sec__credit.sec__credit02 {
  top: calc(100% + calc(25 * (100vw / 1400)));
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 {
    top: calc(100% + 25px);
  }
}
#feature .sec .sec__credit.sec__credit02 .credit .item {
  margin-right: calc(3 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 .credit .item {
    margin-right: 3px;
  }
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + calc(27 * (100vw / 1400)));
  right: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit03 {
    top: calc(100% + 27px);
  }
}
#feature .sec .sec__credit.sec__credit03 .credit .item {
  margin-left: calc(3 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit03 .credit .item {
    margin-left: 3px;
  }
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__color {
  position: absolute;
  z-index: 2;
}
#feature .sec .sec__color.sec__color01 {
  width: calc(241 * (100vw / 1400));
  max-width: 241px;
}
#feature .sec .sec__color.sec__color02 {
  width: calc(76 * (100vw / 1400));
  max-width: 76px;
}
#feature .sec .sec__color.sec__color03 {
  width: calc(215 * (100vw / 1400));
  max-width: 215px;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(576 * (100vw / 1400));
  max-width: 576px;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(520 * (100vw / 1400));
  max-width: 520px;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(320 * (100vw / 1400));
  max-width: 320px;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(320 * (100vw / 1400));
  max-width: 320px;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(420 * (100vw / 1400));
  max-width: 420px;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(540 * (100vw / 1400));
  max-width: 540px;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(320 * (100vw / 1400));
  max-width: 320px;
}
#feature .sec .sec__img.sec__img08 {
  width: calc(440 * (100vw / 1400));
  max-width: 440px;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(540 * (100vw / 1400));
  max-width: 540px;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(360 * (100vw / 1400));
  max-width: 360px;
}
#feature .sec .sec__img.sec__img11 {
  width: calc(340 * (100vw / 1400));
  max-width: 340px;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(480 * (100vw / 1400));
  max-width: 480px;
}
#feature .sec.sec01 {
  padding-bottom: calc(65 * (100vw / 1400));
  margin-top: calc(119 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 {
    padding-bottom: 65px;
    margin-top: 119px;
  }
}
#feature .sec.sec01 .sec__line {
  width: 100%;
  height: calc(5 * (100vw / 1400));
  max-height: 5px;
  background-color: #58595b;
  position: absolute;
  left: 0;
}
#feature .sec.sec01 .sec__line::after {
  content: "";
  width: 100%;
  height: calc(2 * (100vw / 1400));
  max-height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
}
#feature .sec.sec01 .sec__line.sec__line01 {
  top: calc(56 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__line.sec__line01 {
    top: 56px;
  }
}
#feature .sec.sec01 .sec__line.sec__line01::after {
  bottom: calc(1 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__line.sec__line01::after {
    bottom: 1px;
  }
}
#feature .sec.sec01 .sec__line.sec__line02 {
  bottom: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__line.sec__line02 {
    bottom: 0;
  }
}
#feature .sec.sec01 .sec__line.sec__line02::after {
  top: calc(1 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__line.sec__line02::after {
    top: 1px;
  }
}
#feature .sec.sec01 .sec__ttl {
  width: calc(310 * (100vw / 1400));
  max-width: 310px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
#feature .sec.sec01 .sec__ttl img {
  width: calc(268 * (100vw / 1400));
  max-width: 268px;
  margin: 0 auto;
}
#feature .sec.sec01 .sec__block {
  width: fit-content;
  position: relative;
  margin: calc(40 * (100vw / 1400)) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__block {
    margin: 40px auto 0;
  }
}
#feature .sec.sec01 .sec__name {
  width: fit-content;
  margin: calc(18 * (100vw / 1400)) auto 0;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-size: calc(22 * (100vw / 1400));
  line-height: calc(48.93 * (100vw / 1400));
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__name {
    margin: 18px auto 0;
    font-size: 22px;
    line-height: 48.93px;
  }
}
#feature .sec.sec01 .sec__price {
  width: fit-content;
  margin: calc(8 * (100vw / 1400)) auto 0;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-size: calc(15 * (100vw / 1400));
  line-height: 1;
  letter-spacing: 0.113em;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__price {
    margin: 8px auto 0;
    font-size: 15px;
  }
}
#feature .sec.sec01 .sec__price::after {
  content: "";
  width: calc(216 * (100vw / 1400));
  max-width: 216px;
  height: calc(9 * (100vw / 1400));
  max-height: 9px;
  background-color: #efefef;
  position: absolute;
  bottom: calc(-5 * (100vw / 1400));
  left: calc(-5 * (100vw / 1400));
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__price::after {
    bottom: -5px;
    left: -5px;
  }
}
#feature .sec.sec01 .sec__txt {
  margin: calc(47 * (100vw / 1400)) auto 0;
  font-size: calc(13 * (100vw / 1400));
  line-height: calc(26 * (100vw / 1400));
  letter-spacing: 0.16em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__txt {
    margin: 47px auto 0;
    font-size: 13px;
    line-height: 26px;
  }
}
#feature .sec.sec01 .sec__txt p:nth-child(2) {
  margin: calc(17 * (100vw / 1400)) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__txt p:nth-child(2) {
    margin: 17px auto 0;
  }
}
#feature .sec.sec01 .sec__info {
  width: calc(530 * (100vw / 1400));
  max-width: 530px;
  height: calc(120 * (100vw / 1400));
  max-height: 120px;
  padding-top: calc(19 * (100vw / 1400));
  margin: calc(44 * (100vw / 1400)) auto 0;
  background-color: #efefef;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__info {
    padding-top: 19px;
    margin: 44px auto 0;
  }
}
#feature .sec.sec01 .sec__info .sec__infottl {
  font-size: calc(14 * (100vw / 1400));
  line-height: calc(26 * (100vw / 1400));
  letter-spacing: 0.16em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__info .sec__infottl {
    font-size: 14px;
    line-height: 26px;
  }
}
#feature .sec.sec01 .sec__info .sec__infottl span:nth-child(1) {
  font-size: calc(10 * (100vw / 1400));
  line-height: calc(26 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__info .sec__infottl span:nth-child(1) {
    font-size: 10px;
    line-height: 26px;
  }
}
#feature .sec.sec01 .sec__info .sec__infottl span:nth-child(2) {
  font-size: calc(11 * (100vw / 1400));
  line-height: calc(26 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__info .sec__infottl span:nth-child(2) {
    font-size: 11px;
    line-height: 26px;
  }
}
#feature .sec.sec01 .sec__info .sec__infottl span:nth-child(3) {
  margin-right: calc(5 * (100vw / 1400));
  font-size: calc(10 * (100vw / 1400));
  line-height: calc(26 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__info .sec__infottl span:nth-child(3) {
    margin-right: 5px;
    font-size: 10px;
    line-height: 26px;
  }
}
#feature .sec.sec01 .sec__info .sec__infotxt {
  margin-top: calc(1 * (100vw / 1400));
  font-size: calc(13 * (100vw / 1400));
  line-height: calc(26 * (100vw / 1400));
  letter-spacing: 0.16em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__info .sec__infotxt {
    margin-top: 1px;
    font-size: 13px;
    line-height: 26px;
  }
}
#feature .sec.sec02 {
  margin-top: calc(241 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 {
    margin-top: 241px;
  }
}
#feature .sec.sec02 .sec__img.sec__img02 {
  margin-left: calc(670 * (100vw / 1400));
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img02 {
    margin-left: 670px;
  }
}
#feature .sec.sec02 .sec__img.sec__img02::after {
  content: "";
  width: calc(180 * (100vw / 1400));
  max-width: 180px;
  height: calc(700 * (100vw / 1400));
  max-height: 700px;
  background-color: #f1eee8;
  position: absolute;
  top: calc(-60 * (100vw / 1400));
  right: calc(-70 * (100vw / 1400));
  z-index: -1;
  transform: scale(1, 0);
  transition: 1s;
  transform-origin: top;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img02::after {
    top: -60px;
    right: -70px;
  }
}
#feature .sec.sec02 .sec__img.sec__img02.is_show::after {
  transform: scale(1, 1);
}
#feature .sec.sec02 .sec__img.sec__img03 {
  margin: calc(-160 * (100vw / 1400)) 0 0 calc(140 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img03 {
    margin: -160px 0 0 140px;
  }
}
#feature .sec.sec02 .sec__img.sec__img04 {
  margin: 0 0 0 calc(140 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img04 {
    margin: 0 0 0 140px;
  }
}
#feature .sec.sec02 .sec__img.sec__img04::after {
  content: "";
  width: calc(220 * (100vw / 1400));
  max-width: 220px;
  height: calc(180 * (100vw / 1400));
  max-height: 180px;
  background-color: #f1eee8;
  position: absolute;
  bottom: calc(-97 * (100vw / 1400));
  left: calc(-80 * (100vw / 1400));
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img04::after {
    bottom: -97px;
    left: -80px;
  }
}
#feature .sec.sec02 .sec__img.sec__img05 {
  margin: calc(-135 * (100vw / 1400)) 0 0 calc(880 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img05 {
    margin: -135px 0 0 880px;
  }
}
#feature .sec.sec02 .sec__color01 {
  bottom: calc(-25 * (100vw / 1400));
  right: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__color01 {
    bottom: -25px;
  }
}
#feature .sec.sec03 {
  margin-top: calc(160 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 {
    margin-top: 160px;
  }
}
#feature .sec.sec03::after {
  content: "";
  width: calc(1160 * (100vw / 1400));
  height: calc(440 * (100vw / 1400));
  max-height: 440px;
  background-color: #d3e2e2;
  position: absolute;
  top: calc(700 * (100vw / 1400));
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transition: 1s;
  transform-origin: left;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03::after {
    width: calc(1160px + ((100% - 1400px) / 2));
    top: 700px;
  }
}
#feature .sec.sec03.is_show::after {
  transform: scale(1, 1);
}
#feature .sec.sec03 .sec__img.sec__img06 {
  margin-left: calc(160 * (100vw / 1400));
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img06 {
    margin-left: 160px;
  }
}
#feature .sec.sec03 .sec__img.sec__img07 {
  margin: calc(420 * (100vw / 1400)) 0 0 calc(280 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img07 {
    margin: 420px 0 0 280px;
  }
}
#feature .sec.sec03 .sec__img.sec__img08 {
  margin: calc(120 * (100vw / 1400)) 0 0 calc(640 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__img.sec__img08 {
    margin: 120px 0 0 640px;
  }
}
#feature .sec.sec03 .sec__color02 {
  top: 0;
  left: calc(-1 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__color02 {
    left: -1px;
  }
}
#feature .sec.sec04 {
  margin-top: calc(230 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 {
    margin-top: 230px;
  }
}
#feature .sec.sec04 .sec__flex {
  justify-content: space-between;
}
#feature .sec.sec04 .sec__img.sec__img09 {
  margin-left: calc(430 * (100vw / 1400));
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img09 {
    margin-left: 430px;
  }
}
#feature .sec.sec04 .sec__img.sec__img09::after {
  content: "";
  width: calc(200 * (100vw / 1400));
  max-width: 200px;
  height: calc(646 * (100vw / 1400));
  max-height: 646px;
  background-color: #cecece;
  position: absolute;
  top: calc(-70 * (100vw / 1400));
  right: calc(-70 * (100vw / 1400));
  z-index: -1;
  transform: scale(1, 0);
  transition: 1s;
  transform-origin: top;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img09::after {
    top: -70px;
    right: -70px;
  }
}
#feature .sec.sec04 .sec__img.sec__img09.is_show::after {
  transform: scale(1, 1);
}
#feature .sec.sec04 .sec__img.sec__img10 {
  margin: calc(100 * (100vw / 1400)) 0 0 calc(60 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img10 {
    margin: 100px 0 0 60px;
  }
}
#feature .sec.sec04 .sec__img.sec__img11 {
  margin: calc(60 * (100vw / 1400)) 0 0 calc(250 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img11 {
    margin: 60px 0 0 250px;
  }
}
#feature .sec.sec04 .sec__img.sec__img11::after {
  content: "";
  width: calc(220 * (100vw / 1400));
  max-width: 220px;
  height: calc(300 * (100vw / 1400));
  max-height: 300px;
  background-color: #cecece;
  position: absolute;
  bottom: calc(-60 * (100vw / 1400));
  left: calc(-60 * (100vw / 1400));
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img11::after {
    bottom: -60px;
    left: -60px;
  }
}
#feature .sec.sec04 .sec__img.sec__img12 {
  margin: calc(350 * (100vw / 1400)) 0 0 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__img.sec__img12 {
    margin: 350px 0 0 0;
  }
}
#feature .sec.sec04 .sec__color03 {
  left: 0;
  bottom: calc(-26 * (100vw / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__color03 {
    bottom: -26px;
  }
}
#feature .sec.sec04 .sec__btn {
  width: fit-content;
  padding-bottom: calc(4 * (100vw / 1400));
  margin: calc(192 * (100vw / 1400)) auto 0;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-size: calc(20 * (100vw / 1400));
  line-height: calc(28 * (100vw / 1400));
  letter-spacing: 0.08em;
  border-bottom: double 3px #58595b;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__btn {
    padding-bottom: 4px;
    margin: 192px auto 0;
    font-size: 20px;
    line-height: 28px;
  }
}
#feature .sec.sec04 .sec__staff {
  margin-top: calc(137 * (100vw / 1400));
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-size: calc(12 * (100vw / 1400));
  line-height: calc(21 * (100vw / 1400));
  letter-spacing: 0.1em;
  color: #58595b;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec04 .sec__staff {
    margin-top: 137px;
    font-size: 12px;
    line-height: 21px;
  }
}
