@charset "utf-8";
/* CSS Document */

 #teaser .pageTitle {
		border-bottom: 1px solid #5aabdd;
}
#teaser .pageTitle h2 .sub{
	font-size: 0.8em;
}
#production #teaser:before {
  background-image: url("../img/schedule/bg_teaser_ticket_2.png");
}

.productMainBox {
    background-color: #5aabdd;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 16px 0;
}

.mincho{
	font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
}

.productMainBox .lv1{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.productMainBox .lv2{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	padding-top: 5px;
}



.pvBox {
    text-align: center;
    margin: 0 0 40px;
    padding: 15px 0 25px;
    background: url(../img/production05/bg_pv.png) no-repeat center;
    background-size: cover;
    /*
    display: none;*/
}

/*PV非表示時余白調整*/
    .proSan01{
    margin-top: 45px;
}
.proSan01 .proWordBox p{
	text-align: center;
}



.taoHair {
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
	
	

.taoHair:before {
    position: absolute;
    bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
    margin: auto;
     background: linear-gradient(90deg, rgba(90, 171, 221, 1), rgba(201, 125, 115, 1));
    width: 159px;
    height: 1px;
    content: '';
}

.proSan02 {
    min-height: 343px;
    background: url("../img/production05/tao_bg.png")no-repeat center top 128px;
    background-size: contain;
	margin-top: 40px;
}



.proSan02 .taoHair{
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 94px;
    box-sizing: border-box;
    padding-bottom: 10px;
}


.proSan03 .taoHair{
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 94px;
    box-sizing: border-box;
    padding-bottom: 10px;
}


.photoBox.top35{
	margin-top: 20px !important;
}


.photoBox .cast_p{
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 18px;
	margin-top: 0 !important;
}

.photoBox .cast_p span{
	font-size: 1.7rem;
}

/*リンク未設定*/
.photoBox ul li a{
    display: inline-block;
    pointer-events: none;
}

/**/

/*TAODAとは*/

.abouttxtItem {
    padding: 0 4.16vw;
    box-sizing: border-box;
    background-color: hsla(0,0%,70%,0.30);
    border-radius: 10px;
    margin: 0px 15px 50px 15px;
}


.abouttxtItem dl{
    padding: 20px 25px;
}

.abouttxtItem dl dt{
	text-align: center;
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 20px;
	margin-top: 0 !important;
}

.abouttxtItem dl dd{
	font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
}

/**/

.profile_btn{
	display: none !important;
}


.photoBox ul {
    margin-left: 0;
	display: flex;
	/**/flex-wrap: wrap;
	justify-content: center;
}

.photoBox ul.center {
	justify-content: center;
}


.photoBox ul li {
    float: none;
    width: 30.4%;
    padding-left: 0;
    box-sizing: border-box;
    text-align: center;
	margin: 0 10px;
}

/*-----------------------------*/

.photoItem .cast_p{
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 18px;
	margin-top: 0 !important;
}

.photoItem .cast_p span{
	font-size: 1.7rem;
}

.photoItem ul {
    margin-left: 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    
}

.photoItem ul li {
    margin-bottom: 30px;
    width: 25%;
	padding: 0 5px;
    /* padding-left: 3.04vw; */
    box-sizing: border-box;
    text-align: center;
}

/*役名非表示*/
.photoItem ul li p em{
   /* display: none;*/
}
/*リンク未設定*/
.photoItem ul li a{
    pointer-events: none;
}


.proSan04 .taoHair{
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 94px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.anchorDateLink a.linkTicket02 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    max-width: 288px;
    padding-left: 65px;
    box-sizing: border-box;
    height: 55px;
    background: url("../img/production02/bg_btn.png")no-repeat center center;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
}

.anchorDateLink a.linkTicket02:before {
    position: absolute;
    left: 22px;
    top: 0;
    width: 18px;
    height: 100%;
    z-index: 2;
    content: '';
    background: url("../img/production02/ico_human.png") center center no-repeat;
    background-size: 100% auto;
}


iframe.anchorDate {
    width: 87%;
    max-width: 850px;
    height: 541px;
    padding: 35px 50px;
    border: 1px solid #5aabdd !important;
}


.proSan07 {
    background: url("../img/production05/blackBack.png")no-repeat 0 0;
    background-size: cover;
    padding: 37px 0 20px;
}

.proSan07 .taoHair{
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 90px;
    box-sizing: border-box;
    padding-bottom: 10px;
}


.taoHairBox02 .taoHair:before {
    background: #fff;
	height: 1px;
}



.proSan06 .taoHair{
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 64px;
    box-sizing: border-box;
    padding-bottom: 10px;
}



.proSan07 .taoHair{
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 86px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.proSan08 .taoHair{
	min-width: 159px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
            padding: 0 80px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.kyousan ul li {
	padding: 0 8px;
}


.kyousan ul li::after {
    content: "/";
	padding-left: 11px;
}




img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}






.cast{
	text-align: center;
	margin-bottom: 50px;
}

.staffHdL:before {
        background: #5aabdd;
    }

.staffItem {
        border: 1px solid #5aabdd;
    }

.proSan04{
	display: none;
}
.proSan05 {
    background:white;
}
.photoBox ul.clearfix:not(:nth-of-type(1)) {
	margin: 30px;
}
.photoBox ul.clearfix:not(:nth-of-type(1)) li{
	width: 25%;
}

    .photoitem_line hr {
        border: 0.01vh solid #5aabdd;
    }