@charset "UTF-8";
.mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
}
.mainvisual .mainvisual__logo,
.mainvisual .mainvisual__char01,
.mainvisual .mainvisual__char02,
.mainvisual .mainvisual__char03,
.mainvisual .mainvisual__char04 {
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.mainvisual .mainvisual__char01 img {
  width: 105%;
  padding-left: 0 !important;
  top: -20px;
  left: -20px;
}
@media only screen and (max-width: 1430px) {
  .mainvisual .mainvisual__char01 img {
    left: auto;
    right: -15%;
  }
}
@media only screen and (max-width: 1300px) {
  .mainvisual .mainvisual__char01 img {
    right: -25%;
  }
}
@media only screen and (max-width: 1024px) {
  .mainvisual .mainvisual__char01 img {
    right: -45%;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__char01 img {
    left: 25vw;
    right: auto;
    width: 60%;
    top: 80px;
  }
}
@media only screen and (max-width: 550px) {
  .mainvisual .mainvisual__char01 img {
    left: 18vw;
    width: 80%;
    top: 60px;
  }
}
@media only screen and (max-width: 425px) {
  .mainvisual .mainvisual__char01 img {
    top: 0;
  }
}
.mainvisual .mainvisual__char02 img {
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__char02 img {
    top: 2vw;
    width: 90%;
    left: 11vw;
  }
}
@media only screen and (max-width: 550px) {
  .mainvisual .mainvisual__char02 img {
    left: 7vw;
    width: 95%;
    top: 4vw;
  }
}
.mainvisual .mainvisual__char03 img {
  width: 115%;
  padding-left: 0px !important;
  top: 10px;
  left: -50px;
}
@media only screen and (max-width: 1430px) {
  .mainvisual .mainvisual__char03 img {
    left: auto;
    right: -5%;
  }
}
@media only screen and (max-width: 1300px) {
  .mainvisual .mainvisual__char03 img {
    left: auto;
    right: -25%;
  }
}
@media only screen and (max-width: 1024px) {
  .mainvisual .mainvisual__char03 img {
    right: -35%;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__char03 img {
    left: 22vw;
    width: 64% !important;
    padding-top: 180px !important;
  }
}
@media only screen and (max-width: 550px) {
  .mainvisual .mainvisual__char03 img {
    left: 10vw;
    width: 90% !important;
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 425px) {
  .mainvisual .mainvisual__char03 img {
    padding-top: 80px !important;
  }
}
.mainvisual .mainvisual__char04 img {
  margin-top: -18px !important;
  width: 93%;
  padding-left: 8px !important;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__char04 img {
    right: -18vw;
    width: 55%;
  }
}
@media only screen and (max-width: 550px) {
  .mainvisual .mainvisual__char04 img {
    right: -16vw;
    width: 64%;
    margin-top: 20px !important;
    padding-left: 0 !important;
  }
}
.mainvisual .mainvisual__slider-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease, z-index 0s 0.5s;
}
.mainvisual .mainvisual-bg01 {
  background-image: url("../img/mv_bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainvisual .mainvisual-bg02 {
  background-image: url("../img/mv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainvisual .mainvisual__slider-box.slick-active {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.mainvisual .slick-dots {
  right: 5%;
  top: 41%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .mainvisual .slick-dots {
    right: -37%;
    top: auto;
    display: flex;
    width: 100%;
    bottom: -9px;
  }
}
.mainvisual .slick-dots .slick-active button {
  background: rgba(170, 122, 228, 0.5);
}
.mainvisual .slick-active button {
  transform: scale(1.1);
  box-shadow: 0 4px 8px 170, 122, 228, 0.5;
  color: #fff !important;
}
.mainvisual .slick-dots li {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mainvisual .slick-dots li {
    margin-right: 30px;
  }
}
.mainvisual .slick-dots li button {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform-origin: center;
}
.mainvisual .slick-dots li button:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px 170, 122, 228, 0.5;
}
.mainvisual .slick-dots li button {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #aa7ae4;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-style: italic;
}
.mainvisual .slick-dots li button::before {
  border-radius: 50px;
  width: 45px;
  height: 45px;
  border: 2px solid transparent;
  background: linear-gradient(to right, #948bef, #da7be6);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.9 !important;
  background-color: #fff !important;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  .mainvisual .slick-dots li button::before {
    width: 42px;
    height: 42px;
  }
}
.mainvisual .mainvisual__inner {
  height: 820px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__inner {
    width: 100%;
    height: 800px;
  }
}
.mainvisual .mainvisual__inner-char {
  width: 641px;
  height: 820px;
  position: absolute;
  right: 7%;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__inner-char {
    width: 100%;
  }
}
.mainvisual .mainvisual__logo {
  position: absolute;
  opacity: 0;
  transform: translateX(0);
  transition: none;
  left: 6vw;
  z-index: 1;
}
.mainvisual .mainvisual__logo img {
  width: 46vw;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__logo {
    top: -15px !important;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    z-index: 1;
    transform: translateY(0%);
    height: 26px;
    left: 0;
    right: 0;
  }
  .mainvisual .mainvisual__logo img {
    width: 100%;
  }
}
.mainvisual .mainvisual__ttl {
  font-size: 2.5vw;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__ttl {
    font-size: 3.8vw;
    text-align: right;
    margin-top: -4%;
    padding-right: 10px;
  }
}
.mainvisual .slide-in-1 {
  width: 420px;
  height: 871px;
  background-image: url("../img/mv_bg_charactor01.png");
  background-position: center;
  animation: slideInDown 0.3s ease-in-out forwards;
  animation-delay: 0.1s;
  opacity: 1;
  position: absolute;
  top: -100px;
  left: 0;
  margin: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .mainvisual .slide-in-1 {
    width: 100%;
    height: 800px;
    top: -10px;
    background-position: top;
    left: 0vw;
    background-size: 70%;
  }
}
@media only screen and (max-width: 390px) {
  .mainvisual .slide-in-1 {
    left: 0;
    background-size: 70%;
  }
}
.mainvisual .slide-in-1 img {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  animation: slideInDown 0.3s ease-in-out forwards;
  padding-left: 110px;
  padding-top: 88px;
}
.mainvisual .slide-in-2 {
  width: 401px;
  height: 771px;
  background-image: url("../img/mv_bg_charactor02.png");
  background-position: center;
  animation: slideInUp 0.3s ease-in-out forwards;
  animation-delay: 0.1s;
  opacity: 1;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .mainvisual .slide-in-2 {
    width: 100%;
    height: auto;
    top: 63px;
    background-position: top;
    right: -39vw;
    background-size: 70%;
  }
}
@media only screen and (max-width: 390px) {
  .mainvisual .slide-in-2 {
    right: -155px;
    background-size: 70%;
  }
}
.mainvisual .slide-in-2 img {
  position: relative;
  opacity: 0;
  transform: translateY(-100px);
  animation: slideInUp 0.3s ease-in-out forwards;
  margin-top: -70px;
}
.mainvisual .mainvisual__text {
  position: absolute;
  bottom: 0;
  right: -17%;
  transform: translateY(-50%);
  width: 100%;
  height: 69px;
  background-image: url("../img/mv_bg_text.png");
  background-position: left;
  opacity: 0;
  animation: slideInFromRight 0.6s ease-out forwards;
  animation-delay: 0.1s;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__text {
    width: 100%;
    top: 650px;
    left: 30px;
    bottom: 20px;
    background-position: left;
  }
}
.mainvisual .mainvisual__text img {
  position: relative;
  opacity: 0;
  transform: translateX(100%);
  animation: slideInFromRight 0.6s ease-out forwards;
  animation-delay: 0.7s;
  padding-left: 60px;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual__text img {
    width: 82%;
    padding-left: 27px;
    padding-top: 16px;
  }
}

/* 退場アニメーション用クラス */
.slide-out-to-left {
  animation: slideOutToLeft 0.4s ease forwards;
}

.slide-out-up {
  animation: slideOutUp 0.5s ease forwards;
}

.slide-out-down {
  animation: slideOutDown 0.5s ease forwards;
}

.slide-out-to-right {
  animation: slideOutToRight 0.6s ease forwards;
}

@keyframes slideInFromLeft {
  0% {
    transform: translate(-100px, -50%);
    /* 左からスライドイン */
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    /* 元の位置に到達 */
    opacity: 1;
  }
}
@keyframes slideInUp {
  0% {
    transform: translate(-100px, 100px);
    /* 左下から */
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  0% {
    transform: translate(100px, -100px);
    /* 左下から */
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    /* 右から開始 */
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    /* 左方向に移動して配置 */
    opacity: 1;
  }
}
@keyframes slideOutToLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    /* 左方向に退場 */
    opacity: 0;
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    /* 上方向に退場 */
    opacity: 0;
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    /* 下方向に退場 */
    opacity: 0;
  }
}
@keyframes slideOutToRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100px);
    /* 右方向に退場 */
    opacity: 0;
  }
}
.slide-in-from-left {
  top: 10% !important;
  opacity: 0;
  transform: translateX(-100vw);
  animation: slideInFromLeft 0.2s ease-out forwards;
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-out-to-left {
  top: 10% !important;
  opacity: 1;
  transform: translateX(0);
  animation: slideOutToLeft 0.3s ease-out forwards;
}

@keyframes slideOutToLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100vw);
  }
}
.about {
  margin: 0;
  padding: 140px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about {
    padding: 87px 0 0 0;
    overflow: hidden;
  }
}
.about-wrap {
  width: 73%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .about-wrap {
    width: 95%;
  }
}
.about-intro {
  margin: 0;
  padding: 0;
}
.about-intro-lead {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-intro-lead {
    display: flex;
    flex-direction: column;
  }
}
.about-intro-lead__bg01 {
  margin: 0;
  padding: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .about-intro-lead__bg01 {
    order: 2;
    position: relative;
    margin-top: 9%;
  }
}
.about-intro-lead__bg01-img {
  position: absolute;
  left: -800px;
  top: 120px;
}
@media only screen and (max-width: 768px) {
  .about-intro-lead__bg01-img {
    left: -2.5%;
    top: 15%;
    display: block;
    width: 96%;
  }
  .about-intro-lead__bg01-img img {
    width: 100%;
    height: auto;
  }
}
.about-intro-lead__bg01-chara01 {
  position: absolute;
  top: 19px;
  left: -410px;
  right: -350px;
}
.about-intro-lead__bg01-chara01 img {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .about-intro-lead__bg01-chara01 {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
  }
  .about-intro-lead__bg01-chara01 img {
    width: 74%;
  }
}
.about-intro-lead__bg01-chara02 {
  position: absolute;
  top: 35px;
  left: -120px;
  right: -384px;
}
@media only screen and (max-width: 768px) {
  .about-intro-lead__bg01-chara02 {
    top: 10%;
    left: auto;
    right: 3%;
    width: 56%;
  }
  .about-intro-lead__bg01-chara02 img {
    max-width: 100%;
    height: auto;
  }
}
.about-intro-lead__con {
  width: 75%;
  padding-left: 310px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-intro-lead__con {
    width: 70%;
  }
}
@media only screen and (max-width: 950px) {
  .about-intro-lead__con {
    width: 65%;
  }
}
@media only screen and (max-width: 840px) {
  .about-intro-lead__con {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .about-intro-lead__con {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
}
.about-intro-lead__con-title {
  width: 78%;
  margin: 0;
  overflow: hidden;
}
.about-intro-lead__con-title img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about-intro-lead__con-title {
    text-align: center;
    margin: 0 auto;
  }
}
.about-intro-lead__con-subtitle {
  margin: 40px 0;
  font-size: 25px;
  position: relative;
  padding-left: 40px;
}
.about-intro-lead__con-subtitle::before {
  content: "";
  background-image: url("../img/about_icon.png");
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 12px 0 0 -40px;
}
.about-intro-lead__con-text {
  position: relative;
  font-size: 16px;
}
.about__bg02 {
  width: 100%;
  position: relative;
  margin-top: 30%;
}
@media only screen and (min-width: 1441px) {
  .about__bg02 {
    margin-top: 17%;
  }
}
@media only screen and (max-width: 1400px) {
  .about__bg02 {
    margin-top: 20%;
  }
}
@media only screen and (max-width: 1290px) {
  .about__bg02 {
    margin-top: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  .about__bg02 {
    margin-top: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .about__bg02 {
    margin-top: 6%;
  }
}
.about__bg02-chara01 {
  position: relative;
  width: 41%;
  min-width: 636px;
  margin: 0 auto;
  z-index: 1;
}
.about__bg02-chara01 img {
  width: 100%;
}
@media only screen and (min-width: 1441px) {
  .about__bg02-chara01 {
    max-width: 636px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .about__bg02-chara01 {
    width: 70%;
    max-width: 500px;
    min-width: auto;
  }
}
.about__bg02-wrap {
  width: 87%;
  position: absolute;
  top: 16%;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 1441px) {
  .about__bg02-wrap {
    width: 92%;
    max-width: 1310px;
  }
}
@media only screen and (max-width: 768px) {
  .about__bg02-wrap {
    width: 95%;
  }
}
.about__bg02-wrap-img {
  position: absolute;
  width: 106%;
  right: 0;
  top: 0;
  text-align: right;
}
.about__bg02-wrap-img img {
  max-width: 90%;
}
@media only screen and (min-width: 1441px) {
  .about__bg02-wrap-img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about__bg02-wrap-img {
    top: 5%;
  }
  .about__bg02-wrap-img img {
    width: 100%;
  }
}
.about__bg02-wrap-bg {
  position: relative;
  width: 88%;
  margin: 8% auto auto 0;
  z-index: 1;
  text-align: center;
}
.about__bg02-wrap-bg img {
  width: 100%;
}
@media only screen and (min-width: 1441px) {
  .about__bg02-wrap-bg {
    width: 100%;
    margin: 8% 0 auto auto;
  }
}
@media only screen and (max-width: 1024px) {
  .about__bg02-wrap-bg {
    width: 98%;
    margin: 8% auto auto -7%;
  }
}
@media only screen and (max-width: 768px) {
  .about__bg02-wrap-bg {
    margin: 18% auto auto auto;
  }
}
.about__bg02-wrap-chara01-2 {
  width: 70%;
  position: absolute;
  right: -6.5%;
  top: -6.5%;
  z-index: 3;
  max-width: 790px;
}
.about__bg02-wrap-chara01-2 img {
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .about__bg02-wrap-chara01-2 {
    display: none;
  }
}
.about__conect {
  padding: 0;
  margin-top: 6%;
  margin-right: -12%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about__conect {
    flex-direction: column;
    margin-right: auto;
  }
}
@media only screen and (max-width: 460px) {
  .about__conect {
    padding-bottom: 40px;
  }
}
.about__conect-bg {
  position: relative;
  margin-left: -200px;
}
@media only screen and (max-width: 768px) {
  .about__conect-bg {
    width: 100%;
    order: 2;
    margin-top: 25%;
    margin-left: 0;
  }
}
.about__conect-bg-img {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .about__conect-bg-img {
    top: auto;
    width: 100%;
    max-width: 460px;
  }
  .about__conect-bg-img img {
    width: 100%;
  }
}
.about__conect-bg-chara01 {
  position: relative;
  margin-top: -40%;
}
@media only screen and (max-width: 768px) {
  .about__conect-bg-chara01 {
    width: 80%;
    max-width: 420px;
    margin: -10% auto 0 3%;
  }
  .about__conect-bg-chara01 img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 460px) {
  .about__conect-bg-chara01 {
    width: 60%;
    margin: -2% auto 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 390px) {
  .about__conect-bg-chara01 {
    width: 70%;
    margin: -10% auto 0 10%;
  }
}

.about__conect-contents {
  margin: 0;
  padding-top: 30px;
  width: 76%;
}
@media only screen and (max-width: 1440px) {
  .about__conect-contents {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .about__conect-contents {
    width: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .about__conect-contents {
    order: 1;
    width: 100%;
  }
}
.about__conect-contents-title {
  margin: 0 0 50px 0 !important;
  padding: 0;
  position: relative;
}
.about__conect-contents-title img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about__conect-contents-title {
    text-align: center;
    margin: 0 auto;
  }
  .about__conect-contents-title img {
    width: 80%;
  }
}
.about__conect-contents-title span {
  font-size: 20px;
}
@media only screen and (max-width: 1445px) {
  .about__conect-contents-title span {
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about__conect-contents-title span {
    right: 0;
    position: static;
    display: block;
    margin-top: 20px;
  }
}
.about__conect-contents p {
  font-size: 16px;
  margin: 0;
}

.about__bg03 {
  margin: 0;
  background-image: url("../img/about_bg6.png");
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .about__bg03 {
    height: 70px;
  }
}

.talent {
  padding: 120px 0;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .talent {
    padding: 50px 0;
    overflow-x: hidden;
  }
}
.talent .slick-list {
  overflow: visible !important;
}
@media only screen and (max-width: 768px) {
  .talent .slick-list {
    overflow: hidden !important;
  }
}
.talent .talent__inner {
  position: relative;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner {
    width: 95%;
  }
}
.talent .talent__inner .talent__inner-title {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  font-size: 25px;
  width: 100%;
}
@media only screen and (max-width: 1315px) {
  .talent .talent__inner .talent__inner-title span {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__inner-title {
    text-align: center;
  }
  .talent .talent__inner .talent__inner-title span {
    display: block;
    margin-top: 10px;
  }
  .talent .talent__inner .talent__inner-title img {
    width: 80%;
  }
}
.talent .talent__inner .talent__slider {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider {
    width: 100%;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box {
  margin: 0;
  padding: 0;
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents {
    display: block;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents .talent__slider-box-contents-info {
  margin: 0;
  padding-top: 160px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents .talent__slider-box-contents-info {
    padding-top: 20px;
    width: 95%;
    margin: 0 auto;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents .talent__slider-box-contents-info .talent__slider-box-contents-info-name {
  font-size: 54px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents .talent__slider-box-contents-info .talent__slider-box-contents-info-name {
    font-size: 26px;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents .talent__slider-box-contents-info .talent__slider-box-contents-info-name span {
  font-size: 20px;
  display: block;
  font-style: italic;
  margin: -10px 0 0 0;
  font-weight: bold;
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents .talent__slider-box-contents-info .talent__slider-box-contents-info-text {
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 95%;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents .talent__slider-box-contents-info .talent__slider-box-contents-info-text {
    width: 100%;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img {
    padding: 45% 0 0 0;
  }
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 390px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img {
    padding: 55% 0 0 0;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-main {
  width: 100%;
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-main img {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-main {
    overflow: hidden;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-thumb {
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-thumb {
    margin: 0 20px 0 20px;
    width: 20%;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-thumb ul {
  margin: 0;
  padding: 0;
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-thumb ul li {
  list-style: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #FE9D3F;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-thumb ul li {
    width: 80px;
    height: 80px;
  }
}
.talent .talent__inner .talent__slider .talent__slider-box .talent__slider-box-contents-img .talent__slider-box-contents-img-thumb ul li img {
  width: 100%;
}
.talent .talent__inner .talent__slider .talent__slider-box-name {
  position: absolute;
  left: -19%;
  bottom: -18%;
  z-index: -1;
  font-size: 17vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px #f1b157;
  text-align: center;
  font-style: italic;
  width: 131%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__slider .talent__slider-box-name {
    font-size: 14vw;
    top: 9%;
    -webkit-text-stroke: 1px #f1b157;
  }
  .talent .talent__inner .talent__slider .talent__slider-box-name img {
    width: 100%;
  }
}
.talent .talent__inner .talent__sliderlink {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  position: relative;
  z-index: 10;
}
.talent .talent__inner .talent__sliderlink ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.talent .talent__inner .talent__sliderlink ul li {
  list-style: none;
  background-image: url("../img/talent_charactor_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: calc((100% - 60px) / 7);
  aspect-ratio: 172 / 250;
  max-width: 172px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .talent .talent__inner .talent__sliderlink ul li {
    width: calc((100% - 20px) / 3);
    aspect-ratio: 172 / 250;
  }
}
.talent .talent__inner .talent__sliderlink ul li img {
  width: 100%;
  position: absolute;
  top: 30px;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.talent .talent__inner .talent__sliderlink ul li img:hover {
  transform: translateY(-30px);
  cursor: pointer;
}
.talent .talent__inner .talent__sliderlink .active img {
  transform: translateY(-30px);
  transition: transform 0.3s ease;
}

.media {
  margin: 0;
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
}
.media .media__inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .media .media__inner {
    overflow: hidden;
  }
}
.media .media__inner .media__inner-title {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .media .media__inner .media__inner-title img {
    width: 80%;
  }
}
.media .media__inner .media__inner-title span {
  display: block;
  padding: 20px 0;
  font-size: 25px;
}
.media .media__inner .media__inner-notice {
  font-size: 1.4vw;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  position: relative;
  width: fit-content;
  display: block;
  padding: 5px 60px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #5ac8fa, #aa7ae4);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .media .media__inner .media__inner-notice {
    font-size: 4vw;
    padding: 5px 30px;
  }
}
.media .media__inner .media__slider {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.media .media__inner .media__slider .media__slider-box {
  height: 410px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .media .media__inner .media__slider .media__slider-box {
    height: auto;
  }
}
.media .media__inner .media__slider .media__slider-box .media__slider-box-icon {
  background-image: url("../img/movie_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12%;
  bottom: 12%;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .media .media__inner .media__slider .media__slider-box .media__slider-box-icon {
    width: 70px;
    height: 70px;
  }
}
.media .media__inner .media__slider .media__slider-box a {
  display: block;
  position: relative;
}
.media .media__inner .media__slider .media__slider-box img {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.media .media__inner .media__slider .slick-center {
  width: 120%;
}
.media .media__inner .media__slider .slick-center .media__slider-box-icon {
  right: 5px;
  bottom: 5px;
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 768px) {
  .media .media__inner .media__slider .slick-center .media__slider-box-icon {
    width: 100px;
    height: 100px;
  }
}
.media .media__inner .media__slider .slick-center img {
  width: 100%;
  transform: scale(1.1) !important;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4);
}
.media .media__inner .media__inner-morelink {
  margin: 0 auto;
  padding: 60px 0 30px 0;
  text-align: center;
  width: 410px;
  height: 67px;
}
@media only screen and (max-width: 768px) {
  .media .media__inner .media__inner-morelink {
    padding: 30px 0 30px 0;
  }
}
.media .media__inner .media__inner-morelink a {
  background-image: url(../img/more_link.gif);
  background-repeat: no-repeat;
  width: 410px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .media .media__inner .media__inner-morelink a {
    width: 80%;
    height: 55px;
    text-align: center;
    background-size: 100%;
    margin: 0 auto;
    padding-top: 0px;
  }
}
.media .media__inner .media__inner-morelink a:hover {
  transform: scale(1.1);
}

.goods {
  margin: 0;
  padding: 80px 0;
  position: relative;
}
.goods .goods__inner {
  padding: 0;
}
.goods .goods__inner .goods__inner-title {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .goods .goods__inner .goods__inner-title img {
    width: 80%;
  }
}
.goods .goods__inner .goods__inner-title span {
  display: block;
  padding: 20px 0;
  font-size: 25px;
}
.goods .goods__inner .goods__inner-notice {
  font-size: 1.4vw;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  position: relative;
  width: fit-content;
  display: block;
  padding: 5px 60px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #5ac8fa, #aa7ae4);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .goods .goods__inner .goods__inner-notice {
    font-size: 4vw;
    padding: 5px 30px;
  }
}
.goods .goods__inner .goods__inner-text {
  width: 600px;
  margin: 0 auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .goods .goods__inner .goods__inner-text {
    width: 95%;
  }
}
.goods .goods__inner .goods__inner-banner {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.goods .goods__inner .goods__inner-banner img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .goods .goods__inner .goods__inner-banner img {
    width: 95%;
  }
}

.contact {
  margin: 0;
  padding: 80px 0;
  position: relative;
}
.contact .contact__inner {
  padding: 0;
}
.contact .contact__inner .contact__inner-title {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner .contact__inner-title img {
    width: 80%;
  }
}
.contact .contact__inner .contact__inner-title span {
  display: block;
  padding: 20px 0;
  font-size: 25px;
}
.contact .contact__inner .contact__inner-text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner .contact__inner-text {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
}
.contact .contact__inner table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner table {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.contact .contact__inner th, .contact .contact__inner td {
  padding: 30px 10px;
  border-bottom: 1px solid #707070;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner th, .contact .contact__inner td {
    display: block;
    border: none;
    padding: 0;
    width: 93vw;
    box-sizing: border-box;
  }
}
.contact .contact__inner th {
  text-align: left;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner th {
    width: 100%;
  }
}
.contact .contact__inner th span {
  color: #C05A14;
  font-weight: normal;
  margin-left: 15px;
  font-size: 12px;
}
.contact .contact__inner td input[type="email"],
.contact .contact__inner td input[type="tel"],
.contact .contact__inner td input[type="text"],
.contact .contact__inner td select,
.contact .contact__inner td textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner td input[type="email"],
  .contact .contact__inner td input[type="tel"],
  .contact .contact__inner td input[type="text"],
  .contact .contact__inner td select,
  .contact .contact__inner td textarea {
    width: 100%;
    padding: 10px 8px;
  }
}
.contact .contact__inner td input[type="email"]:focus,
.contact .contact__inner td input[type="tel"]:focus,
.contact .contact__inner td input[type="text"]:focus,
.contact .contact__inner td select:focus,
.contact .contact__inner td textarea:focus {
  border-color: #007BFF;
  outline: none;
}
.contact .contact__inner td textarea {
  min-height: 160px;
  resize: vertical;
}
.contact .contact__inner td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3E%3Cpath fill="%23ccc" d="M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E') no-repeat right 8px center;
  background-size: 8px 10px;
  padding-right: 30px;
  background-color: #fff;
}
.contact .contact__inner .contact__inner-privacy {
  padding: 20px;
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .contact .contact__inner .contact__inner-privacy {
    width: auto;
    max-width: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact__inner .contact__inner-privacy {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
.contact .contact__inner .contact__inner-privacy .contact__inner-privacy-ttitle {
  margin-bottom: 10px;
  font-size: 16px;
}
.contact .contact__inner .contact__inner-privacy .contact__inner-privacy-text {
  padding-right: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.contact .contact__inner .contact__inner-privacy .contact__inner-privacy-text .contact__inner-privacy-inner {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 30px 0;
  padding: 10px 30px;
  height: 200px;
  overflow-y: scroll;
  color: #333;
}
.contact .contact__inner .contact__inner-submit {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.contact .contact__inner .contact__inner-submit input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: linear-gradient(to right, #5ac8fa, #aa7ae4);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  width: 300px;
  height: 67px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact .contact__inner .contact__inner-submit input[type="submit"]:hover {
  transform: scale(1.1);
}
.contact .contact__inner .contact__inner-submit .button-icon {
  background-image: url("../img/icon02.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 8px;
  height: 14px;
  right: 15px;
  top: 32%;
  transform: translateY(-50%);
  /* 垂直方向の中央揃え */
}

/*# sourceMappingURL=top.css.map */
