@charset "UTF-8";
body {
    position: relative;
}
.is-sp {
    display: block;
}

.is-pc {
    display: none;
}

.drawer-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 5;
    width: 40px;
    height: 40px;
    background-image: url(../images/drawer_bg_r.svg);
    background-size: cover;
    border: none;
    appearance: none;
    cursor: pointer;
}
.drawer-menu.active {
    background-image: url(../images/drawer_bg_b.svg);
}
.drawer-btn,
.drawer-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.drawer-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 21px;
  height: 15px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.drawer-btn span {
    position: absolute;
    left: 0;
    right: 0;
    width: 21px;
    height: 1px;
    margin: auto;
    background-color: #fff;
}
.drawer-btn span:nth-of-type(1) {
    top: 0;
}
.drawer-btn span:nth-of-type(2) {
    top: 7px;
}
.drawer-btn span:nth-of-type(3) {
    bottom: 0;
}

.drawer-menu.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-30deg);
}
.drawer-menu.active span:nth-of-type(2) {
    opacity: 0;
}
.drawer-menu.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(30deg);
}

.drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 4;
    background-color: #f83f2d;
    opacity: 0;
    transform: translate(0, -100%);
    transition: .5s;
}
.drawer.active {
    opacity: 1;
    transform: translate(0, 0);
}
.drawer-list {
    padding: 22% 0 0;
}
.drawer-list-item {
    margin: 0 auto 6%;
}
.drawer-list-item:last-child {
    margin-bottom: 0;
}
.drawer-list-item.-menu-news {
    width: 20%;
}
.drawer-list-item.-menu-about {
    width: 23%;
}
.drawer-list-item.-menu-youtube {
    width: 28%;
}
.drawer-list-item.-menu-bluray {
    width: 23%;
}
.drawer-list-item.-menu-music {
    width: 21%;
}
.drawer-list-item.-menu-cast {
    width: 17%;
}
.drawer-list-item a:active {
    opacity: .6;
}


.mv {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(550/ 375 * 100%);
    background-image: url(../images/mv_bg_sp.jpg?ver01);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -15px;
}
.mv-ttl {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    width: 96%;
    margin: auto;
    z-index: 2;
}
.mv-character {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}

/* 20220513 スペシャルセッション導線追加 */
.ss-link .ss-link-wrapper {
    position: relative;
    width: 90%;
    margin: 2em auto 0;
    padding: 1.6em 0.6em;
}
.ss-link .ss-link-wrapper::before,
.ss-link .ss-link-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ss-link .ss-link-wrapper::before {
    background: #ededed;
}
.ss-link .ss-link-wrapper::after {
    background-image: linear-gradient(0deg, transparent calc(100% - 2px), #fff calc(100% - 2px)), 
                      linear-gradient(90deg, transparent calc(100% - 2px), #fff calc(100% - 2px));
    background-size: 36px 36px;
    background-repeat: repeat;
    background-position: center center;
}
.ss-link .ss-p {
    background: url(../images/voyager_special-session_02.jpg) no-repeat center center;
    background-size: 100% 100%;
    border: 1px solid #f74837;
    width: 80%;
    margin: 0 auto;
}
.ss-link .ss-link-btn a {
    display: block;
    background: url(../images/session_btn_bg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
    margin: 1em auto 0.6em;
    padding: 2em 0.4em;
}
.ss-link .ss-link-txt {
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.4em;
}
.ss-link .bluray-link-btn a {
    display: block;
    position: relative;
    background: #fff;
    border: 3px solid #f83f2d;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    width: 96%;
    margin: 1em auto 0;
    padding: 0.8em 0.4em;
}
.ss-link .bluray-link-btn a::after {
    content: "";
    position: absolute;
    bottom: -0.4em;
    left: 50%;
    transform: translateX(-50%);
    border: 0.6em solid transparent;
    border-top: 0.7em solid #f83f2d;
}
.ss-link .bluray-link-btn a img {
    vertical-align: middle;
    width: 30%;
    margin-right: 0.6em;
}
.ss-link .ss-link-btn a:hover,
.ss-link .bluray-link-btn a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.sect-ttl {
    width: 100%;
    margin: auto;
}
.news {
     background-color: #fff;
}
.news-wrapper {
    padding: 60px 0;
}
.news-ttl {
    margin-bottom: 34px;
}
.news-list {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
}
.news-list:last-child{
    margin-bottom: 0;
}

.news-list dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}
.news-list dd {
    font-size: 16px;
    line-height: 1.6em;
}

.news-list dd a{
    text-decoration: underline;
}

.news-list_2 {
    width: 90%;
    margin: auto;
}
.news-list-item {
    margin-bottom: 60px;
}
.news-list-item:last-child {
    margin-bottom: 0;
}
.thumb {
    width: 100%;
    height: 50vw;
    position: relative;
    overflow: hidden;
    background: #f6f5fb;
    z-index: 1;
    margin: auto;
}
.thumb div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-49.8%) translateX(-50%) scale(1.0038);
}
.thumb div img {
    width: auto;
    height: auto;
    max-height: 50vw;
}
.news-list-ttl {
    color: #27272e;
    line-height: 1.9;
    margin: 6px 0;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 0.06em;
}
.news-list-date {
    font-size: 14px;
    color: #acacbf;
    margin-left: auto;
    text-align: right;
    margin-top: auto;
}

.about{
    background-color: #ededed;
}

.about-ttl{
   margin-bottom: 26px;
}

.about-wrapper {
    padding: 60px 0;
}

.about-txt{
    margin: 0 auto 15px;
    padding: 0 10px;
    text-align: center;
    line-height: 1.8em;
    font-size: 16px;
}

.about .sect-sub-ttl{
    width: 45%;
    margin: 30px auto 20px;
}

.about-staff{
    margin: 0 auto;
    padding: 0 10px;
}

.about-staff li{
    line-height: 1.8em;
    font-size: 16px;
}

.about-staff li:nth-of-type(4){
    text-indent: -3em;
    padding-left: 3em;
}

.message .sect-sub-ttl{
    width: auto;
    font-size: 5vw;
    text-align: center;
    text-shadow: 0 0 7px rgb(0,0,0,0.5);
}

.message{
    margin: 0 auto;
    padding: 0 10px;
}

.message div{
    margin: 15px auto 30px;
}

.message p{
    font-size: 16px;
    margin-top: 1em;
    line-height: 1.5em;
}

.youtube {
     background-color: #fff;
}
.youtube-wrapper {
    padding: 60px 0;
}
.youtube-ttl {
    margin-bottom: 34px;
}
.youtube-txt {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.youtube-main{
    width: 90%;
    margin: 0 auto 60px;
}
.youtube-column {
    width: 90%;
    margin: auto;
}
.youtube-column-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-column-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube-list {
    width: 90%;
    margin: auto;
}
.youtube-list-item {
    margin-bottom: 60px;
}
.youtube-list-item:last-child {
    margin-bottom: 0;
}

.bluray {
    background: url(../images/bluray_bg_pattern.png?ver01) repeat right bottom/16px, -moz-linear-gradient(38deg, rgba(132,43,39,1) 5%, rgba(248,63,45,1) 50%);
    background: url(../images/bluray_bg_pattern.png?ver01) repeat right bottom/16px, -webkit-linear-gradient(38deg, rgba(132,43,39,1) 5%, rgba(248,63,45,1) 50%);
    background: url(../images/bluray_bg_pattern.png?ver01) repeat right bottom/16px, linear-gradient(38deg, rgba(132,43,39,1) 5%, rgba(248,63,45,1) 50%);
}
.bluray-wrapper {
    padding: 60px 0;
}
.bluray-ttl {
    margin-bottom: 26px;
}
.bluray-txt {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    color: #FFF;
}
.bluray-txt-limit {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #ffffbe;
}
.bluray-txt-limit-02 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
    width: 95%;
    margin: 20px auto 30px;
    padding: 10px;
    background: #fff;
    color: #000;
}
.bluray-txt-limit-end {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #ffffbe;
}
.bluray-txt-sub{
    margin-bottom: 40px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.8em;
    color: #fff;
}
.bluray-details {
    width: 78%;
    margin: 0 auto 25px;
    color: #FFF;
}
.bluray-details dt {
    width: 40%;
    margin: 0 auto 10px;
    text-align: center;
}
.bluray-details dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 15px;
}
.bluray-details dd span{
    color: #ffffbe;
}
.bluray-special {
    width: 78%;
    margin: 0 auto 50px;
    color: #FFF;
}
.bluray-special dt {
    width: 40%;
    margin: 0 auto 10px;
    text-align: left;
}
.bluray-special dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 15px;
}
.bluray-special dd span{
    color: #ffffbe;
}
.bluray-note01{
    color: #FFF;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 10px;
}
.bluray-note02{
    color: #FFF;
    font-size: 13px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 10px;
}
.bluray-btn {
    display: block;
    width: 85%;
    margin: 30px auto 0;
}

.exhibit {
    background-color: #fff;
}
.exhibit-wrapper {
    padding: 60px 0;
}
.exhibit-ttl {
    margin-bottom: 30px;
    padding: 0 10px;
}
.exhibit-txt {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}
.exhibit-txt-sub{
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.8em;
}
.exhibit-details {
    padding: 0 10px;
    margin-bottom: 25px;
}
.exhibit-details li {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 15px;
    padding-left: 5em;
    text-indent: -5em;
}
.exhibit-btn {
    display: block;
    width: 85%;
    margin: 30px auto 0;
}
.exhibit-end{
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.music {
    background-color: #fff;
}
.music-wrapper {
    padding: 60px 0;
}
.music-ttl {
    margin-bottom: 65px;
}
.music-list {
    width: 72%;
    margin: auto;
}
.music-list-item {
    margin-bottom: 60px;
}
.music-list-item:last-child {
    margin-bottom: 0;
}
.music-list-img {
    margin-bottom: 15px;
}
.music-list-ttl {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
}
.music-list-txt {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.8em;
}

.music-list-btn {
    display: block;
    transition: .3s;
}

.music-list-btn:hover {
    opacity: .7;
}



.cast {
    background-color: #ededed;
}
.cast-wrapper {
    padding: 60px 0;
}
.cast-ttl {
    margin-bottom: 65px;
}
.cast-sub-ttl {
    margin-bottom: 100px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.cast-group-name {
    margin: 10% 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #f83f2d;
}
.cast-list {
    width: 72%;
    margin: 0 auto;
}
.cast-list-item {
    margin-bottom: 60px;
}
.cast-list-item:last-child {
    margin-bottom: 0;
}
.cast-list-img {
    margin-bottom: 15px;
}
.cast-list-character {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
}
.cast-list-name {
    font-size: 14px;
    line-height: 1.8em;
}

.cast-list-btn {
    display: block;
    transition: .3s;
}
.cast-list-btn:first-of-type{
    margin-bottom: 12px;
}
.cast-list-btn:hover {
    opacity: .7;
}
/* 20220222 cast comment追加 */
.music-list-btn.cast-cmnt {
    background: url(../images/cast_btn_comment_bg.png?ver01) no-repeat center center;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: calc(8.3333% - 10.35px) 0;
}
.cast-list-txt{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 30px 20px 0;
    line-height: 1.5;
}

/* linkArea
------------------------------------------------*/
.clearfix:after {
    display: block;
    content: " ";
    clear: both;
}
#linkArea{
	background: #fff;
	padding: 60px 0;
	margin: 0;
}
.linkList{
	width: 94%;
	margin: 0 auto 60px;
}
.sponsorListTtl{
	margin: 0 0 20px;
}
.sponsorList{
	width: 94%;
	margin: 0 auto 60px;
}
.linkList li,
.sponsorList li{
	float: left;
	width: 50%;
	padding: 0 1%;
    margin-bottom: 4%;
}
/*.linkList li:nth-child(2n),
.sponsorList li:nth-child(2n){
	width: 48%;
	padding: 0;
}*/
.linkList img,
.sponsorList img{width: 100%;}
.copyright{
	font-size: 14px;
    text-align: center;
    line-height: 1.5;
    padding: 0 5px;
}



/* スペシャルセッションページ
================================================*/
#ss-contents .v-logo {
    width: 80%;
    margin: auto;
    padding: 15px 0;
}
#ss-contents .ss-area .cnt01 {
    background: url(../images/voyager_special-session_01.jpg) no-repeat center center;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt02 {
    background: url(../images/voyager_special-session_02.jpg) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt03 {
    background: url(../images/voyager_special-session_03.jpg) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt04 {
    background: url(../images/voyager_special-session_04.jpg) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt05 {
    background: url(../images/voyager_special-session_05.jpg) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt06 {
    background: url(../images/voyager_special-session_06.jpg) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt07 {
    background: url(../images/voyager_special-session_07.jpg) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt08 {
    background: url(../images/voyager_special-session_08.jpg) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
}#ss-contents .ss-area .cnt09 {
    background: url(../images/voyager_special-session_09.jpg) no-repeat center center;
    background-size: contain;
}