@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

#post-hidden h4, #post-hidden p {
    line-height: 1.8;
    margin-bottom: 20px;
}
#post-hidden p b {
    padding-right: 16px;
}

@media screen and (min-width: 769px) {
#post-hidden h4, #post-hidden > p, #post-hidden div h4, #post-hidden div > p {
    font-size: 16px;
}
#post-hidden h3, #post-hidden > p {
    margin-bottom: 30px;
}


}
.uhd-special {
   font-family: 'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.uhd-special {
    background-image: url("../images/uhd/bg-base.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 20px 0;
}
.uhd-special * {
    box-sizing: border-box;
}
.uhd-special img {
	max-width: 100%;
	height: auto;
}

#uhd-title {
    margin-bottom: 50px;
}
.uhd-under-title {
    margin-bottom: 40px;
}
.uhd-under-title-logo {
    padding: 10px;
    margin-bottom: 40px;
    background: linear-gradient(to right, #fed665, #fff4a5 30%, #fffedd, #fff4a5 70%, #fed665);
}
.uhd-under-title h2 {
	text-align: center;
	padding-bottom: 14px;
	position: relative;
}
.uhd-under-title h2:after {
	content: '';
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #fed665, #fff4a5 30%, #fffedd, #fff4a5 70%, #fed665);
	position: absolute;
	bottom: 0;
	left: 0;
}
.uhd-under-title h2 span {
	font-size: 30px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
    background: linear-gradient(to right, #fed665, #fff4a5 30%, #fffedd, #fff4a5 70%, #fed665);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uhd-post {
    background: #fff;
	padding-bottom: 50px;
}
.uhd-post-box {
    margin-bottom: 40px;
}
#post-hidden h3.uhd-post-title {
    font-size: 18px !important;
    padding: 20px;
    background: linear-gradient(to right, #fed665, #fff4a5 30%, #fffedd, #fff4a5 70%, #fed665);
    margin: 0;
}
#post-hidden p.uhd-post-text {
	padding: 0 20px;
}
#post-hidden .uhd-post-img {
	text-align: center;
}
#post-hidden .uhd-post-img img {
    width: auto;
    max-width: 100%;
}

/* post */
.uhd-special .article {
	background: none;
}
.uhd-special .article a {
	background: #fff;
	border: solid 1px #ccc;
    overflow: hidden;
}
.uhd-special .article .article-contents {
	padding: 0;
}
.uhd-special .article .fig {
    margin: 0 auto;
}
.uhd-special .article .fig img {
    width: 100%;
}
.uhd-special .article .info {
	padding: 10px;
}
.uhd-special .article h3 {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}
.uhd-special .article .title {
    font-size: 13px;
    margin: 0 0 10px;
    color: #222;
}
.uhd-special .article .time {
	color:#222;
}


.uhd-special #more-btn a {
	color: #000;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
	background: linear-gradient(to right, #fed665, #fff4a5 30%, #fffedd, #fff4a5 70%, #fed665);
}



/* ------------------------------------

   side

--------------------------------------*/
.side-uhd .side-container .common_navigation-box-wrap{
	margin:auto;
}
.side-uhd .common_navigation-box {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    background: linear-gradient(45deg, #fed665, #fff4a5 30%, #fffedd, #fff4a5 70%, #fed665);
}
.side-uhd .common_navigation {

}
.side-uhd .common_navigation > li:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dotted 1px;
}
.side-uhd .common_navigation > li a {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: "Zen Old Mincho", serif;
	font-weight: 500;
    position: relative;
    padding: 5px 5px 5px 20px;
}
.side-uhd .common_navigation > li a .icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 8px 0px 8px 12px;
    position: absolute;
	left: 0;
	top: calc(50% - 6px);
}
.side-uhd .common_navigation li.nav-top a {
    text-align: right;
    padding: 5px 20px 5px 5px;
}
.side-uhd .common_navigation li.nav-top a .icon {
	left: auto;
	right: 0;
}

.uhd-links__list >li {
	margin-bottom: 20px;
	background: #000;
}

/* common-movie */
.side-uhd .common-movie .widget_text {
	list-style: none;
}
.side-uhd .common-movie .thumbnail {
	margin-bottom: 10px;
}
.side-uhd .common-movie .thumbnail img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.side-uhd .common-movie {
	margin-top: 40px;
}
.side-uhd .common-movie h3 {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
	padding: 14px 0;
	margin-bottom: 20px;
    letter-spacing: 2px;
	background: linear-gradient(to right, #fed665, #fff4a5 30%, #fffedd, #fff4a5 70%, #fed665);
}
.side-uhd .common-movie .boxvideo-contents {
	padding: 20px;
}
.side-uhd .common-movie .textArea h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}


@media screen and (min-width: 768px) {

    .uhd-special #main-container {
       width: 680px;
	   margin: 0;
    }
	.uhd-special #main {
		width: 680px;
		float: left;
	}
	.uhd-post #main {
       padding-top: 10px;
	   background: #fff;
	}
	.side-uhd#side {
		width: 320px;
		float: right;
    }
	.side-uhd #side-container {
		width: 320px;
	}

}


@media screen and (max-width: 767px) {

	.uhd-under-title h2 span {
		font-size: 21px;
	}
    .uhd-special #main {
        margin-bottom: 70px;
    }
	#post-hidden h3.uhd-post-title {
		font-size: 16px !important;
	}

    #uhd-pc-side {
        padding: 0 15px;
    }
    
}

