@charset "utf-8";
/* CSS Document */
.yeseva-one{
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}
.title{
	text-align: center;
	padding-bottom: 30px;
	font-size: 50px;
	line-height: 1.2em;
}
.title p{
	padding-bottom: 0;
	text-transform: uppercase;
}
.title h3{
	font-size: 16px;
	line-height: 1.6em;
	color: #C69C6C;
}
#tenka_about{
	text-align: center;
	color: #FFF;
	background-color: #FFF;
	background-image: url("../../img/tenka/bg_main.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}
#tenka_about .inner{
	width: 90%;
	max-width: 1100px;
	padding: 110px 0 80px;
	margin: 0 auto;
}
#tenka_about h3{
	padding-bottom: 40px;
}
#tenka_about h3 img{
	width: 355px;
	height: auto;
}

#tenka_news{
}
#tenka_news .inner{
	width: 90%;
	max-width: 1100px;
	padding: 60px 0 90px;
	margin: 0 auto;
}
.newsflex{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.newsflex .box{
	width: 32%;
	background-color: #F4F4F2;
	margin-right: 2%;
	margin-bottom: 30px;
}
.newsflex .box:nth-of-type(3n){
	margin-right: 0;
}
.newsflex .come{
	padding: 20px 35px;
}
.newsflex a {
	text-decoration: none;
}
.newsflex .photo {
	aspect-ratio: 700 / 488;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}
.newsflex .photo img{
	object-fit: cover;
  width: 100%;
  height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.newsflex .date{
	width: 100px;
	color: #992244;
	padding-bottom: 0;
	line-height: 2em;
	padding-top: 2px;
	display: inline-block;
	vertical-align: middle;
}
.newsflex .cate{
	width: auto;
	color: #992244;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
#tenka_news .link{
	margin: 20px auto;
}
#tenka_prof{
	color: #FFF;
	background-image: url("../../img/tenka/bg01.jpg");
	background-position: bottom center;
	background-size: cover;
	position: relative;
}
#tenka_prof .inner{
	width:100%;
	max-width: 1100px;
	margin:  0 auto;
	padding: 110px 0 12.5vw;
	position: relative;
	z-index: 10;
}
#tenka_prof .title{
	text-align: left;
}
#tenka_prof h4{
	font-size: 24px;
	line-height: 2em;
	color: #C69C6C;
	padding-bottom: 50px;
}
#tenka_prof .come{
	width: 54%;
	padding-right: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(34,34,34,1.00) 0%,rgba(34,34,34,1.00) 63.21%,rgba(34,34,34,0.00) 84.97%);
	background-image: -moz-linear-gradient(270deg,rgba(34,34,34,1.00) 0%,rgba(34,34,34,1.00) 63.21%,rgba(34,34,34,0.00) 84.97%);
	background-image: -o-linear-gradient(270deg,rgba(34,34,34,1.00) 0%,rgba(34,34,34,1.00) 63.21%,rgba(34,34,34,0.00) 84.97%);
	background-image: linear-gradient(180deg,rgba(34,34,34,1.00) 0%,rgba(34,34,34,1.00) 63.21%,rgba(34,34,34,0.00) 84.97%);
}
#tenka_prof .photo{
	font-size: 12px;
	line-height: 1.6em;
	text-align: right;
	width: 48%;
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 0;
}
#tenka_prof .photo .cr{
	padding-right: 5%;
	padding-top: 10px;
}
#movie{
	margin-top: -50px;
	position: relative;
}
#movie .inner{
	width: 90%;
	max-width: 1100px;
	padding: 50px 0 80px;
	margin: 0 auto;
}
.slider-loop {
	margin-top:20px;
	position: relative;
	display: flex;
}
.slidewrap{
	position: relative;
}
.slidewrap a{
	display: block;
}
.slidewrap:after{
	content: " ";
	visibility: visible;
	background-image: url("../../img/tenka/start.png");
	background-size: cover;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.slider-loop img{
	width: 462px;
	height: auto;
}
#tenka_release{
	position: relative;
	background-color: #F4F4F2;
}
#tenka_release .inner{
	width: 90%;
	max-width: 1100px;
	padding: 110px 0 50px;
	margin: 0 auto;
}
#tenka_release .title{
	text-align: left;
}
#tenka_release .box{
	width: 55%;
	float: right;
}
#tenka_release .photo{
	width: 33%;
	float: left;
}
#tenka_release h4{
	font-size: 26px;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
#tenka_release ul{
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
#tenka_release  li{
	width: 31%;
	padding-right: 3.5%;
	padding-bottom: 10px;
}
#tenka_release  li:nth-of-type(3n){
	padding-right: 0;
}
#tenka_member{
	position: relative;
}
#tenka_member .inner{
	width: 90%;
	max-width: 1100px;
	padding: 110px 0 80px;
	margin: 0 auto;
}
.profbox{
	display: flex;
	flex-wrap: wrap;
}
.profbox .box{
	width: 31%;
	margin-right:3.5%;
}
.profbox .box:nth-of-type(3n){
	margin-right: 0;
}
.profbox .photo{
	font-size: 12px;
	line-height: 1.6em;
	padding-bottom: 50px;
	text-align: right;
}
.profbox h4{
	font-size: 22px;
	line-height: 1.6em;
	padding-bottom: 0;
}
.profbox  .eng{
	color: #C69C6C;
	padding-bottom:30px;
}
.profbox .part{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
:root {
  interpolate-size: allow-keywords;
}
@keyframes box-animation{
  0%{ height: 240px;}
  100%{height: auto;}
}
.profcome {
	height: 240px;
	overflow: hidden;
	transition: 0.8s;
	position: relative;
}
.profcome:before{
	content: " ";
	visibility: visible;
	width: 100%;
	height: 100px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 70.47%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 70.47%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 70.47%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 70.47%);
	position: absolute;
	bottom: 0;
	transition: 0.5s;
}
.profcome.opened {
	overflow: visible;
  animation-name: box-animation;
  animation-fill-mode: both;
}
.profcome.opened:before{
	opacity: 0;
}
.openclose{
	cursor: pointer;}
.openclose:before{
	content: "続きを見る";
	visibility: visible;
}
.openclose:after{
	content: " ";
	cursor: pointer;
	visibility: visible;
	width: 13px;
	height: 9px;
	background-image: url("../../img/tenka/open.png");
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}


.openclose.opened:before{
	content: "閉じる";
	visibility: visible;
}
.openclose.opened:after{
	background-image: url("../../img/tenka/close.png");
}
#tenka_act{
	position: relative;
	background-color: #F4F4F2;
}
#tenka_act .inner{
	width: 90%;
	max-width: 1100px;
	padding: 110px 0 50px;
	margin: 0 auto;
}
#tenka_act .title{
	text-align: left;
}
#tenka_act .box{
	padding-bottom: 80px;
}
#tenka_act h4{
	font-size: 22px;
	line-height: 1.6em;
	width: 28%;
	float: left;
}
#tenka_act .come{
	width: 72%;
	float: left;
}
#tenka_act .profphoto2line{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
#tenka_act .profphoto2line .photo{
	width: 48%;
	padding-right: 4%;
}
#tenka_act .profphoto2line .photo:nth-of-type(2n){
	padding-right: 0;
}
#tenka_act .bn{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#tenka_history{
	color: #FFF;
	position: relative;
	background-image: url("../../img/tenka/bg_main02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #222222;
	overflow: hidden;
}
#tenka_history .inner{
	width: 90%;
	max-width: 850px;
	padding: 110px 0 50px;
	margin: 0 auto;
}
#tenka_history .logo{
	text-align: center;
	padding-bottom: 30px;
}
#tenka_history .title{
	padding-bottom: 50px;
}
.his_wrap{
	margin-bottom: 80px;
	position: relative;
	z-index: 10;
}
#tenka_history h4{
	font-size: 80px;
	line-height: 1.2em;
	color: #C69C6C;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
	cursor: pointer;
}
#tenka_history h4:after{
	visibility: visible;
	content: " ";
	width: 1px;
	height: 30px;
	background-color: #C69C6C;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.his_wrap:after{
	content: " ";
	visibility: visible;
	width: 1px;
	height: calc(100% - 21px);
	background-color: #C69C6C;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}
.his_wrap .box{
	letter-spacing: -1em;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.his_wrap .box.repeatbox{
	padding-bottom: 0!important;
}
.his_wrap .box .year{
	font-size: 26px;
	line-height: 1.6em;
	color: #C69C6C;
	letter-spacing: 0.5em;
	text-align: right;
	width: 39%;
	display: inline-block;
	vertical-align: top;
}
.his_wrap .box .subject{
	letter-spacing: 0;
	width: 61%;
	display: inline-block;
	vertical-align: top;
}
.his_wrap .box .month{
	width: calc(19% - 26px);
	text-align: right;
	float: left;
	background-image: url(../../img/tenka/list.png);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px;
}
.his_wrap .box .come{
	width: calc(81% - 26px);
	float: right;
	position: relative;
	padding-left: 26px;
}
.his_wrap .photo1line{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
	letter-spacing: 0;
}

.his_wrap .photo1line.repeatbox{
	padding-bottom: 10px;
}
.his_wrap .photo2line{
	padding-bottom: 30px;
	letter-spacing: 0;
	text-align: center;
	font-size: 0;
}
.his_wrap .photo2line .photo{
	width: 48%;
	display: inline-block;
	margin: 0;
}
.his_wrap .photo2line .photo:last-of-type{
	padding-left: 4%;
		
}
.tenka_link{
	text-align: center;
	padding-bottom: 110px;
}
.tenka_link a{
	font-size: 20px;
	line-height: 100px;
	text-decoration: none;
	color: #FFF;
	width: 360px;
	display: inline-block;
	border: 1px solid 
#C69C6C;
position: relative;
}
.tenka_link a:after{
	content: " ";
	visibility: visible;
	background-image: url("../../img/tenka/arrow.png");
background-size: cover;
	width: 17px;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
}
.tenka_link a:hover:after{
	right: 16px;
}

#tenka_logo{
	text-align: center;
	color: #FFF;
	background-color: #222222;
}
#tenka_logo .inner{
	width: 90%;
	max-width: 1100px;
	padding: 110px 0 80px;
	margin: 0 auto;
}
#tenka_logo .img{
	padding-bottom: 60px;
}
#tenka_logo .img img{
	width: 400px;
	height: auto;
}
#tenka_logo h4{
	font-size: 22px;
	line-height: 1.6em;
	color: #C69C6C;
	padding-bottom: 40px;
}
#tenka_logo .come{
	text-align: left;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
#tenkacr {
	font-size: 12px;
	line-height: 1.6em;
	text-align: right;
	padding: 10px 5% 0 0 ;
}
