@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Kosugi Maru', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #f7e07b;
}

.logoBox{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.bgOrange{
	background-color: #f8b62d;
	color: #fff;
}
.ttFrame{
	background-image: url(../img/tt_frame-updown.png), url(../img/tt_frame-side.png), url(../img/tt_frame-updown.png), url(../img/tt_frame-side.png);
	background-position: center top, right 5px, center bottom, left 5px;
	background-repeat: no-repeat, no-repeat ,no-repeat, no-repeat;
	background-size: 99% 12px, 4px 90%, 99% 12px, 4px 90%;
	position: relative;
	color: #ed6d1f;
	font-size: 1.2em;
}
.ttFrame span{
	font-size: 0.7em;
}
.ttFrame p::before{
	display: block;
	content: "";
	background: url(../img/bg_white.png) repeat;
	position: absolute;
	z-index: -1;
}
.framePhoto img{
	overflow: hidden;
	border: 2px solid #ee781f;
	border-radius: 8px;
}
.sakubunPhotoBox{
	display: flex;
	width: 100%;
	justify-content: center;
}
.sakubunPhotoBox li{
	margin: 0 10px;
}
.sakubunPhotoBox li img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 2px solid #ee781f;
	border-radius: 8px;
}
.ttComment{
	text-align: left;
}
.nameBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.nameBox img{
	width: 100%;
	height: auto;
}
.profileBox{
	color: #956134;
}
.csBox{
	text-align: left;
}
.csBox{
	color: #956134;
	font-weight: normal;
}
.ttUnder{
	color: #956134;
	background: url("../img/tt_under.png") repeat-x center bottom;
	display: inline-block;
}
.photoBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.photoBox li img{
	width: 100%;
	height: auto;
}
section:last-of-type{padding-bottom: 70px;}
footer{
	padding: 15px;
	font-size: .7em;
	text-align: center;
	color: #956134;
}
a{
	text-decoration: underline;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

a:hover{
	opacity: 0.7;
}

/* --------------------------------------------------
	PC
-------------------------------------------------- */
@media screen and (min-width:941px){
	body{
		font-size: 21px;
		line-height: 1.8em;
		letter-spacing: 1px;
	}
	.wrap{
	}
	.wrapInn{
		position: relative;
	}
	.wrapInn::before{
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 100%;
		z-index: 99;
		background: url(../img/bg_side.png) repeat-y;
		top: 0;
		left: calc(50% - 540px);
		left: 10px;
	}
	.wrapInn::after{
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 100%;
		z-index: 99;
		background: url(../img/bg_side.png) repeat-y;
		top: 0;
		right: calc(50% - 540px);
		right: 10px;
	}
	section{
		padding: 30px 0 100px;
	}
	.secInn{
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	
	.mainVisual{
		margin: 40px 0 0;
	}
	.mainVisual img{
		width: 85%;
		max-width: 758px;
		height: auto;
	}
	.ribbon{
		margin-top: -15%;
		margin-bottom: 150px;
	}
	.ribbon img{
		width: 100%;
		height: auto;
	}
	

	.contentsBox{
		max-width: 800px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.contentsBoxInn{
		box-sizing: border-box;
	}
	.textContentsBox{
		margin-top: 50px;
	}
	.readBox{
		margin: -30px 70px 0;
		background: url(../img/bg_white.png) repeat;
		padding: 50px 80px;
		color: #ed6d1f;
	}
	.logoBox{
		margin-top: 25px;
	}
	.logoBox li{
		margin: 0 15px;
	}
	.logoBox li img{
		height: 58px;
		width: auto;
	}
	
	.ttFrame{
		display: inline-block;
		padding: 30px 35px 15px 45px;
		margin-bottom: 30px;
	}
	.ttFrame+div{
		color: #956134;
	}
	.ttFrame p::before{
		top: 15px;
		left: 20px;
		bottom: 0px;
		right: -10px;
	}

	.framePhoto img{
		margin-top: 20px;
	}
	section:first-of-type article:nth-of-type(3){
		background: url(../img/bg_gachinko.png) no-repeat left 60%,url(../img/bg_kaigo.png) no-repeat right bottom;
	}
	.framePhoto img{
		width: 275px;
		height: auto;
	}
	.sakubunPhotoBox{
		margin-top: 20px;
	}
	.sakubunPhotoBox li{
		margin: 0 10px;
	}

	.nameBox{
		margin-left: 152px;
		margin-bottom: 50px;
	}
	.nameBox h3{
		font-size: 35px;
		letter-spacing: 5px;
	}
	.nameBox h3 span{
		font-size: 27px;
	}
	.nameBox p{
		box-sizing:content-box;
		width: 112px;
		padding-left: 40px;
	}
	.commentTxt{
		font-size: 19px;
	}

	.ttCast{
		position: absolute;
		top: -50px;
		right: 80px;
	}
	.profileBox{
		display: flex;
/*		width: 80%; */
		margin: 50px auto 80px;
		justify-content: space-between;
		align-items: center;
	}
	.profileBox h4{
		width: 5em;
		font-size: 20px;
		line-height: 1.2em;
		text-align: center;
	}
	.profileBox p{
		font-size: 15px;
		line-height: 1.4em;
		width: calc(100% - 8em);
		text-align: left;
		text-align: justify;
		letter-spacing: 0;
	}
	.csBox{
		font-size: 15px;
		line-height: 1.4em;
		text-align: center;
	}

	.bgChara{
		background: url("../img/img_chara01.png") no-repeat, url("../img/img_chara02.png") no-repeat;
		background-position: left 45%,right 45%;
		background-size: 70px auto,70px auto;
	}

	.ttUnder{
		font-size: 31px;
		padding: 10px;
		margin-bottom: 30px;
	}

	.photoBox li{
		margin: 20px 10px;
	}


	.movieBox{
		display: flex;
		justify-content: space-between;
		margin: 0 -50px 80px -50px;
	}

	.mvTxtBox{
		flex-basis: 390px;
		color: #EE781F;
		font-size: 0.9em;
		line-height: 1.4em;
		margin-top: 21px;
	}
	.mvTxtBox img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.movieBox:nth-of-type(odd){flex-direction: row-reverse;}
	.movieBox:nth-of-type(odd) .mvTxtBox{
		text-align: left;
	}
	.movieBox:nth-of-type(even) .mvTxtBox{
		text-align: right;
	}
	.minutes{font-size: 0.75em;}
	.mvBox{
		flex-basis: calc(100% - 426px);
		background: url("../img/bg_mv.png") no-repeat;
		background-size: 100% auto;
		padding: 33px 30px;
	}
	.verJP{
		font-size: 0.9em;
		margin-top: 30px;		
	}
	.verJP a{
		color: #003FD4;		
	}

	.aboutBox{
		padding-bottom: 50px;
		background: url(../img/bg_kaigo.png) no-repeat top 50px right 0;
	}
	.ttAbout{
		margin-bottom: 50px;
	}
	.ttAbout+p{
		color: #ee781f;
		margin-bottom: 50px;
	}
	.aboutBox p img{width: 100%;height: auto;}

	.staffArea{
		background: url("../img/bg_film.png") no-repeat bottom 0 right 150px;
		background-size: 10% auto;
	}
	.staffBox{
		display: flex;
		margin: 30px 0 80px;
	}
	.staffBox .nameBox{
		display: block;
		color: #956134;
		margin:0 30px 0 0;
		flex-basis: 70%;
	}
	.staffBox .nameBox p{
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		line-height: 1.4em;
	}
	.staffBox .nameBox img{
		width: 112px;
		height: auto;
	}
	.staffBox .nameBox div p:nth-of-type(1){
		font-size: 17px;
		margin-top: 10px;
		letter-spacing: -1px;
	}
	.staffBox .nameBox div p:nth-of-type(2){
		font-size: 25px;
	}
	.staffBox .profileBox p{width: 100%;}
	.staffBox .profileBox{margin: 0;}
	
	.onlySMP{display: none;}
	.sPCTxt{font-size: 19px;line-height: 1.7;}
}
@media screen and (max-width:1100px){
	.wrapInn::before{
		left: 10px;
	}
	.wrapInn::after{
		right: 10px;
	}
	.textContentsBox{
		margin: 50px auto;
	}
}
/* --------------------------------------------------
	スマホ
-------------------------------------------------- */
@media screen and (max-width:940px){
	body{
		font-size: 16px;
		line-height: 1.6em;
		text-align: justify;
	}
	section{
		padding: 30px 20px;
		position: relative;
	}
	.wrapInn::before{
		left: 0;
	}
	.wrapInn::after{
		right: 0;
	}
	.textContentsBox{
		margin:30px 0;
	}

	.mainVisual{
		margin: 40px -20px 0;
		overflow: hidden;
	}
	.logo img,.mainVisual img{
		width: 100%;
		height: auto;
	}
	.ribbon{
		margin-top: -25%;
		margin-left: -20px;
		margin-right: -20px;
		overflow: hidden;
	}
	.ribbon img{
		width: 170%;
		height: auto;
		margin-left: -35%;
	}
	.readBox{
		margin: -30px 0 0;
		background: url(../img/bg_white.png) repeat;
		padding: 20px;
		color: #ed6d1f;
	}
	.logoBox{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.logoBox li{
		margin: 0 10px;
		text-align: center;
	}
	.logoBox li img{
		width: auto;
		height: 58px;
	}
	.logoBox li:nth-of-type(3){
		width: calc(35% - 40px);
	}
	.logoBox li:last-of-type{
		width: 65%;
	}
	.logoBox li:nth-of-type(3) img,.logoBox li:last-of-type img{
		width: 100%;
		height: auto
	}


	.ttFrame{
		padding: 20px 20px 15px 25px;
		margin-bottom: 15px;
	}
	.ttFrame+div{
		color: #956134;
	}
	.ttFrame p::before{
		top: 15px;
		left: 10px;
		bottom: 0px;
		right: -5px;
	}
	
	.framePhoto{
		width: 70%;
		margin: 20px auto;
	}
	.framePhoto img{
		width: 100%;
		height: auto;
	}
	section:first-of-type article:nth-of-type(3){
		background: url(../img/bg_gachinko.png) no-repeat left 65%,url(../img/bg_kaigo.png) no-repeat right bottom;
		background-size: 15% auto, 15% auto;
	}
	.sakubunPhotoBox{
		width: 100%;
		overflow: hidden;
		margin: 20px 0;
	}
	.sakubunPhotoBox li{
		margin: 0 5px;
	}

	.ttComment{
		margin-top: -40px;
		width: 60%;
		max-width: 300px;
	}
	.ttComment img{width: 100%;height: auto;}
	.nameBox{
		margin-bottom: 20px;
	}
	.nameBox h3{
		font-size: 21px;
		letter-spacing: 5px;
	}
	.nameBox h3 span{
		font-size: 16px;
	}
	.nameBox p{
		width: 30%;
		margin-left: 20px;
	}
	.nameBox img{
		width: 100%;
		height: auto;
	}
	.profileBox h4{
		margin: 15px 0 0px;
	}
	.profileBox p{
		line-height: 1.2em;
	}

	.ttCast{
		width: 40%;
		max-width: 300px;
		position: absolute;
		top: 0;
		right: 10px;
	}
	.ttCast img{
		width: 100%;
		height: auto;
	}

	.csBox{margin-top: 5px;}
	.csBox dt,.csBox:last-of-type dd,.csBox dd span{
		font-size: 14px;
		line-height: 14px;
	}
	.csBox dd{
		font-size: 16px;
		line-height: 14px;
	}
	.csBox dt::after{
		display: inline;
		font-size: 14px;
		content: "：";
	}
	.bgChara{
		background: url("../img/img_chara01.png") no-repeat, url("../img/img_chara02.png") no-repeat;
		background-position: right 60px bottom 0,right 0 bottom 0;
		background-size: 40px auto,40px auto;
		padding-bottom: 50px;
	}
	.ttUnder{
		font-size: 20px;
		background-size: auto 10px;
		display: inline;
	}
	.ttUnder+p{
		margin-top: 10px;
	}

	.photoBox{
		margin: 10px -5px; 
	}
	.photoBox li{
		margin: 0 5px; 
	}
	
	.mvBox{
		background: url("../img/bg_mv.png") no-repeat;
		background-size: 100% auto;
		padding: 6% 5%;
		margin-top: 10px;
	}
	
	.mvTxtBox{
	}
	.ttMv{
		text-align: center;
		margin-top: 20px;
		flex-basis: 100%;

		
	}
	.ttMv img{
		width: 90%;
		height: auto;
	}
	.mvTxtBox.onlySMP p{
		color: #ee781f;
		margin: 25px 0 0;
	}
	.mvTxtBox.onlySMP .minutes{
		text-align: right;
		color: #ee781f;
		font-size: 12px;
		margin: 5px 0 10px;
		line-height: 1em;
	}
	.mvTxtBox.onlySMP{
		margin:15px -15px 0;
	}
	.verJP{
		font-size: 1em;
		margin-top: -10px;
		text-align: center;
	}
	.verJP a{
		color: #003FD4;		
	}
	.minutes{
		font-size: 0.8em;
	}
	.ttAbout{
		margin: 0 auto 20px;
		text-align: center;
	}
	.aboutBox{
		background: url(../img/bg_kaigo.png) no-repeat top 30px right 0;
		background-size: auto 50px;
	}
	.aboutBox img{
		width: 100%;
		height: auto;
	}
	.ttAbout img{
		width: 60%;
		height: auto;
	}
	.ttAbout+p{
		color: #ee781f;
		margin-bottom: 20px;
	}

	.staffArea{
		background: url("../img/bg_film.png") no-repeat bottom right;
		background-size: auto 50px;
		padding-bottom: 30px;
	}
	.staffBox{
		margin-bottom: 50px;
	}
	.staffBox .nameBox div{
		flex-basis: 80%;		
	}
	.staffBox .nameBox div p{
		color: #956134;
		width: 100%;		
	}
	.staffBox .nameBox div p:nth-of-type(2){
		font-size: 1.4em;		
	}
	
	footer{line-height: 1.2em;}
	.sTxt{font-size: 14px;}
	.img80{width: 80%;text-align: center;margin-left: auto;margin-right: auto;}
	.img80 img,.imgMax img{width: 100%;height: auto;}
	.onlyPC{display: none !important;}
}


.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
