@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&amp;display=swap");

/* fadein
-------------------------------------------------- */
.fadein_01 {
  animation: fadein_01 3s ease 0s 1 both;
}

@keyframes fadein_01 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadein_02 {
  animation: fadein_02 3s ease 2s 1 both;
}

@keyframes fadein_02 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadein_03 {
  animation: fadein_03 3s ease 4s 1 both;
}

@keyframes fadein_03 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* fadeInUp
-------------------------------------------------- */
.fadein_up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1.5s;
}

.fadein_up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* MVの演出
-------------------------------------------------- */
.delay_01 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay_02 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay_03 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay_04 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.scale {
  -webkit-animation-name: scale_anime;
  animation-name: scale_anime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes scale_anime {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05, 1);
    transform: scale(1.05, 1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(0.9, 0.95);
    transform: scale(0.9, 0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale_anime {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05, 1);
    transform: scale(1.05, 1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(0.9, 0.95);
    transform: scale(0.9, 0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* DLsiteスタジオ提携声優：サンプルボイス一覧
-------------------------------------------------- */
.mv_top {
  background-size: auto auto;
  background-color: rgba(154, 205, 216, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(161, 209, 219, 1) 10px, rgba(161, 209, 219, 1) 20px);
  padding: 100px;
  position: relative;
  display: flex;
  justify-content: center;
}

.vs_container img {
  max-width: 100%;
}

.vs_container {
  font-family: "Noto Sans JP", sans-serif;
}

.vs_container a:hover {
  opacity: 0.7;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

.sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 50px;
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.twitter_icon {
  background: #00acee;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-bottom: 5px solid #0f4f67;
  z-index: 5;
}

.twitter_icon::before {
  content: "\f099";
  font-family: "Font Awesome\ 5 Brands";
  font-size: 30px;
  color: #fff;
}

.logo {
  position: absolute;
  margin: 10px 15px;
  z-index: 1;
}

.img_mv2 {
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
  margin: auto;
}

.mv_btm {
  background: #f4eecf;
  padding: 19% 100px 150px;
  position: relative;
  text-align: center;
}

.mv_wrap::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 49vw solid transparent;
  border-right: 50vw solid #f0e9c2;
  border-bottom: 60px solid #f0e9c2;
}

.mv_wrap {
  position: relative;
}

.sec_wrap.bg_yellow {
  background: #f0e9c2;
}

.intro_wrap {
  display: flex;
  padding: 30px 50px 40px;
  justify-content: center;
  max-width: 1200px;
  align-items: center;
}

.intro_left img {
  display: block;
  margin: 20px 0;
}

.content_width {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.intro_left p {
  font-size: 26px;
  letter-spacing: 0.2rem;
  line-height: 2;
}

.intro_left p span {
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.intro_left {
  margin-right: 50px;
}

.intro_btn {
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
}

.sec_wrap.after_green::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #4baabe;
  border-bottom: 60px solid #4baabe;
  z-index: 1;
}

.sec_wrap.after_yellow::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #f0e9c2;
  border-bottom: 60px solid #f0e9c2;
}

.sec_wrap {
  position: relative;
  padding: 70px 20px 150px;
  overflow: hidden;
}

.sec_wrap.bg_green {
  background: #4baabe;
}

.sec_wrap h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.title_pic_left {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}

.title_pic_right {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}

.condition_title h3 {
  color: #4baabe;
  font-weight: bold;
  font-size: 21px;
  text-align: right;
  letter-spacing: 0.2rem;
}

.condition_box {
  display: flex;
}

.condition_text p {
  font-size: 17px;
  letter-spacing: 0.2rem;
  line-height: 2;
}

.condition_title {
  width: 25%;
  margin-right: 60px;
}

.condition_text {
  width: 75%;
}

.condition_box:not(:last-child) {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px dashed #e1e1e1;
}

.condition_text p span {
  font-weight: bold;
}

.condition_text p .red {
  color: #e56363;
}

.sec_inner.offer_box {
  padding: 40px;
}

.step_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step_title p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-left: 20px;
}

.mail_wrap {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
}

.mail_title p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: right;
}

.mail_text p {
  font-size: 18px;
  letter-spacing: 0.2rem;
}

.mail_box {
  display: flex;
}

.mail_title {
  width: 20%;
  margin-right: 10px;
}

.mail_box:not(:last-child) {
  margin-bottom: 25px;
}

.offer_text {
  font-size: 18px;
  letter-spacing: 0.2rem;
  line-height: 1.6;
}

.text_link {
  color: #5fa0dd;
  border-bottom: 1px solid;
}

.qa_q p {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}

.qa_q p::before {
  content: "Q";
  font-size: 30px;
  color: #a0a0a0;
  font-weight: bold;
  margin-right: 25px;
}

.qa_a {
  display: flex;
  padding: 25px 40px 40px;
  background: #f5f5f5;
  border-radius: 0 0 20px 20px;
}

.qa_a p {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.15rem;
  line-height: 2.5;
}

.qa_a::before {
  content: "A";
  font-size: 30px;
  font-weight: bold;
  color: #4baabe;
  margin-right: 30px;
}

.qa_a p span {
  font-weight: bold;
}

.qa_a p .red {
  color: #e56363;
}

.sec_inner.qa_box {
  padding: 0;
}

.qa_q {
  padding: 30px 40px;
}

.footer_img {
  display: flex;
  justify-content: center;
}

.sec_wrap.after_green.type_qa::after {
  display: none;
}

.actor_wrap h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2rem;
}

.actor_wrap .actor_wrap_title span {
  font-size: 20px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  color: #fff;
}

.actor_wrap h3 a {
  font-size: 16px;
  color: #fff;
  padding: 7px 58px;
  border-radius: 50px;
  margin-left: 30px;
  box-shadow: 5px 5px 0px -2px rgba(0, 0, 0, 0.15);
  position: relative;
}

.actor_li {
  background: #fff;
  border-radius: 20px;
  width: calc(50% - 50px);
  margin-bottom: 50px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.actor_name {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 20px 10px;
  border-radius: 20px 20px 0 0;
}

.female .actor_name {
  background: #ff9595;
}

.male .actor_name {
  background: #80d2fd;
}

.actor_name span {
  font-size: 20px;
}

.actor_ul {
  display: flex;
  flex-wrap: wrap;
}

.actor_li:nth-child(odd) {
  margin-right: 50px;
}

.charaname {
  font-size: 16px;
  margin-right: 10px;
}

.samplelist {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.character_box {
  display: flex;
  align-items: center;
}

.audiolist {
  display: flex;
}

.audiolist li a {
  background: #565656;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0px -2px rgba(0, 0, 0, 0.15);
}

.audiolist .r18 a {
  background: #de4747;
}

.audiolist li:first-child {
  margin-right: 10px;
}

.character_box:first-child {
  border-right: 1px dashed #c9c9c9;
  margin-right: 30px;
  padding-right: 30px;
}

.actor_wrap.female {
  margin: 150px 0 60px;
}

.actor_wrap.female h3 a {
  background: #80d2fd;
}

.actor_wrap.male h3 a {
  background: #ff9595;
}

.actor_wrap_title {
  margin-bottom: 40px;
}

.actor_wrap h3 a::after {
  content: "";
  position: absolute;
  right: 39px;
  top: calc(50% - 6px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.actor_wrap.male h3 a::after {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.sec_bg_pic::before {
  content: "";
  background: url(../img/bg_mic.png);
  position: absolute;
  top: 20px;
  width: 346px;
  height: 498px;
  transform: rotate(15deg);
  z-index: 0;
}

.sec_bg_pic::after {
  content: "";
  background: url(../img/bg_mic.png);
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 346px;
  height: 498px;
  transform: rotate(-15deg);
  z-index: 0;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
  
  .mv_top {
    padding: 12% 5%;
  }

  .mv_btm {
    padding: 23% 4% 19%;
  }

  .intro_wrap {
    flex-direction: column;
    padding: 0 0 40px;
  }

  .intro_left p {
    font-size: 18px;
  }

  .sec_wrap {
    padding: 50px 10px 90px;
  }

  .actor_ul {
    flex-direction: column;
  }

  .actor_li {
    width: 100%;
    margin-bottom: 30px;
  }

  .title_pic_right img,
  .title_pic_left img {
    max-width: 100px;
  }

  .title_pic_right,
  .title_pic_left {
    top: 100px;
  }

  .sec_inner {
    padding: 30px;
  }

  .condition_box {
    flex-direction: column;
    justify-content: center;
  }

  .condition_title {
    width: auto;
    margin: 0 0 20px;
  }

  .condition_text {
    width: auto;
  }

  .condition_title h3 {
    text-align: center;
  }

  .condition_text p {
    font-size: 15px;
  }

  .condition_box:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .mail_title p {
    font-size: 15px;
    text-align: left;
  }

  .mail_text p {
    font-size: 15px;
  }

  .mail_box:not(:last-child) {
    margin-bottom: 25px;
  }

  .step_title p {
    font-size: 20px;
  }

  .offer_text {
    font-size: 15px;
  }

  .qa_q p {
    font-size: 15px;
  }

  .qa_a p {
    font-size: 15px;
    line-height: 2;
  }

  .qa_a {
    padding: 20px 20px 30px;
  }

  .qa_q {
    padding: 20px;
  }

  .actor_name {
    font-size: 20px;
  }

  .actor_name span {
    font-size: 18px;
  }

  .actor_wrap h3 {
    font-size: 35px;
    flex-direction: column;
  }

  .actor_wrap .actor_wrap_title span {
    font-size: 18px;
  }

  .actor_wrap.female {
    margin: 100px 0 60px;
  }

  .intro_left {
    margin: 0 0 20px 0;
  }

  .intro_btn {
    padding-bottom: 0px;
  }

  .logo img {
    max-width: 80px;
  }

  .twitter_icon {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .twitter_icon::before {
    font-size: 16px;
  }

  .mv_wrap::after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid #f0e9c2;
  }

  .sec_wrap.after_green::after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid #4baabe;
  }

  .sec_wrap.after_yellow::after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid #f0e9c2;
  }

  .actor_wrap h3 a {
    margin: 10px 0;
  }

  .charaname {
    font-size: 15px;
  }

  .samplelist {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  .character_box:first-child {
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .sec_inner.offer_box {
    padding: 30px;
  }

  .vs_container .intro_tri {
    max-width: 250px;
  }

  .mail_box {
    flex-direction: column;
  }

  .mail_title {
    width: 100%;
    margin: 0;
  }

  .vs_container .img_mv2 {
    top: -9%;
    max-width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .sec_wrap.type_condition .title_pic_right {
    top: 45px;
  }

  .sec_wrap.type_condition .title_pic_left {
    top: 37px;
  }

  .sec_wrap.type_offer .title_pic_right,
  .title_pic_left {
    top: 60px;
  }

  .sec_wrap.type_qa .title_pic_left {
    top: 70px;
  }

  .title_pic_right,
  .title_pic_left {
    top: 80px;
  }
}
