@charset "UTF-8";
:root {
  --lpSetSize: (100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 510;
}

/*アニメーション
----------------------------*/
.fadeUp {
  transform: translateY(6%);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
}
.fadeUp.is-show {
  transform: translateY(0);
  opacity: 1;
}

.js-zoom {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.js-zoom.is-show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  pointer-events: inherit;
}
.js-zoom.later {
  transition-delay: 0.5s;
}

@keyframes anime-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes anime-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mask-images {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-mask-image: url(../img/mask_bg.svg);
  mask-image: url(../img/mask_bg.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 50%;
  mask-size: 50%;
  transition: -webkit-mask-size 2.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: mask-size 2.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: mask-size 2.5s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-mask-size 2.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.mask-images.is-show {
  mask-size: 300%;
}

/* slide
-------------------------*/
#feature .swiper {
  overflow: hidden;
}

/*共通
----------------------------*/
.l-container {
  width: 100%;
}

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

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

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #bf556e;
  background-color: #faf1d0;
  box-sizing: border-box;
  text-align: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #bf556e;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*Wrap
----------------------------*/
#feature .contentWrap {
  display: grid;
  grid-template-columns: 1fr 36.4285714286vw 1fr;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  order: 2;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}
#feature .leftWrap {
  order: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/pc_bg.png) repeat-x bottom;
  background-size: auto 22.2%;
}
#feature .leftWrap .leftWrap__logo-img {
  width: 10.2857142857vw;
  margin: 0 auto 1.2vw;
}
#feature .leftWrap .leftWrap__logo-txt {
  width: 18.0714285714vw;
  margin: 0 auto;
}
#feature .rightWrap {
  order: 3;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/pc_bg02.png) repeat-x bottom;
  background-size: auto 36.4%;
}
#feature .rightWrap .rightWrap__all-btn {
  width: 22.1428571429vw;
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
}
#feature .hero .hero__img--wrapper {
  width: calc(750 * var(--lpSetSize));
}
#feature .hero .hero__txt {
  background-color: #fdf8e7;
  margin-top: calc(444 * var(--lpSetSize));
  padding: calc(1 * var(--lpSetSize)) 0 calc(134 * var(--lpSetSize));
}
#feature .hero .hero__txt-deco {
  position: absolute;
  top: calc(-344 * var(--lpSetSize));
  right: 50%;
  transform: translateX(50%);
  width: calc(750 * var(--lpSetSize));
}
#feature .hero .hero__txt-date {
  position: absolute;
  top: calc(-354 * var(--lpSetSize));
  right: calc(-2 * var(--lpSetSize));
  width: calc(260 * var(--lpSetSize));
}
#feature .hero .hero__txt-ttl {
  width: calc(482 * var(--lpSetSize));
  margin: calc(60 * var(--lpSetSize)) auto calc(70 * var(--lpSetSize));
}
#feature .hero p {
  font-size: calc(24 * var(--lpSetSize));
  line-height: 2;
  letter-spacing: 0.025em;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 10;
  background-color: #fdf8e7;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec01 {
  padding-bottom: calc(230 * var(--lpSetSize));
}
#feature .sec01 .box01 {
  padding-bottom: calc(200 * var(--lpSetSize));
}
#feature .sec01 .img01 {
  width: calc(750 * var(--lpSetSize));
}
#feature .sec01 .img02 {
  width: calc(735 * var(--lpSetSize));
  margin: calc(40 * var(--lpSetSize)) auto 0 calc(-110 * var(--lpSetSize));
  z-index: 2;
}
#feature .sec01 .img03 {
  width: calc(745 * var(--lpSetSize));
  margin: calc(-20 * var(--lpSetSize)) calc(-52 * var(--lpSetSize)) 0 auto;
  z-index: 2;
}
#feature .sec01 .txt01 {
  width: calc(315 * var(--lpSetSize));
  animation: anime-rotate 40s linear infinite;
  position: absolute;
  top: calc(-90 * var(--lpSetSize));
  right: calc(50 * var(--lpSetSize));
  z-index: 1;
}
#feature .sec01 .bg01 {
  width: calc(370 * var(--lpSetSize));
  position: absolute;
  bottom: calc(440 * var(--lpSetSize));
  left: 0;
  z-index: 1;
}
#feature .sec02 {
  padding-bottom: calc(160 * var(--lpSetSize));
}
#feature .sec02 .box01 {
  padding-bottom: calc(160 * var(--lpSetSize));
}
#feature .sec02 .img01 {
  width: calc(750 * var(--lpSetSize));
  margin-bottom: calc(100 * var(--lpSetSize));
}
#feature .sec02 .img02 {
  width: calc(710 * var(--lpSetSize));
  margin: 0 auto 0 calc(10 * var(--lpSetSize));
}
#feature .sec02 .img03 {
  width: calc(480 * var(--lpSetSize));
  margin: 0 auto;
  z-index: 2;
}
#feature .sec02 .bg01 {
  width: 100%;
  position: absolute;
  bottom: calc(40 * var(--lpSetSize));
  left: 0;
  z-index: 1;
}
#feature .sec02 .sec__txt-loop {
  display: flex;
  margin-bottom: calc(42 * var(--lpSetSize));
}
#feature .sec02 .sec__txt-loop .sec__txt {
  display: flex;
  animation: anime-loop 20s linear infinite;
  animation-play-state: running;
}
#feature .sec02 .sec__txt-loop .sec__txt img {
  width: calc(442 * var(--lpSetSize));
}
#feature .sec02 .txt02 {
  width: calc(480 * var(--lpSetSize));
  margin: 0 auto calc(40 * var(--lpSetSize));
}
#feature .sec03 {
  padding-bottom: calc(200 * var(--lpSetSize));
}
#feature .sec03 .box01 {
  padding-bottom: calc(160 * var(--lpSetSize));
}
#feature .sec03 .img01 {
  width: calc(750 * var(--lpSetSize));
}
#feature .sec03 .img02 {
  width: calc(850 * var(--lpSetSize));
  margin: 0 auto 0 calc(-86 * var(--lpSetSize));
  z-index: 2;
}
#feature .sec03 .img03 {
  width: calc(730 * var(--lpSetSize));
  margin: calc(20 * var(--lpSetSize)) calc(-112 * var(--lpSetSize)) 0 auto;
  z-index: 2;
}
#feature .sec03 .bg01 {
  width: calc(300 * var(--lpSetSize));
  position: absolute;
  top: calc(-200 * var(--lpSetSize));
  right: 0;
  z-index: 1;
}
#feature .sec03 .bg02 {
  width: calc(290 * var(--lpSetSize));
  position: absolute;
  bottom: calc(200 * var(--lpSetSize));
  left: 0;
  z-index: 1;
}
#feature .sec04 {
  padding-bottom: calc(110 * var(--lpSetSize));
}
#feature .sec04 .img01 {
  width: calc(750 * var(--lpSetSize));
  margin-bottom: calc(100 * var(--lpSetSize));
}
#feature .sec04 .img02 {
  width: calc(710 * var(--lpSetSize));
  margin: calc(2 * var(--lpSetSize)) calc(24 * var(--lpSetSize)) 0 auto;
}
#feature .sec__last .sec__all {
  background: url(../img/sec__all-bg.png) no-repeat;
  background-size: 100%;
  padding: calc(268 * var(--lpSetSize)) 0 calc(80 * var(--lpSetSize));
}
#feature .sec__last .sec__all .sec__all-btn {
  width: calc(600 * var(--lpSetSize));
  margin: calc(-5 * var(--lpSetSize)) auto 0;
}
#feature .sec__last .sec__sns {
  padding: calc(100 * var(--lpSetSize)) 0 calc(120 * var(--lpSetSize));
}
#feature .sec__last .sec__sns .sec__sns-img {
  width: calc(354 * var(--lpSetSize));
  margin: 0 auto calc(44 * var(--lpSetSize));
}
#feature .sec__last .sec__sns .sec__sns-txt {
  width: calc(242 * var(--lpSetSize));
  margin: 0 auto calc(46 * var(--lpSetSize));
}
#feature .sec__last .sec__sns .sec__sns-list {
  display: flex;
  justify-content: center;
  gap: calc(30 * var(--lpSetSize));
}
#feature .sec__last .sec__sns .sec__sns-list figure {
  width: calc(40 * var(--lpSetSize));
}

/*.credit
----------------------------*/
#feature .credit {
  margin: calc(40 * var(--lpSetSize)) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(26 * var(--lpSetSize)) calc(30 * var(--lpSetSize));
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24 * var(--lpSetSize));
  letter-spacing: 0.025em;
  line-height: 1;
}
#feature .credit03 {
  width: calc(400 * var(--lpSetSize));
  margin: 0 auto;
}

/*.1400px以上
----------------------------*/
@media screen and (min-width: 1400px) {
  :root {
    --lpSetSize: 1px * var(--ratio);
  }
  #feature .contentWrap {
    grid-template-columns: 1fr 510px 1fr;
  }
  #feature .leftWrap .leftWrap__logo-img {
    width: 144px;
  }
  #feature .leftWrap .leftWrap__logo-txt {
    width: 253px;
  }
  #feature .rightWrap .rightWrap__all-btn {
    width: 310px;
  }
}