
.slick_container{
	margin-top: 150px;
}

#cover-wrapper {
	width:100vw;

}
#cover-wrapper a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: .5s;
}
#cover-wrapper a img:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*----- title -----*/
#title-area, #title-area-top{
	text-align: center;
	z-index: 90;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 15px;
	color: #FFF;
	position: absolute;
	margin-top: -42%;
	width: 60%;
	left: 20%;
}
#title-area a{
	text-decoration: none;
	color: #FFF;
	text-shadow: #dfdfdf 1px 1px 1px;
}
#title-area a:hover{
	color: #FFF;
	text-shadow: #dfdfdf 1px 1px 1px;
}
.title-s{
	font-size: 24px;
	margin: 0;
}

.title-big{
	font-size: 100px;
	margin: 0;
}
.title-m{
	font-size: 50px;
		margin: 10px 0 20px;
}
.title-big-b{
	font-size: 35px;
	margin: 15% 0 0;
	color: #FFF;
	word-wrap: break-word;
	padding-bottom: 15px;
	text-shadow: #000 0 0 0;
}
.mar1{
	margin-top: -30px;
}
.mar2{
	margin-top: -15px;
}
#sub-title{
	text-align: center;

	line-height: 18px;
	font-size: 11px;
	color: #5C5C5C;
}
/* news */
.news-title {
	font-size: 1.2em;
	margin-left: 8px;
	letter-spacing: 2px;
}
.news-title a {
	text-decoration: none;
}
.news-title a:hover {
	text-decoration: underline;
}
#news-area{
	width: 96%;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	border-bottom: 1px dotted #8e8e8e;
	padding-bottom: 5px;
	padding-top: 0;
}
#news-area-left{
	width: 45%;
	float: left;
}
#news-area-left img{
	width: 30%;
	height: 30%;
	margin-right: 1%;
}
#news-area-right{
	width: 50%;
	float: left;
}

.date-header{
	color: #434343;
	font-size: 0.7em;
	margin-top: 0px;
}
.date-header-news{

	color: #4e4e4e;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.title-a{
	font-size: 11px;
	color: #333;
	margin-top: 2px;
	margin-bottom: 10px;
	text-decoration: none;
}
.title-a a{

	color: #333;
	text-decoration: none;

}
.title-a a:hover{

	color: #666;
	text-decoration: underline;
}


.news-text{
	color: #333;
	font-size: 0.8em;

}
.asset-image {
	text-decoration: none;
}
/*----- container -----*/
#container{
	position: relative;
	margin-top: 50px;
}
.top-text-area{
	width: 100%;
	max-width: 980px;
	margin: 30px auto 30px;
	float: left;
}
.top-left-text{
	width: 46%;
	float: left;
	padding-right: 2%;
	line-height: 18px;
	padding-left: 2%;
	font-size: 11px;
}
.top-right-text{
	width: 46%;
	float: left;
	padding-left: 2%;
	line-height: 18px;
	padding-right: 2%;
	font-size: 12.5px;
}
.page-name-serif{
width: 100%;
font-family: "Times New Roman", Times, serif;
letter-spacing: 10px;
text-align: center;
padding-top: 20%;
color: #333;;
font-size: 35px;
word-wrap: break-word;
-webkit-transition: all 1s ease;
transition: all 1s ease;
position: absolute;
z-index: 999;
}
.project-top{
	width:100%;
	float: left;
}
.project-top img{
	width:100%;
	height: 100%;
	vertical-align: bottom;
}
.project-title{
	font-size: 11px;
	width: 35%;
	position: absolute;
	right: 3%;
	bottom: 10%;
}
/* top banner */
.project-top  {
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
.project-top .caption {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 10px;
	text-align: center;
	padding-top: 15%;
	color: #333;;
	font-size: 45px;
	color: #333;
	word-wrap: break-word;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.project-top .mask {
	width: 100%;
	height: 100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);	/* マスクは半透明 */
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.project-top:hover .mask {
	background-color: rgba(255,255,255,0);	/* マスクは半透明 */
}
.project-top:hover .caption {
	color: #000;
}
.project-top img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.project-top:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.project-top:hover .page-name-serif{
		color: #333;
}
.navbar-nav-left {
	width: 20%;
	float: left;
}
.navbar-nav-right {
	width: 50%;
	float: left;
}
@media (max-width:860px) {
	.title-s{
	font-size: 18px;
	margin: 0;
	}

	.title-big{
	font-size: 70px;
	margin: 0;
	}
	.title-m{
	font-size: 49px;
	}
	.title-big-b{
	padding-bottom: 0;
	}
}
@media (max-width:768px) {
	.project-title{
	font-size: 11px;
	width: 50%;
	position: absolute;
	right: 3%;
	bottom: 8%;
	}
	.title-s{
	font-size: 18px;
	margin: 0;
	}

	.title-big{
	font-size: 60px;
	margin: 0;
	}
	.title-m{
	font-size: 42px;
	}
	.mar1{
	margin-top: -25px;
	}
	.title-big-b{
	padding-bottom: 15px;
	}
	.project-top .caption {
	font-size: 35px;
	}
	.page-name-serif{
	letter-spacing: 9px;
	font-size: 38px;
	}
	.navbar-nav-left {
	width: 30%;
	float: left;
	}
	.navbar-nav-right {
	width: 50%;
	float: left;
	}
}
@media (max-width:680px) {
	.project-title{
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	right: 0;
	bottom: 0;
	padding: 0;
	}
	.title-big{
		font-size: 50px;
	}
	.title-m{
	font-size: 35px;
	}
	.title-big-b{
		padding: 0;
		margin: 0;
	}
	.page-name-serif{
	letter-spacing: 8px;
	font-size: 28px;
	}
	#news-area{
	width: 96%;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	#news-area-left{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	}
	#news-area-left img{
	width: 31%;
	height: 31%;
	}
	#news-area-right{
	width: 95%;
	float: left;
	padding-left: 1%;
	}

}
@media (max-width:460px) {
	#cover-wrapper img{
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	#title-area-top{
		margin-top: -75%;
	}
	
	.page-name-serif{
		letter-spacing: 7px;
		font-size: 24px;
	}
	.title-s{
	font-size: 18px;
	margin: 0;
	}

	.title-big{
	font-size: 62px;
	margin: 0;
	}
	.title-m{
	font-size: 34px;
	}
	.project-top .caption {
	font-size: 30px;
	}
	.title-big-b{
	margin-top: 120px;
	}
	.mar1{
	margin-top: -20px;
	}
	.mar2{
	margin-top: 10px;
	}
	.navbar-nav-left {
	width: 50%;
	float: left;
	}
	.navbar-nav-right {
	width: 50%;
	float: left;
	}
}
@media (max-width:410px) {
	.page-name-serif{
		padding-top: 15%;
	}
	.project-title{
	width: 85%;
	margin-top: 30px;
	}
	#title-area-top{
	margin-top: -85%;
	}
	.title-m{
	font-size: 28px;
	margin-top: 0;
		margin-bottom: 10px;
	}
	.title-big-b{
	font-size: 35px;
	margin-top: 110px;
	}
	.project-top .caption {
	font-size: 25px;
	}
	.mar1{
	margin-top: -20px;
	}
	.mar2{
	margin-top: 10px;
	}
	#news-area-left img{
	width: 30%;
	height: 30%;
	}
}
@media (max-width:360px) {
	#cover-wrapper img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	}
	#title-area-top{
	margin-top: -75%;
	}
	.title-s{
	font-size: 12px;
	margin: 0;
	}

	.title-big{
	font-size: 49px;
	margin: 0;
	}
}
.img-box{
	width: 100%;
}
.img-box img{
	width: 100%;
}
/*------------------------------------
  pie chart
------------------------------------*/
@media screen and (min-width: 751px) {
  .pie-chart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box {
  position: absolute;
  width: 150px;
  float: right;
  right: 50px;
  z-index: 1;
  top: 250px;
}

.box .percent {
  position: relative;
  width: 150px;
  height: 150px;
}
.box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke: #f3f3f3;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
.box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.box .percent .number .title {
  font-size: 49px;
}
.box .percent .number .title span {
  font-size: 22px;
}
.box .text {
  padding: 10px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.box .percent .line {
  -webkit-animation: circleAnim 1s forwards;
          animation: circleAnim 1s forwards;
}
h4.title {
	margin-bottom: 0;
	margin-top: 15px;
}
h5.title-price {
	margin-bottom: 0;
	margin-top: 5px;
	color: #FFF;
	white-space: nowrap;
	margin-left: -25px;
}
@media (max-width:910px) {
	.box {
		right: 10px;
		top: 180px;
	}
	h4.title {
		margin-top: 10px;
	}
	h5.title-price {
	margin-left: -45px;
	}
}
@media (max-width:768px) {
	.box {
		right: 10px;
		top: 160px;
	}
	h4.title {
		margin-top: 5px;
		margin-bottom: 0;
	}
}
@media (max-width:600px) {
	.box {
		position: relative;
		top: 15px;
		margin-right: auto;
		margin-left: auto;
		right: 0;
		float: none;
	}
	h4.title {

	}
	h5.title-price {
		margin-top: 15px;
		margin-left: -25px;
	}
}
@-webkit-keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}

@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}
/* SUPPORT */
.support-title {
	font-size: 2em;
	letter-spacing: 2px;
	text-align: center;
}
.support-title a {
	text-decoration: none;
}
.support-title a:hover {
	text-decoration: underline;
}
.support-area{
	width: 96%;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	border-bottom: 1px dotted #8e8e8e;
	padding-bottom: 5px;
	padding-top: 0;
}
.support-area-left{
	width: 45%;
	float: left;
}
.support-area-left img{
	width: 80%;

	margin-right: 1%;
}
.support-area-right{
	width: 50%;
	float: left;
}

.price-header{
	font-size: 1em;
	margin-top: 0px;
}


.title-a{
	font-size: 1.1em;
	color: #333;
	margin-top: 2px;
	margin-bottom: 10px;
	text-decoration: none;
}
.title-a a{

	color: #333;
	text-decoration: none;

}
.title-a a:hover{

	color: #666;
	text-decoration: underline;
}


.support-text{
	font-size: .9em;
	padding-bottom: 15px;
}
.asset-image {
	text-decoration: none;
}
.support-name-jp{
	font-weight: 400;
	font-size: 1.4em;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-top: 0;
}
@media (max-width:600px) {
	.support-area-left{
	width: 100%;
	float: left;
	}
	.support-area-left img{
	width: 98%;

	margin-right: 1%;
	margin-left: 1%;
	}
	.support-area-right{
	width: 90%;
	float: left;
	padding: 10px;
	}
	.support-name-jp{
	font-size: 1.2em;
	}	
}
