f@charset "UTF-8";
/* CSS Document */
*{
    box-sizing: border-box;
}
html {

}

body {
	position: relative;
	background:#fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size:16px;
    line-height: 1.6;
}

figure, p, ul, li,img {
		margin:0;
		padding:0;
		border:none;
}

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

a{
    text-decoration: underline;
    color:#c60081;
/*    font-size:16px;*/
}

p{
    text-align: justify;
    text-justify: inter-ideograph;
}


/*
figure, p, ul, li,img {
		margin:0;
		padding:0;
		border:none;
		overflow:hidden;
		-webkit-margin-before:0;
		-webkit-margin-after:0;
		-webkit-margin-start:0;
		-webkit-margin-end:0;
}*/

@media screen and (max-width: 768px) {
a,p,li,dt,dd{
        font-size:3vw;
}

}

/*---------------------------------------------------------------------------------------
　loading
---------------------------------------------------------------------------------------*/

#loading{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:#000;
    display:table;
    transform-origin: 50% 0;
}

#loading #loadingText{
	/*position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-50px;*/
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding:5%;
	/*width:300px;*/
}


#loading #loadingText img{
	max-width:100%;
    width:auto;
}


@media screen and (max-width: 640px) {

#loading #loadingText{
	/*margin-left:-75px;
	margin-top:-35px;
	width:150px;
	height:50px;*/
}

.sns-navi {
    top: 19px;
    right: 234px;
}

}


/*---------------------------------------------------------------------------------------
　common  
---------------------------------------------------------------------------------------*/
#main-bg{

}

#wrapper {
    overflow: hidden;
}

#main{
    margin-left:240px;
    padding-bottom:80px;
    position: relative;
}

#main:after{
    content:"";
    position: fixed;
    top:0;
    right:0;
    background:url("../images/top/bg_ink.jpg") no-repeat 100% 0;
    background-size:contain;
    z-index: -2;
    width:100%;
    height:100%;
}
/*
#main:before{
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(../images/top/bg_s@2x.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: -1;
    width: 50%;
    height: 50%;
    transform: translate(-50% , -50%);

}*/

#home section{
    padding-top:100px;
}


section h2{
    text-align: center;
    margin:0 auto;
}

.inner{
    max-width:960px;
    padding:0 20px;
    margin:0 auto;
    position: relative;
    width:80%;
}

.btn{
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
}

.btn a{
    line-height: 1;

}

.photo{
    position: relative;
    margin-top:10%;
    z-index: 0;
}

.photo.short{
    margin-top:-25%;
    z-index: 1;
}

.photo.size1{
    width:45%;
}

.photo.size2{
    width:70%;
}

.photo.left{
    margin-right:auto;
}

.photo.right{
    margin-left:auto;
}


@media screen and (min-width: 1201px) {
#main{
    margin-left:20%;
}
}

@media screen and (max-width: 768px) {
#main{
    margin-left:0;
    padding-bottom:0;
}

#home section{
    padding-top:15%;
}


.inner{
    width:auto;
}


}


/*---------------------------------------------------------------------------------------
　header
---------------------------------------------------------------------------------------*/
header{
	position: fixed;
	left:0;
	top:0;
	z-index:10;
}


/*---------------------------------------------------------------------------------------
　menu
---------------------------------------------------------------------------------------*/
#menu-button{
	display: none;
}

#global-navi{
	position: fixed;
	left: 0;
	top: 0;
	width: 240px;
	height: 100vh;
	overflow: auto;
	background:#000 url("../images/bg_black.jpg") repeat 50% 50%;
    background-size:cover;
	box-sizing: border-box;
}

#global-navi.active {
	left: 0;
	transition: all .5s cubic-bezier(.9, 0, 0, 1);
	
}


#global-navi #header-logo {
	padding:30px 15px;
    text-align: center;
}

#global-navi #main-navi li a{
	display:block;
	padding:10px 20px;
    line-height: 1;
    transition: all 0.4s;
    font-size: 0;
}

#global-navi #main-navi li a:hover{
	background:rgba(255,255,255,0.1);
}


#global-navi #main-navi li a img{
	height:16px;
	width:auto;

}

#global-navi #main-navi #os-navi{
	margin:20px;
    border-top:1px solid rgba(255,255,255,0.2);
    padding:10px 0 0 0;

}

#global-navi #main-navi #os-navi h2{
	display: inline-block;
    vertical-align: bottom;
    font-size: 0;

}
#global-navi #main-navi #os-navi h2 img{
	height:12px;
}

#global-navi #main-navi #os-navi ul{
    display:inline-block;
    vertical-align: bottom;
    margin-left:10px;
}

#global-navi #main-navi #os-navi ul li{
    display:inline-block;
    margin:0 5px;
}

#global-navi #main-navi #os-navi ul li a{
   padding:0;
   font-size: 0;
}

#global-navi #main-navi #os-navi ul li a img{
   height:20px;
}


@media screen and (min-width: 1200px) {

#global-navi{
	width: 20%;
}


}
@media screen and (max-width: 768px) {
/*
#global-navi:after{
	left: -25%;
}

#global-navi.active:after{
	width:150%;
}

#menu-bg {
    width: 64px;
}


#tab span {
	background-color: #c60081;
}
*/


#global-navi{
	position: fixed;
	left: -100%;
	bottom: 0;
	width: 100%;
	z-index: -1;
	display:table;
}

#global-navi:after{
	content:"";
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 0%;
	height: 100%;
	background:#000;
	transition: all .5s cubic-bezier(.9, 0, 0, 1);
	z-index: -1;
	box-sizing: border-box;
	display:table;
	transform: skewX(-45deg);
}

#global-navi.active:after{
	width:100%;
	transform: skewX(0deg);
}

#global-navi #main-navi {
	padding:5% 0;
    display: table-cell;
    overflow: auto;
    box-sizing: border-box;
	vertical-align: middle;
}

#global-navi #main-navi li a{
	display:block;
	padding:1em;
	text-align:center;
	transition: all 0.3s;
    line-height: 1;
}

#global-navi #main-navi li a:hover{
	background:rgba(255,255,255,0.1);
}


#menu-button{
	position: fixed;
	left:15px;
	top:15px;
	z-index:1;
    width:22px;
    display: block;
}


#tab{
	position:absolute;
	top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 14px;
}

#tab span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #c60081;
	box-sizing: border-box;
	transition: all .2s ease-out;
}
#tab span:nth-of-type(1) {
	top: 0;
	left:0px;
}
#tab span:nth-of-type(2) {
	top: 6px;
	left:0px;
}
#tab span:nth-of-type(3) {
	bottom: 0
}

#tab-label{
    position: absolute;
    top:20px;
    left:0;
}

#tab-label.active{
   display: none;
}

#menu-button a:hover #tab span {
	left:0;
}



/*header.move #tab span {
	background: #3a2316 !important
}*/
#tab.active span{
    background:#fff;
}
#tab.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
	left:0;
}
#tab.active span:nth-of-type(2) {
	left: -100%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .5s forwards;
	animation: active-menu-bar02 .5s forwards
}
@-webkit-keyframes active-menu-bar02 {
100% {
height:0
}
}
@keyframes active-menu-bar02 {
100% {
height:0
}
}
#tab.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg)
}

}

@media screen and (max-width: 480px) {


/*#tab span:nth-of-type(2) {
	top: 5px;
}

#tab.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
	left:0;
}*/

#global-navi #main-navi li a {
    padding: 10px;
}

#global-navi #main-navi li img {
    height: 14px;
}

#global-navi #main-navi #os-navi{
    text-align: center;
}

#global-navi #main-navi #os-navi ul li img{
    height:22px;
}



}

/*---------------------------------------------------------------------------------------
　top   
---------------------------------------------------------------------------------------*/
section#top{
	position:relative;
	z-index:0;
	background:#fff;
    overflow: hidden;
    padding-top:0;
   /* height: 100vh;*/
}

#main-contents {
	position: relative;
    z-index: 0;
    /*max-width: 1280px;*/
    width:80%;/*
    margin:0 auto;*/
    
}

#main-contents-inner {
	position: relative;
    z-index: 0;
   /* max-width: 1280px;
    margin:0 auto;*/
}

#top h1 img{
    max-width: none;
    max-width: inherit;
    width:100%;
  /* width:80%;
   margin:0 auto;
   text-align: center;*/
  /*  height: 100%;*/
}

#top #copy-1{
    position: absolute;
    top:50px;
    right: -13%;
    width: 7%;
}

#top #copy-2{
    position: absolute;
    right: 74%;
    top: 28%;
    width: 13%;
}

#top #copy-3{
    position: absolute;
    right: -3%;
    bottom: 7%;
    width: 13%;
}

#top #credit-btn{
    position: absolute;
    right:30px;
    bottom:25px;
    line-height: 1;
}

#top #credit-btn a:after{
    content:"";
    position: absolute;
    left:50%;
    top:-20px;
    background:url("../images/top/credit_arrow@2x.png") no-repeat 0 0;
    background-size:10px auto;
    width:10px;
    height:5px;
    margin-left:-5px;
    transition: all 0.2s ease-out;
}

#top #credit-btn a:hover:after{
    top:-25px;
}

#top #credit {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(255,255,255,0.9);
    display:none;
}

#top #credit #credit-inner {
    padding:40px;
    text-align: center;
}
#top #credit #credit-inner p {
    text-align: center;
}

#top #credit #credit-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

/*
#top h1 .pc {
    height: 100%;
}

#top h1 .pc img {
    height: 100%;
    max-width: none;
    max-width: inherit;
    width:auto;
}*/

/*
#top:before{
    content:"";
    background:#000;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:50%;
    z-index: -1;
}*/

#top #share{
    position: absolute;
    bottom:auto;
    right: 20px;
    top: 15px;
    width:30px;
}

#top #share #share-btn-label{
    display: block;
    margin-top:5px;
}

#top #share ul{
    position: absolute;
    right:-50px;
    top:60px;
    width:100%;
}

#top #share li{
    display:block;
    margin-bottom:10px;
}

@media screen and (min-width: 1200px) {
/*#main-contents-inner {
    max-width: 1400px;
}
#top h1 .pc img{
    max-width: inherit;
    max-width: none;
    height:100vh;
}*/

}

@media screen and (max-width: 768px) {

#main-contents {
    width:100%;
}

#top h1 {
   width:100%;
   margin:0 auto;
   text-align: center;
  /*  height: 100%;*/
}

#top #credit-btn {
    right: 15px;
    bottom: 15px;
    width:38px;
}

#top #copy-3 {
    position: absolute;
    right: 4%;
    bottom: 68px;
    width: 16%;
}


#top #credit-btn a:after {
    top: -12px;
}

#top #credit-btn a:hover:after{
    top:-15px;
}

#top #credit #credit-inner {
    padding: 20px;
    text-align: center;
}

#top #credit #credit-close {
    right: 10px;
    top: 10px;
    width: 15px;
}


#top #share{
    right: 15px;
    top: 12px;
    width:22px;
}

#top #share #share-btn-label{
    margin-top:4px;
}

#top #share ul{
    top:44px;
}

}


@media screen and (max-width: 480px) {


}


/*---------------------------------------------------------------------------------------
　banner
---------------------------------------------------------------------------------------*/
#banner-area{
    display:flex;
    padding:15px 0 0 0;
    justify-content: center;
}
#banner-area li{
    margin:0 15px;
    text-align: center;

}
#banner-area li img{
    max-width:320px;
    padding:0;

}
#banner-area-pc {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    max-width: 23%;
}
#banner-area-pc li{
    margin-bottom:3%;
}

#banner-area .slick-dots li{
    margin:0 5px;
}


@media screen and (max-width: 768px) {
#banner-area-sp{
    margin:10px auto 0 auto;
    max-width:960px;
    padding:0 20px;
    position: relative;
    z-index:5;
    text-align: center;
    right:auto;
    top:auto;
}


#banner-area-sp li{
    display:inline-block;
    margin:0 2%;
    text-align: center;
}

}

@media screen and (max-width: 768px) {
#banner-area{
    display:block;
   /* padding:15px;*/
   padding:0;
}
#banner-area li{
    margin:15px 5px 0 5px;
}


}



/*---------------------------------------------------------------------------------------
　trailer
---------------------------------------------------------------------------------------*/
#trailer{
    /*margin:8% auto 0 auto;
    max-width:960px;
    padding:0 20px;
    position: relative;
    z-index:5;*/
}

/*#trailer .inner{
    width:80%;
}*/

#trailer h2{
    width: 35%;
    font-size: 0;
}

#trailer #trailer-bumper h3{
    width:21.33333%;
    margin:7% auto 0 auto;
    font-size: 0;
}

.trailer-video{
    position: relative;
    padding-top:56.25%;
    /*border:1px solid #222;*/
}

.trailer-video iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}

#trailer-new{
    margin-top:5%;
    position: relative;
}

#trailer-new{
    position: relative;
    padding-top:56.25%;
    display: block;
}

#trailer-new a{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 2;
    transition: 0.3s;
}

#trailer-new a:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    width:40px;
    height:40px;
    border:2px solid #fff;
    border-radius: 40px;
    background:url("../images/top/ico_arrow.png") no-repeat 50% 50%;
    background-size:9px auto;
    z-index: 1;
    transform: translate(-50% , -50%);
    transition: 0.3s;
}


#trailer-new span{
    position: absolute;
    left:0;
    bottom:0;
    padding:2%;
    background:rgba(198,0,129,0.80);
    color:#fff;
    font-style: italic;
    font-size:130%;
    z-index: 1;
    width:100%;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}

#trailer-new.played a{
    opacity:0;
    display: none;
}

#trailer-new iframe{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 0;
}


#trailer-more{
    margin-top:5%;
}

#trailer-more a {
    display: block;
    border: 1px solid #c60081;
    background: #fff url(../images/top/ico_arrow_down.png) no-repeat 94% 50%;
    background-size: 16px auto;
    padding: 20px 10px;
    text-align: center;
}

#trailer-more a.active{
    background-image:url("../images/top/ico_arrow_up.png");
}

#trailer-more a img{
   height:20px;
}

#trailer-other{
    display: none;
}

.trailer-list{
    margin: 0 -1.666%;
     /*text-align: center;*/
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

.trailer-list li{
    /*float:left;
    display: inline-block; 2column*/
    margin: 3.3% 1.666% 0 1.666%;
    width:46%;
}

.trailer-list li.trailer-long{
     margin: 3.3% 1.666% 0 1.666%;
    width:96.333%;
}

.trailer-list li.trailer-small{
     margin: 3.3% 47.666% 0 1.666%;
    width:46%;
}

.trailer-list li a{
    display:block;
    color:#fff;
    background:#c60081/* url("../images/top/ico_arrow_next.png") no-repeat 95% 50%*/;
    /*background-size:6px auto;*/
    padding:0.9em 1em;
    text-decoration: none;
    text-align: left;
    line-height: 1.2;
    font-style:italic;
    transition:all 0.3s;
    position: relative;
}

.trailer-list li a:after{
    content:"";
    position: absolute;
    top:50%;
    right:10px;
    width:6px;
    height:12px;
    margin-top:-6px;
    background:url("../images/top/ico_arrow_next.png") no-repeat 95% 50%;
    background-size:6px auto;
   
}

.trailer-list li a:hover{
    opacity:0.7;
}

.trailer-list li a.current,
.trailer-list li a.current:hover{
    opacity:1;
    background-color:#666;
}


@media screen and (max-width: 768px) {

#trailer .inner{
    width:auto;
}

#trailer-new span{
    font-size:4vw;
}
.trailer-list li {
    margin: 4% 2% 0 2%;
   /* width: 46%;
    float:left;*/
}

#trailer-more a{
    padding:10px;
    background-position: 97% 50%;
    background-size:12px auto;

}

#trailer-more a img{
    height:14px;
}


}



/*---------------------------------------------------------------------------------------
　official sns
---------------------------------------------------------------------------------------*/
section#official-sns{
    background:rgba(198, 0, 129, 0.9) url("../images/top/bg_white_ink@2x.png") no-repeat 0 0;
    background-size:contain;
    padding:30px 0;
    margin-top:100px;

}

#official-sns h2{
    width: 38.66666%
}

#official-sns .inner {
    max-width: 500px;
}

#official-sns ul{
    width:54.66666%;
    margin:5% auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#official-sns ul li{
    width:22%;
}


@media screen and (max-width: 768px) {
section#official-sns{
    margin-top:15%;
    background-size:50%;
    padding:5% 0;
}

}



/*---------------------------------------------------------------------------------------
　theater
---------------------------------------------------------------------------------------*/
#theater h2{
    width:36.26666%;
}

#theater p.lead{
    text-align: center;
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
    background:url("../images/top/original_bg@2x.png") no-repeat 50% 50%;
    background-size:contain;
    padding:2.5em 0;
    color:#c60081;
}

#theater .btn{
    margin-top:3%;
}

#theater .btn a{
    display:block;
    border:1px solid #c60081;
    background:#fff url("../images/top/ico_arrow_next_p.png") no-repeat 97% 50%;
    background-size:11px auto;
    padding:20px 10px;
    text-align: center;
}


#theater .btn a img{
    height:20px;
}

@media screen and (max-width: 768px) {

#theater p.lead{
    font-size: 4vw;
}
#theater .btn a{
    padding:10px;
    background-size:7px auto;
}

#theater .btn a img{
    height:14px;
}

}

/*---------------------------------------------------------------------------------------
　copy
---------------------------------------------------------------------------------------*/
#copy{
    padding:0;
    margin:10% 5% 0 5%;
    pointer-events: none;
}

@media screen and (max-width: 768px) {


}

/*---------------------------------------------------------------------------------------
　introduction
---------------------------------------------------------------------------------------*/
#introduction{
    margin-top:-5%;
    position: relative;
    z-index:4;
}

#introduction #intro-text {
    
}

#introduction h2 {
    width: 65.06666%;
    margin-bottom: 5%;
    margin-top:10%;
}

#introduction p{
    margin-top:1em;
    font-weight: bold;
}

#introduction p strong{
    font-size:120%;
    font-family: serif;
    font-weight: bold;
}

#introduction p:first-of-type{
    margin-top:0;
}


@media screen and (max-width: 768px) {

#introduction #intro-text {
    
}


}



/*---------------------------------------------------------------------------------------
　story
---------------------------------------------------------------------------------------*/
#story {
    margin-top: 5%;
    position: relative;
    z-index:3;
}

#story h2 {
    width:28.86%;
    margin-bottom: 5%;
    margin-top:0%;
}

#story p{
     font-weight: bold;
}

@media screen and (max-width: 768px) {

}


/*---------------------------------------------------------------------------------------
　character
---------------------------------------------------------------------------------------*/
#character h2 {
   width:50.93333%;
}

#character #soukanzu{
    margin-top:5%;
}

@media screen and (max-width: 768px) {

}


/*---------------------------------------------------------------------------------------
　CAST
---------------------------------------------------------------------------------------*/
#cast h2{
    width:22.4%;
}

#cast .inner{
    padding:0;
    max-width: none;
    max-width: inherit;
    width:100%;
}

#cast li a{
    transition: all 1s ease-out;
    overflow: hidden;
    position: relative;
    display: block;
}

#cast li img{
    max-width: none;
    max-width: inherit;
    width:100%;
    transition: all 0.5s;
}

#cast li a:hover img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
transform: scale(1.3) rotate(-10deg);
}

#cast #main-cast{
    display: flex;
    flex-wrap: wrap;
    align-items: center;   
    justify-content: center;
    padding:0 2.5%;
}

#cast #main-cast li{
    width:45%;
    margin:5% 2.5% 0 2.5%;
}

#cast #sub-cast{
    margin-top:5%;
    display: flex;
    flex-wrap: wrap;
}

#cast #sub-cast li{
    width:33.33333%;
}



/*---------------------------------------------------------------------------------------
　staff
---------------------------------------------------------------------------------------*/
#staff h2{
    width:26.13333%;
}

#staff dl{
    margin-top:5%;
}

#staff dl dt{
    margin-top:2em;
    color:#c60081;
    font-size:150%;
    font-weight: bold;
}

#staff dl dd{
    font-weight: bold;
}

#staff dl dt:first-of-type{
    margin-top:0;
}


@media screen and (max-width: 768px) {

#staff dl dt{
    font-size:4vw;
}

}



/*---------------------------------------------------------------------------------------
　orginal
---------------------------------------------------------------------------------------*/
#original h2{
    width:40.93333%;
}

#original figure{
    width:53.33333%;
    margin:10% auto 0 auto;
    text-align: center;
}

#original h3{
    background:url("../images/top/original_bg@2x.png") no-repeat 50% 50%;
    background-size:contain;
    padding:1.5em 0;
    font-size:3vw;
    color:#c60081;
    font-weight: bold;
    text-align: center;
}

#original h3 span{
    display: inline-block;
    font-size:80%;
    vertical-align: baseline;
    }
    
#original p{
     font-weight: bold;
}

@media screen and (max-width: 768px) {

#original h3{
    font-size:5vw;
}

}

/*---------------------------------------------------------------------------------------
　song
---------------------------------------------------------------------------------------*/
#song h2{
    width:24.26666%;
}

#song figure{
    /*width:71.6%;*/
    margin:5% auto 0 auto;
}

#song h3{
    background:url("../images/top/song_bg@2x.png") no-repeat 50% 50%;
    background-size:contain;
    padding:1.5em 0;
    font-size:3vw;
    color:#c60081;
    font-weight: bold;
    text-align: center;
}

#song h3 span{
    display: block;
    font-size:80%;
    vertical-align: baseline;
}

#song h3 small{
    display: block;
    font-size:50%;
    vertical-align: baseline;
}

#song p{
    font-weight: bold;
}



@media screen and (max-width: 768px) {

#song h3{
    font-size:5vw;
}

}




/*---------------------------------------------------------------------------------------
　footer
---------------------------------------------------------------------------------------*/
footer{
    margin:20% 0;
}

footer #loadshow-sp{
    margin:10% auto 0 auto;
    width:80%;
}


@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}




/*---------------------------------------------------------------------------------------
　other
---------------------------------------------------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
/* clearfix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

img.responsive {
	width: 100%;
	height: auto;
}

.cover{
    position: absolute;
    width:100%;
    height:100%;
    z-index:10;
    background:#000;
    left:-10%;
    top:0;
    transform: skewX(-20deg);
    transform-origin: 50% 0;
}

.cover.even{
    right:-10%;
    left:auto;
    transform-origin: 50% 100%;
}

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

}



/*---------------------------------------------------------------------------------------
　popup
---------------------------------------------------------------------------------------*/
.mfp-content {
	/*display:block;*/
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	/*background:#000;*/
	z-index: 999;
	/*min-width:1024px;*/
}
.mfp-page {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 998;/*background:rgba(255,255,255,0.9);*/
		/*display:none;*/
		
}
.mfp-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 15px;
	z-index: 2000;
	box-sizing: border-box;
}
.mfp-head h2 {
	margin: 0;
	text-align: center;
}
.mfp-close, .mfp-iframe-scaler .mfp-close {
	position: fixed;
	background: url(../images/close@2x.png) no-repeat 50% 50%;
	background-size: 30px 30px;
	padding:15px;
	right:40px;
	top:30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1005;
	transition: all 0.5s;
	line-height: 1;
	text-indent: -9999px;
	text-align: left;
}

.mfp-iframe-holder{
    padding-top: 0;
    padding-bottom: 0;

}

.mfp-iframe-holder .mfp-content,
.mfp-iframe-scaler{
    height:100%;
    max-width: none;
    max-width: inherit;
}

.mfp-iframe-scaler .mfp-close {
	top: 0;
	right: 0;
}
.mfp-main {
	height: 100%;
	margin: 0 auto;
	/* left: 6.5%; */
	z-index: 1000;
	overflow: auto;
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


@media screen and (max-width: 768px) {
/* introduction */
.mfp-head img.responsive{
	width:auto;
	height:15px;
}
.mfp-content {
		/*display:block;*/
		position:relative;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		/*background:#000;*/
		z-index:999;
		
}

.mfp-page {
		width:100%;
		position: fixed;
		top:0;
		left:0;
		height:100%;
		z-index:998;
		/*background:rgba(255,255,255,0.9);*/
		/*display:none;*/
		
}

.mfp-head{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.8);
	padding:15px;
	z-index:2000;
	box-sizing: border-box;
}

.mfp-head h2{
		margin:0;
		text-align:center;
		
}

.mfp-close,
.mfp-iframe-scaler .mfp-close {
	background-size:16px 15px;
	width:16px;
	height:15px;
    right:0x;
    top:0;
}


.mfp-close.black,
.mfp-iframe-scaler .mfp-close.black {
	background-color:#000;
	
}


.mfp-main {
		height: 100%;
		margin: 0 auto;
		padding:80px 0 30px 0;
		/* left: 6.5%; */
		z-index: 1000;
		overflow: auto;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
}

}

