@charset "UTF-8";
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #f886b4;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  color: #3e3e3e;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

h2, h3 {
  font-family: 'Baloo Tammudu 2', cursive;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  color: #f886b4;
}

h2 span, h3 span {
  font-size: 1.8rem;
  display: block;
  padding-top: 10px;
}

a {
  color: #5c5c5c;
  text-decoration: none;
  transition: opacity 0.2s;
}

a:hover, a:visited, a:active {
  color: #444;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

p {
  line-height: 1.8rem;
  margin: 5px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.bld {
  font-weight: bold;
}

.center {
  text-align: center;
}

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

section {
  padding: 54px 0;
}

.loading-body {
  overflow: hidden;
}

.sp {
  display: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.movie-modal {
  background: rgba(14, 76, 183, 0.95);
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  overflow-y: auto;
}

.movie-modal .row {
  align-items: center;
  height: 100%;
}

.movie-modal .inner {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 50px 20px 20px;
  width: 100%;
}

.movie-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  background: #fff;
  display: flex;
  align-items: center;
}

.loading .inner {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}

/*
=========================
COMMON	PC
=========================
*/
.outer .container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.outer .sp-menubtn {
  display: none;
}

.outer .header {
  height: 100px;
  background: rgba(248, 128, 176, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.3));
  display: block;
}

.outer .header .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
}

.outer .header .menu, .outer .header .sp-menu {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.outer .header .menu a, .outer .header .sp-menu a {
  position: relative;
  display: block;
  padding-top: 6px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px auto;
  text-align: center;
  width: 20%;
  font-size: 12px;
  line-height: 16px;
}

.outer .header .menu a span, .outer .header .sp-menu a span {
  display: block;
  font-size: 26px;
  font-family: 'Baloo Tammudu 2', cursive;
  font-weight: 600;
}

.outer .header .menu a::before, .outer .header .sp-menu a::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  background: #fbff83;
  transform: rotate(45deg) skew(5deg, 5deg);
}

.outer .header .menu a::after, .outer .header .sp-menu a::after {
  content: "";
  width: 1px;
  height: 46px;
  background: #f6bdd4;
  position: absolute;
  right: 0;
  top: 0;
}

.outer .header .menu a:nth-child(3)::before, .outer .header .sp-menu a:nth-child(3)::before {
  background: #fcd0ff;
}

.outer .header .menu a:nth-child(4)::before, .outer .header .sp-menu a:nth-child(4)::before {
  background: #80c8ff;
}

.outer .header .menu a:nth-child(5)::before, .outer .header .sp-menu a:nth-child(5)::before {
  background: #56ddc4;
}

.outer .header .menu a.logo h1, .outer .header .sp-menu a.logo h1 {
  height: 100%;
  width: 65%;
  margin: 0 auto;
  padding-right: 5%;
}

.outer .header .menu a.logo img, .outer .header .sp-menu a.logo img {
  max-width: 100%;
}

.outer .header .menu a.logo::before, .outer .header .sp-menu a.logo::before {
  display: none;
}

.outer .header .menu a.logo::after, .outer .header .sp-menu a.logo::after {
  top: 9px;
}

.outer .header .sp-menu {
  display: none;
}

.outer .common-btn a {
  background: #fff;
  color: #f886b4;
  padding: 20px;
  display: block;
  max-width: 310px;
  margin: 0 auto;
  font-weight: bold;
  border: 2px solid #f886b4;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
  border-radius: 100px;
  position: relative;
}

.outer .common-btn a::after {
  right: 23px;
  top: 23px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f886b4;
  border-right: 2px solid #f886b4;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

.outer .footer .copyright {
  background: #f886b4;
  padding: 40px 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.outer .footer .copyright p {
  width: 50%;
}

.outer .footer .copyright p.footerlink {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.outer .footer .copyright p a {
  color: #fff;
  display: block;
  text-align: right;
  margin-left: 10px;
  display: block;
  line-height: 2.5rem;
}

.outer .fixed-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}

.outer .fixed-btn a {
  width: 50px;
  height: 50px;
  display: block;
  background: #fcccdf;
  border-radius: 100px;
  border: 1px solid #fff;
}

.outer .pagetop::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -4px;
}

.audition .outer {
  padding-top: 0;
}

/*
===========================================
下層
===========================================
*/
.outer .lowerpage.talent {
  max-width: 100%;
  padding: 100px 0 0 0;
  overflow: hidden;
  min-height: 94vw;
}

.outer .lowerpage.talent .talent_top_area {
  position: relative;
}

.outer .lowerpage.talent .talent_top_area .name_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  flex-wrap: wrap;
  z-index: 1;
}

.outer .lowerpage.talent .talent_top_area .name_box .name_japanese {
  width: 100%;
  text-align: center;
}

.outer .lowerpage.talent .talent_top_area .name_box .name_japanese p {
  max-width: 23vw;
  padding: 0.5vw 3vw 0.8vw;
  min-height: 6vw;
  line-height: 4.5vw;
  font-size: 4vw;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  color: #3e3e3e;
  box-sizing: border-box;
  border-radius: 10px;
}

.outer .lowerpage.talent .talent_top_area .name_box .name_english {
  width: 100%;
  text-align: center;
  position: relative;
}

.outer .lowerpage.talent .talent_top_area .name_box .name_english p {
  max-width: 20vw;
  padding: 1vw 3vw 0;
  font-size: 1.2vw;
  min-height: 2vw;
  line-height: 1.2vw;
  text-align: center;
  font-family: 'Baloo Tammudu 2', cursive;
  display: inline-block;
  background: #fff;
  color: #3e3e3e;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
}

.outer .lowerpage.talent .talent_top_area .gra_pink_purple {
  background: #ffcfeb;
  background: linear-gradient(90deg, #ffcfeb 0%, #f6a8ff 100%);
}

.outer .lowerpage.talent .talent_top_area .blue {
  background: #85ecff;
}

.outer .lowerpage.talent .talent_top_area .top_img {
  display: flex;
  font-size: 0;
}

.outer .lowerpage.talent .talent_top_area .top_img .left {
  width: 50vw;
}

.outer .lowerpage.talent .talent_top_area .top_img .right {
  display: flex;
  align-items: center;
  color: #fff;
  width: 50vw;
  position: relative;
}

.outer .lowerpage.talent .talent_top_area .top_img .right .name_english {
  padding-left: 1vw;
  opacity: 0.4;
  color: #fff;
  font-size: 17vw;
  position: relative;
  top: 0;
}

.outer .lowerpage.talent .chara_img {
  position: relative;
}

.outer .lowerpage.talent .chara_img img {
  position: absolute;
  right: 0.5vw;
  top: -30vw;
  height: 78vw;
  z-index: 2;
}

.outer .lowerpage.talent .talent_bottom_area {
  display: flex;
}

.outer .lowerpage.talent .talent_bottom_area .left {
  width: 50vw;
  min-height: 55.5vw;
  background: url(../images/talent/production.png) no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  padding-left: 2vw;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box {
  max-width: 600px;
  width: 100%;
  padding: 40px 0;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_serif {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
  padding-bottom: 30px;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_serif p {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_detail {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_detail p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_media {
  margin: 30px 0;
  display: flex;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_media .talent_twitter {
  margin-right: 30px;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_back {
  margin: 30px auto;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_back a {
  background: #fff;
  line-height: 2rem;
  font-size: 1.8rem;
  width: 305px;
  padding: 20px;
  color: #f886b4;
  border: 1px solid #f886b4;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 100px;
  transition: 0.3s;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  cursor: pointer;
  outline: 0;
  text-align: center;
}

.outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_back a:after {
  left: 23px;
  top: 23px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f886b4;
  border-right: 2px solid #f886b4;
  transform: rotate(-135deg);
  position: absolute;
  content: "";
}

.outer .lowerpage.talent .talent_bottom_area .right {
  width: 50vw;
}

.outer .lowerpage .news {
  padding: 40px 0 80px;
}

.outer .lowerpage .news .box {
  max-width: 1000px;
  margin: 0 auto;
}

.outer .lowerpage .news .box .list {
  width: 100%;
}

.outer .lowerpage .news .box .list dl {
  display: flex;
  font-size: 16px;
  border-bottom: #f886b4 solid 1px;
  padding: 30px 20px;
  text-align: left;
  margin: 0 auto;
}

.outer .lowerpage .news .box .list dl dt {
  font-weight: bold;
  color: #f886b4;
  width: 120px;
  display: block;
  font-family: 'Baloo Tammudu 2', cursive;
  font-size: 20px;
  padding-top: 5px;
  margin-bottom: -5px;
}

.outer .lowerpage .news .box .list dl dd {
  width: calc(100% - 120px);
}

.outer .lowerpage .news .box .list dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.outer .lowerpage .news .box .more a {
  width: 124px;
  height: 124px;
  border: #f886b4 solid 3px;
  background: #fff;
  border-radius: 200px;
  display: block;
  position: relative;
  font-family: 'Baloo Tammudu 2', cursive;
  font-weight: bold;
  color: #ffa9cc;
  padding-top: 44px;
  font-size: 25px;
}

.outer .lowerpage .news .box .more a::after {
  right: 52px;
  top: 71px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffa9cc;
  border-right: 3px solid #ffa9cc;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

.outer .lowerpage .newsdetail_title .data {
  font-weight: bold;
  color: #f886b4;
  display: block;
  font-family: 'Baloo Tammudu 2', cursive;
  font-size: 22px;
  padding: 0 10px;
  margin: 40px auto 0;
  line-height: 1.5;
}

.outer .lowerpage .newsdetail_title .title {
  font-weight: bold;
  font-size: 26px;
  margin: 10px auto 20px;
  padding: 0 10px;
  line-height: 1.4;
}

.outer .lowerpage .newsdetail {
  padding: 40px;
  border-top: 1px solid #f886b4;
  border-bottom: 1px solid #f886b4;
}

.outer .lowerpage .newsdetail img {
  padding: 10px 20px;
}

.outer .lowerpage .newsdetail p {
  margin: 0 auto;
}

.outer .lowerpage .newsdetail a {
  color: #38cabd;
}

.outer .lowerpage .newsdetail h2 {
  font-size: 2.0rem;
  background: #f886b4;
  color: #fff;
  border-radius: 5px;
  padding: 13px 15px 0 15px;
  text-align: left;
  margin: 20px auto;
  line-height: 1.2;
}

.outer .lowerpage .newsdetail h3 {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  padding: 13px 15px 0 30px;
  margin: 20px auto;
  line-height: 1.2;
}

.outer .lowerpage .newsdetail h3::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: #f886b4;
  border-radius: 50px;
}

.outer .lowerpage .newsdetail_btn {
  margin: 50px auto;
  text-align: center;
}

.outer .lowerpage .newsdetail_btn a {
  background: #fff;
  line-height: 2rem;
  font-size: 1.8rem;
  width: 310px;
  padding: 20px;
  color: #f886b4;
  border: 1px solid #f886b4;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 100px;
  transition: 0.3s;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  cursor: pointer;
  outline: 0;
  text-align: center;
}

.outer .lowerpage .newsdetail_btn a:after {
  left: 23px;
  top: 23px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f886b4;
  border-right: 2px solid #f886b4;
  transform: rotate(-135deg);
  position: absolute;
  content: "";
}

/*
===========================================
COMMON SP
===========================================
*/
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp img {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 4rem;
  }
  h2 span {
    font-size: 1.5rem;
  }
  .section {
    padding: 40px 0;
  }
  .outer .sp-menubtn {
    display: block;
    transition: all .4s;
    background: #f886b4;
    width: 60px;
    height: 60px;
    position: fixed;
    text-align: center;
    top: 2vw;
    right: 2vw;
    left: auto;
    border-radius: 100px;
    z-index: 11;
  }
  .outer .sp-menubtn .inner {
    position: relative;
    height: 100%;
  }
  .outer .sp-menubtn span {
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .4s;
    width: 30px;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
  }
  .outer .sp-menubtn span:nth-of-type(1) {
    top: 17px;
    left: 15px;
  }
  .outer .sp-menubtn span:nth-of-type(2) {
    top: 39px;
    left: 15px;
  }
  .outer .sp-menubtn span:nth-of-type(3) {
    top: 28px;
    left: 15px;
  }
  .outer .sp-menubtn.close span:nth-of-type(1) {
    transform: translateY(20px) rotate(-45deg);
    top: 9px;
    left: 15px;
  }
  .outer .sp-menubtn.close span:nth-of-type(2) {
    transform: translateY(-20px) rotate(45deg);
    top: 50px;
    left: 15px;
  }
  .outer .sp-menubtn.close span:nth-of-type(3) {
    opacity: 0;
  }
  .outer .header {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .outer .common-btn a {
    width: 80%;
    padding: 10px 20px;
  }
  .outer .common-btn a::after {
    top: 14px;
  }
}

/*
===========================================
audition
===========================================
*/
.top .kv {
  position: relative;
  background-image: url(../images/kv.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.top .kv .logo {
  text-align: center;
  width: 100%;
  padding-top: 50px;
}

.top .kv .official-twi {
  position: absolute;
  top: 30px;
  left: 0;
  width: 150px;
}

.top .intr {
  padding: 100px 20px 40px;
}

.top .intr p {
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4rem;
}

.top .headline {
  background: #f886b4;
  border-radius: 300px;
  text-align: right;
  padding: 45px 50px 15px;
  position: absolute;
  right: 50%;
  top: -4vw;
  margin-right: 24vw;
  width: 800px;
  transform: rotate(-5.7deg);
  box-shadow: 2px 5px #fcccdf;
}

.top .headline h2 {
  color: #fff;
  text-align: left;
  display: inline-block;
  font-size: 48px;
  line-height: 28px;
  width: 240px;
}

.top .headline h2 span {
  font-size: 18px;
  padding-top: 0;
}

.top section.skew, .top section.skew-last {
  padding-top: 10vw;
  position: relative;
}

.top section.skew::before, .top section.skew-last::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vw 100vw;
  border-color: transparent transparent #fff2f7 transparent;
}

.top section.skew .inner, .top section.skew-last .inner {
  background: #fff2f7;
  position: relative;
  text-align: center;
  padding: 5vw 20px 10vw;
}

.top section.skew .inner::after, .top section.skew-last .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vw 100vw;
  border-color: transparent transparent #fff transparent;
}

.top section.skew-last {
  padding-bottom: 0;
}

.top section.skew-last .inner {
  padding: 6vw 20px 100px;
}

.top section.skew-last .inner::after {
  display: none;
  content: none;
}

.top .talent {
  padding: 100px 20px 0;
  position: relative;
  margin-top: 100px;
}

.top .talent .list {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto -5%;
}

.top .talent .list .box {
  width: 28%;
  display: inline-block;
  margin: 0 2.5% 5%;
}

.top .talent .list .box .thumb img {
  border-radius: 300px;
}

.top .talent .list .box .name {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0;
}

.top .talent .list .box .link {
  text-align: center;
}

.top .talent .list .box .link a {
  width: 50px;
  display: inline-block;
  margin: 0 8px;
}

.top .news {
  padding: 40px 0 80px;
}

.top .news .box {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.top .news .box .list {
  width: calc(100% - 160px);
}

.top .news .box .list dl {
  display: flex;
  font-size: 16px;
  border-bottom: #f886b4 solid 1px;
  padding: 20px;
  text-align: left;
}

.top .news .box .list dl dt {
  font-weight: bold;
  color: #f886b4;
  width: 120px;
  display: block;
  font-family: 'Baloo Tammudu 2', cursive;
  font-size: 20px;
  padding-top: 5px;
  margin-bottom: -5px;
}

.top .news .box .list dl dd {
  width: calc(100% - 120px);
}

.top .news .box .list dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top .news .box .more a {
  width: 124px;
  height: 124px;
  border: #f886b4 solid 3px;
  background: #fff;
  border-radius: 200px;
  display: block;
  position: relative;
  font-family: 'Baloo Tammudu 2', cursive;
  font-weight: bold;
  color: #ffa9cc;
  padding-top: 44px;
  font-size: 25px;
}

.top .news .box .more a::after {
  right: 52px;
  top: 71px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffa9cc;
  border-right: 3px solid #ffa9cc;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

.top #goods {
  padding: 11vw 0 0;
  margin-top: -13vw;
}

.top .goods {
  padding: 140px 20px 50px;
  position: relative;
}

.top .goods .frame {
  border: 1px solid #f886b4;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 100px 20px;
}

.top .goods .frame p {
  color: #f886b4;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.top .goods .bnr {
  max-width: 900px;
  margin: 0 auto;
}

.top .goods .bnr img {
  border-radius: 25px;
  border: 1px solid #f886b4;
}

.top .application .tex p {
  text-align: center;
  padding-bottom: 10px;
}

.top .application p.note {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .top .headline {
    margin-right: -220px;
    padding: 32px 50px 15px;
    right: 100%;
  }
  .top .headline h2 {
    font-size: 32px;
    line-height: 23px;
    max-width: inherit;
    width: 140px;
  }
  .top .headline h2 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 980px) {
  .top h2, .top h3 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .top .talent {
    margin-top: 0;
  }
  .top .kv {
    background-image: url(../images/sp_kv.jpg);
    margin-top: 0;
  }
  .top .kv .logo {
    width: 60vw;
    margin: 0 auto;
    padding-top: 0;
  }
  .top .kv .official-twi {
    top: inherit;
    bottom: 16vw;
    width: 30vw;
    max-width: 170px;
  }
  .top .kv .btns {
    top: 90vw;
    width: 43vw;
    left: 2vw;
  }
  .top .intr {
    padding: 60px 20px 40px;
  }
  .top .intr p {
    font-size: 1.7rem;
    line-height: 3rem;
    padding: 0;
  }
  .top .talent {
    padding: 100px 10px 0;
  }
  .top .talent .list .box {
    width: 46%;
    margin: 0 1.5% 10%;
  }
  .top .talent .list .box .name {
    font-size: 18px;
    padding: 20px 0 10px;
  }
  .top .talent .list .box .link a {
    width: 34px;
  }
  .top .news .box {
    flex-wrap: wrap;
  }
  .top .news .box .list {
    width: 100%;
  }
  .top .news .box .more {
    width: 80%;
    margin: 60px auto 0;
    max-width: 300px;
  }
  .top .news .box .more a {
    width: 100%;
    height: auto;
    padding: 22px 0 8px;
    font-size: 22px;
  }
  .top .news .box .more a::after {
    top: 22px;
    width: 8px;
    height: 8px;
  }
  .top .goods {
    padding: 130px 20px 50px;
  }
  .top .goods .frame {
    padding: 60px 20px;
  }
  .top .goods .frame p {
    font-size: 24px;
  }
  .top .application {
    margin: 0 auto;
    padding-top: 10vw;
  }
  .top .application .tex {
    padding-top: 40px;
  }
  .top .application .contact_box {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 980px) {
  .outer .header .menu, .outer .header .sp-menu {
    display: block;
    max-width: 100%;
    margin: 0;
    z-index: 10;
  }
  .outer .header .menu a, .outer .header .sp-menu a {
    width: 100%;
    text-align: left;
    padding: 30px 20px;
    font-size: 27px;
    line-height: 30px;
  }
  .outer .header .menu a::after, .outer .header .menu a::before, .outer .header .sp-menu a::after, .outer .header .sp-menu a::before {
    display: none;
  }
  .outer .header .menu a span, .outer .header .sp-menu a span {
    font-size: 56px;
  }
  .outer .header .menu a.logo, .outer .header .sp-menu a.logo {
    padding: 30px 0 30px 5px;
    width: 44vw;
  }
  .outer .header .menu a.logo h1, .outer .header .sp-menu a.logo h1 {
    width: 100%;
  }
  .outer .header .menu {
    display: none !important;
  }
}

/*
===========================================
下層共通
===========================================
*/
.outer .lowerpage {
  padding-top: 100px;
  min-height: calc(100vh - 107px);
}

/*
===========================================
タレント詳細
===========================================
*/
@media screen and (max-width: 980px) {
  .outer .lowerpage.talent {
    max-width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
    min-height: 94vw;
  }
  .outer .lowerpage.talent .talent_top_area {
    position: relative;
  }
  .outer .lowerpage.talent .talent_top_area .name_box {
    position: absolute;
    top: 0;
    left: 3vw;
    right: auto;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex-wrap: wrap;
    z-index: 1;
  }
  .outer .lowerpage.talent .talent_top_area .name_box .name_japanese {
    width: 100%;
    text-align: center;
  }
  .outer .lowerpage.talent .talent_top_area .name_box .name_japanese p {
    max-width: 34vw;
    padding: 1vw 3vw 1.5vw;
    min-height: 6vw;
    line-height: 7.5vw;
    font-size: 7vw;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    color: #3e3e3e;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .outer .lowerpage.talent .talent_top_area .name_box .name_english {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .outer .lowerpage.talent .talent_top_area .name_box .name_english p {
    max-width: 23vw;
    padding: 1vw 3vw 0;
    font-size: 2.2vw;
    min-height: 2vw;
    line-height: 2.2vw;
    text-align: center;
    font-family: 'Baloo Tammudu 2', cursive;
    display: inline-block;
    background: #fff;
    color: #3e3e3e;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
  }
  .outer .lowerpage.talent .talent_top_area .blue {
    background: #85ecff;
  }
  .outer .lowerpage.talent .talent_top_area .top_img {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
  }
  .outer .lowerpage.talent .talent_top_area .top_img .left {
    width: 100%;
    height: 50vw;
  }
  .outer .lowerpage.talent .talent_top_area .top_img .left img {
    width: 100%;
    height: auto;
  }
  .outer .lowerpage.talent .talent_top_area .top_img .right {
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    position: relative;
    height: 50vw;
  }
  .outer .lowerpage.talent .talent_top_area .top_img .right .name_english {
    padding-left: 1vw;
    opacity: 0.4;
    color: #fff;
    font-size: 24vw;
    position: relative;
    top: 0;
  }
  .outer .lowerpage.talent .chara_img {
    position: relative;
  }
  .outer .lowerpage.talent .chara_img img {
    position: absolute;
    right: -12.5vw;
    top: -90vw;
    height: auto;
    z-index: 2;
    width: 80vw;
  }
  .outer .lowerpage.talent .talent_bottom_area {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3vw;
    position: relative;
    z-index: 7;
  }
  .outer .lowerpage.talent .talent_bottom_area .left {
    width: 100%;
    min-height: 55.5vw;
    background: url(../images/talent/production.png) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box {
    max-width: 100%;
    width: 100%;
    padding: 40px 0;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_serif {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 30px;
    text-shadow: 2px  2px 10px #fff , -2px  2px 10px #fff , 2px -2px 10px #fff , -2px -2px 10px #fff;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_serif p {
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    text-shadow: 2px  2px 10px #fff , -2px  2px 10px #fff , 2px -2px 10px #fff , -2px -2px 10px #fff;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_detail {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 2px  2px 10px #fff , -2px  2px 10px #fff , 2px -2px 10px #fff , -2px -2px 10px #fff;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_detail p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    text-shadow: 2px  2px 10px #fff , -2px  2px 10px #fff , 2px -2px 10px #fff , -2px -2px 10px #fff;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_media {
    margin: 30px 0;
    display: flex;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_media .talent_twitter {
    margin-right: 30px;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_back {
    margin: 30px auto;
    text-align: center;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_back a {
    background: #fff;
    line-height: 2rem;
    font-size: 1.8rem;
    width: 305px;
    padding: 20px;
    color: #f886b4;
    border: 1px solid #f886b4;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 100px;
    transition: 0.3s;
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none !important;
    cursor: pointer;
    outline: 0;
    text-align: center;
  }
  .outer .lowerpage.talent .talent_bottom_area .left .bottom_box .talent_back a:after {
    left: 23px;
    top: 23px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f886b4;
    border-right: 2px solid #f886b4;
    transform: rotate(-135deg);
    position: absolute;
    content: "";
  }
  .outer .lowerpage.talent .talent_bottom_area .right {
    width: 100%;
  }
}

/*
===========================================
ニュース関連
===========================================
*/
@media screen and (max-width: 980px) {
  .outer .lowerpage .newsdetail {
    padding: 5vw 10px;
  }
  .outer .lowerpage .newsdetail_btn a {
    max-width: 310px;
    width: 100%;
  }
}

/*
===========================================
プラポリ・利用規約など
===========================================
*/
.sentence {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0 60px;
}

.sentence h3 {
  font-weight: 700;
}

.sentence p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 40px auto;
}

.sentence p a {
  color: #f886b4;
}

.sentence dl {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 40px auto;
}

.sentence dl dt {
  font-weight: 700;
  font-size: 2rem;
}

.sentence dl dd p {
  margin: 15px 0;
}

.sentence ul li {
  padding-left: 16px;
  text-indent: -16px;
  margin: 10px 0;
  line-height: 2.4rem;
}

@media screen and (max-width: 980px) {
  .sentence {
    width: 100%;
  }
  .sentence p, .sentence dl {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .sentence p dt, .sentence dl dt {
    font-size: 1.8rem;
  }
}

.sentence .common-btn {
  padding: 40px 0;
}

/*
===========================================
pager
===========================================
*/
.pager {
  text-align: center;
  margin: 60px auto 0 auto;
}

.pager .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: baseline;
}

.pager .wp-pagenavi a {
  display: inline-block;
  color: #f886b4;
  font-size: 1.6rem;
  min-width: 30px;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 8px 0;
  margin: 0 10px;
  font-weight: bold;
  border-radius: 100px;
}

.pager .wp-pagenavi a:hover {
  background: #f886b4;
  color: #fff;
}

.pager .wp-pagenavi .previouspostslink, .pager .wp-pagenavi .nextpostslink {
  width: auto;
  padding: 8px 0;
  transition: 0.3s;
}

.pager .wp-pagenavi .previouspostslink:hover, .pager .wp-pagenavi .nextpostslink:hover {
  color: #fff;
}

.pager .current {
  display: inline-block;
  font-size: 1.4rem;
  min-width: 30px;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 8px 0;
  background: #f886b4;
  color: #fff;
  transition: 0.3s;
  font-weight: bold;
  margin: 0 10px;
}

@media screen and (max-width: 980px) {
  .pager .wp-pagenavi .previouspostslink, .pager .wp-pagenavi .nextpostslink {
    display: block;
    width: auto;
    margin: 15px 0;
  }
}

/*
===========================================
not found
===========================================
*/
.notfound p {
  padding-top: 60px;
  text-align: center;
}

.notfound .common-btn {
  margin-top: 40px;
}

/* フォーム
---------------------------------------- */
.contact_txt01 {
  font-size: 16px;
  color: #494c64;
}

.contact_box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  padding: 40px 20px 0;
  text-align: left;
}

.contact_box a {
  color: #f886b4;
}

.contact_box p:empty:before {
  content: none;
}

.contact_box .must {
  background: #fff;
  color: #ff5c73;
  padding: 0 13px;
  display: inline-block;
  height: 24px;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 2;
  border-radius: 30px;
  font-weight: normal;
  border: 1px solid #ff5c73;
}

.contact_box .contact_input_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 25px;
}

.contact_box .contact_input_box:first-child {
  padding-top: 0;
}

.contact_box .contact_input_box .contact_label {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  width: 300px;
  padding: 10px 0 5px;
  box-sizing: border-box;
}

.contact_box .contact_input_box .contact_label .label {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #494c64;
  display: inline-block;
}

.contact_box .contact_input_box .contact_label .label_txt {
  padding: 10px 0 0;
  font-size: 14px;
  color: #ff5c73;
  display: block;
  width: 100%;
}

.contact_box .contact_input_box .contact_radio {
  max-width: 548px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
}

.contact_box .contact_input_box .contact_radio .mwform-radio-field {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  padding: 2px 0;
}

.contact_box .contact_input_box .contact_radio .mwform-radio-field:first-child {
  padding: 10px 0 2px;
}

.contact_box .contact_input_box .contact_radio .mwform-radio-field-text {
  font-size: 16px;
  line-height: 1.9;
  color: #494c64;
  display: inline-block;
}

.contact_box .contact_input_box .contact_radio input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  box-shadow: none !important;
  cursor: pointer;
}

.contact_box .contact_conform {
  text-align: center;
  padding: 64px 0 34px 0;
  font-size: 1.6rem;
  line-height: 2rem;
}

.contact_box .contact_conform a {
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  background-size: auto;
}

.contact_box .contact_conform .agree {
  padding-top: 5px;
  /* チェックボックス */
}

.contact_box .contact_conform .agree span {
  font-weight: bold;
}

.contact_box .contact_conform .agree label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
  font-weight: bold;
}

.contact_box .contact_conform .agree label .mwform-checkbox-field-text::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.contact_box .contact_conform .agree label .mwform-checkbox-field-text::after {
  border-right: 3px solid #ff5c73;
  border-bottom: 3px solid #ff5c73;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.contact_box .contact_conform .agree input[type=checkbox] {
  display: none;
}

.contact_box .contact_conform .agree input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.contact_box .contact_input {
  font-size: 16px;
  line-height: 1.5;
  max-width: 1000px;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0 auto;
}

.contact_box .contact_input .input_title {
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #494c64;
}

.contact_box .contact_input .input_title:first-child {
  padding: 10px 0 0;
}

.contact_box .contact_input input, .contact_box .contact_input textarea {
  border: 1px solid #808080;
  background: #fff;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  padding: 12px 15px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Work Sans';
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  color: #494c64;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  cursor: pointer;
}

.contact_box .contact_input input::placeholder, .contact_box .contact_input textarea::placeholder {
  color: #b2b2b2;
}

.contact_box .error {
  color: #ff5c73 !important;
  font-size: 16px !important;
  font-weight: bold;
  padding-top: 5px;
  display: inline !important;
}

.contact_box .other {
  width: 100%;
  max-width: 520px;
}

.contact_box .btn-submit {
  position: relative;
}

.contact_box .btn-submit::after {
  right: 23px;
  top: 23px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f886b4;
  border-right: 2px solid #f886b4;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

.contact_box .note {
  padding: 5px 0 10px;
  font-size: 1.4rem;
}

.contact_box .contact_submit {
  text-align: center;
}

.contact_box .contact_submit .submit_box {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.contact_box .contact_submit input, .contact_box .contact_submit button[type=submit] {
  background: #fff;
  line-height: 2rem;
  font-size: 1.8rem;
  width: 310px;
  padding: 20px;
  color: #f886b4;
  border: 1px solid #f886b4;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 100px;
  transition: 0.3s;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  cursor: pointer;
  outline: 0;
}

.contact_box .contact_submit input::placeholder, .contact_box .contact_submit button[type=submit]::placeholder {
  color: #d5d6e2;
}

.contact_box .contact_submit input:hover, .contact_box .contact_submit button[type=submit]:hover {
  opacity: 0.6;
}

.contact_box .contact_submit .btn-back {
  position: relative;
  margin-top: 20px;
}

.contact_box .contact_submit .btn-back button[type=submit] {
  background: #fff;
  color: #f886b4;
  border: 1px solid #f886b4;
}

.contact_box .contact_submit .btn-back::after {
  left: 23px;
  top: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f886b4;
  border-right: 2px solid #f886b4;
  transform: rotate(225deg);
  position: absolute;
  content: "";
}

.contact_box .result .common-btn {
  margin-top: 40px;
}

.contact_box .result p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .contact_box {
    padding: 20px 0 40px;
    max-width: 600px;
  }
  .contact_box .contact_submit input, .contact_box .contact_submit button[type=submit] {
    width: 260px;
    padding: 10px 20px;
  }
  .contact_box .contact_submit .btn-back::after {
    top: 15px;
  }
  .contact_box .btn-submit::after {
    top: 16px;
    width: 8px;
    height: 8px;
  }
  .contact_box .contact_input {
    padding: 0;
  }
  .contact_box .contact_input_box {
    flex-wrap: wrap;
  }
  .contact_box .contact_input_box .contact_label {
    width: 100%;
  }
}

/* 完了画面の表示 */
.mw_wp_form_complete {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.mw_wp_form_complete .common-btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form_complete {
    padding: 40px 20px;
  }
}
/*# sourceMappingURL=common.css.map */