/*@import url(./renewal-add.css);*/
:root {
	--color-black: #000;
	--color-white: #fff;
	--color-gray: #ddd;
	--color-light-gray: #f0f0f0;
	--color-dark-gray: #8d8d8d;
	--color-red: #c00;
	--color-dark-blue: #041d41;
	--color-green: #009944
}

.l-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: var(--color-white);
	opacity: 0
}
.l-modal.is-active {
	display: block;
	opacity: 1;
	-webkit-animation-name: modalAnimation;
	animation-name: modalAnimation;
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}
.l-modal__inner {
	max-width: 1020px;
	padding: 30px 20px 100px;
	margin: 0 auto;
	overflow-x: hidden
}
@media screen and (max-width: 768px) {
	.l-modal__inner {
		padding: 60px 30px 35px
	}
}
.l-modal__button {
	position: fixed;
	top: 20px;
	right: 40px;
	z-index: 9999;
	width: 25px;
	height: 25px;
	padding: 0;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
	border: none;
	transition: opacity .4s ease
}
@media(hover: hover) {
	.l-modal__button:hover {
		opacity: .7
	}
}
@media screen and (max-width: 768px) {
	.l-modal__button {
		top: 20px;
		right: 20px
	}
}
.l-modal__button::before, .l-modal__button::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background-color: var(--color-black)
}
.l-modal__button::before {
	transform: rotate(-45deg)
}
.l-modal__button::after {
	transform: rotate(45deg)
}
.l-modal--mini {
	background-color: rgba(0, 0, 0, 0)
}
.l-modal--mini .l-modal__wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	overflow-y: auto
}
@media screen and (max-width: 768px) {
	.l-modal--mini .l-modal__wrapper {
		background-color: var(--color-light-gray)
	}
}
.l-modal--mini .l-modal__outer {
	position: relative;
	z-index: 8888;
	width: 80%;
	max-width: 560px;
	min-height: 560px;
	max-height: 88vh;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.l-modal--mini .l-modal__outer {
		width: 100%;
		max-width: none;
		max-height: none
	}
}
.l-modal--mini .l-modal__inner {
	position: relative;
	height: 100%;
	max-height: 88vh;
	padding: 50px;
	margin: 0 auto;
/*	background-color: var(--color-light-gray)*/
	background-color: var(--color-white)
}
@media screen and (max-width: 768px) {
	.l-modal--mini .l-modal__inner {
		width: 100%;
		max-width: none;
		height: 100%;
		max-height: none;
		padding: 40px;
		overflow-y: scroll
	}
	.l-modal--mini .l-modal__inner > * {
		padding-left: 0
	}
}
.l-modal--mini .l-modal__body {
	height: 100%;
	overflow-y: scroll
}
@media screen and (max-width: 768px) {
	.l-modal--mini .l-modal__body > * {
		padding-left: 0
	}
}
.l-modal--mini .l-modal__button {
	position: absolute
}
@media screen and (max-width: 768px) {
	.l-modal--mini .l-modal__button {
		position: fixed;
		top: 30px
	}
}
.l-modal--mini .l-modal__overlay {
	display: block
}
@media screen and (max-width: 768px) {
	.l-modal--mini .l-modal__overlay {
		display: none
	}
}
.l-modal--mini.is-active .l-modal__overlay {
	opacity: 1
}
.l-modal--slider {
	background-color: rgba(0, 0, 0, 0)
}
.l-modal--slider .l-modal__wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	overflow-y: auto
}
@media screen and (max-width: 768px) {
	.l-modal--slider .l-modal__wrapper {
		background-color: var(--color-white)
	}
}
.l-modal--slider .l-modal__outer {
	position: relative;
	z-index: 8888;
	width: 80%;
	max-width: 1020px;
	max-height: 88vh;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.l-modal--slider .l-modal__outer {
		width: 100%;
		max-width: none
	}
}
.l-modal--slider .l-modal__inner {
	position: relative;
	height: 100%;
	max-height: 88vh;
	padding: 40px;
	margin: 0 auto;
	background-color: var(--color-white)
}
@media screen and (max-width: 768px) {
	.l-modal--slider .l-modal__inner {
		width: 100%;
		max-width: none;
		height: 100%;
		max-height: none;
		padding: 45px;
		overflow-y: scroll
	}
	.l-modal--slider .l-modal__inner > * {
		padding-left: 0
	}
}
.l-modal--slider .l-modal__body {
	height: 100%
}
@media screen and (max-width: 768px) {
	.l-modal--slider .l-modal__body > * {
		padding-left: 0
	}
}
.l-modal--slider .l-modal__button {
	position: absolute;
	top: 18px;
	right: 18px
}
@media screen and (max-width: 768px) {
	.l-modal--slider .l-modal__button {
		position: fixed;
		top: 20px;
		right: 40px
	}
}
.l-modal--slider .l-modal__overlay {
	display: block
}
@media screen and (max-width: 768px) {
	.l-modal--slider .l-modal__overlay {
		display: none
	}
}
.l-modal--slider.is-active .l-modal__overlay {
	opacity: 1
}
@media screen and (max-width: 768px) {
	.l-modal--slider .c-slider {
		overflow: visible;
		margin-right: 0
	}
}
.l-modal--slider .c-slider .swiper {
	margin-top: 0
}
@media screen and (max-width: 768px) {
	.l-modal--slider .c-slider .swiper {
		padding-right: 0
	}
}
.l-modal--slider .c-modal-image-slider {
	margin-top: 20px
}
.l-modal--slider .c-slider-image__prev {
	left: -60px
}
@media screen and (max-width: 768px) {
	.l-modal--slider .c-slider-image__prev {
		left: 10px
	}
}
.l-modal--slider .c-slider-image__next {
	right: -60px
}
@media screen and (max-width: 768px) {
	.l-modal--slider .c-slider-image__next {
		right: 10px
	}
}
@media(prefers-reduced-motion: reduce) {
	.l-modal--slider .c-slider-image__prev, .l-modal--slider .c-slider-image__next {
		transition-duration: 100ms
	}
}
.l-modal--slider:not(.modal-slider-init) .c-slider-image__prev, .l-modal--slider:not(.modal-slider-init) .c-slider-image__next {
	display: none
}
.l-modal__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	opacity: 0
}
.l-modal__overlay.is-active {
	display: block;
	opacity: 1;
	-webkit-animation-name: modalAnimation;
	animation-name: modalAnimation;
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}
.l-modal .swiper:not(.swiper-initialized) .swiper-wrapper {
	flex-wrap: nowrap;
	margin-right: -8px;
	margin-left: -8px
}
.l-modal .swiper:not(.swiper-initialized) .swiper-slide {
	flex-shrink: 1;
	width: auto;
	padding: 0 8px
}
.l-modal .swiper:not(.swiper-initialized) .swiper-slide img {
	width: 100%
}
@media screen and (min-width: 769px) {
	.l-modal .swiper:not(.swiper-initialized).slider-wrap .swiper-wrapper {
		flex-wrap: wrap;
		margin-bottom: -16px
	}
	.l-modal .swiper:not(.swiper-initialized).slider-wrap[data-slide="3"] .swiper-slide {
		min-width: 290px;
		margin-bottom: 16px
	}
	.l-modal .swiper:not(.swiper-initialized)[data-slide="3"] .swiper-slide {
		width: 33.3333333333%
	}
	.l-modal .swiper:not(.swiper-initialized)[data-slide="4"] .swiper-slide {
		width: 25%
	}
	.l-modal .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-wrapper {
		flex-wrap: wrap
	}
	.l-modal .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-slide {
		width: 16.6666666667%;
		min-width: 160px
	}
	.l-modal .swiper:not(.swiper-initialized)[data-sp-only] > .swiper-wrapper {
		flex-wrap: wrap;
		margin-top: -40px
	}
	.l-modal .swiper:not(.swiper-initialized)[data-sp-only] .swiper-slide {
		margin-top: 40px
	}
}
@media screen and (max-width: 768px) {
	.l-modal .swiper:not(.swiper-initialized)[data-sp-slide="2"] .swiper-slide {
		width: 50%
	}
}
.l-modal .swiper:not(.swiper-initialized) ~ .c-slider-image__prev, .l-modal .swiper:not(.swiper-initialized) ~ .c-slider-image__next {
	display: none
}
body.is-modal-open {
	overflow-y: hidden
}
.c-modal-image {
	text-align: center
}
@media screen and (max-width: 768px) {
	.c-modal-image img {
		max-width: 200px
	}
}
.c-modal-title {
	text-align: center;
	font-size: 24px
}
@media screen and (max-width: 768px) {
	.c-modal-title {
		font-size: 20px
	}
}
.c-modal-note {
	font-size: 12px
}
.c-modal-stack > *:first-child {
	margin-top: 0
}
.c-modal-stack > * + * {
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	.c-modal-stack > * + * {
		margin-top: 20px
	}
}
@-webkit-keyframes modalAnimation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes modalAnimation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.c-slider {
	position: relative
}
@media screen and (max-width: 768px) {
	.c-slider {
		margin-right: -30px
	}
	.c-slider .swiper {
		width: 100%;
		padding-right: 30px;
		overflow: hidden
	}
}
.c-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
	flex-wrap: nowrap;
	margin-right: -8px;
	margin-left: -8px;
	width: calc(100% + 16px)
}
.c-slider .swiper:not(.swiper-initialized) .swiper-slide {
	flex-shrink: 1;
	width: auto;
	padding: 0 8px
}
.c-slider .swiper:not(.swiper-initialized) .swiper-slide img {
	width: 100%
}
@media screen and (min-width: 769px) {
	.c-slider .swiper:not(.swiper-initialized).slider-wrap .swiper-wrapper {
		flex-wrap: wrap;
		margin-bottom: -16px
	}
	.c-slider .swiper:not(.swiper-initialized).slider-wrap[data-slide="3"] .swiper-slide {
		min-width: 290px;
		margin-bottom: 16px
	}
	.c-slider .swiper:not(.swiper-initialized)[data-slide="3"] .swiper-slide {
		width: 33.3333333333%
	}
	.c-slider .swiper:not(.swiper-initialized)[data-slide="4"] .swiper-slide {
		width: 25%
	}
	.c-slider .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-wrapper {
		flex-wrap: wrap
	}
	.c-slider .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-slide {
		width: 16.6666666667%;
		min-width: 160px
	}
	.c-slider .swiper:not(.swiper-initialized)[data-sp-only] > .swiper-wrapper {
		flex-wrap: wrap;
		margin-top: -40px
	}
	.c-slider .swiper:not(.swiper-initialized)[data-sp-only] .swiper-slide {
		margin-top: 40px
	}
}
@media screen and (max-width: 768px) {
	.c-slider .swiper:not(.swiper-initialized)[data-sp-slide="2"] .swiper-slide {
		width: 50%
	}
}
.c-slider .swiper:not(.swiper-initialized) + .swiper-controls {
	display: none
}
@media screen and (max-width: 768px) {
	.c-slider .swiper-controls {
		margin-right: 30px
	}
}
@media screen and (min-width: 769px) {
	.c-slider--pc-full .swiper {
		overflow: visible
	}
}
.swiper-slide img {
	max-width: 100%;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.swiper-slide img {
		width: 100%
	}
}
.swiper-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	--swiper-pagination-bullet-inactive-color: rgba(0, 0, 0, 0.3);
	--swiper-navigation-color: var(--color-black);
	--swiper-theme-color: var(--color-black);
	--swiper-pagination-bullet-inactive-opacity: 1
}
@media screen and (max-width: 768px) {
	.swiper-controls {
		margin-right: 1rem
	}
}
.swiper-controls > * {
	position: static
}
.swiper-controls--white {
	--swiper-pagination-bullet-inactive-color: var(--color-dark-gray);
	--swiper-navigation-color: var(--color-white);
	--swiper-theme-color: var(--color-white);
	--swiper-pagination-bullet-inactive-opacity: 0.3
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
	padding: 0 24px
}
.swiper-pagination-bullet {
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	vertical-align: middle
}
.swiper-button-prev {
	top: auto;
	bottom: 0;
	height: auto;
	margin-top: 0
}
@media screen and (max-width: 768px) {
	.swiper-button-prev {
		outline: none
	}
}
.swiper-button-next {
	top: auto;
	bottom: 0;
	height: auto;
	margin-top: 0
}
@media screen and (max-width: 768px) {
	.swiper-button-next {
		outline: none
	}
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px
}
.c-slider-image__prev, .c-slider-image__next {
	position: absolute;
	top: 50%;
	z-index: 8888;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: var(--color-dark-gray);
	border-radius: 50%;
	transform: translate(0, -50%);
	transition: opacity .4s ease
}
@media(hover: hover) {
	.c-slider-image__prev:hover, .c-slider-image__next:hover {
		opacity: .7
	}
}
@media screen and (max-width: 768px) {
	.c-slider-image__prev, .c-slider-image__next {
		width: 25px;
		height: 25px;
		outline: none
	}
}
.c-slider-image__prev::before, .c-slider-image__next::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 3px 10px 0;
	content: "";
	transform: translate(0, 50%) rotate(45deg)
}
@media screen and (max-width: 768px) {
	.c-slider-image__prev::before, .c-slider-image__next::before {
		width: 10px;
		height: 10px;
		margin-top: 0;
		margin-bottom: -2px
	}
}
.c-slider-image__prev {
	left: -60px
}
@media screen and (max-width: 768px) {
	.c-slider-image__prev {
		left: -32px
	}
}
.c-slider-image__prev::before {
	margin-left: 15px;
	border-bottom: 3px solid var(--color-white);
	border-left: 3px solid var(--color-white)
}
@media screen and (max-width: 768px) {
	.c-slider-image__prev::before {
		margin-bottom: 5px;
		margin-left: 9px;
		border-width: 2px
	}
}
.c-slider-image__next {
	right: -60px
}
@media screen and (max-width: 768px) {
	.c-slider-image__next {
		right: -32px
	}
}
.c-slider-image__next::before {
	margin-left: 10px;
	border-top: 3px solid var(--color-white);
	border-right: 3px solid var(--color-white)
}
@media screen and (max-width: 768px) {
	.c-slider-image__next::before {
		margin-bottom: 5px;
		margin-left: 6px;
		border-width: 2px
	}
}
.c-slider__link {
	color: var(--color-black);
	text-decoration: none;
	transition: opacity .4s ease
}
@media(hover: hover) {
	.c-slider__link:hover {
		opacity: .7
	}
}
.c-slider__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	font-size: 14px;
	color: var(--color-dark-gray)
}
.c-slider__title .c-tag {
	margin-top: -2px
}
.c-slider__text {
	margin-top: 14px
}
@media screen and (max-width: 768px) {
	.c-slider__text {
		margin-top: 8px
	}
}
.c-slider__text--size-s {
	font-size: 14px
}
.c-slider__text--line1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.c-slider__text--line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.c-slider__text--line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.c-slider__date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	font-size: 14px
}
.c-slider__date + c-slider__text {
	padding-right: 0
}
.c-slider__date .c-tag {
	margin-top: -2px
}
.c-slider__image {
	border: 1px solid var(--color-gray);
	border-radius: 8px;
	overflow: hidden
}

.c-movie {
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	.c-movie {
		margin-top: 40px
	}
}
.c-movie__link {
	display: flex;
	align-items: center;
	color: var(--color-black);
	text-decoration: none
}
.c-movie__image {
	position: relative;
	width: 150px;
	overflow: hidden;
	border-radius: 8px
}
@media screen and (max-width: 768px) {
	.c-movie__image {
		width: 135px
	}
}
.c-movie__image > img {
	width: 100%
}
.c-movie__image--play::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	content: "";
	background: url(/welfare/freed/common/images/icon/icon_play.svg) no-repeat 0 0;
	background-size: 100% auto
}
.c-movie__text-col {
	margin-left: 20px
}
@media screen and (max-width: 768px) {
	.c-movie__text-col {
		margin-left: 15px
	}
}
.c-movie__text-col > p {
	font-size: 14px
}

/* 共通動画モーダル */
.c-movie__wrap {
	display: flex;
	column-gap: 15px;
	flex-wrap: wrap;
}

.c-movie__block {
	margin-top: 20px;
}

.c-movie__block a {
	transition: opacity 0.4s ease;
	text-decoration: none;
}

.c-movie__block a:hover {
	opacity: 0.7;
}

.c-movie__thumb {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.c-movie__thumb--img {
	width: 112px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.c-movie__thumb--img::after {
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	top: calc(50% - 18px);
	left: calc(50% - 18px);
	background: url(/welfare/freed/common/images/icon/icon_play.svg) center no-repeat;
	background-size: contain;
}

.c-movie__thumb--img img {
	width: 100%;
}

.c-movie__thumb--info {
	text-decoration: none;
}

.c-movie__thumb--title {
	font-size: 14px;
	color: #000;
}

.bc-iframe body, .bc-player-4k5Jg43ag_default {
	background-color: rgba(0, 0, 0, 0)
}
.bc-player-4k5Jg43ag_default .vjs-poster {
	background-color: rgba(0, 0, 0, 0)
}
.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
	top: 0;
	left: 0;
	top: 140px !important;
	left: 242px !important
}
.vjs-big-play-button {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: auto
}
.bc-player-4k5Jg43ag_default .vjs-progress-holder::before {
	background-color: #000 !important;
	filter: alpha(opacity=30) !important;
	opacity: .3 !important
}
.bc-player-4k5Jg43ag_default .vjs-load-progress {
	background-color: #c00 !important;
	background-color: #000  !important;
	filter: alpha(opacity=0) !important;
	opacity: .3 !important
}
.bc-player-4k5Jg43ag_default .vjs-play-progress, .bc-player-4k5Jg43ag_default .vjs-volume-level {
	background-color: #c00 !important
}
.movie_player {
	display: none
}
#movie_modal_data video, #movie_modal_data .video-js {
	position: relative;
	width: 100% !important;
	height: auto !important
}
#movie_modal_data video {
	position: absolute;
	top: 0;
	height: auto !important
}
#movie_modal_data .video-js {
	height: 0 !important;
	padding-bottom: 56.25%
}
#movie_modal .m_mov {
	position: absolute;
	display: none;
	width: 100%
}
#movie_modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 65535;
	display: none
}
#movie_modal .movie_overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1
}
#movie_modal .movie_btn_close {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 2;
	width: 30px;
	height: 30px;
	margin: 0;
	cursor: pointer;
	background-image: url(/welfare/freed/common/images/icon/parts_modal_close.png);
	background-repeat: no-repeat;
	background-size: 30px;
	transition: opacity .1s ease
}
#movie_modal .movie_btn_close:hover {
	opacity: .7
}
#movie_modal_inner {
	position: fixed;
	top: 0;
	z-index: 2;
	margin: 0 auto;
	text-align: center;
	opacity: 0
}
#movie_modal.movie_modal_v2 {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: opacity 250ms ease-out, visibility 250ms ease-out
}
#movie_modal.movie_modal_v2.is-view {
	visibility: visible;
	opacity: 1
}
.movie_modal_v2 #movie_modal_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 1
}
.movie_modal_v2 #movie_modal_data {
	width: 100%;
	max-width: 800px;
	padding: 0 40px;
	opacity: 1
}
.movie_modal_v2 #m_mov {
	position: relative;
	z-index: 2;
	display: block;
	width: auto
}
.section h3.movie_ttl span {
	font-size: 32px
}
.movielink {
	margin: 30px auto;
	text-align: center
}
.movielink2 {
	margin: 10px auto;
	text-align: left
}
.movielink .detail {
	line-height: 1.2;
	white-space: normal
}
.movielink .detail a {
	display: inline-block
}
.movielink .pic {
	position: relative;
	display: inline-block;
	width: 120px !important;
	height: auto;
	margin: 0 25px 0 0 !important;
	font-size: 0;
	line-height: 0;
	vertical-align: middle
}
.movielink .pic img {
	width: 100% !important;
	height: auto
}
/*.movielink .thumb::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: -14px auto auto -14px;
	content: "";
	background-image: url("/Nbox/common/image_common/btn_play_thumb.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}*/
.movielink .thumb img {
	width: 100%;
	height: auto
}
@media screen and (max-width: 768px) {
	#movie_modal {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 65535;
		display: none;
		width: 100%;
		height: 100%
	}
	#movie_modal .movie_overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 1
	}
	#movie_modal .movie_btn_close {
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 2;
		width: 20px;
		height: 20px;
		margin: 0;
		cursor: pointer;
		background-image: url(/welfare/freed/common/images/icon/parts_modal_close.png);
		background-repeat: no-repeat;
		background-size: 20px;
		transition: opacity .1s ease
	}
	#movie_modal .movie_btn_close:hover {
		opacity: .7
	}
	#movie_modal_inner {
		position: fixed;
		top: 0;
		z-index: 2;
		margin: 0 auto;
		text-align: center;
		opacity: 0
	}
	#movie_modal_data {
		width: 100%
	}
	#movie_modal.movie_modal_v2 {
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: opacity 250ms ease-out, visibility 250ms ease-out
	}
	#movie_modal.movie_modal_v2.is-view {
		visibility: visible;
		opacity: 1
	}
	.movie_modal_v2 #movie_modal_inner {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		opacity: 1
	}
	.movie_modal_v2 #movie_modal_data {
		box-sizing: border-box;
		width: 100%;
		padding: 0 40px;
		opacity: 1
	}
	.movie_modal_v2 #m_mov {
		position: relative;
		z-index: 2;
		display: block;
		width: auto
	}
}
