@charset "utf-8";
html {
  font-size: 64.5%;
}
body {
  font-size: 1.6rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}
.x_hidden {
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.rev {
  flex-direction: row-reverse;
}
.nowrap {
  flex-flow: nowrap;
}
.bet {
  justify-content: space-between;
}

.jcen {
  flex-flow: row wrap;
  justify-content: center;
}

.wrap {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

figure {
  text-align: center;
}
/* 文字スタイル */
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
}
.big {
  font-size: 1.4em;
}
.small {
  font-size: 0.9em;
}
.italic {
  font-style: italic;
  padding-right: 0.12em;
}
.bold {
  font-weight: bold;
}
.tac {
  text-align: center;
}
/* 余白 */
.mb30 {
  margin-bottom: 30px;
}
.mb100 {
  margin-bottom: 100px;
}
/* 斜め背景 */
.rotate_bg {
  position: relative;
  background-color: #fff;
  margin: -50px 0 0 -2vw;
  padding: 50px 2vw;
  transform: rotate(2deg);
  width: 105%;
}
.rotate_inner {
  transform: rotate(-2deg);
}
a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
/* 共通END */

/* fv */
#fv {
  background-image: url(../images/fv_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 49vw;
  position: relative;
}

#fv h1 {
  position: absolute;
  top: 8%;
  left: 12vw;
  width: 45%;
}
#fv .fv_ttl02 {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 42%;
}
/* main */
/* イントロ */
#intro {
  background-image: url(../images/intro_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
#intro .container {
  padding: 200px 0 250px;
}
#intro h2 {
  font-size: 3.6rem;
  margin-bottom: 100px;
}
#intro p:first-of-type {
  margin-bottom: 100px;
}
#intro .bold {
  font-size: 2.4rem;
  margin-bottom: 26px;
}
/* リスト */
#list {
  background-image: url(../images/list_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 11px 10px #260a36cc);
}
#list .container {
  padding: 100px 0 200px;
}
#list p {
  color: #fff;
  margin-bottom: 100px;
}
#list h2 {
  font-size: 4.2rem;
}
#list li a img {
  width: 100%;
}
/* 部門ごと募集要項 */
.depart {
  color: #fff;
  background: linear-gradient(145deg, #6a2697, #00046b);
}
.depart .container {
  padding: 220px 0;
  top: 0;
}
.depart .inner {
  z-index: 9;
  position: relative;
}
.depart h2 {
  margin-bottom: 30px;
}
.depart h2 img {
  margin-left: 0;
}
.depart h3 {
  position: relative;
  display: inline-block;
  padding: 70px 60px;
  margin-bottom: 30px;
}
.depart h3 li {
  text-indent: -1em;
  padding-left: 1em;
}
.depart h3 li:not(:last-of-type) {
  padding-bottom: 0.5em;
}
.depart h3:before,
.depart h3:after {
  content: "";
  position: absolute;
  background-image: url(../images/kakko.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 273px;
  height: 120px;
}
.depart h3:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.depart h3.serif {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.6;
}
.depart p {
  margin-bottom: 60px;
}
.depart_img {
  position: absolute;
  right: -10vw;
  top: 19%;
  z-index: -9;
}
.depart table {
  border-collapse: separate;
  border-spacing: 0 3px;
}
.depart table tr {
  margin-bottom: 2px;
}
.depart table th,
.depart table td {
  padding: 0.5em 1em;
}
.depart table th {
  background-color: #fff;
  color: #000;
}
.depart table td {
  border: 1px solid #fff;
  width: 380px;
}
.depart table ul li {
  text-indent: -0.7em;
  padding-left: 0.7em;
}
.depart .cap {
  margin-top: 1em;
}
.depart .cap li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8em;
}
/* コモリタミノル氏紹介 */
#prof .rotate_bg {
  background-image: url(../images/gray_bg02.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: rotate(-3deg);
  padding: 120px 0;
  box-shadow: 10px 20px 30px rgba(43, 29, 82, 0.2);
}
#prof .rotate_inner {
  transform: rotate(3deg);
  width: 980px;
}
#prof h2 {
  margin-bottom: 40px;
}
#prof h2 img {
  margin-left: 0;
}
#prof p {
  width: 460px;
}
/* アイドル部門 */
.kagura {
  position: relative;
}
.kagura:before {
  content: "";
  position: absolute;
  background-image: url(../images/depart01_kagura.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  width: 440px;
  height: 207px;
  top: -168px;
  left: -260px;
  z-index: -9;
}
/* #depart01 {
  box-shadow: 0 8px 20px rgba(38, 10, 54, 0.8) inset;
} */
/* 俳優部門 */
#depart02.depart {
  background: linear-gradient(200deg, #009bab, #003cab);
}
#depart02 {
  margin-top: -80px;
}
#depart02 .inner,
#depart04 .inner {
  padding-left: 38%;
}
#depart02 .depart_img,
#depart04 .depart_img {
  left: -10vw;
  top: 11%;
  right: auto;
}
/* 声優部門 */
#depart03.depart {
  background: linear-gradient(135deg, #0e8966, #023e46);
}
#depart03 .depart_img {
  right: -11vw;
  top: 12%;
}
/* バックダンサー部門 */
#depart04.depart {
  background: linear-gradient(135deg, #bb5e1f, #a9264c);
}
#depart04 .depart_img {
  left: -10vw;
  top: 9%;
}
#depart04 h3 {
  padding: 70px 100px 70px 60px;
}
/* ポイント */
#point {
  background-image: url(../images/point_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 1px;
}
#point .rotate_bg {
  background-image: url(../images/gray_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 30px rgba(112, 112, 112, 0.4);
  transform: rotate(-3deg);
  padding: 70px;
}
#point .rotate_inner {
  transform: rotate(3deg);
}
#point h2 {
  font-size: 4.2rem;
}
#point .container {
  padding: 150px 0 200px;
}
#point .card {
  width: calc(86% / 3);
}
#point .card figure,
#point .card h3 {
  margin-bottom: 16px;
}
/* フォーム */
#form {
  background-image: url(../images/form_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 200px 0;
}
#form .container {
  background-color: #fff;
  padding: 100px 60px;
}
#form h2 {
  font-size: 3.6rem;
}
#form h3 {
  font-size: 2.8rem;
}
#form .tel_btn {
  pointer-events: none;
}
#form .form_border {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#form .form_border:before,
#form .form_border:after {
  border-top: 1px solid #000;
  content: "";
  flex-grow: 1;
}
#form .form_border:before {
  margin-right: 1.6rem;
}
#form .form_border:after {
  margin-left: 1.6rem;
}
#form table {
  width: 100%;
  margin-bottom: 40px;
}
#form th,
#form td {
  padding: 2rem 0;
  vertical-align: top;
}
#form th {
  text-align: left;
  line-height: 1.2;
  font-size: 1.9rem;
  width: 220px;
  padding-right: 20px;
}
#form .re {
  background-color: #f80000;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.1em 0.4em;
  margin-left: 0.7em;
  vertical-align: middle;
}
#form td {
  line-height: 1.4;
}
#form .add td input:first-of-type {
  margin-bottom: 1.6rem;
}
#form .date_time td {
  line-height: 2;
}
#form .date_time input {
  margin-bottom: 1.5rem;
}
#form .list li {
  display: inline-block;
}
#form .birth input[type="number"] {
  margin-right: 0.4em;
}
#form .birth input[type="number"],
#form .birth select {
  margin-right: 0.4em;
  width: 100px;
}
#form label {
  margin-right: 2.4rem;
  line-height: 1.8;
}
#form label input {
  margin-right: 0.5rem;
}
input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #a4a4a4;
  border-radius: 3px;
  width: 100%;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 1.6rem;
}
input[type="radio"],
input[type="checkbox"],
input[type="date"],
input[type="select"] {
  width: auto;
}
input[type="submit"]:hover {
  opacity: 0.6;
  transition: 0.2s;
}

input.address {
  width: 185px;
  margin-left: 1rem;
}
select {
  width: 290px;
  padding: 0.3em 0.2em;
  vertical-align: middle;
  margin-left: 0.4em;
}
textarea {
  height: 200px;
}
/* 入力必須表示 */
.re_message {
  display: none;
  color: #f80000;
  font-size: 0.8em;
}
.btn {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  font-size: 2.2rem;
  padding: 20px 0;
  cursor: pointer;
  border-radius: 0;
}
.btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.btn_red {
  background-color: #b70821;
  color: #fff;
  font-weight: bold;
  border: none;
}
/* footer */
footer {
  background-color: #000;
  padding: 1.5% 0 1%;
}
footer p {
  text-align: center;
  color: #fff;
}
footer .copy {
  margin-top: 1%;
}
/* 確認・サンクス */
#sub #form {
  padding: 100px 0;
}
/*スマホ
------------------------------*/

@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }

  .sp,
  .sp_block {
    display: block;
  }
  .spbr {
    display: inline-block;
  }
  .wrap {
    max-width: 93%;
  }

  /* 余白 */
  .mb100 {
    margin-bottom: 13vw;
  }
  /* FV */
  #fv {
    background-image: url(../images/sp_fv_bg.jpg);
    width: 100%;
    height: 160vw;
  }
  #fv h1 {
    top: 21%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
  }
  #fv .fv_ttl02 {
    bottom: 14%;
    width: 90%;
  }
  /* イントロ */
  #intro .container {
    padding: 100px 0 100px;
  }
  #intro h2 {
    font-size: 2.6rem;
    margin-bottom: 100px;
  }
  #intro p {
    text-align: left;
  }
  /* リスト */
  #list .rotate_bg {
    margin: -11px 0 0 -2vw;
  }
  #list .container {
    padding: 100px 0 150px;
  }
  #list h2 {
    font-size: 2.6rem;
  }
  #list ul li {
    width: calc(95% / 2);
  }
  #list ul li:nth-of-type(-n + 2) {
    margin-bottom: 5%;
  }
  #list p.tac {
    text-align: left;
  }
  #list .nowrap {
    flex-flow: wrap;
  }
  /* 各部門ごと募集要項 */
  .depart .container {
    padding: 150px 0;
    top: 0;
  }
  .depart h2 {
    margin-bottom: 90vw;
    margin-left: -5%;
  }
  #depart02 h2,
  #depart03 h2 {
    width: 80%;
  }
  .depart h3 {
    padding: 45px 13px;
    width: 100%;
  }
  .depart h3.serif {
    font-size: 2.2rem;
  }
  .depart h3:before,
  .depart h3:after {
    width: 137px;
    height: 70px;
    left: -5%;
  }
  .depart h3:after {
    left: auto;
    right: -5%;
  }
  .depart table {
    width: 100%;
  }
  .depart table th,
  .depart table td {
    display: inline-block;
    width: 100%;
  }
  .depart table ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .depart_img {
    right: 0vw;
    width: 95%;
    top: 6%;
  }
  #depart01.depart .container {
    padding-bottom: 200px;
  }
  .kagura:before {
    width: 250px;
    top: -110px;
    left: 0;
    z-index: -9;
  }
  #depart02.depart .container {
    padding-top: 200px;
  }
  #depart02 .depart_img,
  #depart04 .depart_img {
    left: 3vw;
    top: 5%;
  }
  #depart03 .depart_img {
    right: 0;
    top: 6%;
  }
  #depart02 .inner,
  #depart04 .inner {
    padding-left: 0;
  }
  #depart04 h3 {
    padding: 45px 13px;
  }
  /* コモリタミノル氏紹介 */
  #prof p {
    width: 100%;
  }
  #prof p:first-of-type {
    margin-bottom: 1.6rem;
  }
  #prof .rotate_bg {
    width: 120%;
    margin: -50px 0 0 -10vw;
  }
  #prof .rotate_inner {
    max-width: 75%;
    margin-left: 15vw;
  }
  #prof h2 img.sp {
    display: inline-block;
  }
  /* ポイント */
  #point .container {
    padding: 100px 0 150px;
  }
  #point h2 {
    font-size: 3rem;
  }
  #point .rotate_bg {
    padding: 70px 5%;
  }
  #point .card {
    width: 100%;
  }
  #point .card:not(:last-of-type) {
    margin-bottom: 15%;
  }
  #point .card h3 {
    font-size: 2.2rem;
  }
  /* フォーム */
  #form {
    padding: 150px 0;
  }
  #form p.tac {
    text-align: left;
  }
  #sub #form p.tac.btn {
    text-align: center;
  }
  #form .container {
    background-color: #fff;
    padding: 100px 5%;
  }
  #form h2 {
    font-size: 3rem;
  }
  #form h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  #form .tel_btn {
    pointer-events: all;
  }
  #form .form_border {
    display: inherit;
  }
  #form .form_border:before,
  #form .form_border:after {
    content: none;
  }
  #form th,
  #form td {
    width: 100%;
    display: inline-block;
  }
  #form th {
    padding-bottom: 0;
  }
  #form td {
    padding-top: 1.7rem;
  }
  #form .add td input:first-of-type {
    margin-bottom: 0;
  }
  #form .add td input:last-of-type {
    margin-top: 0.5em;
  }
  #form label {
    display: inline-block;
  }
  #form .list li:first-of-type label {
    margin-right: 0;
  }
  #form .birth select {
    margin-bottom: 0;
    margin-left: 0.4em;
  }
  #form .birth input[type="number"],
  #form .birth select {
    width: 26%;
  }
  input[type="date"],
  input[type="select"],
  select {
    width: 100%;
  }
  select {
    margin-left: 0;
    margin-bottom: 1.6em;
  }
  .btn_wht {
    margin-bottom: 10%;
  }
  .btn {
    width: 100%;
  }
}
