@charset "UTF-8";

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

@media screen and (max-width: 1500px) {
  html {
    font-size: calc(10 * (100vw / 1500));
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

#feature .modal,html{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#feature .modal::-webkit-scrollbar,
html::-webkit-scrollbar{
  display: none;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  box-sizing: border-box;
  color: #000;
  overflow: clip;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  top: 0;
}

#feature .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

#feature .flex {
  display: flex;
  position: relative;
  top: 0;
}

#feature .pc_left {
  order: 1;
  position: sticky;
  top: 0;
  height: 100vh;
}

#feature .feature__inner {
  order: 2;
}

#feature .pc_right {
  order: 3;
  position: sticky;
  top: 0;
  height: 100vh;
}

.pc_left,
.pc_right {
  display: grid;
  place-items: center;
  width: calc((100% - 65rem) / 2);
  max-width: 66rem;
  height: 100%;
}

.pc_left,
.pc_right {
  text-align: center;
}

.pc_left .pc_ttl {
  text-align: center;
  width: 24rem;
  margin-top: 0;
  transform: translateX(0.8rem);
}

.pc_right .pc_logo {
  text-align: center;
  width: 17.5rem;
  margin-top: 0;
  transform: translateX(-0.7rem);
}

#feature .pc_bg {
  position: absolute;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100vw;
  height: 897rem;
}
#feature .feature__inner {
  width: 65rem;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#feature a {
  color: #000;
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}

.l-container {
  width: 100%;
  overflow: clip;
}


/*-------------------------
 fade
-------------------------*/
.zoom {
  opacity: 0;
  -webkit-transform: translate3d(0, 5%, 0) scale(.9);
  transform: translate3d(0, 5%, 0) scale(.9)
}

.zoom.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .36s linear 0s, -webkit-transform .36s cubic-bezier(.25, .46, .45, .94) 0s;
  transition: opacity .36s linear 0s, transform .36s cubic-bezier(.25, .46, .45, .94) 0s
}


.slideIn {
  opacity: 0;
  transform: translateX(-30px);
}

.slideIn.active {
  opacity: 1;
  transition: opacity 0.75s 0.3s, transform 0.75s 0.3s;
  transform: translateX(0);
}


.slideIn02 {
  opacity: 0;
  transform: translateX(30px);
}

.slideIn02.active {
  opacity: 1;
  transition: opacity 0.75s, transform 0.75s;
  transform: translateX(0);
  transition-delay: 0.5s;
}

/* モーダルを開くボタン */
#feature .modal-open {
  position: absolute;
  top: 31.7%;
  left: 50%;
  border: none;
  cursor: pointer;
  translate: -51% -22%;
}

/* モーダルと背景の指定 */
#feature .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  box-sizing: border-box;
  display: unset;
  background: unset;
  z-index: 50;
}

/* モーダルの擬似要素の指定 */
#feature .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
#feature .modal.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* モーダル内側の指定 */
#feature .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

/* モーダルのコンテンツ部分の指定 */
#feature .modal-content {
  margin: 13rem auto 4rem;
  width: 56rem;
  height: 119rem;
  background: url(../img/view.png);
  background-size: cover;
  background-position: 0;
  padding: 0;
}

#feature .modal-content p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.86;
  letter-spacing: 0;
  color: #fb6a96;
  margin-top: 0;
  padding-top: 15rem;
}

#feature .modal-content p:nth-of-type(2) {
  padding-top: 3.5rem;
}

#feature .modal-content p:nth-of-type(3) {
  padding-top: 3.4rem;
}

#feature .modal-content p:nth-of-type(4) {
  padding-top: 0;
  margin: 1rem 0 0 -1.5rem !important;
  letter-spacing: 0.08em !important;
}

#feature .modal-close {
  position: absolute;
  bottom: 29.5rem;
  left: 24rem;
  cursor: pointer;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  background: transparent;
}

#feature .sticky {
  /* position: sticky; */
  /* top: 0; */
}

#feature .sticky02 {
  position: sticky;
  top: 0;
  z-index: 10;
}


/*-------------------------
 font
-------------------------*/
#feature .sec01 .lead,
#feature .sec01 .lead__btn,
#feature .text,
#feature .text__area02 .item__text,
#feature .modal-content p {
  font-family: "neue-haas-grotesk-display", "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .item__area,
#feature .item__area02 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .text__area h2,
#feature .text__area02 h2 {
  font-family: "funkydori", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .text__area .item__name,
#feature .text__area02 .item__name {
  font-family: "neue-haas-grotesk-display", "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .text__area .item__credit,
#feature .text__area02 .item__credit {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*-------------------------
 content
-------------------------*/
/** sec01 **/
#feature .sec01 .section__inner {
  width: 100%;
  height: 135.2rem;
  margin: -12.5rem auto 0;
  background: url(../img/bg01-2.jpg?250611);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#feature .bg01 {
  padding-top: 0.6rem;
  position: absolute;
  top: -9.5rem;
  left: 0;
}

#feature .chara01 {
  width: 20.8rem;
  margin: 0 auto;
  padding-top: 8rem;
  transform: translateX(0.9rem);
}

#feature .sec01 .lead {
  font-size: 2.25rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #fb6a96;
  margin-top: 3.2rem;
}

#feature .sec01 .lead span:nth-of-type(1) {
  letter-spacing: -0.04em;
  margin-left: 0.7rem;
}

#feature .sec01 .lead span:nth-of-type(2) {
  letter-spacing: -0.06em;
}

#feature .sec01 .lead span:nth-of-type(3) {
  letter-spacing: -0.07em;
}

#feature .sec01 .lead span:nth-of-type(4) {
  letter-spacing: -0.05em;
}

#feature .sec01 .lead span:nth-of-type(5) {
  letter-spacing: -0.05em;
  margin-left: 1.1rem;
}

#feature .sec01 .lead__btn {
  font-size: 2.1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fb6a96;
  margin: 2rem auto 0;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  background: initial;
}

#feature .sec01 .schedule {
  margin: 17.8rem auto 0;
}

#feature .sec01 .schedule figure{
  width: 23.2rem;
  margin: auto;
}

#feature .item__area,
#feature .item__area02 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 13.2rem;
}

#feature .item__area02 {
  margin-top: -2.2rem;
}

#feature .item__area span,
#feature .item__area02 span {
  font-size: 1.3rem;
  line-height: 1.365;
  text-align: center;
  margin: 2.9rem auto 0;
  color: #fb6a96;
  display: block;
  letter-spacing: 0.04em;
}

#feature .item__area figure:nth-of-type(1) {
  width: 16.2rem;
}

#feature .item__area figure:nth-of-type(1) img {
  margin: 0 0 -1.5rem 0.5rem;
}

#feature .item__area figure:nth-of-type(1) span {
  margin-right: -1rem;
}

#feature .item__area figure:nth-of-type(2) {
  width: 14.8rem;
}

#feature .item__area figure:nth-of-type(2) img {
  margin: 0 0 -0.5rem 1.4rem;
}

#feature .item__area figure:nth-of-type(2) span {
  margin-right: -1rem;
}

#feature .item__area figure:nth-of-type(3) {
  width: 16.2757rem;
}

#feature .item__area figure:nth-of-type(3) img {
  margin: 0 0 -0.7rem -0.3rem;
}

#feature .item__area figure:nth-of-type(3) span {
  margin-right: -0.6rem;
}

#feature .item__area02 figure:nth-of-type(1) {
  width: 10.75502rem;
}

#feature .item__area02 figure:nth-of-type(1) img {
  margin: 0 0 0 4.5rem;
}

#feature .item__area02 figure:nth-of-type(1) span {
  margin: 0.8rem -9rem 0 0;
}

#feature .item__area02 figure:nth-of-type(2) {
  width: 21.50561rem;
}

#feature .item__area02 figure:nth-of-type(2) img {
  margin: 0 0 -1.5rem 4.5rem;
}

#feature .item__area02 figure:nth-of-type(2) span {
  margin: 1rem 0 0 7.5rem;
}

#feature .item__area02 figure:nth-of-type(3) {
  width: 17.3093rem;
}

#feature .item__area02 figure:nth-of-type(3) img {
  margin: 0 0 0 -1.3rem;
  transform: translateY(1rem);
}

#feature .item__area02 figure:nth-of-type(3) span {
  margin: 0.6rem 0 0 -0.7rem;
}


/** sec02 **/
#feature .sec02 .section__inner {
  width: 100%;
  height: 186rem;
  margin: 0 auto;
  background: url(../img/bg02.jpg);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  position: relative;
}

#feature .sec02 .bg-chara01 {
  position: absolute;
  top: -4.3rem;
  left: 0;
}

#feature .sec02 .bg-chara02 {
  position: absolute;
  top: 98.4rem;
  left: 0;
  z-index: 11;
}

#feature .sec02 .ttl01 {
  position: relative;
  z-index: 10;
  padding-top: 1.4rem;
  width: 44.2rem;
  margin: auto;
  transform: translateX(0.4rem);
}

#feature .sec02 .text {
  font-size: 2rem;
  text-align: center;
  line-height: 1.87;
  letter-spacing: -0.02em;
  color: #fb6a96;
  margin: 0.5rem 0 0 1.2rem;
  position: relative;
  z-index: 10;
}

#feature .sec02 .text span:nth-of-type(2) {
  letter-spacing: 0.02rem;
}

#feature .sec02 .text span:nth-of-type(3) {
  letter-spacing: 0.02rem;
}

#feature .img01 {
  width: 58.3rem;
  margin: 1.6rem auto 0;
  position: relative;
  z-index: 10;
}

#feature .slide {
  width: 62.2rem;
  margin-top: 1.3rem;
  position: relative;
  z-index: 15;
}

#feature .flex__area {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 2.7rem;
}

#feature .flex__area .img02 {
  width: 29.88902rem;
  margin: -4.8rem 0 0 7rem;
}

#feature .text__area h2 {
  font-size: 3.8rem;
  color: #97DF96;
  margin-top: 4.5rem;
  letter-spacing: -0.005em;
}

#feature .text__area .item__name {
  font-size: 1.2rem;
  color: #97DF96;
  margin: -1.4rem 0 0 -1rem;
  text-align: center;
  letter-spacing: -0.04em;
}

#feature .text__area .item__credit {
  font-size: 1.4rem;
  color: #97DF96;
  margin: -0.5rem 0 0 -0.2rem;
  text-align: center;
  letter-spacing: 0.06em;
}

#feature .text__area p span {
  font-size: 1.1rem;
  color: #97DF96;
  letter-spacing: 0.05em;
  margin-left: 0.3rem;
}

#feature .text__area .btn {
  width: 13.5rem;
  margin: 1rem auto 0;
}


#feature .flex__area02 {
  position: relative;
  flex-direction: row-reverse;
  top: 0;
  left: 0;
  gap: 3rem;
}

#feature .img03 {
  width: 33.01109rem;
  position: absolute;
  top: -8.7rem;
  right: 2rem;
}

#feature .text__area02 {
  width: 29.89026rem;
  margin: 17rem 0 0 8.3rem;
}

#feature .text__area02 h2 {
  font-size: 4rem;
  color: #FB77A1;
  margin-top: 6rem;
  letter-spacing: 0;
}

#feature .text__area02 .item__name {
  font-size: 1.25rem;
  color: #FB77A1;
  margin: -0.8rem 0 0 -3.1rem;
  text-align: center;
}

#feature .text__area02 .item__credit {
  font-size: 1.4rem;
  color: #FB77A1;
  margin: -0.3rem 0 0 -2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
}

#feature .text__area02 .item__credit span {
  font-size: 1.1rem;
  color: #FB77A1;
  letter-spacing: 0.05em;
  margin-left: 0.05rem;
}

#feature .text__area02 .item__text {
  font-size: 1.9rem;
  text-align: center;
  color: #FB77A1;
  letter-spacing: -0.095em;
  margin-top: 2.3rem;
  line-height: 1.68;
  width: 28rem;
}

#feature .text__area02 .item__text span:nth-of-type(1) {
  letter-spacing: -0.05em;
  margin-left: -1rem;
}

#feature .text__area02 .item__text span:nth-of-type(2) {
  letter-spacing: -0.05em;
  margin-left: -0.9rem;
}

#feature .text__area02 .item__text span:nth-of-type(3) {
  letter-spacing: -0.04em;
  margin-left: 0rem;
}

#feature .text__area02 .item__text span:nth-of-type(4) {
  letter-spacing: -0.05em;
}


/** sec03 **/
#feature .sec03 .section__inner {
  width: 100%;
  height: 159.7rem;
  margin: 0 auto;
  background: url(../img/bg03.jpg);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  position: relative;
}

#feature .sec03 .bg-chara03 {
  position: absolute;
  top: -1.4rem;
  left: 0;
}

#feature .sec03 .ttl02 {
  position: relative;
  z-index: 10;
  padding-top: 1rem;
  width: 42.7rem;
  margin: auto;
}

#feature .sec03 .text {
  font-size: 2rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: -0.02em;
  color: #fb6a96;
  margin: 1.3rem 0 0 1.6rem;
  position: relative;
  z-index: 10;
}

#feature .sec03 .text span:nth-of-type(2) {
  letter-spacing: -0.01em;
}

#feature .sec03 .text span:nth-of-type(3) {
  letter-spacing: -0.0em;
  margin-left: -0.3rem;
}

#feature .sec03 .text span:nth-of-type(4) {
  letter-spacing: -0.02em;
  margin-left: -1.3rem;
}

#feature .img04 {
  width: 58.4rem;
  margin: 0.6rem 0 0 3.5rem;
  position: relative;
  z-index: 10;
}

#feature .img05 {
  width: 22.5rem;
  margin: -0.3rem 0 0 3.4rem;
  position: relative;
  z-index: 10;
}

#feature .sec03 .slide {
  width: 61.2rem;
  margin: 1.3rem 0 0 auto;
  position: relative;
  z-index: 15;
}

#feature .sec03 .flex__area {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 3.2em;
}

#feature .flex__area .img02 {
  width: 25.88902rem;
  margin: -4.2rem 0 0 6rem;
}

#feature .sec03 .text__area h2 {
  font-size: 3.8rem;
  color: #FB77A1;
  margin-top: 3.2rem;
  letter-spacing: 0.008em;
}

#feature .sec03 .text__area .item__name {
  font-size: 1.15rem;
  color: #FB77A1;
  margin: -0.5rem 0 0 -0.4rem;
  text-align: center;
  letter-spacing: 0;
}

#feature .sec03 .text__area .item__credit {
  font-size: 1.5rem;
  color: #FB77A1;
  margin: -0.3rem 0 0 0;
  text-align: center;
  letter-spacing: -0.01em;
}

#feature .sec03 .text__area p span {
  font-size: 1.1rem;
  color: #FB77A1;
  letter-spacing: 0.05em;
  margin-left: 0.4rem;
}

#feature .sec03 .text__area .btn {
  width: 13.5rem;
  margin: 0.7rem auto 0;
}


#feature .sec03 .flex__area {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 2.3em;
}

#feature .sec03 .slide02 {
  width: 62.4rem;
  margin: 2.5rem 0 0 0;
  position: relative;
  z-index: 15;
}

#feature .sec03 .flex__area02 {
  display: flex;
  position: absolute;
  top: 0.6rem;
  left: 0;
  gap: 2em;
  flex-direction: row;
}

#feature .img06 {
  width: 27.5rem;
  margin: -2.6rem 0 0 7rem;
  position: relative;
  z-index: 10;
}


/** sec04 **/
#feature .sec04 .section__inner {
  width: 100%;
  height: 139.7rem;
  margin: 0 auto;
  background: url(../img/bg04.jpg);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  position: relative;
}

#feature .sec04 .bg-chara04 {
  position: absolute;
  top: 13.8rem;
  left: 0;
  z-index: 15;
}

#feature .sec04 .ttl03 {
  position: relative;
  z-index: 10;
  padding-top: 3.6rem;
  width: 44rem;
  margin: auto;
  transform: translateX(0.3rem);
}

#feature .sec04 .text {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
  color: #fb6a96;
  margin: 2.2rem 0 0 1.2rem;
  position: relative;
  z-index: 10;
}

#feature .sec04 .text span:nth-of-type(2) {
  letter-spacing: -0.04em;
  margin-left: -0.5rem;
}

#feature .sec04 .text span:nth-of-type(3) {
  letter-spacing: 0.073em;
  margin-left: -0.8rem;
}

#feature .sec04 .text span:nth-of-type(4) {
  letter-spacing: 0.03em;
  margin-left: -1rem;
}

#feature .img06 {
  width: 23.9rem;
  margin: -2.6rem 0 0 6rem;
  position: relative;
  z-index: 10;
}

#feature .sec04 .slide {
  width: 62.4rem;
  margin: 1rem 0 0 0;
  position: relative;
  z-index: 15;
}

#feature .sec04 .flex__area {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 3.2em;
}

#feature .sec04 .text__area h2 {
  font-size: 3.8rem;
  color: #73B8EB;
  margin-top: 4.2rem;
  letter-spacing: 0.008em;
}

#feature .sec04 .text__area .item__name {
  font-size: 1.15rem;
  color: #73B8EB;
  margin: -0.8rem 0 0 -0.4rem;
  text-align: center;
  letter-spacing: 0;
}

#feature .sec04 .text__area .item__credit {
  font-size: 1.5rem;
  color: #73B8EB;
  margin: -0.16rem 0 0 -0.08rem;
  text-align: center;
  letter-spacing: 0.01em;
}

#feature .sec04 .text__area p span {
  font-size: 1.1rem;
  color: #73B8EB;
  letter-spacing: 0.05em;
  margin-left: 0.4rem;
}

#feature .sec04 .text__area .btn {
  width: 13.5rem;
  margin: 0.4rem auto 0;
}


#feature .sec04 .flex__area {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 3.8em;
}

#feature .sec04 .slide02 {
  width: 72.3rem;
  margin: 2.9rem 0 0 0;
  position: relative;
  z-index: 15;
}

#feature .sec04 .flex__area02 {
  display: flex;
  position: absolute;
  top: 0.6rem;
  left: 0;
  gap: 2.8em;
  flex-direction: row;
}

#feature .sec04 .bg-chara05 {
  position: absolute;
  top: 88.7rem;
  left: 0;
  z-index: 15;
}

#feature .img07 {
  width: 58.3rem;
  margin: 0.2rem 0 0 3.5rem;
  position: relative;
  z-index: 10;
}

#feature .img08 {
  width: 25.5rem;
  margin: -4.2rem 0 0 4rem;
  position: relative;
  z-index: 10;
}



/** sec05 **/
#feature .sec05 .section__inner {
  width: 100%;
  height: 183.2rem;
  margin: 0 auto;
  background: url(../img/bg05.jpg);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  position: relative;
}

#feature .sec05 .bg-chara06 {
  position: absolute;
  top: -2.9rem;
  left: 0;
  z-index: 15;
}

#feature .sec05 .ttl04 {
  position: relative;
  z-index: 16;
  padding-top: 2.9rem;
  width: 35.6rem;
  margin: auto;
  transform: translateX(-0.1rem);
}

#feature .sec05 .text {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
  letter-spacing: -0.05em;
  color: #fb6a96;
  margin: 1.6rem 0 0 -0.5rem;
  position: relative;
  z-index: 15;
}

#feature .sec05 .text span:nth-of-type(2) {
  letter-spacing: 0.053em;
  margin-left: 0.3rem;
}

#feature .sec05 .text span:nth-of-type(3) {
  letter-spacing: -0.01em;
  margin-left: 1.7rem;
}

#feature .sec05 .text span:nth-of-type(4) {
  letter-spacing: 0;
  margin-left: 1.7rem;
}

#feature .sec05 .text span:nth-of-type(5) {
  letter-spacing: 0.03em;
  margin-left: 1.4rem;
}

#feature .sec05 .slide {
  width: 61.7rem;
  margin: 1.4rem 0 0 0;
  position: relative;
  z-index: 15;
}

#feature .sec05 .flex__area {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 3.2em;
}

#feature .sec05 .text__area h2 {
  font-size: 3.8rem;
  color: #CD9CE6;
  margin-top: 3.7rem;
  letter-spacing: 0.008em;
}

#feature .sec05 .text__area .item__name {
  font-size: 1.15rem;
  color: #CD9CE6;
  margin: -0.9rem 0 0 0.2rem;
  text-align: center;
  letter-spacing: 0.04em;
}

#feature .sec05 .text__area .item__credit {
  font-size: 1.5rem;
  color: #CD9CE6;
  margin: -0.3rem 0 0 0.5rem;
  text-align: center;
  letter-spacing: 0.01em;
  }

#feature .sec05 .text__area p span {
  font-size: 1.1rem;
  color: #CD9CE6;
letter-spacing: 0.05em;
    margin-left: 0.4rem;
}

#feature .sec05 .text__area .btn {
  width: 13.5rem;
  margin: 0.9rem auto 0;
}


#feature .sec05 .flex__area {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 2.5em;
}

#feature .sec05 .slide02 {
  width: 72.3rem;
  margin: 2.9rem 0 0 0;
  position: relative;
  z-index: 15;
}

#feature .sec05 .flex__area02 {
  display: flex;
  position: absolute;
  top: 0.6rem;
  left: 0;
  gap: 2.8em;
  flex-direction: row;
}

#feature .sec05 .bg-chara05 {
  position: absolute;
  top: 100.4rem;
  left: 0;
  z-index: 15;
}

#feature .img09 {
  width: 58.3rem;
  margin: 0 0 0 3.4rem;
  position: relative;
  z-index: 15;
}

#feature .img10 {
  width: 26rem;
  margin: -3.4rem 0 0 5.7rem;
  position: relative;
  z-index: 10;
}

#feature .viewallitem {
  position: absolute;
  bottom: 13.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20.7rem;
  transform: translateX(0.1rem);
}

#feature .staff__credit {
  color: #6D6E6E;
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.035em;
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: -0.3rem;
  margin: 0 auto;
  line-height: 1.6;
}

#feature .copy {
  width: 23.9rem;
  position: absolute;
  bottom: 3.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}