@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes gifanime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
  }
  99.9% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ChangeImage {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingText {
  0% {
    transform: translateX(-232px);
  }
  100% {
    transform: translateX(0);
  }
}
/*共通
----------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #faf6f1;
  text-align: center;
  color: #000;
}
#loading #loading__icon {
  width: 136px;
  height: 136px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
#loading #loading__icon img {
  height: auto;
  object-fit: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ChangeImage 3s infinite;
  opacity: 0;
}
#loading #loading__icon img:nth-child(1) {
  width: 136px;
}
#loading #loading__icon img:nth-child(2) {
  width: 99px;
  animation-delay: 1s;
}
#loading #loading__icon img:nth-child(3) {
  width: 113px;
  animation-delay: 2s;
}
#loading #loading__text {
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 999;
  width: 232px;
  transform: translate(-50%, -50%);
  color: #000;
}
#loading #loading__text .progressbar-text {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  animation: loadingText 5000ms linear;
}

/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

.main01 {
  cursor: url(../img/cursor01.cur), auto;
}

.main02 {
  cursor: url(../img/cursor02.cur), auto;
}

.main03 {
  cursor: url(../img/cursor03.cur), auto;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
}
#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 figure {
  width: 100%;
  height: 100%;
}
#feature figure a {
  width: 100%;
  height: 100%;
}
#feature img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
#feature video {
  width: 101%;
  height: 101%;
  display: block;
  object-fit: cover;
  object-position: center;
}
#feature .fadeimg {
  transition: 0.3s;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  width: 100%;
  position: relative;
  z-index: 3;
}
#feature .hero .hero__img {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  top: 80px;
  left: 0;
}
#feature .hero .hero__img.hero__img02 {
  margin-top: 50vh;
}
#feature .hero .hero__img.hero__img03 {
  margin-top: 50vh;
}
#feature .hero .hero__img img {
  object-position: bottom;
}
#feature .hero .hero__txt {
  width: calc(325 * (var(--vw) / 1280));
  position: sticky;
  top: calc(50% + 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
#feature .main01 {
  margin-top: calc(-100 * (var(--vw) / 1280));
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__credit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit .credit .item {
  width: fit-content;
  margin-right: calc(16 * (var(--vw) / 1280));
}
#feature .sec .sec__credit .credit .item .link {
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link span {
  font-size: calc(15 * (var(--vw) / 1280));
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  line-height: calc(13 * (var(--vw) / 1280));
  letter-spacing: 0.075em;
  opacity: 0;
}
#feature .sec .sec__credit .credit.is_show .item .link span {
  opacity: 1;
}
#feature .sec .sec__credit .sec__buy span {
  font-size: calc(24 * (var(--vw) / 1280));
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#feature .sec .sec__credit.sec__credit01 .credit .item .link span {
  color: #cad3d7;
}
#feature .sec .sec__credit.sec__credit01 .sec__buy span {
  color: #cad3d7;
}
#feature .sec .sec__credit.sec__credit02 .credit .item .link span {
  color: #cad3d7;
}
#feature .sec .sec__credit.sec__credit02 .sec__buy span {
  color: #cad3d7;
}
#feature .sec .sec__credit.sec__credit03 {
  position: absolute;
  top: calc(100% + calc(15 * (var(--vw) / 1280)));
}
#feature .sec .sec__credit.sec__credit03 .credit .item .link span {
  color: #4c1f1b;
}
#feature .sec .sec__credit.sec__credit04 {
  position: absolute;
  top: 53%;
  right: calc(100% + calc(21 * (var(--vw) / 1280)));
  transform: translateY(-50%);
}
#feature .sec .sec__credit.sec__credit04 .credit .item {
  margin-right: auto;
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link span {
  color: #4c1f1b;
}
#feature .sec .sec__credit.sec__credit05 {
  position: absolute;
  top: 53%;
  left: calc(100% + calc(21 * (var(--vw) / 1280)));
  transform: translateY(-50%);
}
#feature .sec .sec__credit.sec__credit05 .credit .item {
  margin-right: auto;
}
#feature .sec .sec__credit.sec__credit05 .credit .item .link span {
  color: #4c1f1b;
}
#feature .sec .sec__credit.sec__credit06 {
  position: absolute;
  bottom: calc(100% + calc(7 * (var(--vw) / 1280)));
}
#feature .sec .sec__credit.sec__credit06 .credit {
  display: block;
}
#feature .sec .sec__credit.sec__credit06 .credit .item {
  margin-right: auto;
}
#feature .sec .sec__credit.sec__credit06 .credit .item .link span {
  color: #4c1f1b;
}
#feature .sec .sec__credit.sec__credit07 .credit .item .link span {
  color: #ebe0cf;
}
#feature .sec .sec__credit.sec__credit07 .sec__buy span {
  color: #ebe0cf;
}
#feature .sec .sec__credit.sec__credit08 .credit .item .link span {
  color: #ebe0cf;
}
#feature .sec .sec__credit.sec__credit08 .sec__buy span {
  color: #ebe0cf;
}
#feature .sec .sec__credit.sec__credit09 {
  width: calc(370 * (var(--vw) / 1280));
  position: absolute;
  top: calc(100% + calc(23 * (var(--vw) / 1280)));
}
#feature .sec .sec__credit.sec__credit09 .credit .item {
  margin-right: calc(4 * (var(--vw) / 1280));
}
#feature .sec .sec__credit.sec__credit09 .credit .item .link span {
  color: #304441;
}
#feature .sec .sec__credit.sec__credit10 {
  position: absolute;
  top: 53%;
  right: calc(100% + calc(21 * (var(--vw) / 1280)));
  transform: translateY(-50%);
}
#feature .sec .sec__credit.sec__credit10 .credit .item {
  margin: 0 0 0 auto;
}
#feature .sec .sec__credit.sec__credit10 .credit .item .link span {
  color: #304441;
}
#feature .sec .sec__credit.sec__credit11 {
  position: absolute;
  top: 53%;
  left: calc(100% + calc(21 * (var(--vw) / 1280)));
  transform: translateY(-50%);
}
#feature .sec .sec__credit.sec__credit11 .credit .item {
  margin-right: auto;
}
#feature .sec .sec__credit.sec__credit11 .credit .item .link span {
  color: #304441;
}
#feature .sec .sec__credit.sec__credit12 {
  position: absolute;
  bottom: 0;
  right: calc(100% + calc(21 * (var(--vw) / 1280)));
}
#feature .sec .sec__credit.sec__credit12 .credit {
  flex-wrap: nowrap;
}
#feature .sec .sec__credit.sec__credit12 .credit .item:last-child {
  margin-right: auto;
}
#feature .sec .sec__credit.sec__credit12 .credit .item .link span {
  color: #304441;
}
#feature .sec .sec__credit.sec__credit13 .credit .item .link span {
  color: #ec91bc;
}
#feature .sec .sec__credit.sec__credit13 .sec__buy span {
  color: #ec91bc;
}
#feature .sec .sec__credit.sec__credit14 .credit .item .link span {
  color: #ec91bc;
}
#feature .sec .sec__credit.sec__credit14 .sec__buy span {
  color: #ec91bc;
}
#feature .sec .sec__credit.sec__credit15 {
  position: absolute;
  top: calc(100% + calc(15 * (var(--vw) / 1280)));
}
#feature .sec .sec__credit.sec__credit15 .credit .item .link span {
  color: #1a1a1a;
}
#feature .sec .sec__credit.sec__credit16 {
  position: absolute;
  top: 53%;
  right: calc(100% + calc(21 * (var(--vw) / 1280)));
  transform: translateY(-50%);
}
#feature .sec .sec__credit.sec__credit16 .credit .item {
  margin: 0 0 0 auto;
}
#feature .sec .sec__credit.sec__credit16 .credit .item .link span {
  color: #1a1a1a;
}
#feature .sec .sec__credit.sec__credit17 {
  position: absolute;
  top: 53%;
  left: calc(100% + calc(21 * (var(--vw) / 1280)));
  transform: translateY(-50%);
}
#feature .sec .sec__credit.sec__credit17 .credit .item {
  margin-right: auto;
}
#feature .sec .sec__credit.sec__credit17 .credit .item .link span {
  color: #1a1a1a;
}
#feature .sec .sec__credit.sec__credit18 {
  position: absolute;
  bottom: 0;
  left: calc(100% + calc(21 * (var(--vw) / 1280)));
}
#feature .sec .sec__credit.sec__credit18 .credit .item {
  margin-right: auto;
}
#feature .sec .sec__credit.sec__credit18 .credit .item .link span {
  color: #1a1a1a;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__flex .sec__contents {
  position: relative;
}
#feature .sec .sec__movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.is_gifanime {
  width: calc(303 * (var(--vw) / 1280));
  height: calc(404 * (var(--vw) / 1280));
}
#feature .sec .sec__img.is_gifanime figure {
  width: 100%;
  height: 100%;
}
#feature .sec .sec__img.is_gifanime figure a {
  width: 100%;
  height: 100%;
}
#feature .sec .sec__img.is_gifanime figure img {
  position: absolute;
  top: 0;
  left: 0;
}
#feature .sec .sec__img.is_gifanime figure img:nth-child(2) {
  opacity: 0;
}
#feature .sec .sec__img.is_fade {
  opacity: 0;
  transform: translateY(20px);
}
#feature .sec .sec__img.is_show.is_gifanime figure a img:nth-child(2) {
  animation: gifanime 2s infinite;
}
#feature .sec .sec__img.is_show.is_fade {
  transition: transform 1.2s, opacity 1.2s;
  transform: translateY(0) !important;
  opacity: 1;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(303 * (var(--vw) / 1280));
  height: calc(404 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img04 {
  width: calc(606 * (var(--vw) / 1280));
  height: calc(808 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img07 {
  width: calc(606 * (var(--vw) / 1280));
  height: calc(808 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img08 {
  width: calc(303 * (var(--vw) / 1280));
  height: calc(404 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img11 {
  width: calc(606 * (var(--vw) / 1280));
  height: calc(808 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img12 {
  width: calc(303 * (var(--vw) / 1280));
  height: calc(404 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img15 {
  width: calc(606 * (var(--vw) / 1280));
  height: calc(808 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img18 {
  width: calc(303 * (var(--vw) / 1280));
  height: calc(404 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img19 {
  width: calc(606 * (var(--vw) / 1280));
  height: calc(808 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img22 {
  width: calc(606 * (var(--vw) / 1280));
  height: calc(808 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img23 {
  width: calc(640 * (var(--vw) / 1280));
  height: calc(832 * (var(--vw) / 1280));
}
#feature .sec .sec__img.sec__img24 {
  width: calc(640 * (var(--vw) / 1280));
  height: calc(832 * (var(--vw) / 1280));
}
#feature .sec .sec__txtarea {
  width: 100%;
  height: 100%;
  padding: calc(39 * (var(--vw) / 1280)) calc(29 * (var(--vw) / 1280)) calc(28 * (var(--vw) / 1280)) calc(26 * (var(--vw) / 1280));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#feature .sec .sec__txtarea .sec__ttlarea {
  text-align: left;
}
#feature .sec .sec__txtarea .sec__ttlarea p {
  font-size: calc(24 * (var(--vw) / 1280));
  line-height: 1;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
}
#feature .sec .sec__txtarea .sec__ttlarea p:nth-child(2) {
  margin-top: calc(15 * (var(--vw) / 1280));
  font-size: calc(15 * (var(--vw) / 1280));
  letter-spacing: 0.075em;
}
#feature .sec .sec__txtarea .sec__ttlarea p span {
  opacity: 0;
}
#feature .sec .sec__txtarea .sec__buy p span {
  opacity: 0;
}
#feature .sec .sec__txtarea .sec__buy.is_show p span {
  opacity: 1;
}
#feature .sec.sec02 {
  overflow: hidden;
  background-color: #4c1f1b;
}
#feature .sec.sec02 .sec__flex .sec__contents {
  width: 50%;
}
#feature .sec.sec02 .sec__txtarea {
  color: #cad3d7;
}
#feature .sec.sec03 {
  overflow: hidden;
  background-color: #4c1f1b;
}
#feature .sec.sec03 .sec__flex .sec__contents {
  width: 50%;
}
#feature .sec.sec03 .sec__txtarea {
  color: #cad3d7;
}
#feature .sec.sec04 {
  padding: calc(26 * (var(--vw) / 1280)) 0;
  background-color: #cad3d7;
}
#feature .sec.sec04 .sec__img.sec__img03 {
  margin: 0 0 0 calc(328 * (var(--vw) / 1280));
}
#feature .sec.sec04 .sec__img.sec__img04 {
  margin: 0 0 0 calc(22 * (var(--vw) / 1280));
}
#feature .sec.sec04 .sec__img.sec__img05 {
  margin: calc(21 * (var(--vw) / 1280)) 0 0 calc(328 * (var(--vw) / 1280));
}
#feature .sec.sec04 .sec__img.sec__img06 {
  margin: calc(21 * (var(--vw) / 1280)) 0 0 calc(22 * (var(--vw) / 1280));
}
#feature .sec.sec04 .sec__img.sec__img07 {
  margin: calc(22 * (var(--vw) / 1280)) 0 0 calc(25 * (var(--vw) / 1280));
}
#feature .sec.sec04 .sec__img.sec__img08 {
  margin: calc(426 * (var(--vw) / 1280)) 0 0 calc(22 * (var(--vw) / 1280));
}
#feature .sec.sec06 {
  background-color: #253a37;
}
#feature .sec.sec06 .sec__flex .sec__contents {
  width: 50%;
}
#feature .sec.sec06 .sec__txtarea {
  color: #ebe0cf;
}
#feature .sec.sec07 {
  background-color: #253a37;
}
#feature .sec.sec07 .sec__flex .sec__contents {
  width: 50%;
}
#feature .sec.sec07 .sec__txtarea {
  color: #ebe0cf;
}
#feature .sec.sec08 {
  padding: calc(21 * (var(--vw) / 1280)) 0 calc(35 * (var(--vw) / 1280));
  background-color: #ede5d8;
}
#feature .sec.sec08 .sec__img.sec__img11 {
  margin: 0 0 0 calc(25 * (var(--vw) / 1280));
}
#feature .sec.sec08 .sec__img.sec__img12 {
  margin: 0 0 0 calc(22 * (var(--vw) / 1280));
}
#feature .sec.sec08 .sec__img.sec__img13 {
  margin: calc(21 * (var(--vw) / 1280)) 0 0 calc(328 * (var(--vw) / 1280));
}
#feature .sec.sec08 .sec__img.sec__img14 {
  margin: calc(21 * (var(--vw) / 1280)) 0 0 calc(22 * (var(--vw) / 1280));
}
#feature .sec.sec08 .sec__img.sec__img15 {
  margin: calc(23 * (var(--vw) / 1280)) calc(21 * (var(--vw) / 1280)) 0 auto;
}
#feature .sec.sec10 {
  background-color: #2c2d2d;
}
#feature .sec.sec10 .sec__flex .sec__contents {
  width: 50%;
}
#feature .sec.sec10 .sec__txtarea {
  color: #ec91bc;
}
#feature .sec.sec11 {
  background-color: #2c2d2d;
}
#feature .sec.sec11 .sec__flex .sec__contents {
  width: 50%;
}
#feature .sec.sec11 .sec__txtarea {
  color: #ec91bc;
}
#feature .sec.sec12 {
  padding: calc(26 * (var(--vw) / 1280)) 0 calc(38 * (var(--vw) / 1280));
}
#feature .sec.sec12 .sec__img.sec__img18 {
  margin: 0 0 0 calc(328 * (var(--vw) / 1280));
}
#feature .sec.sec12 .sec__img.sec__img19 {
  margin: 0 0 0 calc(22 * (var(--vw) / 1280));
}
#feature .sec.sec12 .sec__img.sec__img20 {
  margin: calc(22 * (var(--vw) / 1280)) 0 0 calc(328 * (var(--vw) / 1280));
}
#feature .sec.sec12 .sec__img.sec__img21 {
  margin: calc(22 * (var(--vw) / 1280)) 0 0 calc(22 * (var(--vw) / 1280));
}
#feature .sec.sec12 .sec__img.sec__img22 {
  margin: calc(22 * (var(--vw) / 1280)) 0 0 calc(25 * (var(--vw) / 1280));
}
#feature .sec.sec13 .sec__flex .sec__contents {
  width: 50%;
}
#feature .sec.sec13 .sec__txtarea {
  color: #e9c4d7;
  padding: 0 0 calc(28 * (var(--vw) / 1280)) calc(26 * (var(--vw) / 1280));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#feature .sec.sec13 .sec__txtarea .sec__ttlarea {
  padding: calc(49 * (var(--vw) / 1280)) 0 0 calc(26 * (var(--vw) / 1280));
  text-align: left;
}
#feature .sec.sec13 .sec__txtarea .sec__ttlarea p {
  font-size: calc(16 * (var(--vw) / 1280));
  line-height: calc(13 * (var(--vw) / 1280));
  letter-spacing: 0.075em;
}
#feature .sec.sec13 .sec__txtarea .sec__ttlarea p:nth-child(2) {
  margin-top: 0;
}
#feature .sec.sec13 .sec__txtarea .sec__ttlarea p:nth-child(6) {
  margin-top: calc(15 * (var(--vw) / 1280));
}
#feature .sec.sec13 .sec__txtarea .sec__ttlarea.is_show p span {
  opacity: 1;
}
#feature .sec.sec13 .sec__txtarea .sec__buy p {
  padding-left: calc(23 * (var(--vw) / 1280));
  color: #e9c4d7;
  position: relative;
}
#feature .sec.sec13 .sec__txtarea .sec__buy p span {
  letter-spacing: 0.015em;
}
#feature .sec.sec13 .sec__txtarea .sec__buy p span:nth-child(1) {
  font-size: calc(18 * (var(--vw) / 1280));
  position: absolute;
  top: calc(2 * (var(--vw) / 1280));
  left: calc(-1 * (var(--vw) / 1280));
}
#feature .stickyarea .sec {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  top: 80px;
}
#feature .stickyarea .sec:nth-child(2) {
  margin-top: 500px;
}
#feature .stickyarea .sec .sec__flex {
  height: 100%;
}
#feature .stickyarea .sec .sec__flex .sec__contents {
  width: 50%;
  height: 100%;
}
#feature .stickyarea .sec .sec__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#feature .stickyarea .sec .sec__txtarea.is_show .sec__ttlarea p span {
  opacity: 1;
}
#feature .stickyarea .sec .sec__txtarea.is_show .sec__buy p span {
  opacity: 1;
}
#feature .stickyarea .sec .sec__txtarea.is_show .credit .item .link span {
  opacity: 1;
}
