.mainvisual {
  width: 100%;
  height: 100vh;
	
	position: fixed;
    z-index: 0;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	z-index: 0;
}
.mainvisual h1 {
	text-align: left;
	position: absolute;
	z-index: 1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2.5rem;
	top: 50%;
	left: 50%;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	color: #fff;
	margin-left: -110px;
	margin-top: -230px;
}
.mainvisual h1 span {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	color: #fff;
}
.mainvisual h1 img {
	display: inline-block;
	width: 210px;
	margin-right: 5px;
	vertical-align: middle;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 768px) {
	.mainvisual h1 {
        margin-left: -110px;
    }
}
@media screen and (max-width: 580px) {
	.mainvisual {
		background: url("../images/top/mv-sp.jpg") no-repeat center;
		background-size: cover;
    }
    #background-video {
		display: none;
    }
	.mainvisual h1 {
        font-size: 1.6rem;
        margin-left: -75px;
        margin-top: -130px;
    }
}
/* --------------------------------------------------- */
#contents {
	margin-top: 100vh;
}
/* --------------------------------------------------- */
#area1 {
	width: 100%;
	background-color: #fff;
	margin-bottom: 90vh;
	padding-top: 100px;
}
.logo-img {
	max-width: 300px;
	width: 50%;
	margin: 0 auto 100px;
}
#introduction {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto 250px;
	position: relative;
}
#introduction dl {
	background-color: #fff;
	width: 45%;
	padding: 0 50px 50px 10%;
	position: relative;
	z-index: 1;
}
#introduction dt {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin-bottom: 30px;
}
#introduction dd {
}
#introduction .ph {
	display: block;
	width: 80%;
	height: auto;
	background: url("../images/top/ph01.jpg") no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 100px;
	bottom: -170px;
}

#infomation {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 100px;
	padding-top: 30px;
}
#infomation ul {
	margin-bottom: 40px;
}
#infomation li {
	border-radius: 10px;
	box-shadow: 0px 0px 9px -6px rgba(0,0,0,0.6);
	margin-bottom: 15px;
}
#infomation li a {
	width: 100%;
	display: table;
	padding: 25px 25px 20px 0px;
}
#infomation li span {
	display: table-cell;
	vertical-align: top;
	line-height: 150%;
}
#infomation li span:first-child {
	width: 120px;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 2px;
}
#infomation li a:hover {
	background-color: #f7f7f7;
}
@media screen and (max-width: 1100px) {
	#introduction dl {
        width: 70%;
        padding: 0 50px 50px 5%;
    }
    #introduction .ph {
        width: 80%;
        top: 100px;
        bottom: -150px;
    }
}
@media screen and (max-width: 768px) {
	#area1 {
        padding-top: 80px;
    }
	.logo-img {
        max-width: 200px;
        width: 50%;
        margin: 0 auto 80px;
    }
	#introduction {
        margin: 0 auto 120px;
    }
	#introduction dl {
        width: 100%;
        padding: 0 5% 0px;
    }
    #introduction .ph {
        width: 100%;
		position: static;
		height: 300px;
		margin-bottom: 40px;
    }
}
@media screen and (max-width: 580px) {
	#introduction {
        margin: 0 auto 80px;
    }
	#introduction dt {
        font-size: 1.5rem;
		text-align: center;
    }
	#infomation li {
        border-radius: 5px;
        box-shadow: 0px 0px 8px -4px rgba(0,0,0,0.3);
        margin-bottom: 10px;
    }
	#infomation li a,
	#infomation li span {
		display: block;
	}
	#infomation li a {
        padding: 10px 15px 15px;
    }
	#infomation li span:first-child {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
}
/* --------------------------------------------------- */
#message {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#message .left {
	width: 60%;
	padding-left: 5%;
	position: relative;
	z-index: 1;
}
#message .left h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 4rem;
	margin-bottom: 50px;
}
#message .left p {
	margin-bottom: 20px;
}
#message .left p.name {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
#message .left p.name span {
	display: inline-block;
	font-size: 1.3rem;
	margin-left: 15px;
}
#message .left .btn_style01 {
	margin: 0;
}
#message .ph {
	width: 37%;
	height: 740px;
	background: url("../images/top/ph02.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#message .box {
	background-color: #DB095A;
	color: #fff;
	position: absolute;
	width: 90%;
	max-width: 750px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 10%);
	padding: 50px;
}
@media screen and (max-width: 1100px) {
	#message .left {
        width: 55%;
    }
	#message .left p {
		line-height: 160%;
	}
	#message .ph {
        width: 40%;
        height: 650px;
    }
	#message .box {
		transform: translate(-50%, 40%);
	}
}
@media screen and (max-width: 768px) {
	#message {
        display: block;
    }
	#message .left {
        width: 100%;
		margin-bottom: 30px;
    }
	#message .left p {
		line-height: 160%;
	}
	#message .left .btn_style01 {
		margin: 0 auto 30px;
	}
	#message .ph {
        width: 400px;
        height: 600px;
		margin: 0 auto;
    }
	#message .box {
		transform: translate(-50%, 70%);
		padding: 40px;
	}
}
@media screen and (max-width: 580px) {
	#message .left {
        padding: 0 5%;
    }
    #message .left h2 {
        font-size: 1.6rem;
		line-height: 3rem;
		margin-bottom: 30px;
    }
	#message .left h2 br {
	}
    #message .left p.name {
		text-align: right;
    }
	#message .box {
		transform: translate(-50%, 60%);
		padding: 20px;
	}
}
/* --------------------------------------------------- */
#area2 {
	width: 100%;
	background-color: #fff;
	margin-bottom: 90vh;
	padding: 80px 0;
}
#history {
}
#history .img {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
}
#history p.txt {
	width: 85%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 40px;
	font-size: 1rem;
}
#history p.txt span {
	display: block;
	text-align: center;
	font-size: 2rem;
	color: #DB095A;
	letter-spacing: 4px;
	padding-top: 10px;
}
#history p.txt span > span {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	padding-top: 0;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
	#history p.txt {
		text-align: left;
		margin: 0 auto 30px;
		font-size: .9rem;
	}
	#history p.txt br {
		display: none;
	}
	#history p.txt span {
		font-size: 1.6rem;
		letter-spacing: 3px;
	}
	#history p.txt span > span {
	}
}
/* --------------------------------------------------- */
#area3 {
	width: 100%;
	background-color: #fff;
	margin-bottom: 90vh;
	padding-bottom: 100px;
}
#voice {
	margin-bottom: 100px;
}
#voice .block {
	width: 100%;
	background-color: #DB095A;
	color: #fff;
	padding: 60px 0 150px;
	position: relative;
	z-index: 0;
}
#voice .block .ttl-style01 {
	color: #fff;
}
#voice .block h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: center;
}
#voice .block h3 br {
	display: none;
}
#voice .block p {
	max-width: 540px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
#voice .block2 {
	max-width: 1200px;
	width: 90%;
	margin: -70px auto 70px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}
#voice .block2 .box {
	width: 29%;
	position: relative;
	margin: 0 2.16%;
}
#voice .block2 .box:nth-of-type(2){
	transition-delay: .1s;
}
#voice .block2 .box:nth-of-type(3){
	transition-delay: .2s;
}
#voice .block2 .box:last-child {
	transition-delay: .3s;
	display: none;
}
#voice .block2 .box a {
	display: block;
	box-shadow: 2px 2px 16px -6px rgba(0,0,0,0);
	transition: .3s;
}
#voice .block2 .box .ph {
	display: block;
	position: relative;
	width: 100%;
	 padding-top: 140%;
}
#voice .block2 .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#voice .block2 .box .data {
	max-width: 300px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 13px;
	line-height: 150%;
	padding: 15px 15px 15px 0;
	transition: .3s;
}
#voice .block2 .box .data strong {
	display: block;
	color: #DB095A;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.2rem;
	transition: .3s;
}
#voice .block2 .box .data strong > span {
	display: inline-block;
	margin-left: 3px;
	font-size: 1rem;
}
#voice .block2 .box .data span.yomi {
	display: block;
	color: #DB095A;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 10px;
	margin-bottom: 5px;
	transition: .3s;
}
#voice .block2 .box a:hover {
	box-shadow: 2px 2px 16px -6px rgba(0,0,0,0.4);
}
#voice .block2 .box a:hover .data {
	background-color: #DB095A;
	padding: 15px;
	color: #fff;
}
#voice .block2 .box a:hover .data strong,
#voice .block2 .box a:hover .data span.yomi{
	color: #fff;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 768px) {
	#voice .block2 {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
    }
        
	#voice .block2 .box {
		width: 48%;
		margin:0 4% 4% 0;
	}
	#voice .block2 .box:nth-child(2n) {
		margin-right: 0;
	}
	#voice .block2 .box:last-child {
		display: block;
		margin-right: 0;
	}
}
@media screen and (max-width: 580px) {
	#area3 {
        padding-bottom: 60px;
    }
	#voice {
        margin-bottom: 50px;
    }
	#voice .block {
        padding: 40px 0 100px;
    }
	#voice .block h3 {
        font-size: 1.2rem;
    }
	#voice .block h3 br {
		display: block;
	}
	#voice .block2 {
        margin: -70px auto 40px;
    }
        
	#voice .block2 .box {
		width: 48%;
	}
	#voice .block2 .box:nth-child(3) {
	}
	#voice .block2 .box .data {
        width: 95%;
        font-size: 9px;
        padding: 12px 5px 5px 0;
    }
	#voice .block2 .box a:hover .data {
		padding: 12px 5px 5px 13px;
	}
    #voice .block2 .box .data strong {
        font-size: 1rem;
		margin-bottom: 2px;
    }
	#voice .block2 .box .data strong > span {
        font-size: .8rem;
    }
    #voice .block2 .box .data span.yomi {
        font-size: 7px;
        margin-bottom: 3px;
    }
	#voice .block2 .box .data span.cap {
		display: none;
	}
}
/* --------------------------------------------------- */
#letter {
}
#letter h4 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: center;
}
#letter p {
	max-width: 540px;
	width: 90%;
	margin: 0 auto 50px;
}
#letter .responsive {
	margin-bottom: 40px;
}
#letter .responsive .box {
	margin: 0 .2% 20px;
}
#letter .responsive .box .ph {
	display: block;
	position: relative;
	width: 100%;
	 padding-top: 70%;
	margin-bottom: 10px;
	box-shadow: 0px 2px 16px -6px rgba(0,0,0,0);
	transition: .3s;
}
#letter .responsive .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#letter .responsive .box strong {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.1rem;
}
#letter .responsive .box a:hover .ph {
	box-shadow: 0px 2px 16px -6px rgba(0,0,0,0.6);
}
#letter .responsive .slide-arrow {
	width: 45px;
}
#letter .responsive .prev-arrow,
#letter .responsive .next-arrow {
	position: absolute;
	top: 40%;
	margin-top: -22px;
	cursor: pointer;
	z-index: 99;
}
#letter .responsive .prev-arrow {
	left: 0;
}
#letter .responsive .next-arrow {
	right: 0;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
	#letter .responsive {
        margin-bottom: 10px;
    }
	#letter .responsive .box strong {
        font-size: 12px;
    }
}
/* --------------------------------------------------- */
#cast {
	width: 100%;
	background: url("../images/common/back01.png") center top;
	background-size: 40px auto;
	padding: 60px 0;
	margin-bottom: 80px;
}
#cast .inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 70px 5% 50px;
	background-color: #DB095A;
	color: #fff;
}
#cast .inner .ttl-style01 {
	color: #fff;
}
#cast .inner h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: center;
}
#cast .inner h3 br {
	display: none;
}
#cast .inner p {
	max-width: 540px;
	width: 90%;
	margin: 0 auto 40px;
	color: #fff;
}
#cast .cast-img {
	max-width: 300px;
	width: 80%;
	margin: 0 auto 40px;
}
#cast .cast-ph {
	max-width: 400px;
	width: 80%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
#cast .cast-ph li {
	width: 30%;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
	#cast {
        padding: 40px 0;
        margin-bottom: 60px;
    }
	#cast .inner {
        padding: 30px 3%;
    }
	#cast .inner h3 {
		font-size: 1.2rem;
	}
	#cast .btn_style02 {
        padding: 15px 10px;
        font-size: 1.1rem;
    }
}
/* --------------------------------------------------- */


#flyin {
    z-index:900;
    border-radius:10px 0 0;
    -moz-border-radius:10px 0 0;
    -webkit-border-radius:10px 0 0;
    width: 320px;
    position: absolute;
    bottom:100px;
    right:30px;
    -webkit-backface-visibility:visible!important;
    -ms-backface-visibility:visible!important;
    backface-visibility:visible!important;
    -webkit-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
    -moz-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
    -o-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
    animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
    -webkit-transition:bottom .5s ease,background-position .5s ease;
    transition:bottom .5s ease,background-position .5s ease;
    padding:0;
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,.2));
    transition: 0.3s ease-in-out;
}
#flyin .flyinclose {
    -webkit-transition:0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
    transition:transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
    content:'';
    display:block;
    z-index:2;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    cursor:pointer;
    width:30px;
    height:30px;
    border-radius:30px;
    background:#fff url("../images/common/close01.png") no-repeat center center;
	background-size: 20px;
    position:absolute;
    top:-10px;
    left:-5px;
    margin:0;
    padding:0;
}
.hide {
    opacity:0;
    -webkit-transition:opacity 1s ease;
    transition:opacity 1s ease;
}
.hide div {
    top:60%!important;
    -webkit-transition:top 1s ease;
    transition:top 1s ease;
}
.minimize {
    bottom:-320px!important;
    background-position:320px 127px!important;
}
.minimize .flyin-man {
    top:-300px!important;
    opacity:0!important;
}
.minimize .flyinbutton {
    top:10px!important;
    opacity:1!important;
}
.minimize .flyinclose {
    top:15px!important;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
#flyin .free,#flyin .present_bottom,#flyin .present_top {
    display:block;
    position:absolute;
    left:50%;
}
.minimize .flyinclose {
}
.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  display:none;
}
.videocover {
}
.videocover img {
}
div#flyin:hover {
    transition: all .5s;
}
@media screen and (max-width: 1100px) {
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
}
@media screen and (max-width: 768px) {
	#flyin {
        width: 250px;
        bottom:60px;
        right:10px;
    }
}
@media screen and (max-width: 580px) {
	#flyin {
        width: 180px;
        bottom:60px;
        right:10px;
		display: none;
    }
}