@charset "utf-8";
/*===================================================================================

共通部分

===================================================================================*/

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}

.common_header {
	width: 100%;
	margin: auto;
	padding: 10px 30px;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

h2.cat_title {
	padding: 5px 30px;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 60px;
	position: relative;
	z-index: 100;
}


.nav02 h2.cat_title {
	padding: 0 40px;
}

.common_header ul {
	float: right;
}

.common_header li:nth-child(2) {
	width: 38%;
	padding-top: 10px;
}

#tenbo {
	background-color: #ffc212;
}

/*#ikimono {
	background-color: #6CB131;
}*/

#fishes,#fishes_alien,#fishes_native,#fishes_abc { background-color: #00a0e9; }
#shellfish,#shellfish_alien,#shellfish_native,#shellfish_abc { background-color: #f2d532; }
#plankton,#plankton_alien,#plankton_native,#plankton_abc { background-color: #e67380; }
#bird,#bird_alien,#bird_native,#bird_abc { background-color: #ef9a1b; }
#plant,#plant_alien,#plant_native,#plant_abc { background-color: #72c498; }
#other,#other_alien,#other_native,#other_abc { background-color: #9c8fdf; }

#fishes ul li a,#fishes_name { color: #00a0e9;}
#shellfish ul li a,#shellfish_name { color: #f2d532;}
#plankton ul li a,#plankton_name { color: #e67380;}
#bird ul li a,#bird_name { color: #ef9a1b;}
#plant ul li a,#plant_name { color: #72c498;}
#other ul li a,#other_name { color: #9c8fdf;}

.archive #page,
.single #page {
	padding-top: 130px;
	position: relative;
	z-index: 60;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url( ../images/common/arrow_left.png) !important;
	width: 54px;
	height: 54px;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url( ../images/common/arrow_right.png) !important;
	width: 60px;
	height: 60px;
	-webkit-background-size: 100%;
	background-size: 100%;
}



/*================================================ ノートPC ======================================*/

@media screen and (max-width: 1366px) and (max-height: 768px){

h2.cat_title {
	font-size: 26px;
	line-height: 40px;
}
	
	.single #page {
	padding-top: 110px;
	}
	
	.tax-creat_cat h2.cat_title,
	.photo h2.cat_title{
		padding: 15px 30px;
	}
	
	
	.tax-sumika_cat #page,
	.tax-sumika_cat #page,
	.kind_native #page,
	.kind_alian #page,
	.post-type-archive-timeslip #page {
		padding-top: 110px;
	}
	
	
}

/*================================================ タブレット ======================================*/

@media screen and (max-width: 1280px) {
	h2.cat_title {
	font-size: 34px;
	line-height: 60px;
	}
	
	.tax-sumika_cat #page,
	.tax-sumika_cat #page,
	.kind_native #page,
	.kind_alian #page,
	.post-type-archive-timeslip #page {
		padding-top: 130px;
	}
	
	.tax-creat_cat h2.cat_title,
	.photo h2.cat_title {
		padding: 10px 30px;
	}
	
	.single #page {
	padding-top: 130px;
	}

}

/*===================================================================================

展望

===================================================================================*/

.ol_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ol_list ul li {
	width: 33.3%;
	background-color: #fff;
	padding: 10px;
	/*border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 1%;*/
}

.ol_list ul li:nth-child(3n) {
	margin-right: 0;
}

.ol_list ul li .ol_img {
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}

.ol_list ul li h2 {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 1366px){
	.ol_list ul li .ol_img {
		height: 250px;
	}
}

/*===================================================================================

展望シングルページ

===================================================================================*/

.single-outlook_list {
	width: 100%;
	background-image: url( ../images/creat/cat_bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}


.ol_menu,.mv_menu {
	width: 180px;
	height: calc(100vh - 130px);
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 130px;
}


.outlook_list-template-default #primary {
	width: calc(100% - 180px);
	float: right;
}

.ol_wrap {
	padding: 20px;
}

#main_conts {
	width: 100%;
}

.single-outlook_list #main_conts {
	width: 100%;
}

.single-outlook_list .mainImg_wrap img {
   /* width: auto;*/
    height: auto;
    width: 100%;
	margin: auto;
}

.single-outlook_list .illust_img img {
	width: auto;
	height: auto;
	margin: auto;
	max-height: calc(100vh - 230px);
}

.mainImg_wrap {
	flex: 6.2;
	margin-right: 20px;
	 max-height: calc(100vh - 180px);
	overflow: hidden;
}

.main_text,.time_text,.movie_text {
	flex: 2;
	background-color: rgba(0,0,0,0.8);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 30px;
	max-height: calc(100vh - 180px);
	overflow: auto;
}

.main_text::-webkit-scrollbar,
.time_text::-webkit-scrollbar,
.movie_text::-webkit-scrollbar {
 display:none;
}

.main_text,.time_text,.movie_text {
 -ms-overflow-style:none;
}

.main_text p,
.time_text p,
.movie_text p {
	color: #fff;
	padding: 0;
	margin: 0 !important;
	width: 100% !important;
	margin-bottom: 30px !important;
}

.main_text h3,
.time_text h3,
.movie_text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.single-creat_list .main_text {
	background-color: transparent;
}

.single-creat_list .main_text p {
	color: #000;
}




.single_ul_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.single_ul_wrap .illust_img {
	width: 46%;
	padding: 30px 0;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.single_ul_wrap .illust_txt_main {
	width: 50%;
	padding: 30px;
}

.illust_txt_main h3 {
	font-size: 24px;
	font-weight: 600;
	color: rgba(58,36,11,1.00);
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(58,36,11,1.00);
}

.ol_wrap p {
	width: calc(100% - 60px);
	display: block;
	margin: 30px auto;
	line-height: 2;
	letter-spacing: 0.01em;
}

.ol_menu ul {
	height: 100%;
	background-color: #faf5f1;
}

.ol_menu ul li {
	padding: 20px;
	display: block;
	height: calc(100% / 5);
	border-bottom: 2px solid #e1e3d8;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #888;
}

.ol_menu ul li a {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.ol_menu ul li img {
	width: 6em;
	display: block;
	margin: auto;
}


.clicked { background-color: #ec5446; }

.clicked a {color: #fff;}

#time_conts .swiper-slide,
#past_conts .swiper-slide,
#movie_conts .swiper-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.movie_img {
	flex: 4.6;
	display: block;
	margin: auto;
	position: relative;
	margin-right: 20px;
}

.movie_img video {
	width: 100%;
}

.video-wrap {
    position: relative;
	width: 100%;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}

/*================================================ ノートPC ======================================*/

@media screen and (max-width: 1366px) and (max-height: 768px){
	.ol_menu,.mv_menu {
	height: calc(100vh - 110px);
	top: 110px;
}
	.ol_menu,.mv_menu {
	width: 160px;
	}
	.outlook_list-template-default #primary,
	.post-type-archive-movie_list #primary {
	width: calc(100% - 160px);
	}
	
	.ol_menu ul li {
	padding: 10px;
	}
	
	.ol_menu ul li img {
	width: 3.2em;
	}
	
	.main_text h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.main_text p,
	.time_text p,
	.movie_text p {
		font-size: 20px;
	}
	
	.mainImg_wrap {
	 max-height: calc(100vh - 150px);
	}
	
	.main_text,.time_text,.movie_text {
	max-height: calc(100vh - 150px);
	}
	
	.single-outlook_list .mainImg_wrap img { width: 96%; }
}

@media screen and (max-width: 1280px) {
	.single-outlook_list .mainImg_wrap img { width: 100%; }
	
	.ol_menu,.mv_menu {
	height: calc(100vh - 130px);
	top: 130px;
	}
	
	.mainImg_wrap {
	 max-height: calc(100vh - 180px);
	}
	
	.main_text,.time_text,.movie_text {
	max-height: calc(100vh - 180px);
	}
}
/*===================================================================================

展望シングルページ

===================================================================================*/

.cr_submenu {
	clear: both;
	overflow: hidden;
}

.cr_submenu h2 {
	float: left;
}

.cr_submenu ul {
	float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px 50px;
}

.cr_submenu ul li {
	width: 200px;
	margin-right: 10px;
}

.cr_submenu ul li:last-child {
	margin-right: 0;
}

.cr_submenu ul li a {
	text-align: center;
	font-size: 20px;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding: 5px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
}

.term-plant .cr_submenu ul li {
	width: 260px;
}

.creat_cat_wrap {
}

.creat_list {
	width: 100%;
	padding: 30px 15px;
	background-image: url( ../images/creat/cat_bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}

#cr_conts {
	width: 100%;
	padding: 0 30px 30px 30px;
}

/*.creat_side {
	width: 180px;
	order: 1;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 162px;
}*/

.cat_info {
	margin-top: 50px;
	margin-bottom: 80px;
}

.cat_info p {
	line-height: 2;
	text-align: center;
	padding: 0 20px;
	font-weight: 600;
}

.creat_list ul,.sumika_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.creat_list ul li,.sumika_list ul li {
	width: 33.3%;
	padding: 5px;
	margin-bottom: 20px;
	border-bottom: 4px solid #ddd;
}

.creat_list ul li:nth-child(3n),
.sumika_list ul li:nth-child(3n){
	margin-right: 0;
}

.creat_list ul li .ol_img,
.sumika_list ul li .ol_img {
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.creat_list ul li h2,
.sumika_list ul li h2 {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.creat_list .tag_list li,
.sumika_list .tag_list li{
	float: right;
	margin-right: 10px;
	width: 180px;
	border-bottom: 0;
}

.creat_list .tag_list li a,
.sumika_list .tag_list li a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.archive .tag_list {
	margin-top: 10px;
	margin-bottom: 10px;
}

.archive .tag_list li {
	width: 120px;
	font-weight: 500;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	background-color: #D4EDFF;
	color: #0F264A;
	font-size: 18px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border: 1px solid #0F264A;
}

@media only screen and (max-width: 1366px){
	.creat_list ul li .ol_img,
	.sumika_list ul li .ol_img {
		height: 230px;
	}
	
	.creat_list ul li h2,
	.sumika_list ul li h2 {
		font-size: 19.7px;
		letter-spacing: 0;
	}
	
	.cr_submenu ul {
		padding: 15px 20px;
	}
}

/*===================================================================================

生き物詳細ページ

===================================================================================*/

.cr_info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 130px 0 140px 0;
	width: 86vw;
	margin: auto;
	background-image: url( ../images/creat/single_creatbg.png);
	background-repeat: no-repeat;
	-webkit-background-size: 68%;
	background-size: 68%;
	background-position: 100% 75%;
}

.cr_photo {
	width: 46%;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
}
.cr_photo span{
	display: block;
	position:  relative;
	overflow: hidden;
	border: 15px solid #ffffff;
	box-shadow        : 0px 0px 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
}
.cr_photo span:before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 67%;
	background: #ffffff;
}

.cr_photo img {
  width: auto;
  height: auto;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  -ms-transform     : translate(-50%,-50%);
  transform         : translate(-50%,-50%);
  z-index:  0;
}
.cr_photo span.land img{
	max-width: 100%;
	}
.cr_photo span.port img{
	max-height: 100%;
	}
.cr_photo:before,
.cr_photo:after {
  content: "";
  position: absolute;
  left: 0;
  height: 99%;
  width: 99%;
  /* padding: 3.3333%; */
  background-color: #FFF;
  /* border: 1px solid #C0C0C0; */
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.05);
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.cr_photo:before {
  top: 0;
  z-index: -1;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.cr_photo:after {
  top: 0;
  z-index: -20;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}



.cr_txt {
	width: 47%;
	padding: 10px 40px;
	margin-left: 20px;
}

.cr_txt h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
	padding-bottom: 5px;
	border-bottom: 4px solid #ddd;
}

.cr_txt .main_text {
	margin-top: 40px;
	clear: both;
}

.cr_txt .main_text p {
	line-height: 2;
	letter-spacing: 0.01em;
	font-size: 22px;
	font-weight: 500;
}

.cr_txt .main_text p span {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: block;
}

.cr_txt .tag_list {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content   : flex-end;
	justify-content        : flex-end;
}

.cr_txt .tag_list li {
	margin-right: 20px;
	width: 180px;
	font-weight: 500;
}
.cr_txt .tag_list li:last-child{
	margin-right: 0;
	}
.cr_txt .tag_list li a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.cr_txt .husen {
    padding: 10px 0px 10px 30px;
    position: relative;
    background: linear-gradient(to right, #fff 0%, #f1f1f1 0.5%, #f1f1f1 36%, #fff 36%);
}

.cr_txt .hu02:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #D14C4E;
}

.cr_txt .hu01:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #1C6EDD;
}

.cr_txt .husen:after {
    content:"";
    display:block;
    position: absolute;
    z-index: -1;
    bottom: 6px;
    right: 3px;
    height: 15px;
    width: 95%;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    transform: rotate(2deg);
}

@media only screen and (max-width: 1366px){
	#cr_conts {
		padding-bottom: 0;
	}
	
	.cr_info {
		padding: 55px 0 88px 0;
		width: 87vw;
	}
	
	.cr_txt .tag_list li {
    margin-right: 20px;
    width: 160px;
    font-size: 16px;
 }
	
	.cr_txt .main_text p {
		font-size: 20px;
	}
	
	.archive .tag_list li {
		font-size: 16px;
	}
	
	.cr_txt h3 {
		font-size: 32px;
	}
	
	.cr_txt .husen {
    padding: 5px 0px 5px 30px;
	}
	
	.cr_txt {
		padding: 0 12px;
	}
	
	.cr_txt .main_text {
		margin-top: 0px;
	}
	
	.cr_photo img {
		/* max-height: 400px; */
	}
}


@media only screen and (max-width: 1280px){
	.cr_info {
		padding: 85px 0 100px 0;
		width: 92vw;
	}

}

/*===================================================================================

すみか

===================================================================================*/
#yoshi01 { background-color: #0698AA;}
#yoshi02 { background-color: #C4A607;}
#ontheland { background-color: #BC6300; }
#inwater { background-color: #0C6DD3; }
#sumika_other { background-color: #DD4E76; }

.sumika_list {
	padding: 30px;
	background-image: url(../images/creat/cat_bg.jpg);
    background-repeat: repeat;
    background-position: 0 0;
}

.sumika_list ul li {
	margin-bottom: 60px;
}

/*===================================================================================

インタビュー一覧ページ

===================================================================================*/

.mw_wrap {
	padding: 40px;
}

.mw_wrap ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mw_wrap ul li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
}

.mw_wrap ul li:nth-child(n + 5) {
	margin-bottom: 0;
}

.mw_wrap ul li:nth-child(2n) {
	margin-right: 0;
}

.mw_wrap ul li video {
	width: 100%;
}

.relation_movie ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.relation_movie ul li {
	width: 22%;
	margin-right: 3%;
}

.relation_movie ul li:nth-child(4n) {
	margin-right: 0;
}

.relation_movie ul li video {
	width: 100%;
}

.single-movie_list .remodal-overlay {
    z-index: 9999999999;
}

.single-movie_list .remodal-wrapper {
    position: fixed;
    z-index: 10000000000;
}

.single-movie_list video {
	width: 100%;
}


.single-movie_list .remodal {
	height: 85vh;
}

body.play_movie {
	
	height: 100vh;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 2;
}

#loader p {
	font-weight: 600;
}

#loader img {
	display: block;
	width: auto;
	margin: auto;
}

#loader .chara_gif {
	width: 220px;
	display: block;
	margin: auto;
}

@media only screen and (max-width: 1366px){
	.single-movie_list .remodal {
		height: 75vh;
	}
	
	.single-movie_list video {
		width: 100%;
		height: 618px;
		max-width: 1100px;
	}
	
	#loader {
  top: 45%;
}
	
}




/*===================================================================================

タイムスリップ写真館一覧ページ

===================================================================================*/


.ts_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ts_list ul li {
	width: 32.2%;
	background-color: #fff;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.ts_list ul li:nth-child(3n) {
	margin-right: 0;
}

.ts_list ul li .ol_img {
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}

.ts_list ul li h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0;
}

/*===================================================================================

タイムスリップ写真館一覧ページ

===================================================================================*/

.single-timeslip .movie_wrap {
		padding: 40px 0;
	}

.timeslip_as .inner {
	background-image: url( ../images/movie/note_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center top;
	height: 78vh;
	margin-top: 0;
}

.bf_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.bf_list ul li {
	width: 47%;
	padding: 50px 60px 0 80px;
	margin-right: 80px;
}

.bf_list ul li:last-child {
	margin-right: 0;
}

.bf_list ul li img {
	width: auto;
	height: auto;
	max-width: 700px;
	max-height: 470px;
	margin: auto;
	margin-bottom: 30px;
}

.bf_list ul li h2 {
	font-size: 28px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	color: #532701;
}

.timeslip_as span {
	font-size: 13px;
	font-weight: 600;
	display: block;
}

@media only screen and (max-width: 1366px){
	.timeslip_as .inner {
		height: 78vh;
	}
	
	.bf_list ul li {
	    padding: 20px 0 0 0;
}
	
	.single-timeslip .movie_wrap {
		padding: 10px 0;
	}
	
	.ts_list ul li .ol_img {
		height: 240px;
	}
	
	.bf_list ul li h2 {
		margin-bottom: 0;
	}
	
	.bf_list ul li img {
		margin-bottom: 10px;
		max-height: 320px;
	}
	
	.timeslip_as p {
		font-size: 17px;
		font-weight: 500;
		line-height: 1.5;
		padding: 0 55px;
	}
}

@media only screen and (max-width: 1280px){
	.cr_info {
		padding: 85px 0 100px 0;
		width: 92vw;
	}
	
	.timeslip_as p {
		padding: 0 40px;
	}
}