@charset "UTF-8";

/* ***************************************
 * home.php
 * **************************************/


/* カテゴリ */
.sort ul.categoryList {
	
}
.sort ul.categoryList li {
	display: inline-block;
}
.sort ul.categoryList li:not(:last-child) {
	margin-right: 18px;
	    margin-top: 12px;
}
.sort ul.categoryList li a.btnCategory {
    display: inline-block;
        background: #FFF;
    padding: 3px 18px;
    font-size: .9em;
    border: 1px solid rgba(5, 103, 64, .3);
    border-radius: 4px;
}
.sort ul.categoryList li a.btnCategory:hover {
	opacity: 1;
    background: #056740;
    color: #FFF;
}

/* 年別アーカイブ */
.sort .year {
	margin-top: 18px;
}
.sort .year select {
	width: 220px;
	padding: 12px 22px 12px 12px;
	font-size: .8em;
}


@media screen and (max-width: 768px) {
	.sort {
		padding: 30px;
	}
	
	/* カテゴリ */
	.sort form.categoryList {
		
	}
	.sort form.categoryList select {
		width: 220px;
		padding: 12px 22px 12px 12px;
		font-size: .8em;
	}
}
@media screen and (max-width: 559px) {
	.sort {
		padding: 0;
		background: none;
	}
	
	/* カテゴリ */
	.sort form.categoryList select {
		width: 100%;
	}

	/* 年別アーカイブ */
	.sort .year select {
		width: 100%;
	}
}



ul.items_list {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
ul.items_list li {
	position: relative;
}
ul.items_list li a {
	display: block;
}
figure.hover_box {
	margin: 0;
	position: relative;
	overflow: hidden;
}
figcaption.hover_mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	opacity: 0;
	transition: all 0.6s ease;
	display: flex;
	align-items: center;
}
figcaption.hover_mask p {
	width: 100%;
	padding: 30px 30px 0;
	text-align: center;
	color: #FFF;
	line-height: 1.3;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
figcaption.hover_mask p span {
	display: block;
}
figcaption.hover_mask p span.year {
	font-size: .8em;
}
figure.hover_box:hover .hover_mask {
	opacity: 1;
	transition: all 0.6s ease;
	padding-bottom: 30px;
}

@media screen and (max-width: 1194px) {
	ul.items_list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 559px) {
	ul.items_list {
		grid-template-columns: repeat(2, 1fr);
	}
}



/* ***************************************
 * single.php
 * **************************************/

.block {
	padding: 3rem;
}
.movie-title {
	margin: 0 0 3px !important;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}

#single-post .date {
	width: 100%;
	text-align: right;
	padding-right: 3rem;
	margin-bottom: 3px;
}
#single-post img.featured-image {
	
}
#single-post .date time {
	font-family: "rift-soft", sans-serif;
    font-weight: normal;
}
#single-post .single-title {
	
}
#single-post .single-title .post-title {
	margin: 0;
}
#single-post .introduction-group {
	background: #ededed;
	border-bottom: 1px solid #FFF;
}
#single-post .introduction-group .post-taxonomy {
	margin-top: 18px;
}
#single-post .introduction-group .post-taxonomy p.post-category {
	margin: 0;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .8em;
}
#single-post .introduction-group .post-taxonomy .post-tag {

}
#single-post .introduction-group .post-taxonomy .post-tag span {
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .8em;
}
#single-post .introduction-group .post-taxonomy .post-tag span:after {
	content: ",";
	margin-right: 9px;
}
#single-post .introduction-group .post-taxonomy .post-tag span:last-child:after {
	content: "";
}

#single-post .data {
	
}
#single-post .credit {
	padding-top: 0;
}

#single-post .hidden {
	margin-top: 75px;
	background: #ededed;
	border-top: 1px solid #000;
	position: relative;
}

#single-post .hidden .mark {
	text-align: center;
	margin-bottom: 90px;
}
#single-post .hidden .mark img.icon {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
}

#single-post hr {
	margin: 30px 0;
    border-top: 1px solid #FFF;
}

#single-post .story .youtube {
	margin-top: 45px;
}
#single-post .story .youtube .youtube_movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0;
	line-height: 1;
}
#single-post .story .youtube .youtube_movie iframe {
	width: 100%;
	height: 100%;
}
#single-post .story .youtube .youtube_movie figcaption {
	width: 100%;
	text-align: center;
	margin-top: 12px;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .8em;
	line-height: 1;
}


@media screen and (max-width: 559px) {
	#single-post .story .youtube {
		width: calc(100% + 60px);
    margin-left: -30px;
	}
}














.single .hidden_box .text {
	padding-top: 18px;
	color: #3E3751;
	line-height: 1.4;
}
.single .story p.source {
	font-size: .7em;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single .story p.source span {
	margin-right: 9px;
	color: #999;
}
.single .story a.tab {
	color: #999;
}


.single .series {
	margin-top: 30px;
}
.single .series ul.series_item {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #000;
}
.single .series ul.series_item li {
	border-bottom: 1px solid #000;
}
.single .series ul.series_item li:not(:first-child) {
	
}
.single .series ul.series_item li a {
	display: block;
	padding: 2.6rem;
	text-decoration: none;
	background: #FFF;
}
.single .series ul.series_item li dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.single .series ul.series_item li dt {
	width: 230px;
}
.single .series ul.series_item li dt img {
	border-radius: 3px;
}
.single .series ul.series_item li dd {
	width: calc(100% - 230px);
	padding-left: 30px;
}
.single .series ul.series_item li dd .excerpt {
	    font-size: .8em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.pickup {
	margin-top: 60px;
}
.pickup_box {
	position: relative;
	display: inline-block;
	margin: 30px 0 0;
	padding: 30px;
	min-width: 120px;
	max-width: 100%;
  color: #555;
	background: #FFF;
}
.pickup_box:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFF;
}
.pickup_box .photo_box {
	width: 100%;
	display: flex;
	align-items: center;
}
.pickup_box .photo_box figure.photo {
	max-width: 370px;
	margin: 0;
}
.pickup_box .photo_box figure.photo figcaption {
	font-size: .8em;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	text-align: center;
}
.pickup_box .photo_box .pickup_name {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #2C2932;
}
.pickup_box .pickup_text {
	margin-top: 30px;
}

/* ストリーミング */
.service {
	text-align: center;
}
.service a {
	display: block;
	max-width: 520px;
	width: 80%;
	color: #FFF;
	text-decoration: none;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1;
	border-radius: 3px;
	padding: 18px 30px;
	margin: 0 auto;
}
.service.amazon a {
	background: linear-gradient(70deg, #00061c, #21b9e5);
	border-bottom: 6px solid #00081e;
}
.service.netflix a {
	background: linear-gradient(70deg, #e20712, #e20712);
	border-bottom: 6px solid #000;
}
.service.disney a {
	background: linear-gradient(70deg, #FFF, #FFF);
	border-bottom: 6px solid #000;
}
.service p {
	display: block;
	font-size: .7em;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
	margin-top: 12px;
}

@media screen and (max-width: 768px) {
	.single .series ul.series_item li dt {
		width: 200px;
	}
	.single .series ul.series_item li dd {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 559px) {
	.single .date,
	.single .single_box {
		padding: 0 30px;
	}
	.single .title .post_title {
		font-size: 1.8em;
	}
	.single .post_taxonomy {
		padding: 30px;
	}
	.single .data table th,
	.single .credit table th {
		width: 180px;
	}
	
	.single .hidden_box:before {
		top: -5px;
	}
	.single .hidden_box .mark img.icon {
		width: 60px;
	}
	
	
	.single .hidden_box .text {
		padding: 75px 30px 0 30px;
	}
	.single .series ul.series_item li dt {
		width: 160px;
	}
	.single .series ul.series_item li dd {
		width: calc(100% - 160px);
		padding-left: 20px;
	}
	
	.pickup_box .photo_box {
		flex-direction: column;
	}
	
	/* ストリーミング */
	.service a {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 430px) {
	
	.single .title .post_title {
		font-size: 1.6em;
	}
	
	.single .data table th,
	.single .credit table th {
		width: 80px;
	}
	
	.single .hidden_box .text {
		padding: 75px 30px 0 30px;
	}
	.single .series ul.series_item li dl {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.single .series ul.series_item li dt {
		width: 100%;
	}
	.single .series ul.series_item li dd {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 320px) {
	.single .data table,
	.single .credit table {
		font-size: .9em;
	}
	
	.single .hidden_box:before {
		top: -13px;
	}
	.single .hidden_box .mark img.icon {
		width: 45px;
	}
}

/*関連*/
.related {
	background: #ededed;
}
.related .related-title {
	
}
.related ul.related-items {
	display: flex;
	flex-direction: column;
}
.related ul.related-items li:not(:first-child) {
	margin-top: 18px;
}
.related ul.related-items li a {
	display: block;
}
.related ul.related-items li dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.related ul.related-items li dl {
	display: flex;
	width: 100%;
}
.related ul.related-items li dt {
	flex: 0 0 22%;
	max-width: 150px;
}
.related ul.related-items li dt img {
	border-radius: 3px;
}
.related ul.related-items li dd {
	flex: 1;
	min-width: 0;
	padding-left: 22px;
	box-sizing: border-box;
}
.related ul.related-items li dd .related-post-excerpt {
	font-size: .8em;
	line-height: 1.6;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.related-splide {
	visibility: visible !important;
}

@media screen and (max-width: 768px) {
	.related .related-splide {
		padding: 0 60px;
	}
	.related ul.related-items {
		flex-direction: row;
	}
	.related-splide .splide__list {
		display: flex;
	}
	.related-splide .splide__slide {
		margin-bottom: 0;
	}
	
	/* arrow */
	.related-splide .splide__arrows .splide__arrow {
		background: #000;
		opacity: 1;
	}
	.related-splide .splide__arrows .splide__arrow svg {
		fill: #FFF;
	}
	.related-splide .splide__arrows .splide__arrow--prev {
		left: 0;
	}
	.related-splide .splide__arrows .splide__arrow--next {
		right: 0;
	}
	/* arrow */
	
	.related ul.related-items li {
		margin-top: 0 !important;
	}
	.related ul.related-items li dl {
		display: flex;
		width: 100%;
	}
	.related ul.related-items li dt {
		flex: 0 1 26%;
		max-width: 150px;
	}
	.related ul.related-items li dd {
		flex: 1;
		padding-left: 22px;
	}
}
@media screen and (max-width: 559px) {
	.related .related-splide {
		padding: 0 22px;
	}
	
	/* arrow */
	.related-splide .splide__arrows .splide__arrow {
		width: 22px;
        height: 22px;
	}
	.related-splide .splide__arrows .splide__arrow svg {
		width: .8em;
		height: .8em;
	}
	.related-splide .splide__arrows .splide__arrow--prev {
		left: -1em;
	}
	.related-splide .splide__arrows .splide__arrow--next {
		right: -1em;
	}
	/* arrow */
	
	.related ul.related-items li dt {
		flex: 0 1 30%;
	}
	.related ul.related-items li dd .related-post-excerpt {
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media screen and (max-width: 430px) {
	.related .related-splide {
		padding: 0;
	}
	.related ul.related-items li dd {
		padding-left: 18px;
	}
	
}

