@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiri&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  font-family: YakuHanJP, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #747474;
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  #wrapper {
    padding-left: 120px;
    min-width: 1160px;
    margin: auto;
    overflow: hidden;
  }
}

.main_menu .main_navigation li a {
  background: no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.main_menu .main_navigation .news a {
  background-image: url("../img/top/m_news_w.png");
}
.main_menu .main_navigation .intro a {
  background-image: url("../img/top/m_intro_w.png");
}
.main_menu .main_navigation .onair a {
  background-image: url("../img/top/m_onair_w.png");
}
.main_menu .main_navigation .music a {
  background-image: url("../img/top/m_music_w.png");
}
.main_menu .main_navigation .staffcast a {
  background-image: url("../img/top/m_staffcast_w.png");
}
.main_menu .main_navigation .chara a {
  background-image: url("../img/top/m_chara_w.png");
}
.main_menu .main_navigation .movie a {
  background-image: url("../img/top/m_movie_w.png");
}
.main_menu .main_navigation .twitter a {
  background-image: url("../img/top/m_twitter_w.png");
}
.main_menu .main_navigation .special a {
  background-image: url("../img/top/m_special_w.png");
}
.main_menu .main_navigation .story a {
  background-image: url("../img/top/m_story_w.png");
}
.main_menu .main_navigation .bddvd a {
  background-image: url("../img/top/m_package_w.png");
}
.main_menu .main_navigation .goods a {
  background-image: url("../img/top/m_goods_w.png");
}
@media only screen and (min-width: 751px) {
  .main_menu {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #FFF;
  }
  .main_menu .heder_menu {
    position: fixed;
    width: 120px;
    background: #FFF;
    z-index: 5;
    top: 0;
    left: 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .main_menu .heder_menu h1 {
    width: 108px;
    margin: auto;
    padding: 43px 0;
  }
  .main_menu .main_navigation {
    position: fixed;
    top: 121px;
    width: 120px;
    z-index: 2;
  }
  .main_menu .main_navigation.move_menu {
    position: absolute;
  }
  .main_menu .main_navigation.move_stop {
    position: fixed;
    top: auto;
    bottom: 86px;
  }
  .main_menu .main_navigation .m_menu li {
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
    padding: 13px 0 12px;
    position: relative;
  }
  .main_menu .main_navigation .m_menu li img {
    width: auto;
    height: 26px;
  }
  .main_menu .main_navigation .m_menu li a {
    position: relative;
    display: block;
  }
  .main_menu .main_navigation .m_menu li:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: calc(100% + 1px);
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main_menu .main_navigation .m_menu li:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 12px;
    right: -12px;
    top: 0;
    z-index: 4;
    display: none;
  }
  .main_menu .main_navigation .m_menu li:nth-child(1):before {
    background: #ff86b3;
  }
  .main_menu .main_navigation .m_menu li:nth-child(1):after {
    border-color: transparent transparent transparent #ff86b3;
  }
  .main_menu .main_navigation .m_menu li:nth-child(2):before {
    background: #f094d5;
  }
  .main_menu .main_navigation .m_menu li:nth-child(2):after {
    border-color: transparent transparent transparent #f094d5;
  }
  .main_menu .main_navigation .m_menu li:nth-child(3):before {
    background: #dcaef9;
  }
  .main_menu .main_navigation .m_menu li:nth-child(3):after {
    border-color: transparent transparent transparent #dcaef9;
  }
  .main_menu .main_navigation .m_menu li:nth-child(4):before {
    background: #c8befd;
  }
  .main_menu .main_navigation .m_menu li:nth-child(4):after {
    border-color: transparent transparent transparent #c8befd;
  }
  .main_menu .main_navigation .m_menu li:nth-child(5):before {
    background: #b6c0fe;
  }
  .main_menu .main_navigation .m_menu li:nth-child(5):after {
    border-color: transparent transparent transparent #b6c0fe;
  }
  .main_menu .main_navigation .m_menu li:nth-child(6):before {
    background: #9fcaff;
  }
  .main_menu .main_navigation .m_menu li:nth-child(6):after {
    border-color: transparent transparent transparent #9fcaff;
  }
  .main_menu .main_navigation .m_menu li:nth-child(7):before {
    background: #89d4fe;
  }
  .main_menu .main_navigation .m_menu li:nth-child(7):after {
    border-color: transparent transparent transparent #89d4fe;
  }
  .main_menu .main_navigation .m_menu li:nth-child(8):before {
    background: #9fcaff;
  }
  .main_menu .main_navigation .m_menu li:nth-child(8):after {
    border-color: transparent transparent transparent #9fcaff;
  }
  .main_menu .main_navigation .m_menu li:nth-child(9):before {
    background: #b6c0fe;
  }
  .main_menu .main_navigation .m_menu li:nth-child(9):after {
    border-color: transparent transparent transparent #b6c0fe;
  }
  .main_menu .main_navigation .m_menu li:nth-child(10):before {
    background: #c8befd;
  }
  .main_menu .main_navigation .m_menu li:nth-child(10):after {
    border-color: transparent transparent transparent #c8befd;
  }
  .main_menu .main_navigation .m_menu li:nth-child(11):before {
    background: #dcaef9;
  }
  .main_menu .main_navigation .m_menu li:nth-child(11):after {
    border-color: transparent transparent transparent #dcaef9;
  }
  .main_menu .main_navigation .m_menu li:nth-child(12):before {
    background: #f094d5;
  }
  .main_menu .main_navigation .m_menu li:nth-child(12):after {
    border-color: transparent transparent transparent #f094d5;
  }
  .main_menu .main_navigation .m_menu li:nth-child(13):before {
    background: #ff86b3;
  }
  .main_menu .main_navigation .m_menu li:nth-child(13):after {
    border-color: transparent transparent transparent #ff86b3;
  }
  .main_menu .main_navigation .m_menu li:hover:before {
    width: 100%;
  }
  .main_menu .main_navigation .m_menu li:hover a img {
    opacity: 0;
  }
  .main_menu .main_navigation .m_menu li.current a img {
    opacity: 0;
  }
  .main_menu .main_navigation .m_menu li.current:before {
    width: 100%;
  }
  .main_menu .main_navigation .m_menu li.current:after {
    display: block;
  }
  .main_menu .main_navigation .share {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 120px;
    border-top: 1px solid #EFEFEF;
    padding: 20px 0;
    background: #FFF;
  }
  .main_menu .main_navigation .share .s_cap {
    width: 76px;
    margin: 0 auto 6px;
  }
  .main_menu .main_navigation .share .s_menu {
    text-align: center;
  }
  .main_menu .main_navigation .share .s_menu li {
    display: inline-block;
    width: 24px;
    margin: 0 4px;
  }
  .main_menu .main_navigation .share .s_menu li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .main_menu .main_navigation .share .s_menu li a:hover {
    opacity: 0.65;
  }
}
@media only screen and (max-width: 750px) {
  .main_menu h1 {
    width: 274px;
    width: 36.53%;
    margin: auto;
    padding: 8px 0 14px;
  }
  .main_menu .heder_menu {
    background: #fff;
    position: relative;
  }
  .main_menu .heder_menu .btn_menu {
    background: #ff84b4;
    position: absolute;
    width: 12vw;
    height: 12vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    right: 4%;
    top: 50%;
    margin-top: -6vw;
  }
  .main_menu .heder_menu .btn_menu p {
    position: absolute;
    width: 50%;
    height: 2px;
    background: #FFF;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .main_menu .heder_menu .btn_menu p:nth-child(1) {
    margin-top: -7px;
  }
  .main_menu .heder_menu .btn_menu p:nth-child(2) {
    margin-top: -1px;
  }
  .main_menu .heder_menu .btn_menu p:nth-child(3) {
    margin-top: 5px;
  }
  .main_menu .heder_menu .btn_menu.close p:nth-child(1) {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-top: -1px;
  }
  .main_menu .heder_menu .btn_menu.close p:nth-child(2) {
    width: 0;
  }
  .main_menu .heder_menu .btn_menu.close p:nth-child(3) {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-top: -1px;
  }
  .main_menu .main_navigation {
    position: absolute;
    width: 100%;
    z-index: 400;
    background: url("../img/top/menu_bg_line.png") repeat-y center, url("../img/top/gear_top.png") no-repeat left top, url("../img/top/gear_btm.png") no-repeat right bottom, url("../img/top/menu_bg.jpg") no-repeat center;
    -webkit-background-size: 90vw, 38vw, 38vw, 100%;
    -o-background-size: 90vw, 38vw, 38vw, 100%;
    background-size: 90vw, 38vw, 38vw, 100%;
    padding: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .main_menu .main_navigation.open {
    padding-top: 12vh;
    padding-bottom: 14vh;
    height: auto;
  }
  .main_menu .main_navigation.open .m_menu {
    opacity: 1;
  }
  .main_menu .main_navigation.open .share {
    opacity: 1;
  }
  .main_menu .main_navigation .m_menu {
    margin: 0 5vw;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .main_menu .main_navigation .m_menu li {
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }
  .main_menu .main_navigation .m_menu li a {
    background: none;
  }
  .main_menu .main_navigation .m_menu li img {
    width: auto;
    height: 40px;
  }
  .main_menu .main_navigation .share {
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .main_menu .main_navigation .share .s_cap {
    width: 182px;
    width: 24.26%;
    margin: 0 auto 15px;
  }
  .main_menu .main_navigation .share .s_menu li {
    display: inline-block;
    width: 32px;
    margin: 0 1.8vw;
  }
}

footer {
  position: relative;
}
footer a {
  color: #747474;
  font-family: YakuHanMP, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer .footer {
  background: #000;
}
footer .footer .aniplex li {
  display: inline-block;
  background: url("../img/top/footer_point.png") no-repeat right center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media only screen and (min-width: 751px) {
  footer .footer {
    padding: 30px 0 40px;
    text-align: center;
  }
  footer .footer .pagetop {
    width: 38px;
    margin: 0 auto 32px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  footer .footer .pagetop:hover {
    opacity: 0.65;
  }
  footer .footer .aniplex {
    margin-bottom: 27px;
  }
  footer .footer .aniplex li {
    font-size: 12px;
    padding: 4px 23px 4px 0px;
  }
  footer .footer .aniplex li:last-child {
    background: none;
    padding-right: 0;
  }
  footer .footer .aniplex li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  footer .footer .aniplex li a:hover {
    opacity: 0.65;
  }
  footer .footer p {
    font-size: 10px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer {
    padding: 2vh 0 4vh;
  }
  footer .footer .pagetop {
    width: 71px;
    width: 9.46%;
    margin: 0 auto 3.8vh;
  }
  footer .footer .aniplex {
    margin: 0 10vw 3vh;
    letter-spacing: -.4em;
  }
  footer .footer .aniplex li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    letter-spacing: 0;
    font-size: 12px;
    background-position: left center;
    padding: 3px 0 3px 18px;
  }
  footer .footer p {
    font-size: 10px;
    text-align: center;
    line-height: 1.6;
  }
}

@-webkit-keyframes move_visual_pc {
  1% {
    background-position: bottom right;
  }
  49% {
    background-position: bottom left;
  }
  51% {
    background-position: bottom left;
  }
  99% {
    background-position: bottom right;
  }
}
@-o-keyframes move_visual_pc {
  1% {
    background-position: bottom right;
  }
  49% {
    background-position: bottom left;
  }
  51% {
    background-position: bottom left;
  }
  99% {
    background-position: bottom right;
  }
}
@-moz-keyframes move_visual_pc {
  1% {
    background-position: bottom right;
  }
  49% {
    background-position: bottom left;
  }
  51% {
    background-position: bottom left;
  }
  99% {
    background-position: bottom right;
  }
}
@keyframes move_visual_pc {
  1% {
    background-position: bottom right;
  }
  49% {
    background-position: bottom left;
  }
  51% {
    background-position: bottom left;
  }
  99% {
    background-position: bottom right;
  }
}
@-webkit-keyframes open_visual {
  0% {
    width: 0;
  }
  100% {
    width: 330px;
  }
}
@-o-keyframes open_visual {
  0% {
    width: 0;
  }
  100% {
    width: 330px;
  }
}
@-moz-keyframes open_visual {
  0% {
    width: 0;
  }
  100% {
    width: 330px;
  }
}
@keyframes open_visual {
  0% {
    width: 0;
  }
  100% {
    width: 330px;
  }
}
@-webkit-keyframes open_main_wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes open_main_wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes open_main_wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes open_main_wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes open_main_contents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes open_main_contents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes open_main_contents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes open_main_contents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes open_h2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-o-keyframes open_h2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-moz-keyframes open_h2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes open_h2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
.in_contents {
  position: relative;
}
.in_contents .main_area {
  position: relative;
}
.in_contents .main_area .bg_s, .in_contents .main_area .bg_f1, .in_contents .main_area .bg_f2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.in_contents .main_area .bg_f1 {
  background: url("../img/in/bg_flower01.png") center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.in_contents .main_area .bg_f2 {
  background: url("../img/in/bg_flower02.png") center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.in_contents .main_area h2 {
  position: relative;
}
.in_contents .main_area .contents_wrap {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .in_contents .visual_image {
    position: fixed;
    top: 0;
    height: 100%;
    width: 330px;
    overflow: hidden;
    width: 0;
    -webkit-animation: open_visual 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    -moz-animation: open_visual 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    -o-animation: open_visual 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    animation: open_visual 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  }
  .in_contents .visual_image .image {
    width: 330px;
    height: 100%;
    background: url("../img/top/kv_pc.jpg") no-repeat bottom right;
    -webkit-background-size: auto 150%;
    -o-background-size: auto 150%;
    background-size: auto 150%;
    -webkit-animation: move_visual_pc 160s linear infinite;
    -moz-animation: move_visual_pc 160s linear infinite;
    -o-animation: move_visual_pc 160s linear infinite;
    animation: move_visual_pc 160s linear infinite;
  }
  .in_contents .visual_image .image img {
    opacity: 0;
  }
  .in_contents .main_area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 330px;
    background: url("../img/in/bg_pc.jpg") no-repeat fixed right top;
    -webkit-background-size: calc( 100% - 330px);
    -o-background-size: calc( 100% - 330px);
    background-size: calc( 100% - 330px);
    padding-top: 90px;
    opacity: 0;
    -webkit-animation: open_main_wrap 0.8s ease-in 0.4s forwards;
    -moz-animation: open_main_wrap 0.8s ease-in 0.4s forwards;
    -o-animation: open_main_wrap 0.8s ease-in 0.4s forwards;
    animation: open_main_wrap 0.8s ease-in 0.4s forwards;
  }
  .in_contents .main_area .bg_s {
    background: url("../img/in/bg_star_pc.png") no-repeat fixed right top;
    -webkit-background-size: calc( 100% - 330px);
    -o-background-size: calc( 100% - 330px);
    background-size: calc( 100% - 330px);
  }
  .in_contents .main_area h2 {
    opacity: 0;
    -webkit-animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s forwards;
    -moz-animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s forwards;
    -o-animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s forwards;
    animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s forwards;
  }
  .in_contents .main_area .contents_wrap {
    opacity: 0;
    -webkit-animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s forwards;
    -moz-animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s forwards;
    -o-animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s forwards;
    animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s forwards;
  }
  .in_contents .main_contents {
    min-height: calc(100vh - 250px);
  }
}
@media only screen and (max-width: 750px) {
  .in_contents .visual_image {
    height: 18vh;
    overflow: hidden;
    position: relative;
  }
  .in_contents .visual_image .image {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: -65%;
  }
  .in_contents .main_area {
    background: url("../img/in/bg_sp.jpg") no-repeat fixed center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding-top: 6vh;
  }
  .in_contents .main_area .bg_f1 {
    -webkit-background-size: 120%;
    -o-background-size: 120%;
    background-size: 120%;
  }
  .in_contents .main_area .bg_s {
    background: url("../img/in/bg_star_sp.png") no-repeat center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .in_contents .main_area h2 {
    opacity: 0;
    -webkit-animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    -moz-animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    -o-animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    animation: open_h2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  }
  .in_contents .main_area .contents_wrap {
    opacity: 0;
    -webkit-animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s forwards;
    -moz-animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s forwards;
    -o-animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s forwards;
    animation: open_main_contents 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s forwards;
  }
}

.floatcontents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500;
  display: none;
  opacity: 0;
}
.floatcontents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floatcontents .close {
  position: absolute;
}
.floatcontents .close:after, .floatcontents .close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.floatcontents .close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatcontents .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.floatcontents .player {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  .floatcontents .close {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .floatcontents .close:hover {
    opacity: 0.65;
  }
  .floatcontents .player {
    width: 980px;
    height: 551px;
    top: 50%;
    left: 50%;
    margin: -275px 0 0 -490px;
  }
}
@media only screen and (max-width: 750px) {
  .floatcontents .close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
  .floatcontents .player {
    width: 100%;
    height: 31.6vh;
    top: 50%;
    margin-top: -15.8vh;
  }
}