@charset "utf-8";
@import url('https://fonts.googletccis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swtcc');    
*:focus {
outline: none;
}
.tcc_wrap{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    overflow: hidden;
    
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
.tcc_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
.tcc_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.tcc_wrap li{
	list-style: none;
	margin-bottom: 20px;
}
.tcc_wrap a{
    text-decoration: none;
}
.tcc_wrap a:hover{
    text-decoration: none;
}
.tcc_wrap a:link{
    opacity: 1;
}

.tcc_wrap .title{
	text-align: center;
	font-size: 32px;
    font-weight: 400;;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0;
	margin: 87px 0 27px;
}

.tcc_wrap .title span{
	color: gray;
}

.tcc_wrap .item .credit{
    font-size: 18px;
    line-height: 24px;
    color: gray;
	font-weight: 300;
}

/************************************************************
               button
************************************************************/
.btn_all{
	text-align: center;
}

.btn_all a {
	border: 1px solid gray;
    background: gray;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 15% auto 10%;
    display: inline-block;
    border-radius: 3px;
    padding: 4.5% 0;
}

.footer{
    color: #ffffff;
	background: gray;
    font-size: 15px;
    text-align: center;
    margin: 10% auto 0;
	padding: 1px 0;
}
    
.sp {
	display:none;
}
.pc{
    display: block;
}

@media only screen and (max-width:768px){
	.tcc_wrap {
		width: 100%;
    }
	
    .tcc_wrap .title{
        font-size: 22px;
		margin: 42px 0 18px;
    }	
	
    .tcc_wrap .item{
        width: 100%;
    }

    .tcc_wrap .item .credit{
        font-size: 14px;
		line-height: 18px;
		width: 95%;
		margin: 0 auto;
    }

    .btn_01 a{
        width: 100%;
        margin: 5% auto;
        padding: 2% 0;
    }
	
    .footer{
        font-size: 12px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
}  