@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: initial;
}

/* form reset */
input, textarea, select {
  font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
  border-radius: 0;
}

textarea:focus {
  outline: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  background: #ff0000;
}

@media print, screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
}

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

@media screen and (max-width: 1199px) {
  .sp {
    display: block;
  }
}

@media print, screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}

@font-face {
  font-family: "hiragino_w3";
  src: url(../font/hiragino_w3.ttc);
}

@font-face {
  font-family: "hiragino_w6";
  src: url(../font/hiragino_w6.ttc);
}

@font-face {
  font-family: "hiragino_w8";
  src: url(../font/hiragino_w8.ttc);
}

@font-face {
  font-family: "concept";
  src: url(../font/Concept_Bold.ttf);
}

@-webkit-keyframes action {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.action {
  -webkit-animation: action 1s;
          animation: action 1s;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@-webkit-keyframes slide_left {
  from {
    opacity: 1;
    -webkit-transform: translatex(-200px);
            transform: translatex(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}

@keyframes slide_left {
  from {
    opacity: 1;
    -webkit-transform: translatex(-200px);
            transform: translatex(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}

.slide_left {
  -webkit-animation: slide_left 1s;
          animation: slide_left 1s;
}

@-webkit-keyframes slide_left2 {
  from {
    opacity: 1;
    -webkit-transform: translatex(-100px) rotate(270deg);
            transform: translatex(-100px) rotate(270deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0) rotate(270deg);
            transform: translatex(0) rotate(270deg);
  }
}

@keyframes slide_left2 {
  from {
    opacity: 1;
    -webkit-transform: translatex(-100px) rotate(270deg);
            transform: translatex(-100px) rotate(270deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0) rotate(270deg);
            transform: translatex(0) rotate(270deg);
  }
}

.slide_left2 {
  -webkit-animation: slide_left2 1s;
          animation: slide_left2 1s;
}

@-webkit-keyframes slide_right {
  from {
    opacity: 1;
    -webkit-transform: translatex(200px);
            transform: translatex(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}

@keyframes slide_right {
  from {
    opacity: 1;
    -webkit-transform: translatex(200px);
            transform: translatex(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}

.slide_right {
  -webkit-animation: slide_right 1s;
          animation: slide_right 1s;
}

@-webkit-keyframes fade_up {
  from {
    opacity: 0;
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes fade_up {
  from {
    opacity: 0;
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

.fade_up {
  -webkit-animation: fade_up 1.5s;
          animation: fade_up 1.5s;
}

@-webkit-keyframes fade_up2 {
  from {
    opacity: 0;
    -webkit-transform: translatey(100px) rotate(350deg);
            transform: translatey(100px) rotate(350deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0) rotate(350deg);
            transform: translatey(0) rotate(350deg);
  }
}

@keyframes fade_up2 {
  from {
    opacity: 0;
    -webkit-transform: translatey(100px) rotate(350deg);
            transform: translatey(100px) rotate(350deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0) rotate(350deg);
            transform: translatey(0) rotate(350deg);
  }
}

.fade_up2 {
  -webkit-animation: fade_up2 1.5s;
          animation: fade_up2 1.5s;
}

@-webkit-keyframes fade_down {
  from {
    opacity: 0;
    -webkit-transform: translatey(-100px);
            transform: translatey(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes fade_down {
  from {
    opacity: 0;
    -webkit-transform: translatey(-100px);
            transform: translatey(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

.fade_down {
  -webkit-animation: fade_down 1.5s;
          animation: fade_down 1.5s;
}

@-webkit-keyframes windmil {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes windmil {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.windmil:hover {
  -webkit-animation: windmil 1s;
          animation: windmil 1s;
}

@-webkit-keyframes small {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes small {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.small {
  -webkit-animation: small 3s;
          animation: small 3s;
}

@-webkit-keyframes small2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes small2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.small2 {
  -webkit-animation: small2 2s;
          animation: small2 2s;
}

@-webkit-keyframes over {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes over {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.over {
  -webkit-animation: over 1.5s;
          animation: over 1.5s;
}

.standby {
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.big {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.big:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

body {
  font-family: "hiragino_w3", 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic' ,'メイリオ', 'Meiryo','ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
}

.header {
  background-color: #D75380;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .header h1 {
    width: 150px;
  }
}

.header .header_menu {
  background-color: #D75380;
}

@media print, screen and (min-width: 1200px) {
  .header .header_menu {
    width: 100%;
    padding: 5px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .header .header_menu {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 25%;
  }
}

@media print, screen and (min-width: 1200px) {
  .header .header_menu .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1199px) {
  .header .header_menu .menu_list {
    text-align: center;
  }
}

@media print, screen and (min-width: 1200px) {
  .header .header_menu .menu_list .menu_list_item {
    margin-right: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .header .header_menu .menu_list .menu_list_item {
    margin-bottom: 35px;
  }
}

.header .header_menu .menu_list .menu_list_item a {
  color: #fff;
  font-family: ta-koigokoro, sans-serif;
}

@media print, screen and (min-width: 1200px) {
  .header .header_menu .menu_list .menu_list_item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .header .header_menu .menu_list .menu_list_item a {
    font-size: 18px;
  }
}

.header .header_menu .snsnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .header .header_menu .snsnav {
    margin-top: 70px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.header .header_menu .snsnav img {
  width: 23px;
}

@media print, screen and (min-width: 1200px) {
  .header .header_menu .snsnav .sns_tw {
    margin-right: 20px;
  }
}

.header .burger_btn {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header .burger_btn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
  }
  .header .burger_btn .bar {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    right: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
  .header .burger_btn .bar_top {
    top: 15px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header .burger_btn .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .header .burger_btn .bar_bottom {
    bottom: 15px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header .burger_btn.close .bar_top {
    -webkit-transform: translate(-50%, 5px) rotate(45deg);
            transform: translate(-50%, 5px) rotate(45deg);
  }
  .header .burger_btn.close .bar_mid {
    opacity: 0;
  }
  .header .burger_btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -2px) rotate(-45deg);
            transform: translate(-50%, -2px) rotate(-45deg);
  }
}

main {
  overflow: hidden;
}

main section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 1199px) {
  main section h2 {
    width: 60vw;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1200px) {
  main section .contents {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  main section .contents {
    padding: 0 5vw;
  }
}

main section .contents .content_ttl {
  font-family: "hiragino_w8";
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 1199px) {
  main section .contents .content_ttl {
    font-size: 4vw;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
    white-space: nowrap;
  }
}

main section .contents .txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}

@media screen and (max-width: 1199px) {
  main section .contents .txt {
    font-size: 3vw;
  }
}

main .section_photo {
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: rotate(356deg);
          transform: rotate(356deg);
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  main .section_photo {
    bottom: -4vw;
  }
}

main .section_photo .infiniteslide_wrap {
  overflow: initial !important;
}

@media screen and (max-width: 1199px) {
  main .section_photo ul li {
    width: 40%;
  }
}

main .fv {
  position: relative;
  overflow: hidden;
  background-color: #D75380;
}

main .fv .fv_img {
  width: 100%;
}

main .fv .fv_standby {
  opacity: 0;
}

main .fv .fv_box img {
  position: absolute;
}

@media print, screen and (min-width: 1200px) {
  main .fv .fv_box .fv_1 {
    width: 48%;
    top: 2%;
    left: 27%;
  }
  main .fv .fv_box .fv_2 {
    width: 3%;
    top: 14%;
    right: 8%;
  }
  main .fv .fv_box .fv_3 {
    width: 10%;
    top: 39%;
    right: 3%;
  }
  main .fv .fv_box .fv_4 {
    width: 40%;
    top: 46%;
    left: 30%;
  }
  main .fv .fv_box .fv_5 {
    width: 6%;
    top: 3%;
    left: 3%;
  }
}

@media screen and (max-width: 1199px) {
  main .fv .fv_box .fv_1 {
    width: 66vw;
    left: 18vw;
    top: 11vw;
  }
  main .fv .fv_box .fv_2 {
    width: 6vw;
    top: 35vw;
    right: 4vw;
  }
  main .fv .fv_box .fv_3 {
    width: 34vw;
    top: 104vw;
    left: 34vw;
  }
  main .fv .fv_box .fv_4 {
    width: 56vw;
    top: 94vw;
    left: 24vw;
  }
  main .fv .fv_box .fv_5 {
    width: 14vw;
    top: 12vw;
    left: 3vw;
  }
  main .fv .fv_box .fv_7 {
    width: 10vw;
    top: 125vw;
    left: 34vw;
  }
  main .fv .fv_box .fv_8 {
    width: 10vw;
    top: 125vw;
    left: 57vw;
  }
}

main .movie {
  text-align: center;
}

@media print, screen and (min-width: 1200px) {
  main .movie {
    background-image: url(../img/movie_bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2%;
  }
}

@media screen and (max-width: 1199px) {
  main .movie {
    background-image: url(../img/movie_bg_sp.jpg);
    padding: 20px;
  }
}

main .movie h2 {
  width: 16%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  main .movie h2 {
    width: 60vw;
    margin: 0 auto;
  }
}

main .movie #mvtk-widgets-container {
  margin: 0 auto;
  margin-bottom: 30px;
}

main .movie .youtube_box {
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  main .movie .youtube_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  main .movie .youtube_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1199px) {
  main .review {
    padding: 5vw;
    background-image: url(../img/review_bg_sp.jpg);
  }
}

@media print, screen and (min-width: 1200px) {
  main .review img {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  main .review h2 {
    margin-top: -10vw;
  }
}

@media print, screen and (min-width: 1200px) {
  main .review h2 {
    position: absolute;
    top: -2%;
    width: 16%;
    left: 42%;
  }
}

@media print, screen and (min-width: 1200px) {
  main .review .contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

main .review .contents .txt {
  font-family: hiragino_w8;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 3px 3px 1px #000;
}

@media print, screen and (min-width: 1200px) {
  main .review .contents .txt {
    position: absolute;
  }
}

@media screen and (max-width: 1199px) {
  main .review .contents .txt {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 1199px) {
  main .review .contents .txt {
    text-align: center;
    font-size: 1.1rem;
  }
}

main .review .contents .txt span {
  font-family: minion-pro,serif;
  font-size: 1.1rem;
  font-weight: 700;
}

main .review .contents .txt span::before {
  content: "―――　";
  letter-spacing: -0.2em;
}

@media print, screen and (min-width: 1200px) {
  main .review .contents .t_1 {
    top: 10%;
    left: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  main .review .contents .t_2 {
    top: 15%;
    right: -5%;
  }
}

@media print, screen and (min-width: 1200px) {
  main .review .contents .t_3 {
    top: 30%;
    left: -12%;
  }
}

@media print, screen and (min-width: 1200px) {
  main .review .contents .t_4 {
    top: 37%;
    right: -10%;
  }
}

main .review .under_img {
  position: absolute;
  width: 100%;
  bottom: -12%;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  main .review .under_img {
    bottom: -25vw;
    left: 0;
  }
}

main .review .under_img_item {
  position: absolute;
  width: 26%;
  bottom: -15%;
  left: 2%;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  main .review .under_img_item {
    width: 32vw;
    bottom: -35vw;
    left: 0;
  }
}

main .intro {
  text-align: center;
}

@media print, screen and (min-width: 1200px) {
  main .intro {
    background-image: url(../img/intro_bg.jpg);
    padding: 210px;
  }
}

@media screen and (max-width: 1199px) {
  main .intro {
    background-image: url(../img/intro_bg_sp.jpg);
    padding: 32vw 5vw;
  }
}

main .intro h2 {
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  main .intro h2 {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1200px) {
  main .intro .intro_ttl {
    position: absolute;
    width: 30%;
    top: 1%;
    left: 35%;
    z-index: 1;
  }
}

@media screen and (max-width: 1199px) {
  main .intro .intro_ttl {
    width: 80vw;
  }
}

@media print, screen and (min-width: 1200px) {
  main .intro .story_ttl {
    width: 25%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  main .intro .story_ttl {
    width: 50vw;
  }
}

main .intro .contents .txt {
  color: #A64C85;
  font-family: hiragino_w6;
}

@media screen and (max-width: 1199px) {
  main .intro .story_contents .txt {
    color: #fff;
  }
}

main .cast, main .section_staff {
  background-image: url(../img/cast_bg.jpg);
  background-repeat: repeat-y;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10%;
}

@media screen and (max-width: 1199px) {
  main .cast, main .section_staff {
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 1200px) {
  main .cast h2, main .section_staff h2 {
    width: 25%;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1200px) {
  main .cast .cast_box, main .section_staff .cast_box {
    padding: 100px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  main .cast .cast_box, main .section_staff .cast_box {
    padding: 10vw 10vw 1vw;
  }
}

@media print, screen and (min-width: 1200px) {
  main .cast .contents, main .section_staff .contents {
    width: calc((100% - 70px) / 2);
  }
}

@media screen and (max-width: 1199px) {
  main .cast .contents, main .section_staff .contents {
    margin-bottom: 30px;
  }
}

main .cast .contents .staff_img, main .section_staff .contents .staff_img {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

main .cast .contents .staff_img .name, main .section_staff .contents .staff_img .name {
  position: absolute;
  top: 38%;
  left: -80px;
}

@media screen and (max-width: 1199px) {
  main .cast .contents .staff_img .name, main .section_staff .contents .staff_img .name {
    left: -18%;
    width: 38%;
  }
}

@media screen and (max-width: 1199px) {
  main .cast .contents .staff_img_directed, main .section_staff .contents .staff_img_directed {
    padding: 0 10vw;
  }
}

main .cast .contents .contents_header, main .section_staff .contents .contents_header {
  margin: 20px 0;
}

main .cast .contents .contents_header .txt_posi, main .section_staff .contents .contents_header .txt_posi {
  color: #ffeeb9;
  text-align: center;
  font-size: 18px;
}

main .cast .contents .contents_header .txt_name, main .section_staff .contents .contents_header .txt_name {
  font-family: "hiragino_w6";
  color: #d35f71;
  text-align: center;
  font-size: 2.2rem;
  white-space: nowrap;
}

main .cast .contents .contents_header .txt_kana, main .section_staff .contents .contents_header .txt_kana {
  color: #d35f71;
  text-align: center;
  font-size: 1.2rem;
}

main .cast .contents .txt, main .section_staff .contents .txt {
  font-family: "hiragino_w6";
  color: #915480;
}

main .cast .sub_cast, main .section_staff .sub_cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: hiragino_w6;
}

@media screen and (max-width: 1199px) {
  main .cast .sub_cast, main .section_staff .sub_cast {
    margin: 0 auto;
    padding: 0;
    font-size: 0.8rem;
  }
}

main .cast .sub_cast dd, main .cast .sub_cast dt, main .section_staff .sub_cast dd, main .section_staff .sub_cast dt {
  width: calc((100% - 20px) / 2);
  margin: 10px;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}

main .cast .sub_cast dt, main .section_staff .sub_cast dt {
  text-align: right;
  margin-right: 0;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

main .cast .sub_cast dd, main .section_staff .sub_cast dd {
  text-align: left;
  margin-left: 0;
  padding-left: 10px;
}

main .cast .under_img_item3, main .section_staff .under_img_item3 {
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 1200px) {
  main .cast .under_img_item3, main .section_staff .under_img_item3 {
    width: 24%;
    top: 6%;
    right: 3%;
  }
}

@media screen and (max-width: 1199px) {
  main .cast .under_img_item3, main .section_staff .under_img_item3 {
    width: 29vw;
    top: -117vw;
    right: 6vw;
  }
}

main .cast .under_img_item4, main .section_staff .under_img_item4 {
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 1200px) {
  main .cast .under_img_item4, main .section_staff .under_img_item4 {
    width: 20%;
    bottom: 0%;
    left: 2%;
  }
}

@media screen and (max-width: 1199px) {
  main .cast .under_img_item4, main .section_staff .under_img_item4 {
    width: 24vw;
    bottom: 0%;
    left: 0;
  }
}

main .section_staff {
  margin-top: -16%;
  background-image: url(../img/staff_bg.png);
  background-position: top;
}

@media print, screen and (min-width: 1200px) {
  main .section_staff {
    padding-bottom: 22%;
  }
}

@media screen and (max-width: 1199px) {
  main .section_staff {
    background-image: url(../img/staff_bg_sp.png);
    margin-top: -21vw;
  }
}

main .section_staff .contents .contents_header .txt_posi {
  color: #ffeeb9;
}

main .section_staff .contents .contents_header .txt_name {
  color: #ffeeb9;
  white-space: nowrap;
}

main .section_staff .contents .contents_header .txt_kana {
  color: #ffeeb9;
}

main .section_staff .contents .txt {
  color: #fff;
  text-align: left;
}

main .section_staff .directed {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 1200px) {
  main .section_staff .all_staff {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

@media print, screen and (min-width: 1200px) {
  main .section_staff .all_staff .contents {
    width: calc((100% - 30px) / 2);
  }
}

main .section_staff .all_staff .contents .contents_header {
  margin: 10px 0;
}

main .section_staff .all_staff .contents .contents_header .txt_posi {
  text-align: left;
}

@media screen and (max-width: 1199px) {
  main .section_staff .all_staff .contents .contents_header .txt_posi {
    font-size: 14px;
  }
}

main .section_staff .all_staff .contents .contents_header .txt_name {
  text-align: left;
}

@media screen and (max-width: 1199px) {
  main .section_staff .all_staff .contents .contents_header .txt_name {
    font-size: 24px;
  }
}

main .section_staff .all_staff .contents .contents_header .txt_kana {
  text-align: left;
}

@media screen and (max-width: 1199px) {
  main .section_staff .all_staff .contents .contents_header .txt_kana {
    font-size: 14px;
  }
}

main .section_staff .under_img {
  position: absolute;
  width: 100%;
  bottom: -20%;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  main .section_staff .under_img {
    bottom: -52vw;
  }
}

main .footer_bk {
  background-color: #ffeca3;
}

@media print, screen and (min-width: 1200px) {
  main .footer_bk {
    padding: 15%;
  }
}

@media screen and (max-width: 1199px) {
  main .footer_bk {
    padding: 25vw;
  }
}

.footer {
  background-color: #ffeca3;
  text-align: center;
  padding: 40px;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 40px 20px;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer .billing {
    width: 80%;
  }
}

@media screen and (max-width: 1199px) {
  .footer .billing {
    margin-bottom: 30px;
  }
}

.footer .mt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .footer .mt {
    width: 50%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer .mt .a24 {
    width: 7vw;
  }
}

@media screen and (max-width: 1199px) {
  .footer .mt .a24 {
    margin-top: 5vw;
    width: 30vw;
  }
}
/*# sourceMappingURL=style.css.map */