/* CSS Document */

/*!* -------------------------------
CMギャラリー共通設定
------------------------------- *!*/

img {
	max-width: 100%;
	vertical-align: top;
}

.wrap_nav {
	display: none;
}

/* article#main {
	margin-top: 0;
} */

/* youtube */
.yt-item {
	position: relative;
	padding-top: calc(1080 / 1920 * 100%)
}
.yt-item iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.yt-item .yt-thum {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.yt-item iframe {
	z-index: 100;
}
.yt-item .yt-thum {
	z-index: 10;
}
.yt-play.yt-item iframe {
	z-index: 10;
}
.yt-play.yt-item .yt-thum {
	z-index: 100;
}
a[data-yt-id] {
	cursor: pointer;
}
.movie_frame {
}
.movie_frame .yt-item {
	display: none;
}
.movie_frame .yt-item.current {
	display: block;
}

/* bottom link */
.link_top {
	align-items: center;
	background: #004ea2;
	border-radius: 10px;
	color: #fff!important;
	display: -webkit-flex;
	display: flex;
	font-weight: bold;
	justify-content: center;
	letter-spacing: 0.2em;
	margin: 0 auto 50px;
	text-decoration: none !important;
}

@media only screen and (min-width: 768px) {

	a {
		transition: .4s;
	}
	a:hover {
		opacity: 0.7;
	}

	.cont_wrap {
		margin: 0 auto;
		/* width: 1114px; */
	}


	.yt-item {
		padding-top: calc(1080 / 1920 * 100%);
		width: 100%;
		overflow: hidden;
	}

	.link_top {
		font-size: 18px;
		height: 72px;
		transition: .4s;
		width: 465px;
	}
	.link_top:hover{
		opacity:0.7;
	}

	.sp-only{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
.link_top {
    font-size: 3.46vw;
    height: 10.4vw;
    width: 66.67vw;
}
.pc-only{
	display: none;
}
}


/*!* -------------------------------
.sub-tit
------------------------------- *!*/
@media only screen and (min-width: 768px) {
.sub-tit {
	margin: 0 40px 0;
    padding: 60px 0 0;
    color: #004ea2;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #004ea2;
}
.sub-tit__txt {
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
}
}

@media only screen and (max-width: 767px) {
.sub-tit {
    padding: 30px 0 0;
    color: #004ea2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #004ea2;
}
.sub-tit__txt {
	font-weight: bold;
	display: inline-block;
	padding-bottom: 10px;
}
}
/*!* -------------------------------
.recommend-movie-wrap
------------------------------- *!*/
@media only screen and (min-width: 768px) {

.recommend-movie-wrap {
    margin: 40px auto 20px;
		max-width: 980px;
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
}

.recommend-movie:first-child {
	max-width: 980px;
	width: 100%;
}
.recommend-movie {
	max-width: 980px;
	margin: 0 auto 50px;
	width: 48%;
}

.recommend-movie .recommend-movie_inner {
    margin: auto;
    width: 100%;
}

.recommend-movie__movie {
    width: 100%;
}

.recommend-movie__info {
	margin-top: 30px;
}

.recommend-movie:first-child  .recommend-movie__ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.recommend-movie:first-child  .recommend-movie__text {
	font-size: 16px;
}
.recommend-movie__ttl {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	margin-bottom: 10px;
}
.recommend-movie__ttl::before {
	content: "";
	display: block;
	background-color: #ec1d00;
	width: 4px;
}
.recommend-movie__ttl p {
	width: calc(100% - 4px);
	padding-left: 20px;
}
.recommend-movie__ttl p::before {
	content: "";
	display: block;
	margin-top: -0.25rem;
}
.recommend-movie__ttl p::after {
	content: "";
	display: block;
	margin-bottom: -0.25rem;
}

.recommend-movie__text {
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.05rem;
}

.yt-thum_img {
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
}
.yt-thum_img::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 120px;
    height: 120px;
    margin: auto;
    background: url(/home/reizouko/special/concept/img/common/cm_play_icon.png) no-repeat center;
    background-size: contain;
	transform: translate(-50%, -50%);
}

}

@media only screen and (max-width: 767px) {

.recommend-movie-wrap {
    margin: 30px auto 60px;
}

.recommend-movie {
	padding: 10px 20px;
}

.recommend-movie .recommend-movie_inner {
    margin: auto;
    width: 100%;
}

.recommend-movie__movie {
    width: 100%;
}

.recommend-movie__info {
	margin-top: 25px;
}

.recommend-movie__ttl {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	margin-bottom: 15px;
}
.recommend-movie__ttl::before {
	content: "";
	display: block;
	background-color: #ec1d00;
	width: 4px;
}
.recommend-movie__ttl p {
	width: calc(100% - 4px);
	padding-left: 10px;
}
.recommend-movie__ttl p::before {
	content: "";
	display: block;
	margin-top: -0.25rem;
}
.recommend-movie__ttl p::after {
	content: "";
	display: block;
	margin-bottom: -0.25rem;
}

.recommend-movie__text {
	font-size: 14px;
	line-height: 1.4;
}

.yt-thum_img {
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
}
.yt-thum_img::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin: auto;
    background: url(/home/reizouko/special/concept/img/common/cm_play_icon.png) no-repeat center;
    background-size: contain;
	transform: translate(-50%, -50%);
}

}


/*!* -------------------------------
.special_movie_wrap
------------------------------- *!*/
@media only screen and (min-width: 768px) {
.special_movie_wrap {
	background: #ededed;
}
.special_movie {
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 60px 0px 80px;
}
.special_movie__ttl.headline .inner{
	font-size: 30px;
	font-weight: bold;
}
.special_movie__ttl.headline {
	margin-bottom: 40px;
	padding: 0;
}

.special_movie__bnr {
	padding: 0 50px;
}
.special_movie__bnr + .special_movie__bnr{
	margin-top: 25px;
}
}

@media only screen and (max-width: 767px) {
.special_movie_wrap {
	background: #ededed;
}
.special_movie {
	padding: 60px 20px 60px;
}
.special_movie__ttl.headline .inner{
	font-size: 21px;
	font-weight: bold;
}
.special_movie__ttl.headline {
	margin-bottom: 30px;
	padding: 0;
}
.special_movie__bnr_wrap {
	/* display: flex; */
}
.special_movie__bnr {
	/* width: calc(50% - 10px); */
	padding: 0 20px;
}
.special_movie__bnr + .special_movie__bnr{
	margin-top: 20px;
}
}


/*!* -------------------------------
.jitan-movie-wrap
------------------------------- *!*/
@media only screen and (min-width: 768px) {
	.jitan_recipe_wrap {
		padding: 0 0 80px;
	}

.jitan_recipe {
	max-width: 980px;
	margin: auto;
}
.jitan_recipe__ttl.headline {
	padding: 0;
}
.jitan_recipe__ttl.headline .inner{
	font-size: 30px;
	font-weight: bold;
}
.jitan_recipe__ttl.headline .inner small {
	font-size: 22px;
	display: inline-block;
	margin: 0 3px 0 6px;
}

.recipe_movie__ttl {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
}

@media only screen and (max-width: 767px) {
	.jitan_recipe_wrap {
		padding: 0 0 60px;
	}


.jitan_recipe {
	padding: 0 20px;
}
.jitan_recipe__ttl.headline {
	padding: 0;
}
.jitan_recipe__ttl.headline .inner{
	font-size: 21px;
	font-weight: bold;
}
.jitan_recipe__ttl.headline .inner small {
	font-size: 15px;
	display: inline-block;
	margin: 0 3px 0 6px;
}

.jitan_recipe__ttl.headline img{
	width: 225px;
}

.recipe_movie__ttl {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
}


/*!* -------------------------------
.small_work-wrap
------------------------------- *!*/
@media only screen and (min-width: 768px) {
.small_work-wrap {
	width: 980px;
	margin: 0 auto 20px;
}
.small_work-list-wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.small_work_tit {
}

.small_work-list {
	margin: 30px 0 0;
	padding: 0 0 45px;
}

.small_work-list::after {
	content: "";
	display: block;
	clear: both;
}

.small_work-list__list-item {
	width: 290px;
	float: left;
	margin: 0 0 15px 15px;
	background-color: #fff;
}

.small_work-list__list-item:first-child {
	margin-left: 0;
}

.small_work-list__list-item:nth-child(3n + 1) {
	margin-left: 0;
}

.cont_wrap .detail_link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 232px;
    margin: 0 -40px 60px 0;
    padding: 12px 0 11px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #004ea2;
    transition: .4s;
}
.cont_wrap .detail_link:hover {
	text-decoration: none;
}
}

@media only screen and (max-width: 767px) {
.small_work-wrap {
	margin: 0 auto 5%;
	padding: 0 20px 9.565%;
}
.small_work-list-wrap {
	position: relative;
	margin: 0 auto;
}


.small_work-list {
	margin: 30px 0 0;
	padding: 0 0 15px;
}

.small_work-list::after {
	content: "";
	display: block;
	clear: both;
}

.small_work-list__list-item {
	margin: 0 0 15px;
	background-color: #fff;
}

.small_work-list__list-item:first-child {
	margin-left: 0;
}

.small_work-list__list-item:nth-child(3n + 1) {
	margin-left: 0;
}

.cont_wrap .detail_link {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 18px 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #004ea2;
    transition: .4s;
}
.cont_wrap .detail_link:hover {
	text-decoration: none;
}
}
/*!* -------------------------------
.movie-wrap
------------------------------- *!*/

@media only screen and (min-width: 768px) {
.movie-wrap {
	width: 980px;
    margin: 0 auto 0;
}

.movie-wrap-list {
	display: flex;
	flex-wrap: wrap;
	margin: 31px auto 0;
}


.movie-wrap-list__list-item {
	width: 315px;
	margin-left: 17px;
    background-color: #fdf9ca;
}

.movie-wrap-list__list-item:first-child {
	margin-left: 0;
}

.movie-wrap-list__list-item a {
	display: block;
}

.movie-wrap-list__list-item a:hover {
	cursor: pointer;
	text-decoration: none;
}

.movie-wrap-list__list-item a:hover .tit {
	text-decoration: none;
}

.movie-wrap-list__list-item .thum {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.movie-wrap-list__list-item .thum::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 66px;
	height: 66px;
	margin: auto;
	background: url(../images/common/movie_play_icon.png) no-repeat center;
	background-size: contain;
}

.movie-wrap-list__list-item .detail-wrap {
	display: block;
	padding: 0 20px 16px;
	background-color: #fdf9ca;
}
.movie-wrap-list__list-item .tit {
	display: block;
	padding-top: 14px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.movie-wrap-list__list-item .txt {
	display: block;
	margin: 13px 0 0;
	padding-bottom: 9px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	letter-spacing: -0.5px;
}
}

@media only screen and (max-width: 767px) {
.movie-wrap {
    margin: 0 auto 0;
}

.movie-wrap-list {
	width:  100%;
	margin: 20px auto 0;
}


.movie-wrap-list__list-item {
	margin-top: 4.5%;
    background-color: #fdf9ca;
}

.movie-wrap-list__list-item:first-child {
	margin-top: 0;
}

.movie-wrap-list__list-item a {
	display: block;
}

.movie-wrap-list__list-item a:hover {
	cursor: pointer;
	text-decoration: none;
}

.movie-wrap-list__list-item a:hover .tit {
	text-decoration: none;
}

.movie-wrap-list__list-item .thum {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.movie-wrap-list__list-item .thum::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 20.821%;
	height: 0;
	margin: auto;
	padding-top: 20.821%;
	background: url(../images/common/movie_play_icon_sp.png) no-repeat center;
	background-size: contain;
}

.movie-wrap-list__list-item .detail-wrap {
	display: block;
	padding: 0 20px 16px;
	background-color: #fdf9ca;
}
.movie-wrap-list__list-item .tit {
	display: block;
	padding-top: 14px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.movie-wrap-list__list-item .txt {
	display: block;
	margin: 10px 0 0;
	padding-bottom: 9px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	letter-spacing: -0.5px;
}
}


/*!* -------------------------------
.cm_recipe-wrap
------------------------------- *!*/
@media only screen and (min-width: 768px) {
.cm_recipe__main-txt {
	margin: 3px 0 0;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1.5px;
	text-align: center;
}
}

@media only screen and (max-width: 767px) {
.cm_recipe__main-txt {
	margin: 5.797% 0 0;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 1.428;
}
}

/*!* -------------------------------
.arrange_recipe-wrap
------------------------------- *!*/
@media only screen and (min-width: 768px) {
.arrange_recipe-wrap {
	margin-top: 50px;
	border-radius: 20px;
	background-color: #cbe5ff;
}

.arrange_recipe-wrap .movie-wrap-list {
    width: 900px;
}
.arrange_recipe-wrap .movie-wrap-list__list-item {
    width: 212px;
}
.arrange_recipe-wrap .movie-wrap-list__list-item .tit {
    font-size: 16px;
}
.arrange_recipe-wrap .movie-wrap-list__list-item .txt {
    font-size: 14px;
}
.arrange_recipe-wrap .movie-wrap-list__list-item .thum::before {
    width: 46px;
    height: 46px;
}
}

@media only screen and (max-width: 767px) {
.arrange_recipe-wrap {
	margin-top: 7.45%;
	border-radius: 20px;
	background-color: #cbe5ff;
}

.arrange_recipe_sub-tit {
	margin: 0 20px;
}
.arrange_recipe-wrap .movie-wrap-list {
    padding-right: 20px;
	padding-left: 20px;
}
.arrange_recipe-wrap .movie-wrap-list__list-item .tit {
    font-size: 14px;
}
.arrange_recipe-wrap .movie-wrap-list__list-item .txt {
    font-size: 13px;
}
.arrange_recipe-wrap .movie-wrap-list__list-item .thum::before {
	width: 20.858%;
	padding-top: 20.858%;
}
}
/*!* -------------------------------
動画ポップアップ
------------------------------- *!*/

.movie-modal {
	position: relative;
    margin: 80px auto 0;
    padding: 20px 30px 25px;
    width: 750px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1000;
}

.movieBox {
	width: 100%;
    height: 388px;
    margin-bottom: 20px;
}

.brightcove-player {
    position: relative;
    padding-top: 56.25%;
}

.brightcove-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix:after {
    overflow: visible;
    font-size: .1em;
    height: .1em;
}

.sort .category {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.movie-modal .sort li {
    float: left;
    margin: 0 8px 8px 0;
    padding: 3px 10px;
    font-size: 75%;
}

.movie-modal .tag {
    border: 1px solid #dfdfdf;
    color: #525252;
}

.movie-modal .shoulder {
    display: block;
    margin-bottom: 2px;
    font-size: 81.25%;
}

.movie-modal .title {
    margin-bottom: 15px;
    font-size: 137.5%;
}

.socialBtn {
    display: inline-block;
    float: right;
    margin: 8px 0 10px;
    clear: right;
}

.socialBtn li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    line-height: 0;
}

.movie-modal .relatedLink {
    padding-top: 22px;
    border-top: 1px dotted #000;
    clear: both;
}
.relatedLink dt {
    margin-bottom: 10px;
    font-size: 75%;
}
.movie-modal .relatedLink dd {
    font-size: 81.25%;
}
.movie-modal .relatedLink dd a {
    padding-left: 15px;
    background: url(../images/common/index_ic_10.png) no-repeat left center;
    color: #cd3c33;
}

.movie-modal .mfp-close {
    position: absolute;
    right: 30px;
    top: 21px;
    width: 18px;
    height: 18px;
    font-size: 0;
    background: url(../images/common/lb_bt_01.png) no-repeat left top!important;
    cursor: pointer;
}
.movie-modal .mfp-close:hover {
    background-image: url(../images/common/lb_bt_01_ov.png)!important;
}
.mfp-iframe-holder .mfp-content {
	line-height: inherit;
}

@media only screen and (max-width: 767px) {

.movie-modal {
    margin-top: 20px;
    padding: 10px 10px 20px;
    width: auto;
}
.movie-modal .sort {
    margin-right: 20px;
}

.movie-modal .movieBox {
	position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}
.movie-modal .relatedLink dd a {
    background-image: url(../images/common/index_ic_10_sp.png);
    background-size: 5px 6px;
}
.movie-modal .mfp-close {
    right: 10px;
    top: 12px;
    width: 18px;
    height: 18px;
    background-image: url(../images/common/lb_bt_01_sp.png)!important;
    background-size: 18px 18px!important;
}
.movie-modal .mfp-close:hover {
    background-image: url(../images/common/lb_bt_01_ov_sp.png)!important;
    background-size: 18px 18px!important;
}

}


/*!* -------------------------------
recipe_bnr_wrap
------------------------------- *!*/
@media only screen and (min-width: 768px) {
	.recipe_bnr {
		margin-top: 60px;
	}
	.recipe_bnr__ttl {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.recipe_bnr {
		margin-top: 40px;
	}
	.recipe_bnr__ttl {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

/*!* -------------------------------
modal
------------------------------- *!*/
.mfp-wrap{
	position: fixed!important;
	height: 100%!important;
	top: 0!important
}
.mfp-inline-holder .mfp-content {
	position: relative;
	width: 69%;
	padding-top: 38.7%;
}
 .video-modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 .mfp-close {
  opacity: 1;
	background: #004ea2!important;
	color: #fff;
  width: 66px;
  height: 66px;
  line-height: 66px;
	font-size: 56px;
}
@media all and (max-width: 767px) {
	.mfp-inline-holder .mfp-content {
		position: relative;
		width: 93%;
		padding-top: 52.5%;
	}
	.mfp-close {
		width: 52px;
		height: 52px;
		line-height: 52px;
		font-size: 40px;
	}
}