@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jua&family=M+PLUS+1p&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

.c_main {
  color: #AE941F;
}

@media print, screen and (min-width: 992px) {
  .container_01 {
    max-width: 1000px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .container_02 {
    max-width: 860px !important;
  }
}

.common_title {
  font-size: 72px;
  font-family: "Jua", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 992px) {
  .common_title {
    font-size: 56px;
  }
}

.common_detail {
  font-size: 16px;
  font-family: "M PLUS 1p", sans-serif;
  color: #333333;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  .common_detail {
    font-size: 14px;
    line-height: 1.6;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
  overflow: hidden;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0) !important;
}

.over_hidden {
  overflow: hidden;
}

body {
  font-family: "Inter", sans-serif;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  padding: 15px 0;
  transition: 0.5s;
  background: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body header {
    padding: 10px 0;
  }
}
body header.h_scroll {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.16);
}
body header > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body header > .blob-wrapper .blob {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body header > .blob-wrapper .blob {
    width: 200px;
    height: 200px;
  }
}
body header > .blob-wrapper .blob.pink {
  background: rgba(255, 102, 178, 0.6);
  top: 10%;
  right: 200px;
}
@media print, screen and (max-width: 992px) {
  body header > .blob-wrapper .blob.pink {
    right: 0%;
  }
}
body header > .blob-wrapper .blob.blue {
  background: rgba(102, 178, 255, 0.6);
  top: 10%;
  left: 300px;
}
@media print, screen and (max-width: 992px) {
  body header > .blob-wrapper .blob.blue {
    left: 10%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.05);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}
body header > .container .h_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (max-width: 992px) {
  body header > .container .h_flex .h_logo {
    margin-right: auto;
  }
}
body header > .container .h_flex .h_logo a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
body header > .container .h_flex .h_logo a:hover {
  opacity: 0.7;
}
body header > .container .h_flex .h_logo a img {
  width: 100px;
}
@media print, screen and (min-width: 992px) {
  body header > .container .h_flex .h_list {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 10px 30px 8px;
  }
}
@media print, screen and (max-width: 992px) {
  body header > .container .h_flex .h_list {
    transition: opacity 0.7s ease, transform 0.7s ease;
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #F6F8FB;
    padding: 80px 0 20px;
    transition: 0.5s;
  }
  body header > .container .h_flex .h_list.is_up {
    top: 0px;
  }
}
body header > .container .h_flex .h_list > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
body header > .container .h_flex .h_list > .blob-wrapper .blob {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
body header > .container .h_flex .h_list > .blob-wrapper .blob.pink {
  background: rgba(255, 102, 178, 0.6);
  bottom: 0%;
  right: 0;
}
body header > .container .h_flex .h_list > .blob-wrapper .blob.blue {
  background: rgba(102, 178, 255, 0.6);
  top: 10%;
  left: 0%;
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.15);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.85);
  }
}
body header > .container .h_flex .h_list .h_li_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 992px) {
  body header > .container .h_flex .h_list .h_li_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
  }
}
body header > .container .h_flex .h_list .h_li_menu li {
  margin-bottom: 0;
}
body header > .container .h_flex .h_list .h_li_menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FF8DB7;
  font-size: 16px;
  font-family: "Jua", sans-serif;
  letter-spacing: 1px;
  transition: 0.3s;
}
@media print, screen and (max-width: 992px) {
  body header > .container .h_flex .h_list .h_li_menu li a {
    display: inline-block;
    margin: 0px 0 35px;
    font-size: 20px;
  }
}
body header > .container .h_flex .h_list .h_li_menu li a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 992px) {
  body header > .container .h_flex .h_list .h_li_menu li:last-child > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: "M PLUS 1p", sans-serif;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF7E9D 0%, #8098ED 100%);
    border: 8px solid #FFFFFF;
    border-radius: 16px;
    width: 80%;
    text-align: left;
    padding: 20px;
    transition: 0.5s;
  }
  body header > .container .h_flex .h_list .h_li_menu li:last-child > a:hover {
    opacity: 0.7;
  }
  body header > .container .h_flex .h_list .h_li_menu li:last-child > a::after {
    content: url(../images/icon_contact.svg);
    position: absolute;
    top: 55%;
    right: 2%;
    transform: translateY(-50%) scale(0.7);
  }
}
body header > .container .h_flex .h_list .h_li_sns {
  list-style: none;
  padding: 0;
  margin: 0px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body header > .container .h_flex .h_list .h_li_sns li a {
  transition: 0.5s;
}
body header > .container .h_flex .h_list .h_li_sns li a > img {
  width: 100px;
  transition: 0.5s;
}
body header > .container .h_flex .h_list .h_li_sns li a:hover img {
  transform: scale(1.05);
}
body header > .container .h_flex .h_list .link_flex {
  margin-bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
}
body header > .container .h_flex .h_list .link_flex a {
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
  display: block;
  margin: 20px 0;
}
body header > .container .h_flex .h_list .link_flex a:hover {
  opacity: 0.7;
}
body header > .container .h_flex .h_contact {
  font-family: "Jua", sans-serif;
  margin-left: 20px;
}
body header > .container .h_flex .h_contact > a {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF8DB7;
  border: 1px solid #FF8DB7;
  border-radius: 8px;
  padding: 10px 25px 8px;
  letter-spacing: 1px;
  transition: 0.5s;
}
body header > .container .h_flex .h_contact > a:hover {
  color: #FF8DB7;
  background-color: #FFFFFF;
}
body header > .container .h_flex .h_menu {
  position: relative;
}
body header > .container .h_flex .h_menu > a {
  display: block;
  position: relative;
  text-align: center;
  top: 0px;
  right: 10px;
  width: 26px;
  height: 40px;
  z-index: 9900;
}
body header > .container .h_flex .h_menu > a > span {
  display: block;
  position: relative;
  transition: 0.3s;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 25px;
  height: 5px;
  background-color: #FF8DB7;
  border-radius: 8px;
}
body header > .container .h_flex .h_menu > a > span::before {
  content: "";
  display: block;
  position: relative;
  transition: 0.3s;
  top: -8px;
  left: 0;
  transform: translate(0%, -50%);
  width: 25px;
  height: 5px;
  background-color: #FF8DB7;
  border-radius: 8px;
}
body header > .container .h_flex .h_menu > a > span::after {
  content: "";
  display: block;
  position: relative;
  transition: 0.3s;
  top: 8px;
  left: 0;
  transform: translate(0%, -50%);
  width: 13px;
  height: 5px;
  background-color: #FF8DB7;
  border-radius: 8px;
}
body header > .container .h_flex .h_menu > a.is_open > span {
  width: 0;
}
body header > .container .h_flex .h_menu > a.is_open > span::before {
  transform: translate(0%, -50%) rotate(45deg);
  width: 26px;
  top: 3px;
}
body header > .container .h_flex .h_menu > a.is_open > span::after {
  transform: translate(0%, -50%) rotate(-45deg);
  width: 26px;
  top: -2px;
}
body main {
  color: #333333;
}
body main .fv_section {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
}
body main .fv_section .swiper .swiper-slide > a {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
body main .fv_section .swiper .swiper-slide > a.fv_01 {
  background-image: url(../images/fv_pc_01.png);
}
@media print, screen and (max-width: 992px) {
  body main .fv_section .swiper .swiper-slide > a.fv_01 {
    background-image: url(../images/fv_sp_01.png);
  }
}
body main .fv_section .swiper .swiper-slide > a.fv_02 {
  background-image: url(../images/fv_pc_02.png);
}
@media print, screen and (max-width: 992px) {
  body main .fv_section .swiper .swiper-slide > a.fv_02 {
    background-image: url(../images/fv_sp_02.png);
  }
}
body main .fv_section .swiper .swiper-slide > a:hover {
  opacity: 0.7;
}
body main .fv_section .swiper .swiper-slide > a img {
  width: 100%;
}
body main .fv_section .swiper-pagination {
  bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .fv_section .swiper-pagination {
    bottom: 15px;
  }
}
body main .fv_section .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 68px;
  height: 9px;
  border-radius: 6px;
  background-color: #DADADA;
  opacity: 1;
}
@media print, screen and (max-width: 992px) {
  body main .fv_section .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 30px;
    height: 5px;
  }
}
body main .fv_section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
body main .fv_section .fv_scroll {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 2;
  transition: 0.5s;
}
body main .fv_section .fv_scroll img {
  transition: 0.5s;
}
body main .fv_section .fv_scroll:hover img {
  transform: translateY(10px);
}
body main .about_section {
  position: relative;
  text-align: center;
  background-image: url(../images/bg_about.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media print, screen and (max-width: 992px) {
  body main .about_section {
    background-image: url(../images/bg_about_sp.svg);
  }
}
body main .about_section > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body main .about_section > .blob-wrapper .blob {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body main .about_section > .blob-wrapper .blob {
    width: 200px;
    height: 200px;
  }
}
body main .about_section > .blob-wrapper .blob.pink {
  background: rgba(255, 102, 178, 0.6);
  bottom: 0%;
  right: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .about_section > .blob-wrapper .blob.pink {
    right: 0%;
  }
}
body main .about_section > .blob-wrapper .blob.blue {
  background: rgba(102, 178, 255, 0.6);
  bottom: 3%;
  left: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .about_section > .blob-wrapper .blob.blue {
    bottom: auto;
    top: 0;
    left: 0%;
  }
}
body main .about_section > .blob-wrapper .blob.yellow {
  background: rgba(220, 255, 93, 0.843);
  top: 0%;
  right: 5px;
}
@media print, screen and (max-width: 992px) {
  body main .about_section > .blob-wrapper .blob.yellow {
    right: 0%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.15);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.85);
  }
}
@media print, screen and (min-width: 992px) {
  body main .about_section > .container {
    max-width: 700px !important;
  }
}
body main .about_section > .container h1 {
  color: #FF8DB7;
}
body main .about_section > .container > h3 {
  font-size: 48px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  margin: 60px 0 30px;
  background: linear-gradient(269.91deg, #FFDF4F 15.62%, #FFA26D 27.68%, #FF658B 39.74%, #FF7C95 53.23%, #C978F8 73.05%, #A2C4FF 88.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media print, screen and (max-width: 992px) {
  body main .about_section > .container > h3 {
    font-size: 40px;
  }
}
body main .about_section > .container > h3.t_left {
  text-align: left;
  margin: 30px 0 10px;
}
body main .about_section > .container > h3.t_right {
  text-align: right;
  margin: 0 0 30px;
}
body main .about_section > .container > p {
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .about_section > .container > p {
    font-size: 16px;
  }
}
body main .pink_grad {
  text-align: center;
  background: url(../images/bg_artist.svg), linear-gradient(180deg, rgba(255, 141, 183, 0.35) 0%, rgba(255, 167, 193, 0.35) 24.92%, rgba(255, 255, 255, 0.35) 84.94%);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}
@media print, screen and (max-width: 992px) {
  body main .pink_grad {
    background: url(../images/bg_artist_sp.svg), linear-gradient(180deg, rgba(255, 141, 183, 0.35) 0%, rgba(255, 167, 193, 0.35) 24.92%, rgba(255, 255, 255, 0.35) 84.94%);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
body main .pink_grad .artist_section {
  padding: 60px 0 20px;
}
@media print, screen and (max-width: 992px) {
  body main .pink_grad .artist_section {
    padding: 60px 0 0px;
  }
}
body main .pink_grad .artist_section h1 {
  color: #FFFFFF;
}
body main .pink_grad .artist_section .artistSwiper {
  margin-top: 50px;
}
body main .pink_grad .artist_section .artistSwiper .swiper-slide {
  position: relative;
}
body main .pink_grad .artist_section .artistSwiper .swiper-slide > a {
  transition: 0.5s;
  text-decoration: none;
}
body main .pink_grad .artist_section .artistSwiper .swiper-slide > a:hover {
  opacity: 0.7;
}
body main .pink_grad .artist_section .artistSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body main .pink_grad .artist_section .artistSwiper .swiper-slide p {
  position: relative;
  margin-top: 30px;
}
body main .pink_grad .artist_section .artistSwiper .swiper-slide .img_shadow {
  content: "";
  position: relative;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 90%;
  height: 40px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(232, 161, 174, 0.3) 5.13%, rgba(255, 205, 215, 0) 100%);
  z-index: 0;
  pointer-events: none;
}
@media print, screen and (max-width: 992px) {
  body main .pink_grad .artist_section .artistSwiper .swiper-slide .img_shadow {
    bottom: -30px;
  }
}
body main .pink_grad .news_section {
  padding: 60px 0;
}
@media print, screen and (min-width: 992px) {
  body main .pink_grad .news_section > .container {
    max-width: 1100px !important;
  }
}
body main .pink_grad .news_section > .container h1 {
  color: #FF8DB7;
}
body main .pink_grad .news_section > .container ul {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
@media print, screen and (max-width: 992px) {
  body main .pink_grad .news_section > .container ul {
    margin: 20px 0;
  }
}
body main .pink_grad .news_section > .container ul li {
  text-align: left;
  border-bottom: 1px solid #FFD0D9;
  padding: 25px 0;
}
body main .pink_grad .news_section > .container ul li > a {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
}
body main .pink_grad .news_section > .container ul li > a:hover {
  opacity: 0.7;
}
body main .pink_grad .news_section > .container ul li > a .date_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
body main .pink_grad .news_section > .container ul li > a .date_flex > .date {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .pink_grad .news_section > .container ul li > a .date_flex > .date {
    font-size: 16px;
  }
}
body main .pink_grad .news_section > .container ul li > a .date_flex > .cat {
  display: inline-block;
  font-size: 14px;
  border-radius: 11.5px;
  background-color: #FFFFFF;
  padding: 2px 12px;
}
body main .pink_grad .news_section > .container ul li > a .date_flex > .cat.cat_live {
  color: #FF8DB7;
  border: 1px solid #FF8DB7;
}
body main .pink_grad .news_section > .container ul li > a .date_flex > .cat.cat_media {
  color: #94C5FD;
  border: 1px solid #94C5FD;
}
body main .pink_grad .news_section > .container ul li > a .date_flex > .cat.cat_re {
  color: #677BBE;
  border: 1px solid #677BBE;
}
body main .pink_grad .news_section > .container ul li > a > .title {
  margin-bottom: 0;
  width: 100%;
  font-size: 18px;
}
@media print, screen and (max-width: 992px) {
  body main .pink_grad .news_section > .container ul li > a > .title {
    font-size: 16px;
  }
}
body main .pink_grad .news_section > .container .more_btn {
  text-align: center;
}
body main .pink_grad .news_section > .container .more_btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #FFC9D3 0%, #FF8DB7 100%);
  border: 3px solid rgb(255, 143, 164);
  border-radius: 30px;
  width: 350px;
  padding: 15px 0;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .pink_grad .news_section > .container .more_btn a {
    width: 85%;
  }
}
body main .pink_grad .news_section > .container .more_btn a:hover {
  opacity: 0.7;
}
body main .pink_grad .news_section > .container .more_btn a::after {
  content: url(../images/icon_right.svg);
  position: absolute;
  top: 54%;
  right: 8%;
  transform: translateY(-50%);
}
body main .recruit_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
body main .recruit_section > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body main .recruit_section > .blob-wrapper .blob {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body main .recruit_section > .blob-wrapper .blob {
    width: 150px;
    height: 150px;
  }
}
body main .recruit_section > .blob-wrapper .blob.blue {
  background: rgba(102, 178, 255, 0.6);
  top: 20%;
  left: 100px;
}
@media print, screen and (max-width: 992px) {
  body main .recruit_section > .blob-wrapper .blob.blue {
    top: 5%;
    left: 0%;
  }
}
body main .recruit_section > .blob-wrapper .blob.yellow {
  background: rgba(220, 255, 93, 0.843);
  bottom: 0%;
  right: 100px;
}
@media print, screen and (max-width: 992px) {
  body main .recruit_section > .blob-wrapper .blob.yellow {
    right: 0%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.15);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.85);
  }
}
@media print, screen and (min-width: 992px) {
  body main .recruit_section > .container {
    max-width: 900px !important;
  }
}
body main .recruit_section > .container h1 {
  color: #94C5FD;
}
body main .recruit_section > .container h6 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .recruit_section > .container h6 {
    margin-bottom: 30px;
  }
}
body main .recruit_section > .container a {
  transition: 0.5s;
}
body main .recruit_section > .container a:hover {
  opacity: 0.7;
}
body main .contact_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: url(../images/bg_contact.svg), #FFE5EA;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section {
    background: url(../images/bg_contact_sp.svg), #FFE5EA;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
body main .contact_section > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
body main .contact_section > .blob-wrapper .blob {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section > .blob-wrapper .blob {
    width: 250px;
    height: 250px;
  }
}
body main .contact_section > .blob-wrapper .blob.pink {
  background: rgba(255, 102, 178, 0.6);
  top: 0%;
  right: 100px;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section > .blob-wrapper .blob.pink {
    top: 10%;
    right: 0%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.15);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.85);
  }
}
body main .contact_section h1 {
  color: #FF8DB7;
}
body main .contact_section .contact_btn {
  text-align: center;
  margin-top: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_btn {
    margin-top: 30px;
  }
}
body main .contact_section .contact_btn > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF7E9D 0%, #8098ED 100%);
  border: 8px solid #FFFFFF;
  border-radius: 20px;
  width: 600px;
  padding: 20px 0;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_btn > a {
    width: 90%;
    font-size: 24px;
    text-align: left;
    padding: 20px;
  }
}
body main .contact_section .contact_btn > a:hover {
  opacity: 0.7;
}
body main .contact_section .contact_btn > a::after {
  content: url(../images/icon_contact.svg);
  position: absolute;
  top: 55%;
  right: 3%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_btn > a::after {
    right: 5%;
  }
}
body main .bread_list {
  padding-top: 50px;
}
body main .bread_list p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 0;
  color: rgb(153, 153, 153);
}
body main .bread_list p > a {
  text-decoration: none;
  color: rgb(153, 153, 153);
  transition: 0.5s;
}
body main .bread_list p > a:hover {
  opacity: 0.7;
}
body main .bread_list p > a::after {
  content: "＞";
  margin-left: 10px;
}
body main .re_ch_01_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: url(../images/bg_re_ch_01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
body main .re_ch_01_section > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body main .re_ch_01_section > .blob-wrapper .blob {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_01_section > .blob-wrapper .blob {
    width: 150px;
    height: 150px;
  }
}
body main .re_ch_01_section > .blob-wrapper .blob.blue {
  background: rgba(102, 178, 255, 0.6);
  top: 20%;
  left: 100px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_01_section > .blob-wrapper .blob.blue {
    top: 20%;
    left: 0%;
  }
}
body main .re_ch_01_section > .blob-wrapper .blob.yellow {
  background: rgba(220, 255, 93, 0.843);
  bottom: 0%;
  right: 100px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_01_section > .blob-wrapper .blob.yellow {
    right: 0%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.15);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.85);
  }
}
body main .re_ch_01_section h1 {
  color: #A2C4FF;
}
body main .re_ch_01_section h6 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_01_section h6 {
    margin-bottom: 30px;
  }
}
body main .re_ch_02_section {
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  padding: 60px 0;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_02_section {
    padding: 30px 0;
  }
}
body main .re_ch_02_section .audition_box {
  position: relative;
}
body main .re_ch_02_section .audition_box > h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #FF8DB7;
  padding: 20px 0;
  width: 500px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_02_section .audition_box > h2 {
    top: 90%;
    font-size: 18px;
    padding: 15px 0;
    line-height: 1.6;
    width: 70%;
  }
}
body main .re_ch_02_section p {
  margin: 50px 0;
  line-height: 1.8;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_02_section p {
    margin: 80px 0 40px;
  }
}
body main .re_ch_02_section ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body main .re_ch_02_section ul li {
  color: rgb(255, 141, 183);
  background-color: rgb(255, 244, 248);
  border-left: 5px solid rgba(255, 141, 183, 0.5);
  font-weight: bold;
  padding: 15px 0px;
  width: 250px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_02_section ul li {
    width: 85%;
  }
}
body main .re_ch_03_section {
  text-align: center;
  background: linear-gradient(0deg, #FFD7E6 0%, #FFFFFF 76.44%);
  padding: 60px 0;
}
body main .re_ch_03_section h1 {
  margin-bottom: 30px;
}
body main .re_ch_03_section ul {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
body main .re_ch_03_section ul li {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  width: 250px;
  padding: 10px 10px 30px;
  border-radius: 138px;
}
body main .re_ch_03_section ul li:nth-child(odd) {
  background: linear-gradient(172.8deg, #ACD2FA -3.27%, #FFA2C5 47.26%);
}
body main .re_ch_03_section ul li:nth-child(even) {
  background: linear-gradient(172.8deg, #FFA2C5 19.19%, #ACD2FA 69.72%);
}
body main .re_ch_03_section ul li h2 {
  font-size: 38px;
  font-weight: bold;
  margin-top: 10px;
}
body main .re_ch_03_section ul li p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 0;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_03_section ul li p {
    font-size: 24px;
  }
}
body main .re_ch_03_section ul li p > span {
  font-size: 22px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_03_section ul li p > span {
    font-size: 20px;
  }
}
body main .re_ch_04_section {
  position: relative;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  padding: 60px 0;
}
@media print, screen and (min-width: 992px) {
  body main .re_ch_04_section > .container {
    max-width: 950px !important;
  }
}
body main .re_ch_04_section h1 {
  margin-bottom: 30px;
}
body main .re_ch_04_section ul {
  list-style: none;
  padding: 0;
  margin: 100px 0 100px;
}
@media print, screen and (min-width: 992px) {
  body main .re_ch_04_section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin: 100px 0 120px;
  }
}
body main .re_ch_04_section ul li {
  position: relative;
  z-index: 1;
  color: #8098ED;
  font-size: 24px;
  font-weight: 700;
  width: 188px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_04_section ul li {
    width: auto;
    margin-bottom: 170px;
  }
}
body main .re_ch_04_section ul li::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(128, 152, 237, 0.1);
  border-radius: 50%;
  width: 188px;
  height: 188px;
}
body main .re_ch_04_section ul li::after {
  content: url(../images/icon_re_ch_04.svg);
  position: absolute;
}
@media print, screen and (min-width: 992px) {
  body main .re_ch_04_section ul li::after {
    top: 59%;
    right: -20%;
    transform: translate(0%, -50%);
  }
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_04_section ul li::after {
    bottom: -100px;
    left: 49%;
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_04_section ul li:nth-child(2)::after {
    bottom: -115px;
  }
  body main .re_ch_04_section ul li:nth-child(3)::after {
    bottom: -110px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_04_section ul li:last-child {
    margin-bottom: 0;
  }
}
body main .re_ch_04_section ul li:last-child::before {
  content: "";
  background-color: #FFFFFF;
  border: 3px solid #8098ED;
}
body main .re_ch_04_section ul li:last-child::after {
  content: "";
}
body main .re_ch_04_section p {
  line-height: 2.4;
  text-align: left;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_04_section p {
    line-height: 2;
  }
}
body main .re_ch_04_section .aud_ab {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_04_section .aud_ab {
    top: 44%;
    left: 0;
    width: 90px;
  }
}
body main .re_ch_05_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  font-family: "M PLUS 1p", sans-serif;
  background: url(../images/bg_re_ch_05.svg), linear-gradient(180deg, rgba(255, 229, 234, 0.35) 26.28%, rgba(255, 196, 207, 0.35) 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
body main .re_ch_05_section > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body main .re_ch_05_section > .blob-wrapper .blob {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_05_section > .blob-wrapper .blob {
    width: 250px;
    height: 250px;
  }
}
body main .re_ch_05_section > .blob-wrapper .blob.pink {
  background: rgba(255, 102, 178, 0.6);
  top: 0%;
  right: 200px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_05_section > .blob-wrapper .blob.pink {
    top: 10%;
    right: 0%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.15);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.85);
  }
}
body main .re_ch_05_section h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #FF8DB7;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_05_section h2 {
    font-size: 22px;
  }
}
body main .re_ch_05_section h2 > span {
  color: #687ABE;
}
body main .re_ch_05_section .contact_btn {
  text-align: center;
  margin-top: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_05_section .contact_btn {
    margin-top: 30px;
  }
}
body main .re_ch_05_section .contact_btn > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF7E9D 0%, #8098ED 100%);
  border: 8px solid #FFFFFF;
  border-radius: 20px;
  width: 600px;
  padding: 20px 0;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_05_section .contact_btn > a {
    width: 90%;
    font-size: 24px;
    text-align: left;
    padding: 20px;
  }
}
body main .re_ch_05_section .contact_btn > a:hover {
  opacity: 0.7;
}
body main .re_ch_05_section .contact_btn > a::after {
  content: url(../images/icon_contact.svg);
  position: absolute;
  top: 55%;
  right: 3%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 992px) {
  body main .re_ch_05_section .contact_btn > a::after {
    right: 5%;
  }
}
body main .ne_ch_01_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: url(../images/bg_pink_star.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media print, screen and (min-width: 992px) {
  body main .ne_ch_01_section > .container {
    max-width: 1100px !important;
  }
}
body main .ne_ch_01_section > .container h1 {
  color: #FF8DB7;
}
body main .ne_ch_01_section > .container .cat_tab {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .ne_ch_01_section > .container .cat_tab {
    margin: 40px 0 0;
    gap: 15px;
  }
}
body main .ne_ch_01_section > .container .cat_tab li a {
  display: inline-block;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.5s;
  font-size: 20px;
  font-weight: bold;
  width: 180px;
  padding: 3px 0;
  border: 2px solid #333333;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .ne_ch_01_section > .container .cat_tab li a {
    width: 150px;
  }
}
body main .ne_ch_01_section > .container .cat_tab li:first-child > a {
  color: #FF8DB7;
  border: 2px solid #FF8DB7;
}
body main .ne_ch_01_section > .container .cat_tab li:first-child > a:hover, body main .ne_ch_01_section > .container .cat_tab li:first-child > a.bg_active {
  color: #FFFFFF;
  background-color: #FF8DB7;
}
body main .ne_ch_01_section > .container .cat_tab li:nth-child(2) > a {
  color: #94C5FD;
  border: 2px solid #94C5FD;
}
body main .ne_ch_01_section > .container .cat_tab li:nth-child(2) > a:hover, body main .ne_ch_01_section > .container .cat_tab li:nth-child(2) > a.bg_active {
  color: #FFFFFF;
  background-color: #94C5FD;
}
body main .ne_ch_01_section > .container .cat_tab li:last-child > a {
  color: #8098ED;
  border: 2px solid #8098ED;
}
body main .ne_ch_01_section > .container .cat_tab li:last-child > a:hover, body main .ne_ch_01_section > .container .cat_tab li:last-child > a.bg_active {
  color: #FFFFFF;
  background-color: #8098ED;
}
body main .ne_ch_01_section > .container .post_list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  text-align: left;
  display: none;
}
@media print, screen and (max-width: 992px) {
  body main .ne_ch_01_section > .container .post_list {
    margin: 40px 0 0;
  }
}
body main .ne_ch_01_section > .container .post_list.list_active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body main .ne_ch_01_section > .container .post_list li {
  padding: 30px 0;
}
body main .ne_ch_01_section > .container .post_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
}
body main .ne_ch_01_section > .container .post_list li a:hover {
  opacity: 0.7;
}
body main .ne_ch_01_section > .container .post_list li a .left {
  width: 25%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (max-width: 992px) {
  body main .ne_ch_01_section > .container .post_list li a .left {
    width: 100%;
    height: 180px;
  }
}
body main .ne_ch_01_section > .container .post_list li a .right {
  width: 70%;
}
@media print, screen and (max-width: 992px) {
  body main .ne_ch_01_section > .container .post_list li a .right {
    width: 100%;
  }
}
body main .ne_ch_01_section > .container .post_list li a .right .date_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body main .ne_ch_01_section > .container .post_list li a .right .date_flex > .date {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
body main .ne_ch_01_section > .container .post_list li a .right .date_flex > .cat {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 2px 12px;
}
body main .ne_ch_01_section > .container .post_list li a .right h2 {
  margin-bottom: 10px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
}
body main .ne_ch_01_section > .container .post_list li a .right .post_detail {
  font-size: 16px;
  margin-bottom: 0;
}
body main .ne_ch_01_section > .container .post_list.live_list li {
  border-bottom: 1px solid #FF8DB7;
}
body main .ne_ch_01_section > .container .post_list.live_list li .cat {
  color: #FF8DB7;
  border: 1px solid #FF8DB7;
}
body main .ne_ch_01_section > .container .post_list.media_list li {
  border-bottom: 1px solid #94C5FD;
}
body main .ne_ch_01_section > .container .post_list.media_list li .cat {
  color: #94C5FD;
  border: 1px solid #94C5FD;
}
body main .ne_ch_01_section > .container .post_list.re_list li {
  border-bottom: 1px solid #8098ED;
}
body main .ne_ch_01_section > .container .post_list.re_list li .cat {
  color: #8098ED;
  border: 1px solid #8098ED;
}
body main .nede_ch_01_section {
  margin: 60px 0;
}
@media print, screen and (min-width: 992px) {
  body main .nede_ch_01_section > .container {
    max-width: 1200px !important;
  }
}
body main .nede_ch_01_section > .container .nede_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left {
  width: calc(100% - 450px);
}
@media print, screen and (max-width: 992px) {
  body main .nede_ch_01_section > .container .nede_flex .nede_left {
    width: 100%;
  }
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .date_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .date_flex > .date {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .date_flex > .cat {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 2px 12px;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .date_flex > .cat.cat_live {
  color: #FF8DB7;
  border: 1px solid #FF8DB7;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .date_flex > .cat.cat_media {
  color: #94C5FD;
  border: 1px solid #94C5FD;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .date_flex > .cat.cat_re {
  color: #677BBE;
  border: 1px solid #677BBE;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left h1 {
  margin-bottom: 10px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.5;
}
@media print, screen and (max-width: 992px) {
  body main .nede_ch_01_section > .container .nede_flex .nede_left .eyecatching {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .detail_content_box {
  margin: 25px 0;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .detail_content_box p {
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0;
}
body main .nede_ch_01_section > .container .nede_flex .nede_left .detail_content_box h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  display: inline-block;
  padding-bottom: 5px;
  margin: 20px 0;
  border-bottom: 1px solid #333333;
}
@media print, screen and (max-width: 992px) {
  body main .nede_ch_01_section > .container .nede_flex .nede_left .detail_content_box figure {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
  }
}
body main .nede_ch_01_section > .container .nede_flex .nede_right {
  width: 400px;
}
@media print, screen and (max-width: 992px) {
  body main .nede_ch_01_section > .container .nede_flex .nede_right {
    width: 100%;
    margin-top: 100px;
  }
}
body main .nede_ch_01_section > .container .nede_flex .nede_right h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 0;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  text-align: left;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li {
  padding: 15px 0;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a {
    gap: 5px;
    justify-content: space-between;
  }
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a:hover {
  opacity: 0.7;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .left {
  width: 30%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .right {
  width: 65%;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .right .date_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .right .date_flex > .date {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .right .date_flex > .date {
    font-size: 12px;
  }
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .right .date_flex > .cat {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 2px 12px;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .right h3 {
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 0;
  line-height: 1.5;
}
@media print, screen and (max-width: 992px) {
  body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list li a .right h3 {
    font-size: 14px;
  }
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list.cat_live li {
  border-bottom: 1px solid #FF8DB7;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list.cat_live li .cat {
  color: #FF8DB7;
  border: 1px solid #FF8DB7;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list.cat_media li {
  border-bottom: 1px solid #94C5FD;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list.cat_media li .cat {
  color: #94C5FD;
  border: 1px solid #94C5FD;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list.cat_re li {
  border-bottom: 1px solid #8098ED;
}
body main .nede_ch_01_section > .container .nede_flex .nede_right .post_list.cat_re li .cat {
  color: #8098ED;
  border: 1px solid #8098ED;
}
body main .ar_ch_01_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: url(../images/bg_re_ch_01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media print, screen and (min-width: 992px) {
  body main .ar_ch_01_section > .container {
    max-width: 1100px !important;
  }
}
body main .ar_ch_01_section > .container h1 {
  color: #A2C4FF;
}
body main .ar_ch_01_section > .container .artist_list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .ar_ch_01_section > .container .artist_list {
    margin: 40px 0 0;
  }
}
body main .ar_ch_01_section > .container .artist_list li {
  padding: 30px 0;
  border-bottom: 1px solid #A2C4FF;
}
body main .ar_ch_01_section > .container .artist_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
}
body main .ar_ch_01_section > .container .artist_list li a:hover {
  opacity: 0.7;
}
body main .ar_ch_01_section > .container .artist_list li a .left {
  width: 25%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (max-width: 992px) {
  body main .ar_ch_01_section > .container .artist_list li a .left {
    width: 100%;
    height: 180px;
  }
}
body main .ar_ch_01_section > .container .artist_list li a .right {
  width: 70%;
}
@media print, screen and (max-width: 992px) {
  body main .ar_ch_01_section > .container .artist_list li a .right {
    width: 100%;
  }
}
body main .ar_ch_01_section > .container .artist_list li a .right h2 {
  margin-bottom: 10px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
}
body main .ar_ch_01_section > .container .artist_list li a .right h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #A2C4FF;
}
body main .ar_ch_01_section > .container .artist_list li a .right .post_detail {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.7;
}
body main .arde_ch_01_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
@media print, screen and (min-width: 992px) {
  body main .arde_ch_01_section > .container {
    max-width: 900px !important;
  }
}
body main .arde_ch_01_section > .container h1 {
  font-size: 48px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  background: linear-gradient(90deg, #6CB3FF 0%, #94C5FD 40.87%, #FF8FA4 62.5%, #FF8FC9 99.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 30px;
}
body main .arde_ch_01_section > .container h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Jua", sans-serif;
  color: #A2C4FF;
  margin-bottom: 30px;
}
body main .arde_ch_01_section > .container .artist_img {
  position: relative;
}
body main .arde_ch_01_section > .container .artist_img img {
  width: 100%;
}
@media print, screen and (max-width: 992px) {
  body main .arde_ch_01_section > .container .artist_img img {
    width: 90%;
  }
}
body main .arde_ch_01_section > .container .artist_img h3 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(180%);
  height: 100%;
  font-size: 48px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  background: linear-gradient(90deg, rgba(108, 179, 255, 0.2) 0%, rgba(148, 197, 253, 0.2) 40.87%, rgba(255, 143, 164, 0.2) 62.5%, rgba(255, 143, 201, 0.2) 99.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  writing-mode: vertical-lr;
}
@media print, screen and (max-width: 992px) {
  body main .arde_ch_01_section > .container .artist_img h3 {
    font-size: 26px;
    transform: translateX(110%);
  }
}
body main .arde_ch_01_section > .container .artist_content {
  text-align: left;
  margin-top: 40px;
}
body main .arde_ch_01_section > .container .artist_content p {
  font-size: 16px;
  line-height: 1.7;
}
body main .arde_ch_01_section > .container .member_box {
  margin-top: 40px;
  font-family: "Jua", sans-serif;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .arde_ch_01_section > .container .member_box {
    text-align: center;
  }
}
body main .arde_ch_01_section > .container .member_box h3 {
  font-size: 42px;
  font-weight: bold;
  color: #FF8DB7;
}
body main .arde_ch_01_section > .container .member_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (max-width: 992px) {
  body main .arde_ch_01_section > .container .member_box ul {
    justify-content: center;
  }
}
body main .arde_ch_01_section > .container .member_box ul li {
  width: 23%;
}
@media print, screen and (max-width: 992px) {
  body main .arde_ch_01_section > .container .member_box ul li {
    width: 200px;
  }
}
body main .arde_ch_01_section > .container .member_box ul li > div {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 200/250;
  /*  height: 250px; */
}
body main .arde_ch_01_section > .container .member_box ul li p {
  font-size: 24px;
  color: #FF8DB7;
  margin: 5px 0 0;
  text-align: left;
}
body main .co_ch_01_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: url(../images/bg_pink_star.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media print, screen and (min-width: 992px) {
  body main .co_ch_01_section > .container {
    max-width: 480px !important;
  }
}
body main .co_ch_01_section > .container h1 {
  color: #FF8DB7;
}
body main .co_ch_01_section > .container form {
  margin-top: 80px;
}
body main .co_ch_01_section > .container form .form_flex {
  text-align: left;
  margin-bottom: 20px;
  font-family: "M PLUS 1p", sans-serif;
}
body main .co_ch_01_section > .container form .form_flex.m_first {
  margin-bottom: 50px;
}
body main .co_ch_01_section > .container form .form_flex p:first-child {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}
body main .co_ch_01_section > .container form .form_flex p:first-child > span {
  font-weight: bold;
}
body main .co_ch_01_section > .container form .form_flex p:first-child > span.require {
  position: relative;
}
body main .co_ch_01_section > .container form .form_flex p:first-child > span.require::after {
  content: "必須";
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  border-radius: 20px;
  background-color: rgb(255, 141, 183);
  padding: 2px 10px;
  margin-left: 10px;
  vertical-align: middle;
}
body main .co_ch_01_section > .container form .form_flex p:last-child {
  margin-bottom: 0;
}
body main .co_ch_01_section > .container form .form_flex p:last-child input[type=text], body main .co_ch_01_section > .container form .form_flex p:last-child input[type=email], body main .co_ch_01_section > .container form .form_flex p:last-child input[type=tel] {
  width: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  border: 1.5px solid #FFD0D9;
}
body main .co_ch_01_section > .container form .form_flex p:last-child select {
  width: 100%;
  padding: 15px 10px;
  color: #333333;
  border-radius: 10px;
  border: 1.5px solid #FFD0D9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon_select.svg) no-repeat right 20px center !important;
  background-size: 17px 17px !important;
}
body main .co_ch_01_section > .container form .form_flex p:last-child textarea {
  width: 100%;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1.5px solid #FFD0D9;
}
body main .co_ch_01_section > .container form .form_agree {
  font-size: 14px;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 50px;
}
body main .co_ch_01_section > .container form .form_agree label input[type=checkbox] {
  background: rgb(247, 247, 247);
  border: 2px solid rgb(153, 153, 153);
  border-radius: 50px;
  transform: translateY(1px) scale(1.5);
}
body main .co_ch_01_section > .container form .form_agree label > span {
  margin-left: 5px;
}
body main .co_ch_01_section > .container form .form_agree label > span > a {
  color: #333333;
  transition: 0.5s;
}
body main .co_ch_01_section > .container form .form_agree label > span > a:hover {
  opacity: 0.7;
}
body main .co_ch_01_section > .container form .submit_btn input[type=submit] {
  font-size: 20px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  color: #FFFFFF;
  border: 1px solid #FF8DB7;
  border-radius: 20px;
  width: 250px;
  padding: 20px 0;
  transition: 0.5s;
  background: #FF8DB7 url(../images/icon_submit.svg) no-repeat right 20px center !important;
  background-size: 30px 30px !important;
}
@media print, screen and (max-width: 992px) {
  body main .co_ch_01_section > .container form .submit_btn input[type=submit] {
    width: 80%;
  }
}
body main .co_ch_01_section > .container form .submit_btn input[type=submit]:hover {
  opacity: 0.7;
}
body main .co_ch_01_section > .container form .submit_btn .wpcf7-spinner {
  display: block;
}
body main .page_temp_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: url(../images/bg_re_ch_01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media print, screen and (min-width: 992px) {
  body main .page_temp_section > .container {
    max-width: 1100px !important;
  }
}
body main .page_temp_section > .container h1 {
  color: #A2C4FF;
}
@media print, screen and (max-width: 992px) {
  body main .page_temp_section > .container h1 {
    font-size: 36px;
  }
}
body main .page_temp_section > .container .detail_content_box {
  margin: 40px 0 25px;
  text-align: left;
}
body main .page_temp_section > .container .detail_content_box p {
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0;
}
body main .page_temp_section > .container .detail_content_box h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  display: inline-block;
  padding-bottom: 5px;
  margin: 20px 0;
  border-bottom: 1px solid #333333;
}
@media print, screen and (max-width: 992px) {
  body main .page_temp_section > .container .detail_content_box figure {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
  }
}
body .bg_section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
body .bg_section.is_bg {
  display: block;
}
body .sns_section {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
body .sns_section > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body .sns_section > .blob-wrapper .blob {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body .sns_section > .blob-wrapper .blob {
    width: 250px;
    height: 250px;
  }
}
body .sns_section > .blob-wrapper .blob.pink {
  background: rgba(255, 102, 178, 0.6);
  bottom: 0%;
  right: 50px;
}
@media print, screen and (max-width: 992px) {
  body .sns_section > .blob-wrapper .blob.pink {
    right: 0%;
  }
}
body .sns_section > .blob-wrapper .blob.blue {
  background: rgba(102, 178, 255, 0.6);
  bottom: 3%;
  left: 50px;
}
@media print, screen and (max-width: 992px) {
  body .sns_section > .blob-wrapper .blob.blue {
    bottom: auto;
    top: 10%;
    left: 0%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.15);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.85);
  }
}
body .sns_section h1 {
  color: #94C5FD;
}
body .sns_section ul {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body .sns_section ul li a {
  transition: 0.5s;
}
body .sns_section ul li a > img {
  width: 100px;
  transition: 0.5s;
}
body .sns_section ul li a:hover img {
  transform: scale(1.05);
}
body .sns_section .link_flex {
  margin-bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
}
@media print, screen and (min-width: 992px) {
  body .sns_section .link_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body .sns_section .link_flex a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body .sns_section .link_flex a {
    display: block;
    margin: 20px 0;
  }
}
body .sns_section .link_flex a:hover {
  opacity: 0.7;
}
body .sns_section .link_flex span {
  display: inline-block;
  color: #333333;
  margin: 0 10px;
}
@media print, screen and (max-width: 992px) {
  body .sns_section .link_flex span {
    display: none;
  }
}
body footer {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
body footer > .blob-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body footer > .blob-wrapper .blob {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlob 20s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 992px) {
  body footer > .blob-wrapper .blob {
    width: 200px;
    height: 200px;
  }
}
body footer > .blob-wrapper .blob.pink {
  background: rgba(255, 102, 178, 0.6);
  top: 10%;
  right: 200px;
}
@media print, screen and (max-width: 992px) {
  body footer > .blob-wrapper .blob.pink {
    right: 0%;
  }
}
body footer > .blob-wrapper .blob.blue {
  background: rgba(102, 178, 255, 0.6);
  top: 10%;
  left: 300px;
}
@media print, screen and (max-width: 992px) {
  body footer > .blob-wrapper .blob.blue {
    left: 10%;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.05);
  }
  100% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}
body footer p {
  color: #333333;
  margin: 0;
  font-size: 12px;
}
body main .arde_ch_01_section > .container .member_box ul.member_over5 {
    justify-content: center;
	max-width:800px;
}
body main .arde_ch_01_section > .container .member_box ul.member_over5 li {
    width: calc((100% - 10px * 2) / 3);
}
body main .arde_ch_01_section > .container .member_box ul.member_over5 li > div{
}

@media print, screen and (max-width: 992px) {
  body main .arde_ch_01_section > .container .member_box ul.member_over5 li {
    width: calc((100% - 10px * 1) / 2);
    width: 200px;
  }
  body main .arde_ch_01_section > .container .member_box ul.member_over5 li > div{
    
  }
  body main .arde_ch_01_section > .container .member_box ul.member_over5 {
  }
}