@charset "UTF-8";

.slide {
	overflow: hidden;
}

.slide_wrap {
	position: relative;
	opacity: 0;
}

.slide_inner {
	max-width: 1200px;
	margin: 0 auto;
}

.slide_list {
}

.slide_list li {
	background: #000;
}

.slide_list li.-active {
	pointer-events: auto;
}

.slide_list li.-active img {
	opacity: 1;
}

.slide_list a {
	display: block;
}

.slide_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url(../img/img-slide-catch_1707.jpg) no-repeat;
	background-position: 0 center;
	background-size: cover;
}

.slide_cover a {
	display: block;
}

.slide_cover a img {
	width: 100%;
	height: 540px;
	opacity: 0;	/*transition: opacity .3s;*/
}

.slide_cover a:hover img {

	/*opacity: 0.3;*/
}

.en .slide_cover {
	background: url(../en/img/img-slide-catch.jpg) no-repeat;
	background-position: 26% 35%;
	background-size: cover;
}

.slide .bx-viewport {
	overflow: visible !important;
}

.slide_pager {
	text-align: center;
	padding: 15px 0;
}

.slide_pager a {
	display: inline-block;
	font-size: 10px;
	padding: 5px 3px;
	color: #ddd;
}

.slide_pager a.active,
.slide_pager a:hover {
	color: #F4727F;
}

.slide_pager a span {
	vertical-align: middle;
}

.ranitidine {
	margin: 50px 0;
}

.ranitidine a {
	display: block;
	padding: 40px 20px;
	color: #FFF;
	background: #F6717D;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}

.ranitidine a:hover {
	opacity: 0.7;
}

.ranitidine a span {
	display: inline-block;
	position: relative;
	padding-left: 1em;
}

.ranitidine a span:after {
	position: absolute;
	font-family: icomoon;
	content: "\e904";
	font-size: 20px;
	color: #FFF;
	top: 50%;
	left: 0;
	margin-top: -10px;
	line-height: 1;
}

.ranitidine a span br {
	display: none;
}

.topmenu {
	padding: 35px 0;
}

.topmenu.-noslide {
	padding: 35px 0;
}

.topmenu.-nomovie {
	padding-bottom: 120px;
}

.topmenu_wrap {
}

.topmenu_item {
	float: left;
	display: block;
	width: 33%;
	margin-right: 0.5%;
}

.topmenu_item:hover {
	opacity: .7;
}

.topmenu_item:last-child {
	margin-right: 0;
}

.topmenu_item_img {
}

.topmenu_item_img img {
	width: 100%;
	height: 276px;
}

.topmenu_item_wrap {
	text-align: center;
	background: #F6717D;
	padding: 25px 15px;
}

.topmenu_item_cnt {
	display: inline-block;
	max-width: 320px;
	width: 100%;
}

.topmenu_item_cnt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.topmenu_item_cnt p {
	font-size: 15px;
	color: #FEE5EA;
	margin-top: 10px;
	border-top: 2px solid #fff;
	padding-top: 10px;
}

.btmmenu {
	padding: 35px 0px;
	background: #FCC3C8;
}

.btmmenu_wrap {
}

.btmmenu_item {
	width: 49%;
	display: table;
}

.btmmenu_item:hover {
	opacity: .7;
}

.btmmenu_item.-left {
	float: left;
}

.btmmenu_item.-right {
	float: right;
}

.btmmenu_item_img {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}

.btmmenu_item_img img {
	width: 100%;
	height: auto;
}

.btmmenu_item_wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	padding: 25px 15px;
}

.btmmenu_item_cnt {
	display: inline-block;
	max-width: 200px;
	width: 100%;
}

.btmmenu_item_cnt h3 {
	font-size: 26px;
}

.btmmenu_item_cnt p {
	font-size: 15px;
	margin-top: 10px;
	border-top: 2px solid #FA6F79;
	padding-top: 10px;
}

.info {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.info_col {
	display: table-cell;
	padding: 50px;
	vertical-align: top;
}

.info_col.-news {
	background: #EEEEEE;
	width: 58%;
	padding-left: 20px;
}

.info_col.-press {
	background: #E1E1E1;
	padding-right: 20px;
}

.info_head {
	border-bottom: 2px solid #F2727F;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}

.info_head_ttl {
	font-size: 26px;
}

.info_head_ruby {
	margin-top: 5px;
}

.info_head_link {
	position: absolute;
	right: 0;
	color: #F2727F;
	top: 50%;
	margin-top: -7px;
}

.info_head_link:before {
	font-family: icomoon;
	content: "\e904";
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background: #F2727F;
	border-radius: 3px;
	margin-right: 5px;
	vertical-align: 1px;
	padding: 2px;
}

.info_cnt {
}

.news {
	max-width: 560px;
	float: right;
	width: 100%;
}

.news_list {
}

.news_list > li {
}

.news_list > li a {
	display: block;
	padding: 11px 10px;
}

.news_list > li a:hover {
	background: #FFF;
}

.news_list_date {
	font-size: 12px;
}

.news_list_line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 7px;
	color: #F2727F;
}

.news_list_line span {
	display: inline-block;
	background: #85B200;
	color: #fff;
	padding: 3px 0px;
	width: 80px;
	text-align: center;
	border-radius: 4px;
	margin-right: 5px;
}

.news_list_line span.-medic {
	background: #F27381;
}

.news_list_line span.-info {
	background: #FF8000;
}

.news_list_line span.-recruit {
	background: #308CC8;
}

.news_list_line span.-release {
	background: #6EB9EA;
}

.news_list_line span.-etc {
	background: #85B200;
}

.news_list_line h3 {
	display: inline;
}

.press {
	max-width: 340px;
	width: 100%;
}

.press_list {
}

.press_list > li {
}

.press_list > li a {
	display: block;
	padding: 10px;
}

.press_list > li a:hover {
	background: #F9F9F9;
}

.press_list_img {
	float: left;
	border: 1px solid #fff;
	margin-right: 10px;
}

.press_list_cnt {
}

.press_list_date {
	font-size: 12px;
	line-height: 1.6;
}

.press_list_ttl {
	color: #F2727F;
	line-height: 1.6;
}

.bottom {
	background: url(../img/img-movie-back.jpg) center no-repeat;
	background-size: cover;
}

.movie {
	background: url(../img/img-movie-mesh.png);
	padding: 60px 20px;
}

.movie_cnt {
	max-width: 870px;
	background: #fff;
	padding: 35px 60px;
	text-align: center;
}

.movie_head {
	display: inline-block;
	max-width: 490px;
	width: 100%;
}

.movie_ttl {
	font-size: 26px;
}

.movie_lead {
	font-size: 16px;
	margin-top: 10px;
	border-top: 2px solid #FA6F79;
	padding-top: 10px;
}

.movie_body {
	margin-top: 25px;
}

.movie_video {
	position: relative;
}

.movie_video:before {
	content: "";
	display: block;
	padding-top: 56.6%;
}

.movie_video img,
.movie_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_link {
	margin-top: 25px;
}

.movie_link a {
	display: inline-block;
	width: 260px;
	background: #FA6F79;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	padding: 8px;
}

.movie_link a:hover {
	opacity: .7;
}

.movie_link a span {
	margin-right: 5px;
	vertical-align: text-top;
}

.bnrs {
	background: rgba(255, 255, 255, .6);
	padding: 60px 0 60px;
}

.bnrs_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bnrs_list > li {
	/*float: left;*/
	width: 18.7%;
	margin-right: 1.2%;
	margin-top: 1.2%;
}

.bnrs_list > li:nth-child(-n+5) {
	/*margin-top: 0;*/
}

.bnrs_list > li:nth-child(5n) {
	/*margin-right: 0;*/
}

.bnrs_list > li:nth-child(5n+1) {
	clear: both;
}

.bnrs_list > li a {
	display: inline-block;
}

.bnrs_list > li a:hover {
	opacity: .7;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	.topmenu.-nomovie {
		padding-bottom: 40px;
	}

	.topmenu_item_cnt h3 {
		font-size: 18px;
	}

	.topmenu_item_cnt p {
		line-height: 1.3;
	}

	.topmenu_item_img img {
		height: 200px;
	}

	.btmmenu_item_cnt h3 {
		font-size: 20px;
	}

	.info_col {
		padding: 50px 20px;
	}

	.info_head_ttl {
		font-size: 22px;
	}

	.news {
		float: none;
		max-width: 100%;
	}

	.press {
		max-width: 100%;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.ranitidine {
		margin: 30px 0;
	}

	.ranitidine a {
		padding: 20px 10px;
		font-size: 26px;
	}

	.ranitidine a span br {
		display: inline-block;
	}

	.topmenu {
		padding: 0 0 20px;
	}

	.topmenu.-noslide {
		padding: 20px 0;
	}

	.topmenu_item {
		float: none;
		width: 100%;
		margin: 0 auto 10px;
	}

	.topmenu_item:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.topmenu_item_wrap {
		padding: 15px;
	}

	.topmenu_item_img img {
		height: auto;
		max-height: none;
	}

	.btmmenu {
		padding: 20px 0;
	}

	.btmmenu_item {
		width: 100%;
	}

	.btmmenu_item.-left {
		float: none;
		margin-bottom: 10px;
	}

	.btmmenu_item.-right {
		float: none;
	}

	.btmmenu_item_img {
		width: 160px;
	}

	.info {
		display: block;
	}

	.info_col {
		display: block;
		width: 100%;
		padding: 20px 10px 10px;
	}

	.info_col.-news {
		width: 100%;
		padding-left: 10px;
	}

	.info_col.-press {
		padding-right: 10px;
	}

	.info_head {
		margin-bottom: 0;
	}

	.news_list > li {
		border-bottom: 1px solid #ccc;
	}

	.news_list > li:last-child {
		border-bottom: 0px;
	}

	.news_list > li a {
		padding: 10px 0;
	}

	.press_list > li {
		border-bottom: 1px solid #bbb;
	}

	.press_list > li:last-child {
		border-bottom: 0px;
	}

	.press_list > li a {
		padding: 10px 0;
	}

	.movie {
		padding: 0;
	}

	.movie_cnt {
		padding: 20px 10px 30px;
	}

	.movie_ttl {
		font-size: 22px;
	}

	.movie_lead {
		line-height: 1.3;
		font-size: 14px;
	}

	.bnrs {
		padding: 20px 0px 50px;
	}

	.bnrs_list > li {
		width: 48%;
		/*margin-right: 0;*/
		margin-top: 2%;
		text-align: center;
	}

	.bnrs_list > li:nth-child(-n+5) {
		margin-top: 2%;
	}

	.bnrs_list > li:nth-child(5n) {
		/*margin-right: 0;*/
	}

	.bnrs_list > li:nth-child(5n+1) {
		clear: none;
	}

	.bnrs_list > li:nth-child(-n+2) {
		/*margin-top: 0;*/
	}

	.bnrs_list > li:nth-child(2n) {
		/*float: right;*/
		/*margin-right: 0;*/
	}

	.bnrs_list > li:nth-child(2n+1) {
		clear: both;
	}

}
