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

/*フェード
----------------------------*/
#feature .fade {
  opacity: 0;
  transition: all 1s ease-out;
}

#feature .fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}

#feature .fade.is-show, #feature .fadeUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*パララックスボール
----------------------------*/
#feature .sec__ball {
  position: absolute;
  z-index: 5;
  width: calc(80 * var(--vw));
  height: calc(80 * var(--vw));
}

#feature .sec__ball img {
  animation: yurayura 5s infinite ease-in-out;
}

@keyframes yurayura {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 15%, 0);
  }
}
/*タイピング風
----------------------------*/
#feature .typing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
#feature .typing .js-typing span {
  display: inline-block;
  opacity: 0;
  width: calc(60 * var(--vw));
  margin: 0 calc(10 * var(--vw)) calc(22 * var(--vw)) 0;
}

#feature .sec01 .typing .js-typing span:nth-of-type(2) {
  width: calc(48 * var(--vw));
}
#feature .sec01 .typing .js-typing span:nth-of-type(4) {
  width: calc(7 * var(--vw));
}
#feature .sec01 .typing .js-typing span:nth-of-type(5) {
  width: calc(65 * var(--vw));
}
#feature .sec01 .typing .js-typing span:nth-of-type(6) {
  width: calc(58 * var(--vw));
}
#feature .sec01 .typing .js-typing span:nth-of-type(7) {
  width: calc(66 * var(--vw));
  margin-right: calc(8 * var(--vw));
}
#feature .sec01 .typing .js-typing span:nth-of-type(8) {
  width: calc(49 * var(--vw));
}
#feature .sec01 .typing .js-typing span:nth-of-type(9) {
  width: calc(48 * var(--vw));
}
#feature .sec01 .typing .js-typing span:nth-of-type(10) {
  width: calc(52 * var(--vw));
  margin-bottom: 0;
}
#feature .sec01 .typing .js-typing span:nth-of-type(11) {
  width: calc(66 * var(--vw));
  margin-right: calc(6 * var(--vw));
  margin-bottom: 0;
}
#feature .sec01 .typing .js-typing span:nth-of-type(12) {
  margin-right: calc(6 * var(--vw));
  margin-bottom: 0;
}
#feature .sec01 .typing .js-typing span:nth-of-type(13) {
  width: calc(49 * var(--vw));
  margin-right: calc(6 * var(--vw));
  margin-bottom: 0;
}
#feature .sec01 .typing .js-typing span:nth-of-type(14) {
  width: calc(49 * var(--vw));
  margin-bottom: 0;
}

#feature .sec02 .typing .js-typing span:nth-of-type(2) {
  width: calc(48 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(4) {
  width: calc(7 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(5) {
  width: calc(65 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(6) {
  width: calc(72 * var(--vw));
  margin-right: calc(5 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(7) {
  width: calc(68 * var(--vw));
  margin-right: calc(5 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(8) {
  width: calc(48 * var(--vw));
  margin-right: calc(8 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(9) {
  width: calc(51 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(10) {
  width: calc(66 * var(--vw));
  margin-right: calc(6 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(11) {
  width: calc(49 * var(--vw));
}
#feature .sec02 .typing .js-typing span:nth-of-type(12) {
  width: calc(49 * var(--vw));
}

#feature .sec03 .typing .js-typing span {
  width: calc(33 * var(--vw));
  margin: 0 calc(6 * var(--vw)) 0 0;
}
#feature .sec03 .typing .js-typing span:nth-of-type(1) {
  width: calc(34 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(2) {
  margin-right: calc(4 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(3) {
  margin-right: 0;
}
#feature .sec03 .typing .js-typing span:nth-of-type(4) {
  width: calc(15 * var(--vw));
  vertical-align: top;
  margin-right: calc(-6 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(5) {
  width: calc(14 * var(--vw));
  padding-bottom: calc(14 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(6) {
  margin-right: calc(4 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(7) {
  width: calc(40 * var(--vw));
  margin-right: calc(4 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(8) {
  width: calc(36 * var(--vw));
  margin-right: calc(4 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(9) {
  margin-right: calc(4 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(10) {
  width: calc(40 * var(--vw));
  margin-right: calc(4 * var(--vw));
}
#feature .sec03 .typing .js-typing span:nth-of-type(11) {
  width: calc(36 * var(--vw));
  margin-right: calc(4 * var(--vw));
}

/* ふんわり切り替わるスライド
----------------------------*/
#feature .sec__slide {
  position: relative;
}
#feature .sec__slide .splide {
  position: relative;
}
#feature .sec__slide .splide .splide__pagination {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0;
  -moz-column-gap: calc(14 * var(--vw));
  column-gap: calc(14 * var(--vw));
  margin-left: auto;
  bottom: calc(14 * var(--vw));
  right: calc(14 * var(--vw));
}
#feature .sec__slide .splide .splide__pagination .splide__pagination__page {
  transform: scale(1);
  width: calc(14 * var(--vw));
  height: calc(14 * var(--vw));
  border-radius: 50%;
  opacity: 1;
  border: max(0.1em, 1px) solid #fff;
  background-color: transparent;
  margin: 0;
}
#feature .sec__slide .splide .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  width: calc(14 * var(--vw));
  height: calc(14 * var(--vw));
  background-color: #fff;
}

/*共通
----------------------------*/
.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: #333333;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  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: #333333;
  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;
}

/*PC-bg
----------------------------*/
#feature .bg-ball .ball-yellow, #feature .bg-ball .ball-pink {
  position: absolute;
  width: 4.2857142857vw;
}
#feature .bg-ball .ball-yellow {
  opacity: 0;
  transition: 0.8s;
}
#feature .bg-ball.bg-yellow .ball-yellow, #feature .bg-ball .ball-pink {
  opacity: 1;
  transition: 0.8s;
}
#feature .bg-ball.bg-yellow .ball-pink {
  opacity: 0;
  transition: 0.8s;
}
#feature .leftWrap .ball-pink.ball01 {
  top: 10%;
  right: 20%;
}
#feature .leftWrap .ball-pink.ball02 {
  bottom: 20%;
  left: -5%;
}
#feature .leftWrap .ball-pink.ball03 {
  bottom: -2%;
  left: 34%;
}
#feature .leftWrap .ball-yellow.ball01 {
  top: -2%;
  left: 33%;
}
#feature .leftWrap .ball-yellow.ball02 {
  top: 58%;
  right: 22%;
}
#feature .leftWrap .ball-yellow.ball03 {
  bottom: 4%;
  left: -5%;
}
#feature .rightWrap .ball-pink.ball01 {
  top: -2%;
  right: 10%;
}
#feature .rightWrap .ball-pink.ball02 {
  top: 20%;
  left: -3%;
}
#feature .rightWrap .ball-pink.ball03 {
  bottom: 13%;
  right: 25%;
}
#feature .rightWrap .ball-yellow.ball01 {
  top: 10%;
  right: -1%;
}
#feature .rightWrap .ball-yellow.ball02 {
  bottom: 22%;
  left: 1%;
}
#feature .rightWrap .ball-yellow.ball03 {
  bottom: -1%;
  right: 43%;
}

/*Wrap
----------------------------*/
#feature .contentsWrap {
  display: grid;
  grid-template-columns: 1fr 32.1428571429vw 1fr;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  background: #fff;
  order: 2;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}
#feature .leftWrap {
  overflow: clip;
  order: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .leftWrap .leftWrap__logo {
  width: 22.5714285714vw;
  margin: 0 auto 1.4285714286vw;
}
#feature .leftWrap .leftWrap__text {
  width: 7.6428571429vw;
  margin: 0 auto;
}
#feature .rightWrap {
  overflow: clip;
  order: 3;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .rightWrap .rightWrap__all-btn {
  width: 12.2857142857vw;
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
  z-index: 2;
}
#feature .hero .hero__img {
  width: calc(750 * var(--vw));
}
#feature .hero .hero__txt {
  background: url("../img/hero_bg260403.jpg") no-repeat;
  background-size: 100%;
  padding: calc(106 * var(--vw)) 0 calc(530 * var(--vw));
}
#feature .hero .hero__txt p {
  color: #fff;
  font-size: calc(24 * var(--vw));
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
}
#feature .hero .hero__date {
  margin: calc(66 * var(--vw)) auto 0;
}
#feature .hero .hero__date::before, #feature .hero .hero__date::after {
  content: "";
  display: block;
  width: calc(648 * var(--vw));
  height: calc(2 * var(--vw));
  background: url("../img/hero_deco.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
#feature .hero .hero__date p {
  font-size: calc(38 * var(--vw));
  font-family: "degular-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.065em;
  text-align: center;
  color: #f2d2d2;
  padding: calc(30 * var(--vw)) 0;
}
#feature .hero .hero__date p span {
  font-size: calc(26 * var(--vw));
}
#feature .hero .ball01 {
  top: calc(28 * var(--vw));
  left: calc(510 * var(--vw));
}
#feature .hero .ball02 {
  top: calc(580 * var(--vw));
  left: calc(-15 * var(--vw));
}
#feature .hero .ball03 {
  top: calc(820 * var(--vw));
  left: calc(620 * var(--vw));
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 1;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .item__box {
  border-top: 1px solid #50789c;
  border-bottom: 1px solid #50789c;
  padding: calc(60 * var(--vw)) 0;
}
#feature .item__box .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#feature .item__box .swiper .swiper-wrapper .swiper-slide {
  margin: 0 calc(10 * var(--vw));
  width: calc(200 * var(--vw)) !important;
}
#feature .item__box .item__name {
  font-size: calc(60 * var(--vw));
  font-family: "degular-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.065em;
  text-align: center;
  color: #50789c;
  margin: calc(40 * var(--vw)) auto calc(20 * var(--vw));
}
#feature .item__box .item__price {
  font-size: calc(36 * var(--vw));
  font-family: "degular-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.065em;
  text-align: center;
  color: #50789c;
}
#feature .item__box .item__color {
  margin: 0 auto calc(35 * var(--vw));
  display: flex;
  justify-content: center;
  gap: calc(10 * var(--vw));
}
#feature .item__box .item__color li {
  width: calc(80 * var(--vw));
  translate: 0 3svh;
  transition: translate 1s ease, opacity 1.3s ease;
  opacity: 0;
}
#feature .item__box .item__color li:nth-of-type(2) {
  transition-delay: 0.3s;
}
#feature .item__box .item__color li:nth-of-type(3) {
  transition-delay: 0.6s;
}
#feature .item__box .item__color li:nth-of-type(4) {
  transition-delay: 0.9s;
  width: calc(110 * var(--vw));
}
#feature .item__box .item__color li.is-show {
  opacity: 1;
  translate: 0 0;
}
#feature .sec01 {
  margin-bottom: calc(240 * var(--vw));
}
#feature .sec01 .box01 {
  width: calc(750 * var(--vw));
  margin: calc(-588 * var(--vw)) auto calc(100 * var(--vw));
  z-index: 1;
}
#feature .sec01 .box01 .img01 {
  position: relative;
  margin: 0;
}
#feature .sec01 .box01 .txt01 {
  position: absolute;
  z-index: 10;
  bottom: calc(30 * var(--vw));
  left: calc(39 * var(--vw));
}
#feature .sec01 .box02 {
  width: calc(570 * var(--vw));
  margin: 0 auto calc(220 * var(--vw));
}
#feature .sec01 .box02 .slide01 {
  height: calc(855 * var(--vw));
}
#feature .sec01 .box03 {
  margin: 0 auto calc(140 * var(--vw));
}
#feature .sec01 .box03 .ball01 {
  top: calc(-88 * var(--vw));
  left: calc(564 * var(--vw));
}
#feature .sec01 .box03 .ball02 {
  top: calc(100 * var(--vw));
  left: calc(92 * var(--vw));
}
#feature .sec01 .box03 .ball03 {
  top: calc(426 * var(--vw));
  right: calc(-36 * var(--vw));
}
#feature .sec01 .img03-1 {
  width: calc(510 * var(--vw));
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#feature .sec01 .img03-1.is-show {
  opacity: 1;
  animation: rotateAnime 1.5s 0.5s forwards;
}
@keyframes rotateAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
#feature .sec01 .img03-2 {
  width: calc(510 * var(--vw));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 1s 2s ease-out;
}
#feature .sec01 .img03-2.is-show {
  transform: translate(-50%, 0);
  opacity: 1;
}
#feature .sec01 .box04 {
  width: calc(660 * var(--vw));
  margin: 0 auto calc(160 * var(--vw));
}
#feature .sec01 .box04 .ball04 {
  top: calc(37 * var(--vw));
  right: calc(90 * var(--vw));
}
#feature .sec01 .box04 .ball05 {
  top: calc(270 * var(--vw));
  left: calc(-60 * var(--vw));
}
#feature .sec01 .box04 .ball06 {
  top: calc(560 * var(--vw));
  right: calc(-20 * var(--vw));
}
#feature .sec01 .item__box .ball07 {
  top: calc(-100 * var(--vw));
  left: calc(272 * var(--vw));
}
#feature .sec01 .item__box .ball08 {
  top: calc(540 * var(--vw));
  right: calc(80 * var(--vw));
  z-index: -1;
}
#feature .sec02 {
  margin: calc(160 * var(--vw)) 0;
}
#feature .sec02 .box01 {
  width: calc(660 * var(--vw));
  margin: 0 auto calc(20 * var(--vw));
}
#feature .sec02 .box01 .img01 {
  position: relative;
  margin: 0;
}
#feature .sec02 .box01 .txt01 {
  position: absolute;
  z-index: 10;
  top: calc(38 * var(--vw));
  left: calc(36 * var(--vw));
}
#feature .sec02 .box02 {
  margin: 0 auto;
}
#feature .sec02 .box02 .sticky-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(990 * var(--vw));
  position: -webkit-sticky;
  position: sticky;
  top: calc(80 * var(--vw));
  z-index: 2;
}
#feature .sec02 .img02-1 {
  width: calc(660 * var(--vw));
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: calc(160 * var(--vw));
  z-index: 1;
}
#feature .sec02 .img02-2 {
  width: calc(540 * var(--vw));
  margin: 0 auto;
}
#feature .sec02 .box03 {
  width: calc(540 * var(--vw));
  margin: calc(180 * var(--vw)) auto calc(100 * var(--vw));
}
#feature .sec02 .box03 .ball01 {
  top: calc(-80 * var(--vw));
  left: calc(530 * var(--vw));
}
#feature .sec02 .box03 .ball02 {
  top: calc(170 * var(--vw));
  left: calc(-60 * var(--vw));
}
#feature .sec02 .box03 .ball03 {
  top: calc(750 * var(--vw));
  left: calc(380 * var(--vw));
}
#feature .sec02 .box04 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(160 * var(--vw));
}
#feature .sec02 .box04 .ball04 {
  top: calc(550 * var(--vw));
  right: calc(-10 * var(--vw));
}
#feature .sec02 .box04 .ball05 {
  top: calc(310 * var(--vw));
  left: calc(64 * var(--vw));
}
#feature .sec02 .box04 .ball06 {
  bottom: calc(80 * var(--vw));
  left: calc(432 * var(--vw));
}
#feature .sec02 .item__box .swiper .swiper-wrapper .swiper-slide {
  margin: 0 calc(10 * var(--vw));
  width: calc(180 * var(--vw)) !important;
}
#feature .sec02 .item__box .ball07 {
  bottom: calc(130 * var(--vw));
  left: calc(60 * var(--vw));
  z-index: -1;
}
#feature .sec02 .item__box .ball08 {
  bottom: calc(-50 * var(--vw));
  right: calc(60 * var(--vw));
  z-index: -1;
}
#feature .sec03 {
  margin-bottom: calc(164 * var(--vw));
}
#feature .sec03 .box01 {
  width: calc(570 * var(--vw));
  margin: 0 auto calc(100 * var(--vw));
}
#feature .sec03 .img01 {
  position: relative;
  margin: 0;
}
#feature .sec03 .txt01 {
  position: absolute;
  z-index: 10;
  top: calc(30 * var(--vw));
  left: calc(30 * var(--vw));
}
#feature .sec03 .txt02 {
  width: calc(46 * var(--vw));
  position: absolute;
  z-index: 10;
  top: calc(30 * var(--vw));
  right: calc(20 * var(--vw));
}
#feature .sec03 .box02 {
  margin: 0 auto;
}
#feature .sec03 .box02 figure {
  width: calc(170 * var(--vw));
  margin: 0 auto calc(48 * var(--vw));
}
#feature .sec03 .box02 p {
  color: #333333;
  font-size: calc(24 * var(--vw));
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
}
#feature .sec__last .sec__all .sec__all-btn {
  width: calc(480 * var(--vw));
  position: absolute;
  top: calc(40 * var(--vw));
  left: 50%;
  transform: translate(-50%, 30px);
  z-index: 10;
}
#feature .sec__last .sec__all .sec__all-btn.fadeUp.is-show {
  transform: translate(-50%, 0);
}
#feature .sec__last .sec__all .sec__all--bg {
  width: calc(570 * var(--vw));
  margin: 0 auto;
  position: relative;
}
#feature .sec__last .sec__all .ball01 {
  top: calc(-100 * var(--vw));
  right: calc(40 * var(--vw));
}
#feature .sec__last .sec__all .ball02 {
  top: calc(200 * var(--vw));
  left: calc(48 * var(--vw));
}
#feature .sec__last .sec__all .ball03 {
  bottom: calc(820 * var(--vw));
  right: calc(-40 * var(--vw));
}
#feature .sec__last .sec__all .ball04 {
  bottom: calc(450 * var(--vw));
  left: calc(230 * var(--vw));
}
#feature .sec__last .sec__staff {
  padding: calc(128 * var(--vw)) calc(60 * var(--vw)) calc(180 * var(--vw));
}
#feature .sec__last .sec__staff p {
  font-family: "degular-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.065em;
  line-height: 2;
  color: #50789c;
  text-align: center;
}

/*.credit
----------------------------*/
#feature .credit {
  margin-top: calc(40 * var(--vw));
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: calc(18 * var(--vw)) calc(20 * var(--vw));
  font-family: "degular-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(22 * var(--vw));
  letter-spacing: 0.065em;
  line-height: 1;
}
#feature .credit a {
  color: #50789c;
}
#feature .credit01 {
  width: calc(350 * var(--vw));
}
#feature .credit02 {
  width: calc(600 * var(--vw));
}
#feature .credit03 {
  width: calc(450 * var(--vw));
  margin: calc(40 * var(--vw)) 0 0 calc(45 * var(--vw));
}
#feature .credit04 {
  width: calc(500 * var(--vw));
  margin: calc(40 * var(--vw)) 0 0 calc(40 * var(--vw));
}

/*1400px以上
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .bg-ball .ball-yellow, #feature .bg-ball .ball-pink {
    width: 60px;
  }
  #feature .contentsWrap {
    grid-template-columns: 1fr 450px 1fr;
  }
  #feature .leftWrap .leftWrap__logo {
    width: 316px;
    margin: 0 auto 20px;
  }
  #feature .leftWrap .leftWrap__text {
    width: 107px;
  }
  #feature .rightWrap .rightWrap__all-btn {
    width: 172px;
  }
}