@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;
}

* {
  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;
  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 {
  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: 751px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 1199px) {
  .tab {
    display: block !important;
  }
}

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

@media screen and (min-width: 751px) and (max-width: 1199px) {
  .pconly {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pconly {
    display: none;
  }
}

@font-face {
  font-family: "Retroica";
  src: url(../font/Retroica.ttf);
}
@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);
}
@-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;
  transition: all 0.5s ease;
}

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

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

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

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

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

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

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

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

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

@keyframes fade_up2 {
  from {
    opacity: 0;
    transform: translatey(100px) rotate(350deg);
  }
  to {
    opacity: 1;
    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;
    transform: translatey(-100px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}

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

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

@keyframes windmil {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.windmil:hover {
  -webkit-animation: windmil 1s;
          animation: windmil 1s;
}

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

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

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

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

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

.big {
  transition: 0.5s;
}

.big:hover {
  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 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .header {
    background-color: #000;
  }
}
@media print, screen and (min-width: 751px) {
  .header .header_menu {
    width: 100%;
    padding: 5px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .header .header_menu {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #000;
    padding: 25%;
  }
}
@media print, screen and (min-width: 751px) {
  .header .header_menu .menu_list {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .header .header_menu .menu_list {
    text-align: center;
  }
}
@media print, screen and (min-width: 751px) {
  .header .header_menu .menu_list .menu_list_item {
    margin-right: 35px;
  }
}
@media screen and (max-width: 750px) {
  .header .header_menu .menu_list .menu_list_item {
    margin-bottom: 35px;
  }
}
.header .header_menu .menu_list .menu_list_item a {
  color: #fff;
  font-family: "Retroica";
}
@media print, screen and (min-width: 751px) {
  .header .header_menu .menu_list .menu_list_item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .header .header_menu .menu_list .menu_list_item a {
    font-size: 18px;
  }
}
.header .header_menu .snsnav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header .header_menu .snsnav {
    margin-top: 70px;
    justify-content: space-evenly;
  }
}
@media print, screen and (min-width: 751px) {
  .header .header_menu .snsnav .sns_tw {
    margin-right: 20px;
  }
}
.header .burger_btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .header .burger_btn {
    display: block;
    width: 100%;
    height: 39px;
    position: relative;
    z-index: 3;
  }
  .header .burger_btn .bar {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    right: 5px;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .header .burger_btn .bar_top {
    top: 15px;
    transition: transform 0.3s;
  }
  .header .burger_btn .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }
  .header .burger_btn .bar_bottom {
    bottom: 15px;
    transition: transform 0.3s;
  }
  .header .burger_btn.close .bar_top {
    transform: translate(-50%, 5px) rotate(45deg);
  }
  .header .burger_btn.close .bar_mid {
    opacity: 0;
  }
  .header .burger_btn.close .bar_bottom {
    transform: translate(-50%, -2px) rotate(-45deg);
  }
}

@media print, screen and (min-width: 751px) {
  main {
    margin-top: 30px;
  }
}
main section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.2;
}
main section h2 {
  font-family: "Retroica";
  margin-bottom: 20px;
  font-size: 20px;
}
@media print, screen and (min-width: 751px) {
  main section .contents {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  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: 750px) {
  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: 750px) {
  main section .contents .txt {
    font-size: 3vw;
  }
}
main #photo,
main #photo2 {
  background-color: #000;
}
@media screen and (max-width: 750px) {
  main .section_photo ul li {
    width: 35%;
  }
}
main .fv {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  main .fv .fv_img {
    width: 100%;
  }
}
main .fv .fv_standby {
  opacity: 0;
}
main .fv .fv_box img {
  position: absolute;
}
main .fv .fv_box .fv_5 {
  position: absolute;
  border: 1px solid #fccd00;
  color: #fccd00;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.5;
  font-family: "hiragino_w8";
}
@media print, screen and (min-width: 751px) {
  main .fv .fv_box .fv_1 {
    width: 30%;
    top: 12%;
    left: 8%;
  }
  main .fv .fv_box .fv_2 {
    width: 8%;
    top: 60%;
    left: 8%;
  }
  main .fv .fv_box .fv_3 {
    width: 31%;
    top: 52%;
    left: 34%;
  }
  main .fv .fv_box .fv_4 {
    width: 7%;
    top: 12%;
    right: 11%;
  }
  main .fv .fv_box .fv_5 {
    bottom: 26vw;
    right: 3%;
  }
  main .fv .fv_box .fv_6 {
    bottom: 21.5vw;
    right: 3%;
    width: 16%;
  }
  main .fv .fv_box .fv_7 {
    bottom: 17vw;
    right: 3%;
    width: 16%;
  }
}
@media screen and (max-width: 750px) {
  main .fv .fv_box .fv_1 {
    width: 60%;
    top: 32%;
    left: 5%;
    top: 27vw;
  }
  main .fv .fv_box .fv_2 {
    width: 16%;
    top: 91%;
    left: 5%;
    top: 88vw;
  }
  main .fv .fv_box .fv_3 {
    width: 85%;
    top: 62%;
    left: 5%;
    top: 112vw;
  }
  main .fv .fv_box .fv_4 {
    width: 19%;
    top: 38vw;
    right: 9%;
  }
  main .fv .fv_box .fv_5 {
    bottom: 33vw;
    right: 5%;
    font-size: 10px;
    padding: 17px 7px;
    letter-spacing: -0.05rem;
  }
  main .fv .fv_box .fv_6 {
    bottom: 22vw;
    right: 5%;
    width: 40%;
  }
  main .fv .fv_box .fv_7 {
    bottom: 11vw;
    right: 5%;
    width: 40%;
  }
}
main .movie {
  background-image: url(../img/img2.jpg);
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  main .movie {
    padding: 20px;
  }
}
main .movie #mvtk-widgets-container {
  margin: 0 auto;
  margin-bottom: 50px;
}
main .movie .youtube_box {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  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%;
  }
}
main .playlist {
  background-image: url(../img/img3.jpg);
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  main .playlist {
    padding: 22% 100px;
  }
}
@media screen and (max-width: 750px) {
  main .playlist {
    padding: 35vw 5vw;
  }
}
main .playlist .playlist_ttl {
  font-family: "hiragino_w8";
  font-size: 68px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 751px) {
  main .playlist .playlist_ttl {
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  main .playlist .playlist_ttl {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
main .playlist .playlist_subttl {
  font-family: "Retroica";
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  main .playlist .playlist_subttl {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}
main .intro {
  background-image: url(../img/img4.jpg);
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  main .intro {
    padding: 6% 100px;
  }
}
@media screen and (max-width: 750px) {
  main .intro {
    padding: 20vw 5vw;
  }
}
main .intro h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  main .intro h2 {
    margin-bottom: 35px;
  }
}
main .intro .contents .content_ttl {
  white-space: inherit;
  text-align: left;
}
main .cast {
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-y;
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 751px) {
  main .cast .cast_box {
    padding: 100px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  main .cast .cast_box {
    padding: 20vw 5vw;
  }
}
main .cast h2 {
  margin-bottom: 60px;
}
main .cast .contents {
  margin-bottom: 80px;
}
main .cast .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 .position {
  position: absolute;
  left: -220px;
  top: 80px;
  transform: rotate(270deg);
  font-family: "Retroica";
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main .cast .contents .staff_img .position {
    left: -44vw;
  }
}
main .cast .contents .staff_img .name {
  position: absolute;
  white-space: nowrap;
  color: #fff;
  font-size: 52px;
  bottom: 0;
  left: -10px;
  transform: rotate(350deg);
  font-family: "hiragino_w8";
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  main .cast .contents .staff_img .name {
    font-size: 9vw;
  }
}
main .cast .contents .contents_header {
  margin: 20px;
}
main .cast .contents .contents_header .txt {
  text-align: center;
  font-size: 18px;
}
main .cast .interview {
  margin-top: 150px;
}
main .cast .interview h2 {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  border-style: dotted;
}
main .cast .interview .txt {
  text-align: center;
}
main .cast .castimg ul li {
  margin: 0 -20px;
}
@media screen and (max-width: 750px) {
  main .cast .castimg ul li {
    margin: 0 -5px;
  }
}
main .comment {
  background-image: url(../img/comment_bg.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  main .comment {
    background-position: right;
  }
}
main .comment .comment_list {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  text-align: left;
  font-family: "hiragino_w6";
}
@media screen and (max-width: 750px) {
  main .comment .comment_list {
    gap: 20px;
  }
}
main .comment .comment_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #9b9b9b;
  gap: 20px;
  margin: 20px 0;
}
@media print, screen and (min-width: 751px) {
  main .comment .comment_list li:not(:last-child) {
    width: calc(50% - 25px);
  }
  main .comment .comment_list li:last-child {
    width: 90%;
    margin: 0 auto;
  }
}
main .comment .comment_list li .txt {
  font-size: 15px;
}
main .comment .comment_list li .name {
  font-size: 24px;
  color: #2E3180;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  main .comment .comment_list li .name {
    font-size: 20px;
  }
}
main .comment .comment_list li .ttl {
  font-size: 10px;
}
main .comment .txtr {
  font-family: "hiragino_w6";
  text-align: right;
  font-size: 14px;
}

.footer {
  background-color: #000;
  text-align: center;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .footer .billing {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .footer .billing {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .footer .mt {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .footer .mt {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */