@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
html,body{
}
#cl_wrap{
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
	padding: 0;
    margin: 0;
    line-height: 2.3;
    letter-spacing: 1px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    opacity: 0;
    animation: fade-in 2s forwards 0.5s ease;

}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cl_wrap img {
    width: 100%;
    border: none;
    vertical-align: bottom;
    line-height: 0;
}
#cl_wrap ul,#cl_wrap li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#cl_wrap .spview {
    display: none;
}
#cl_wrap .pcview {
    display: block;
}

#cl_wrap{
    max-width: 1300px;
    min-width: 1100px;
    margin: 2% auto;
}

@media only screen and (max-width: 768px)  {
    #cl_wrap{
        min-width:inherit;
    }

    #cl_wrap .spview {
        display: block;
    }
    #cl_wrap .pcview {
        display: none;
    }
}

#cl_wrap .read{
	width: 50%;
	font-size: 13px;
	text-align:center;
	margin: 5% auto 2%;
}

#cl_wrap .midashi{
	margin: 5% auto 0;
	text-align: center;
	font-weight: 600;
}

#cl_wrap .staff{
	font-size: 12px;
	text-align: center;
	margin: 3% auto 5%;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	justify-content: center;
	border-bottom-width: 1px;
	/*border-bottom-style: solid;
	border-bottom-color: rgb(0, 0, 0);
	padding-bottom: 10%;*/
}
#cl_wrap .staff .tit{
	width: 33%;
}
#cl_wrap .staff .tit:nth-child(1),
#cl_wrap .staff .tit:nth-child(2),
#cl_wrap .staff .tit:nth-child(3){
	padding-bottom: 8%;
}

#cl_wrap .staff .tit span{
	font-weight: 600;
	font-size: 13px;
}

#cl_wrap .staff a {
	color: #000;
	text-decoration: underline;
}
#cl_wrap .text{
	width: 30%;
	font-size: 11px;
	text-align:center;
	margin: 5% auto;
	
}

#cl_wrap .text a {
	color: #000
}

/* ▼▼▼ YouTubeをレスポンシブ対応 */
#YTWrap {
  	position: relative;
    width:100%;
    margin: 0 auto;
    padding-top: 56.25%;
}

#YTWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ▲▲▲ YouTubeをレスポンシブ対応 */

#linkWrap p {
  margin: .25em;
  cursor: pointer;
  display: inline-block;
}

.YTLink {
  color: #000;
  text-decoration: none;
}

#linkWrap .look {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
#linkWrap .look li{
	width: 30%;
	box-sizing: border-box;
	padding: 10px;
	margin: 5% 0;
	text-align: center;
	font-family: 'Hanken Grotesk', sans-serif;
}
#linkWrap .look li a{
	list-style: none;
	text-decoration: none;
}
#linkWrap .look li a .YTLink{
	font-size: 16px;
	line-height: 2;
}
#linkWrap .look li a img{
	display: inline-block;
	box-sizing: border-box;
	width: 24px;
	transform: translate(0,-10px);
}
#linkWrap .look li a .time{
	font-size: 18px;
	margin-left: 10px;
}
#linkWrap .look .item{
	margin: 0% auto;
	
}
#linkWrap .look .item .credit{
	font-size: 10px;
	font-family: 'Hanken Grotesk', sans-serif;
	margin: 3% auto;
	
}
#linkWrap .look .item .credit a{
	color: #000;
	text-decoration: underline;
	display:block;
}



@media only screen and (max-width: 768px)  {
	#YTWrap {
		position: relative;
		width:100%;
		margin: 5% auto;
		padding-top: 56.25%;
	}
    #cl_wrap .read{
        width: 94%;
        font-size: 11px;
        text-align:center;
        margin: 8% auto 15%;
    }
	#cl_wrap .staff .tit:nth-child(1),
	#cl_wrap .staff .tit:nth-child(2),
	#cl_wrap .staff .tit:nth-child(3){
		padding-bottom: 0%;
	}
	#cl_wrap .staff{
	display: block;
	width: 100%;
	margin: 10% auto;
	}
	
	#cl_wrap .staff .tit {
    width: 90%;
    margin: 0 auto 10%;
	}
	
	#linkWrap .look {
	display: block;
	}
    
    #linkWrap .look li{
        width: 90%;
        padding: 2px;
        margin: 5% auto;
    }
    #linkWrap .look li a .YTLink{
        font-size: 15px;
    }
    #linkWrap .look li a img{
        transform: translate(0,-12px);
    }
    #linkWrap .look li a .time{
        font-size: 17px;
        margin-left: 10px;
        display: inline-block;
        transform: translate(0,-4px);
    }
    #cl_wrap .text{
        width: 100%;
        font-size: 10px;
        text-align:center;
        margin: 5% auto;
        line-height: 2;
    }
	
	
}
		